add: [core] darkweb structures and fixing previous motivations and topics

pull/147/head
Vincent-CIRCL 2019-06-14 15:13:15 +02:00
parent b82ab8bfd5
commit 6effdc3cd2
1 changed files with 92 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"namespace": "dark-web", "namespace": "dark-web",
"expanded": "Dark Web", "expanded": "Dark Web",
"description": "Criminal motivation on the dark web: A categorisation model for law enforcement. ref: Janis Dalins, Campbell Wilson, Mark Carman. Taxonomy updated by MISP Project", "description": "Criminal motivation on the dark web: A categorisation model for law enforcement. ref: Janis Dalins, Campbell Wilson, Mark Carman. Taxonomy updated by MISP Project",
"version": 1, "version": 1.1,
"predicates": [ "predicates": [
{ {
"value": "topic", "value": "topic",
@ -13,6 +13,11 @@
"value": "motivation", "value": "motivation",
"description": "Motivation with the materials tagged", "description": "Motivation with the materials tagged",
"expanded": "Motivation" "expanded": "Motivation"
},
{
"value": "structure",
"description": "Structure of the materials tagged",
"expanded": "Structure"
} }
], ],
"values": [ "values": [
@ -34,6 +39,16 @@
"expanded": "Finance", "expanded": "Finance",
"description": "Any monetary/currency/exchangeable materials. Includes carding, Bitcoin, Litecoin etc." "description": "Any monetary/currency/exchangeable materials. Includes carding, Bitcoin, Litecoin etc."
}, },
{
"value": "cash-in",
"expanded": "Cash-in",
"description": "_"
},
{
"value": "cash-out",
"expanded": "Cash-out",
"description": "_"
},
{ {
"value": "hacking", "value": "hacking",
"expanded": "Hacking", "expanded": "Hacking",
@ -84,10 +99,45 @@
"expanded": "Weapons", "expanded": "Weapons",
"description": "Materials specifically associated with materials and/or items for use in violent acts against persons or property. Examples include firearms and bomb-making ingredients." "description": "Materials specifically associated with materials and/or items for use in violent acts against persons or property. Examples include firearms and bomb-making ingredients."
}, },
{
"value": "credit-card",
"expanded": "Credit-Card",
"description": "Credit cards and payments materials"
},
{
"value": "counteir-feit-materials",
"expanded": "Counter-feit materials",
"description": "Fake identification papers."
},
{
"value": "gambling",
"expanded": "Gambling",
"description": "Games involving money"
},
{
"value": "library",
"expanded": "Library",
"description": "Library or list of books"
},
{ {
"value": "other-not-illegal", "value": "other-not-illegal",
"expanded": "Other not illegal", "expanded": "Other not illegal",
"description": "Material not of interest to law enforcement - e.g. personal sites, Facebook mirrors." "description": "Material not of interest to law enforcement - e.g. personal sites, Facebook mirrors."
},
{
"value": "legitimate",
"expanded": "Legitimate",
"description": "Legitimate websites"
},
{
"value": "chat",
"expanded": "Chats platforms",
"description": "Chats space or equivalent, which are not forums"
},
{
"value": "mixer",
"expanded": "_",
"description": "_"
} }
] ]
}, },
@ -109,6 +159,16 @@
"expanded": "Forum", "expanded": "Forum",
"description": "Sites specifically designed for multiple users to communicate as peers" "description": "Sites specifically designed for multiple users to communicate as peers"
}, },
{
"value": "wiki",
"expanded": "Wiki",
"description": "Wiki pages and information display"
},
{
"value": "hosting",
"expanded": "Hosting",
"description": "Hosting providers"
},
{ {
"value": "general", "value": "general",
"expanded": "General", "expanded": "General",
@ -135,6 +195,35 @@
"description": "Automatically generated content, not designed for any identifiable purpose other than diagnostics - e.g. “It Works” message provided by default by Apache2" "description": "Automatically generated content, not designed for any identifiable purpose other than diagnostics - e.g. “It Works” message provided by default by Apache2"
} }
] ]
},
{
"predicate": "structure",
"entry": [
{
"value": "incomplete",
"expanded": "Imcomplete websites or information",
"description": "Websites and pages that are unable to load completely properly"
},
{
"value": "captcha",
"expanded": "Captcha and Solvers",
"description": "Captchas and solvers elements"
},
{
"value": "LoginForms",
"expanded": "Logins forms and gates",
"description": "Authentification pages, login page, login forms that block access to an internal part of a website."
},
{
"value": "police-notice",
"expanded": "Police Notice",
"description": "Closed websites, with police-equivalent banners"
},
{
"value": "test",
"expanded": "Test",
"description": "Test websites without any real consequences or effects"
}
]
}
} }
]
}