·
7 commits
to main
since this release
What's Changed
🚀 Features
- Add parsing/lookup of bsky handle->
did
, and lookupdid
creation in audit log. by @obsidianforensics in #212 - Add parsing of IP addresses in hostname by @obsidianforensics in #214
🛠️ Minor Changes & Fixes
- Update pinned requirements (including
protobuf
to 5.*). Update test… by @obsidianforensics in #213 - Fix bug with hex-based timestamp conversions; add covering tests. by @obsidianforensics in #215
- Optimizations for doing multiple lookups with an Unfurl instance by @obsidianforensics in #216
- Switch MAC address vendor lookups to use
netaddr
; previous package … by @obsidianforensics in #217 - Add descriptor for potentially randomized MAC addresses by @obsidianforensics in #218
Full Changelog: v2024.11...v2025.02