mirror of https://github.com/MISP/misp-modules
13 lines
534 B
JSON
13 lines
534 B
JSON
{
|
|
"description": "An expansion hover module to display the result of sigma queries.",
|
|
"logo": "sigma.png",
|
|
"requirements": [
|
|
"Sigma python library"
|
|
],
|
|
"input": "A Sigma attribute.",
|
|
"output": "Text displaying results of queries on the Sigma attribute.",
|
|
"references": [
|
|
"https://github.com/Neo23x0/sigma/wiki"
|
|
],
|
|
"features": "This module takes a Sigma rule attribute as input and tries all the different queries available to convert it into different formats recognized by SIEMs."
|
|
} |