Truehunter is a forensic tool designed to detect encrypted containers, specifically targeting Truecrypt and Veracrypt containers, though it can identify any encrypted file with headers not in its database. The tool operates using a fast and memory-efficient approach without external dependencies, making it highly portable. It performs three primary checks during analysis: testing the first 8 bytes of files against its internal database, verifying that file size modulo 64 equals zero (indicating block cipher usage), and calculating file entropy to assess randomness. Truehunter creates and maintains a headers database file during first use, which stores the first 8 bytes of every scanned file along with extension and date information. This database can be updated after each scan to improve detection accuracy. The tool offers two scanning modes: Fast Scan searches for files with size divisible by 64, unknown headers, and appearance frequency below a configurable threshold (default 3). Default Scan performs the fast scan operations plus entropy calculation to reduce false positive results. Truehunter is included in the BlackArch forensic tools collection and supports Python versions 2.7 through 3.7 without requiring additional libraries for installation.
FEATURES
SIMILAR TOOLS
A digital forensics tool that provides read-only access to file-system objects from various storage media types and file formats.
A library for accessing and parsing Windows NT Registry File (REGF) format files, designed for digital forensics and registry analysis applications.
A library to access the Windows New Technology File System (NTFS) format with read-only support for NTFS versions 3.0 and 3.1.
Free software for extracting Microsoft cabinet files, supporting all features and formats of Microsoft cabinet files and Windows CE installation files.
A library for accessing and parsing Extensible Storage Engine (ESE) Database Files used by Microsoft applications like Windows Search, Exchange, and Active Directory for forensic analysis purposes.
A library for read-only access to QEMU Copy-On-Write (QCOW) image files, supporting multiple versions and compression formats for digital forensics analysis.
Zenduty's platform provides real-time operational health monitoring and incident response orchestration to improve incident response times and build a solid on-call culture.
A library to access and parse Windows XML Event Log (EVTX) format, useful for digital forensics and incident response.