From 413b73708276964bbfa4bfb0e03f7bcca032bdb5 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 8 Dec 2024 07:14:59 +0100 Subject: [PATCH] chg: [dark-web] Directory service added --- dark-web/machinetag.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dark-web/machinetag.json b/dark-web/machinetag.json index a15f414..8ecba9f 100644 --- a/dark-web/machinetag.json +++ b/dark-web/machinetag.json @@ -2,7 +2,7 @@ "namespace": "dark-web", "expanded": "Dark Web", "description": "Criminal motivation and content detection the dark web: A categorisation model for law enforcement. ref: Janis Dalins, Campbell Wilson, Mark Carman. Taxonomy updated by MISP Project and extended by the JRC (Joint Research Centre) of the European Commission.", - "version": 7, + "version": 8, "predicates": [ { "value": "topic", @@ -218,6 +218,11 @@ "value": "hitman", "expanded": "Hit Man Services", "description": "Hit man or similar services" + }, + { + "value": "directory-provider", + "expanded": "DirectoryProvider", + "description": "Provides list of addresses or references to other services" } ] },