Merge branch 'vxsh4d0w-patch-3' into main
commit
d14ec95930
|
@ -76,7 +76,7 @@
|
|||
{
|
||||
"description": "CIRCL Taxonomy - Schemes of Classification in Incident Response and Detection",
|
||||
"name": "circl",
|
||||
"version": 4
|
||||
"version": 5
|
||||
},
|
||||
{
|
||||
"description": "Course of action taken within organization to discover, detect, deny, disrupt, degrade, deceive and/or destroy an attack.",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"namespace": "circl",
|
||||
"description": "CIRCL Taxonomy - Schemes of Classification in Incident Response and Detection",
|
||||
"version": 4,
|
||||
"version": 5,
|
||||
"predicates": [
|
||||
{
|
||||
"value": "incident-classification",
|
||||
|
@ -24,6 +24,14 @@
|
|||
"value": "system-compromise",
|
||||
"expanded": "System compromise"
|
||||
},
|
||||
{
|
||||
"value": "sabotage",
|
||||
"expanded": "Sabotage"
|
||||
},
|
||||
{
|
||||
"value": "privacy-violation",
|
||||
"expanded": "Privacy violation"
|
||||
},
|
||||
{
|
||||
"value": "scan",
|
||||
"expanded": "Scan"
|
||||
|
@ -40,6 +48,14 @@
|
|||
"value": "phishing",
|
||||
"expanded": "Phishing"
|
||||
},
|
||||
{
|
||||
"value": "whaling",
|
||||
"expanded": "Whaling"
|
||||
},
|
||||
{
|
||||
"value": "smishing",
|
||||
"expanded": "SMS Phishing"
|
||||
},
|
||||
{
|
||||
"value": "malware",
|
||||
"expanded": "Malware"
|
||||
|
@ -56,6 +72,10 @@
|
|||
"value": "fastflux",
|
||||
"expanded": "Fastflux"
|
||||
},
|
||||
{
|
||||
"value": "domain-fronting",
|
||||
"expanded": "Domain Fronting"
|
||||
},
|
||||
{
|
||||
"value": "sql-injection",
|
||||
"expanded": "SQL Injection"
|
||||
|
@ -84,10 +104,22 @@
|
|||
"value": "wiper",
|
||||
"expanded": "Wiper"
|
||||
},
|
||||
{
|
||||
"value": "ransomware",
|
||||
"expanded": "ransomware"
|
||||
},
|
||||
{
|
||||
"value": "sextortion",
|
||||
"expanded": "sextortion"
|
||||
},
|
||||
{
|
||||
"value": "social-engineering",
|
||||
"expanded": "Social Engineering"
|
||||
},
|
||||
{
|
||||
"value": "gdpr-violation",
|
||||
"expanded": "GDPR Violation"
|
||||
},
|
||||
{
|
||||
"value": "covid-19",
|
||||
"expanded": "covid-19"
|
||||
|
|
Loading…
Reference in New Issue