fix: add cryptojacking as proposed in #90 - CIRCL will do the update on
their side too.pull/93/head
parent
1b4cb19909
commit
cee6c9dc96
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"namespace": "circl",
|
||||
"description": "CIRCL Taxonomy - Schemes of Classification in Incident Response and Detection",
|
||||
"version": 1,
|
||||
"version": 2,
|
||||
"predicates": [
|
||||
{
|
||||
"value": "incident-classification",
|
||||
|
@ -67,6 +67,10 @@
|
|||
{
|
||||
"value": "scam",
|
||||
"expanded": "Scam"
|
||||
},
|
||||
{
|
||||
"value": "cryptojacking",
|
||||
"expanded": "Cryptojacking"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue