mirror of https://github.com/MISP/misp-modules
11 lines
383 B
JSON
11 lines
383 B
JSON
{
|
|
"description": "Mass EQL query export for a MISP event.",
|
|
"logo": "eql.png",
|
|
"requirements": [],
|
|
"features": "This module produces EQL queries for all relevant attributes in a MISP event.",
|
|
"references": [
|
|
"https://eql.readthedocs.io/en/latest/"
|
|
],
|
|
"input": "MISP Event attributes",
|
|
"output": "Text file containing one or more EQL queries"
|
|
} |