Extract structured JSON data and attachment files from .eml files with the
GOVCERT.LU developed python parser module.
Parses interesting headers out of the email, content-types, hashes of email bodies, IPs, URLs. etc
eml
json
Dockerfile linkslatest (eml_parser/Dockerfile)Output mail as json and extract attachments with the
cincan tool:
cincan run cincan/eml_parser mail.eml -e outputdir
or using docker directly, the sample in absolute directories
and respectively
(e.g. /home/user/maildata/ and /home/user/maildata/output)
docker run --rm -v <SAMPLES>:/maildata -v <OUTPUT>:/outputdir cincan/eml_parser /maildata/mail.eml -e outputdir
Content type
Image
Digest
sha256:918f38c92…
Size
38 MB
Last updated
about 4 years ago
docker pull cincan/eml_parser