fix: Typo in rsit, predicates order in misp
parent
a3ef5ddc99
commit
51aa26ca38
|
@ -164,10 +164,6 @@
|
||||||
"expanded": "API related tag influencing the MISP behavior of the API.",
|
"expanded": "API related tag influencing the MISP behavior of the API.",
|
||||||
"value": "api"
|
"value": "api"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"expanded": "misp2yara export tool",
|
|
||||||
"value": "misp2yara"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"description": "Expansion tag incluencing the MISP behavior using expansion modules",
|
"description": "Expansion tag incluencing the MISP behavior using expansion modules",
|
||||||
"expanded": "Expansion",
|
"expanded": "Expansion",
|
||||||
|
@ -199,6 +195,10 @@
|
||||||
"description": "Tool associated with the information taggged",
|
"description": "Tool associated with the information taggged",
|
||||||
"expanded": "Tool",
|
"expanded": "Tool",
|
||||||
"value": "tool"
|
"value": "tool"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"expanded": "misp2yara export tool",
|
||||||
|
"value": "misp2yara"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 9,
|
"version": 9,
|
||||||
|
|
|
@ -206,12 +206,7 @@
|
||||||
"description": "Publicly accessible services potentially disclosing sensitive information, e.g. SNMP or Redis.",
|
"description": "Publicly accessible services potentially disclosing sensitive information, e.g. SNMP or Redis.",
|
||||||
"expanded": "Information disclosure",
|
"expanded": "Information disclosure",
|
||||||
"value": "information-disclosure"
|
"value": "information-disclosure"
|
||||||
}
|
|
||||||
],
|
|
||||||
"predicate": "vulnerable"
|
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"entry": [
|
|
||||||
{
|
{
|
||||||
"description": "A system which is vulnerable to certain attacks. Example: misconfigured client proxy settings (example: WPAD), outdated operating system version, etc.",
|
"description": "A system which is vulnerable to certain attacks. Example: misconfigured client proxy settings (example: WPAD), outdated operating system version, etc.",
|
||||||
"expanded": "Vulnerable system",
|
"expanded": "Vulnerable system",
|
||||||
|
@ -298,7 +293,7 @@
|
||||||
"value": "test"
|
"value": "test"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 2,
|
"version": 3,
|
||||||
"description": "Reference Security Incident Classification Taxonomy",
|
"description": "Reference Security Incident Classification Taxonomy",
|
||||||
"namespace": "rsit"
|
"namespace": "rsit"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue