From 5e85f462caf442bb03c6c447d3161b4a94d74f2b Mon Sep 17 00:00:00 2001 From: itAtcsirtamericasDotOrg Date: Thu, 4 Jul 2019 13:17:13 -0700 Subject: [PATCH] Adding first version of CSIRTAmericas.org Taxonomy --- CSIRTAmericas.org/machinetag.json | 63 +++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 CSIRTAmericas.org/machinetag.json diff --git a/CSIRTAmericas.org/machinetag.json b/CSIRTAmericas.org/machinetag.json new file mode 100644 index 0000000..677276d --- /dev/null +++ b/CSIRTAmericas.org/machinetag.json @@ -0,0 +1,63 @@ +{ + "namespace": "csirt-americas", + "description": "Taxonomia CSIRT Americas.", + "version": 1, + "predicates": [ + { + "value": "defacement", + "expanded": "Defacement" + }, + { + "value": "malware", + "expanded": "Malware" + }, + { + "value": "ddos", + "expanded": "DDoS" + }, + { + "value": "phishing", + "expanded": "Phishing" + }, + { + "value": "spam", + "expanded": "Spam" + }, + { + "value": "botnet", + "expanded": "Botnet" + }, + { + "value": "fastflux", + "expanded": "Fastflux" + }, + { + "value": "cryptojacking", + "expanded": "Cryptojacking" + }, + { + "value": "xss", + "expanded": "XSS" + }, + { + "value": "sqli", + "expanded": "SQL Injection" + }, + { + "value": "vulnerability", + "expanded": "Vulnerability" + }, + { + "value": "infoleak", + "expanded": "Information leak" + }, + { + "value": "compromise", + "expanded": "System compromise" + }, + { + "value": "other", + "expanded": "Other" + } + ] +}