GitHub

Introduction

Ilexum is an open-source suite of forensic tools designed for digital investigations and incident response. The suite consists of three complementary tools: Bitex, Tracium, and Evidex.

The Ecosystem

Each tool serves a specific purpose in the forensic workflow:

ToolPurposeInputOutput
BitexDisk analysis via The Sleuth KitDisk images/devicesPartition tables, filesystem metadata, file listings
TraciumSystem forensics collectorLive systems or forensic images16 categories of forensic artifacts
EvidexEvidence acquisitionFiles and directoriesMetadata-rich evidence packages

Shared Architecture

All three tools share common design patterns: RFC 5424 compliant logging, chain of custody tracking, and HTTP transmission to remote analysis servers.

Key Features

  • Read-Only Operations: All tools operate in strict read-only mode to preserve evidence integrity
  • Chain of Custody: Cryptographic hash verification (MD5, SHA1, SHA256) with complete audit trails
  • Cross-Platform: Linux, Windows, macOS, FreeBSD, and OpenBSD support
  • Standards Compliant: ISO 27037, NIST SP 800-86, and Daubert Standard compliant
  • Dependency Injection: Clean architecture with well-separated concerns
  • Platform Abstraction: Consistent interfaces with platform-specific implementations

Forensic Standards

The Ilexum tools are designed to meet established digital forensics standards:

  • ISO 27037: Guidelines for identification, collection, acquisition, and preservation of digital evidence
  • NIST SP 800-86: Guide to computer and network forensics
  • Daubert Standard: Admissibility requirements for scientific evidence

Tool Relationships

The three tools are designed to work together in a forensic workflow:

Tool Relationships

Each agent collects evidence and transmits it to a central Processor for analysis and correlation.

Go Module Structure

github.com/ilexum-group/bitex     // Disk analysis
github.com/ilexum-group/tracium     // System forensics
github.com/ilexum-group/evidex    // Evidence acquisition

Quick Navigation