Triage2Elastic is a Docker-based tool that automates the processing of triage images from Windows, Linux, and macOS systems. It uses Plaso (log2timeline.py) to generate supertimelines from forensic artifacts and exports them directly to Elasticsearch.
For collecting triage data, it is recommended to use KAPE (Windows only) or CyLR (which also supports Linux and macOS).
- Monitors a local directory for new triage images
- Automatically runs
log2timelineto parse forensic data - Pushes timelines to Elasticsearch
- Runs as a Docker container
git clone https://github.com/xlazarg/Triage2Elastic.git
cd Triage2Elastic
hosts => ["https://your-elasticsearch-ip:9200"]
user => "elastic"
password => "changeme"
docker build -t triage2elastic .
docker run -v /local/triage/data:/triage/data -v /local/triage/output:/triage/output triage2elastic
💡 This folder can also be specified as an SFTP output destination in KAPE or CyLR.
mv victim1 /local/triage/data