mirror of https://github.com/MISP/misp-modules
9 lines
465 B
JSON
9 lines
465 B
JSON
|
{
|
||
|
"description": "Module to import emails in MISP.",
|
||
|
"requirements": [],
|
||
|
"features": "This module can be used to import e-mail text as well as attachments and urls.\n3 configuration parameters are then used to unzip attachments, guess zip attachment passwords, and extract urls: set each one of them to True or False to process or not the respective corresponding actions.",
|
||
|
"references": [],
|
||
|
"input": "E-mail file",
|
||
|
"output": "MISP Event attributes"
|
||
|
}
|