chg: [threat-match] fixed all the namespaces
parent
b2bd9f7e99
commit
b2aeefcab1
|
@ -545,22 +545,22 @@
|
|||
},
|
||||
{
|
||||
"description": "The ThreatMatch Alert types are applicable for any ThreatMatch instances and should be used for all CIISI and TIBER Projects.",
|
||||
"name": "ThreatMatch",
|
||||
"name": "threatmatch-alert-types",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"description": "The ThreatMatch Incident types are applicable for any ThreatMatch instances and should be used for all CIISI and TIBER Projects.",
|
||||
"name": "ThreatMatch",
|
||||
"name": "threatmatch-incident-types",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"description": "The ThreatMatch Malware types are applicable for any ThreatMatch instances and should be used for all CIISI and TIBER Projects.",
|
||||
"name": "ThreatMatch",
|
||||
"name": "threatmatch-malware-types",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"description": "The ThreatMatch Sector types are applicable for any ThreatMatch instances and should be used for all CIISI and TIBER Projects.",
|
||||
"name": "ThreatMatch",
|
||||
"name": "threatmatch-sectors",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"namespace": "ThreatMatch",
|
||||
"namespace": "threatmatch-alert-types",
|
||||
"expanded": "Alert Types for Sharing into ThreatMatch and MISP.",
|
||||
"version": 1,
|
||||
"description": "The ThreatMatch Alert types are applicable for any ThreatMatch instances and should be used for all CIISI and TIBER Projects.",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"namespace": "ThreatMatch",
|
||||
"namespace": "threatmatch-incident-types",
|
||||
"expanded": "Incident Types for Sharing into ThreatMatch and MISP",
|
||||
"version": 1,
|
||||
"description": "The ThreatMatch Incident types are applicable for any ThreatMatch instances and should be used for all CIISI and TIBER Projects.",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"namespace": "ThreatMatch",
|
||||
"namespace": "threatmatch-malware-types",
|
||||
"expanded": "Malware Types for Sharing into ThreatMatch and MISP",
|
||||
"version": 1,
|
||||
"description": "The ThreatMatch Malware types are applicable for any ThreatMatch instances and should be used for all CIISI and TIBER Projects.",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"namespace": "ThreatMatch",
|
||||
"namespace": "threatmatch-sectors",
|
||||
"expanded": "Sector Types for Sharing into ThreatMatch and MISP",
|
||||
"version": 1,
|
||||
"description": "The ThreatMatch Sector types are applicable for any ThreatMatch instances and should be used for all CIISI and TIBER Projects.",
|
||||
|
|
Loading…
Reference in New Issue