Merge branch 'patch-3' of https://github.com/vxsh4d0w/misp-taxonomies into vxsh4d0w-patch-3
commit
284270b10e
|
@ -24,6 +24,14 @@
|
||||||
"value": "system-compromise",
|
"value": "system-compromise",
|
||||||
"expanded": "System compromise"
|
"expanded": "System compromise"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"value": "sabotage",
|
||||||
|
"expanded": "Sabotage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "gdpr-violation",
|
||||||
|
"expanded": "GDPR Violation"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"value": "scan",
|
"value": "scan",
|
||||||
"expanded": "Scan"
|
"expanded": "Scan"
|
||||||
|
@ -40,6 +48,14 @@
|
||||||
"value": "phishing",
|
"value": "phishing",
|
||||||
"expanded": "Phishing"
|
"expanded": "Phishing"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"value": "whaling",
|
||||||
|
"expanded": "Whaling"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "smishing",
|
||||||
|
"expanded": "Sms Phishing"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"value": "malware",
|
"value": "malware",
|
||||||
"expanded": "Malware"
|
"expanded": "Malware"
|
||||||
|
@ -56,6 +72,10 @@
|
||||||
"value": "fastflux",
|
"value": "fastflux",
|
||||||
"expanded": "Fastflux"
|
"expanded": "Fastflux"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"value": "domain-fronting",
|
||||||
|
"expanded": "Domain Fronting"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"value": "sql-injection",
|
"value": "sql-injection",
|
||||||
"expanded": "SQL Injection"
|
"expanded": "SQL Injection"
|
||||||
|
@ -88,12 +108,41 @@
|
||||||
"value": "sextortion",
|
"value": "sextortion",
|
||||||
"expanded": "sextortion"
|
"expanded": "sextortion"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"value": "social-engineering",
|
||||||
|
"expanded": "Social Engineering"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "gdpr-violation",
|
||||||
|
"expanded": "GDPR Violation"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"value": "covid-19",
|
"value": "covid-19",
|
||||||
"expanded": "covid-19"
|
"expanded": "covid-19"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"predicate": "information-classfication",
|
||||||
|
"entry": [
|
||||||
|
{
|
||||||
|
"value": "confidential",
|
||||||
|
"expanded": "Confidential Information (top confidentiality level)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "restricted",
|
||||||
|
"expanded": "Restricted Information (medium confidentiality level)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "internal-use",
|
||||||
|
"expanded": "Internal Use Information (lowest level of confidentiality)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "public",
|
||||||
|
"expanded": "Public Information (everyone can see the information)"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"predicate": "topic",
|
"predicate": "topic",
|
||||||
"entry": [
|
"entry": [
|
||||||
|
|
Loading…
Reference in New Issue