Sign inSign up

cincan/eml_parser

By cincan

Updated about 4 years ago

Parse .eml email files

Image
0

100K+

cincan/eml_parser repository overview

Parse .eml email files

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

Input

eml

Output

json

Usage

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

Project homepage

https://github.com/GOVCERT-LU/eml_parser

Tag summary

Content type

Image

Digest

sha256:918f38c92

Size

38 MB

Last updated

about 4 years ago

docker pull cincan/eml_parser