mirror of https://github.com/MISP/misp-modules
10 lines
620 B
JSON
10 lines
620 B
JSON
|
{
|
||
|
"description": "Module to submit a file or URL to Lastline.",
|
||
|
"logo": "logos/lastline.png",
|
||
|
"requirements": [],
|
||
|
"input": "File or URL to submit to Lastline.",
|
||
|
"output": "Link to the report generated by Lastline.",
|
||
|
"references": ["https://www.lastline.com"],
|
||
|
"features": "The module requires a Lastline API key and token (or username and password).\nWhen the analysis is completed, it is possible to import the generated report by feeding the analysis link to the [lastline_query](https://github.com/MISP/misp-modules/tree/master/misp_modules/modules/expansion/lastline_query.py) module."
|
||
|
}
|