A new Unfurl release (https://unfurl.link) is here! v2025.08 brings:

🆔 Parsing more out of a TikTok ID
The parser now extracts milliseconds (instead of just seconds), entity type (user account, device, live session, or video), sequence numbers, and machine ID from each ID. Thanks to Benjamin Steel for the help and research paper (https://arxiv.org/abs/2504.13279)!

🪲 Fixed Bug in Google Search EI timestamp parsing
In instances where the microsecond component of an EI timestamp had leading zeros, they were improperly combined with the seconds component (the leading zeros were dropped), which resulted in an incorrect timestamp conversion. Thanks for a user for finding this and reporting it so it could be fixed

🛠️ Other Minor Changes
A few more behind-the-scenes changes are in this version too, including updating the Docker environment.

🌿 Get it!
To get Unfurl with these latest updates, you can:

- use it online at https://dfir.blog/unfurl or unfurl.link
- if using pip, `pip install dfir-unfurl -U` will upgrade your local Unfurl to the latest
- View the release on GitHub (https://github.com/obsidianforensics/unfurl/releases/tag/v2025.08)

unfurl

Extract and Visualized Data from URLs

dfir.blog