mirror of https://github.com/MISP/misp-modules
10 lines
675 B
JSON
10 lines
675 B
JSON
{
|
|
"description": "An expansion hover module to perform a syntax check on stix2 patterns.",
|
|
"logo": "logos/stix.png",
|
|
"requirements": ["stix2patterns python library"],
|
|
"input": "A STIX2 pattern attribute.",
|
|
"output": "Text describing the validity of the STIX2 pattern.",
|
|
"references": ["[STIX2.0 patterning specifications](http://docs.oasis-open.org/cti/stix/v2.0/cs01/part5-stix-patterning/stix-v2.0-cs01-part5-stix-patterning.html)"],
|
|
"features": "This module takes a STIX2 pattern 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."
|
|
}
|