mirror of https://github.com/MISP/misp-modules
11 lines
715 B
JSON
11 lines
715 B
JSON
{
|
|
"description": "Deprecation notice: this module will be deprecated by December 2021, please use vmware_nsx module.\n\nModule to submit a file or URL to Lastline.",
|
|
"logo": "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 Analysis `api_token` and `key`.\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."
|
|
} |