New #OpenRelik release 0.5.0 is here with some cool new additions:
* Import files directly from Google Cloud Storage
* Updated AI summary visuals
* Glob filtering support when extracting archives
* BlockDevice support for mounting disk images and partitions
Changelog: openrelik.org/changelog/#050
OpenRelik 0.7.0 just dropped with configurable storage providers for RW or RO locations, chords with callback tasks, DuckDB to support querying file based databases, MCP server to integrate directly with automated AI workflows, new workers + much more!
Full changelog: openrelik.org/changelog
#DFIR
OpenRelik CLI
Run forensic workflows from the terminal, built for humans and machines.
Install AI agent skill:
$ openrelik skill install
Chain workers ( --then ) or run in parallel ( --and )
$ openrelik run log2timeline --then psort --format jsonl 123
openrelik.org/docs/guides/...
0.5.0 ℹ️ We are moving to semantic versioning from this release in order to better track compatibility aross all components. Server
Added a health check endpoint for service monitoring. Implemented a ...