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",
|
"namespace": "circl",
|
||||||
"description": "CIRCL Taxonomy - Schemes of Classification in Incident Response and Detection",
|
"description": "CIRCL Taxonomy - Schemes of Classification in Incident Response and Detection",
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"predicates": [
|
"predicates": [
|
||||||
{
|
{
|
||||||
"value": "incident-classification",
|
"value": "incident-classification",
|
||||||
|
@ -67,6 +67,10 @@
|
||||||
{
|
{
|
||||||
"value": "scam",
|
"value": "scam",
|
||||||
"expanded": "Scam"
|
"expanded": "Scam"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "cryptojacking",
|
||||||
|
"expanded": "Cryptojacking"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue