mirror of https://github.com/MISP/misp-modules
10 lines
601 B
JSON
10 lines
601 B
JSON
{
|
|
"description": "Module to import and parse reports from Lastline analysis links.",
|
|
"logo": "logos/lastline.png",
|
|
"requirements": [],
|
|
"input": "Link to a Lastline analysis.",
|
|
"output": "MISP attributes and objects parsed from the analysis report.",
|
|
"references": ["https://www.lastline.com"],
|
|
"features": "The module uses the new format and it is able to return MISP attributes and objects.\nThe module returns the same results as the [lastline_query](https://github.com/MISP/misp-modules/tree/master/misp_modules/modules/expansion/lastline_query.py) expansion module."
|
|
}
|