From 3d2b8b1fcf26d9a3b36bb42aec42b093713a88b2 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 27 Apr 2019 07:16:10 +0200 Subject: [PATCH] chg: [circl] sextortion added - #133 fixed --- circl/machinetag.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/circl/machinetag.json b/circl/machinetag.json index 291ae4d..caeb3ef 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": 2, + "version": 3, "predicates": [ { "value": "incident-classification", @@ -83,6 +83,10 @@ { "value": "wiper", "expanded": "Wiper" + }, + { + "value": "sextortion", + "expanded": "sextortion" } ] },