fix: [threatmatch] typo fixed in predicate value
parent
01fe23ef6b
commit
41f2663b47
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"namespace": "threatmatch",
|
"namespace": "threatmatch",
|
||||||
"expanded": "ThreatMatch categories for sharing into ThreatMatch and MISP",
|
"expanded": "ThreatMatch categories for sharing into ThreatMatch and MISP",
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"description": "The ThreatMatch Sectors, Incident types, Malware types and Alert types are applicable for any ThreatMatch instances and should be used for all CIISI and TIBER Projects.",
|
"description": "The ThreatMatch Sectors, Incident types, Malware types and Alert types are applicable for any ThreatMatch instances and should be used for all CIISI and TIBER Projects.",
|
||||||
"refs": [
|
"refs": [
|
||||||
"https://www.secalliance.com/platform/",
|
"https://www.secalliance.com/platform/",
|
||||||
|
@ -176,7 +176,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"predicate": "incident_type",
|
"predicate": "incident-type",
|
||||||
"entry": [
|
"entry": [
|
||||||
{
|
{
|
||||||
"value": "ATM Attacks",
|
"value": "ATM Attacks",
|
||||||
|
|
Loading…
Reference in New Issue