v0.12.5 #25
Ghassan-elsman
announced in
Announcements
v0.12.5
#25
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Crow-Eye 0.12.5 - Universal Import & Investigator Experience
Why did the open-source version jump from 0.12.0 to 0.12.5?
Our first priority has been the desktop (EXE) build — the packaged installer that most users actually run and that ships with an auto-updater. As issues came in, we fixed them fast and pushed those patches straight to the EXE version as interim releases 0.12.1, 0.12.2, 0.12.3, and 0.12.4 (installer-only bug-fix builds).
Those interim versions were never tagged as separate open-source releases, so the GitHub source stayed at 0.12.0 while the desktop build moved ahead.
With 0.12.5, the GitHub version catches up completely. This release folds in all of the patches that had gone out to the EXE build (0.12.1-0.12.4) and the new features and fixes below — so the open-source source is now fully in sync with, and ahead of, the desktop build. That's why the version number jumps straight from 0.12.0 to 0.12.5.
New - Universal Evidence Import
Bring third-party forensic data into a case and analyze it right next to the artifacts Crow-Eye already parsed.
.db/.sqlitedirectly, or a CSV / JSON / JSONL that is auto-converted to SQLite (columns sanitized, nested JSON flattened, primary timestamp auto-detected & normalized). Large files convert on a background thread.New - The Eye analyzes imported evidence and finds correlations
correlate_imported_evidencetool finds shared identities (filenames, users, IPs, hashes) and timestamp overlaps, returningdatabase:table:rowidmatches — proactively at case-open triage and on demand.query_database/get_schema), on top of the existing correlation tool.Timeline
Experience
Fixes & correctness
search_artifactsnow searches every database in the case and tags each hit with its source (previously returned nothing).Full details: see
RELEASE_NOTES.md| License: GPL-3.0Full Changelog: 0.12.0...0.12.5
This discussion was created from the release v0.12.5.
All reactions