From 08cab31a896accc8e4785913c92a39b35a3268d5 Mon Sep 17 00:00:00 2001 From: JRC-T2 <129943580+JRC-T2@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:46:03 +0100 Subject: [PATCH] Update machinetag.json Added darknet ransomware activity support --- dark-web/machinetag.json | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/dark-web/machinetag.json b/dark-web/machinetag.json index a67ab08..7abb13a 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": 5, + "version": 6, "predicates": [ { "value": "topic", @@ -359,6 +359,11 @@ "expanded": "videos", "description": "Videos and streaming" }, + { + "value": "ransomware-post", + "expanded": "ransomwarePost", + "description": "Ransomware post published by a ransomware group" + }, { "value": "unclear", "expanded": "unclear", @@ -473,6 +478,31 @@ "value": "pgp-public-key-block", "expanded": "pgpPublicKeyBlock", "description": "PGP public key block identified in the dark-web site" + }, + { + "value": "country", + "expanded": "country", + "description": "Associated country detected on the code of the dark-web site, following ISO 3166-1 alpha-2" + }, + { + "value": "company-name", + "expanded": "companyName", + "description": "Company name identified in a dark-web site" + }, + { + "value": "company-link", + "expanded": "companyLink", + "description": "Company link identified in a dark-web site" + }, + { + "value": "victim-address", + "expanded": "victimAddress", + "description": "Business address identified in a dark-web site" + }, + { + "value": "victim-TLD", + "expanded": "victimTLD", + "description": "Business Top Level Domain (TLD) of a company identified in a dark-web site" } ] }