mirror of https://github.com/MISP/misp-modules
14 lines
594 B
JSON
14 lines
594 B
JSON
{
|
|
"description": "An expansion hover module to perform a syntax check on sigma rules.",
|
|
"logo": "sigma.png",
|
|
"requirements": [
|
|
"Sigma python library",
|
|
"Yaml python library"
|
|
],
|
|
"input": "A Sigma attribute.",
|
|
"output": "Text describing the validity of the Sigma rule.",
|
|
"references": [
|
|
"https://github.com/Neo23x0/sigma/wiki"
|
|
],
|
|
"features": "This module takes a Sigma rule attribute as input and performs a syntax check on it.\n\nIt displays then that the rule is valid if it is the case, and the error related to the rule otherwise."
|
|
} |