Skip to content

Commit

Permalink
fix: [threatmatch] predicate typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed May 11, 2021
1 parent 41f2663 commit c768c55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions threatmatch/machinetag.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"namespace": "threatmatch",
"expanded": "ThreatMatch categories for sharing into ThreatMatch and MISP",
"version": 2,
"version": 3,
"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": [
"https://www.secalliance.com/platform/",
Expand Down Expand Up @@ -333,7 +333,7 @@
]
},
{
"predicate": "malware_type",
"predicate": "malware-type",
"entry": [
{
"value": "Adware",
Expand Down Expand Up @@ -430,7 +430,7 @@
]
},
{
"predicate": "alert_type",
"predicate": "alert-type",
"entry": [
{
"value": "Actor Campaigns",
Expand Down

0 comments on commit c768c55

Please sign in to comment.