From cee6c9dc969353e63ee9ca93141f2b395bd2a0d2 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 15 Mar 2018 10:20:05 +0100 Subject: [PATCH] fix: add cryptojacking as proposed in #90 - CIRCL will do the update on their side too. --- circl/machinetag.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/circl/machinetag.json b/circl/machinetag.json index cc508f5..99209a8 100644 --- a/circl/machinetag.json +++ b/circl/machinetag.json @@ -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" } ] },