fix: add cryptojacking as proposed in #90 - CIRCL will do the update on

their side too.
pull/93/head
Alexandre Dulaunoy 2018-03-15 10:20:05 +01:00
parent 1b4cb19909
commit cee6c9dc96
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 5 additions and 1 deletions

View File

@ -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"
}
]
},