Skip to content

Commit 08cab31

Browse files
authored
Update machinetag.json
Added darknet ransomware activity support
1 parent 8cd705b commit 08cab31

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

dark-web/machinetag.json

+31-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"namespace": "dark-web",
33
"expanded": "Dark Web",
44
"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.",
5-
"version": 5,
5+
"version": 6,
66
"predicates": [
77
{
88
"value": "topic",
@@ -359,6 +359,11 @@
359359
"expanded": "videos",
360360
"description": "Videos and streaming"
361361
},
362+
{
363+
"value": "ransomware-post",
364+
"expanded": "ransomwarePost",
365+
"description": "Ransomware post published by a ransomware group"
366+
},
362367
{
363368
"value": "unclear",
364369
"expanded": "unclear",
@@ -473,6 +478,31 @@
473478
"value": "pgp-public-key-block",
474479
"expanded": "pgpPublicKeyBlock",
475480
"description": "PGP public key block identified in the dark-web site"
481+
},
482+
{
483+
"value": "country",
484+
"expanded": "country",
485+
"description": "Associated country detected on the code of the dark-web site, following ISO 3166-1 alpha-2"
486+
},
487+
{
488+
"value": "company-name",
489+
"expanded": "companyName",
490+
"description": "Company name identified in a dark-web site"
491+
},
492+
{
493+
"value": "company-link",
494+
"expanded": "companyLink",
495+
"description": "Company link identified in a dark-web site"
496+
},
497+
{
498+
"value": "victim-address",
499+
"expanded": "victimAddress",
500+
"description": "Business address identified in a dark-web site"
501+
},
502+
{
503+
"value": "victim-TLD",
504+
"expanded": "victimTLD",
505+
"description": "Business Top Level Domain (TLD) of a company identified in a dark-web site"
476506
}
477507
]
478508
}

0 commit comments

Comments
 (0)