add ransomware taxonomy WIP

pull/141/head
Deborah Servili 2019-04-05 11:13:21 +02:00
parent a39e0375ef
commit 1a08f2c9b8
No known key found for this signature in database
GPG Key ID: 7E3A832850D4D7D1
1 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,58 @@
{
"namespace": "ransomware",
"expanded": "ransomware types and elements",
"description": "Ransomware is used to define ransomware types and the elements that compose them.",
"version": 1,
"predicates": [
{
"value": "type",
"expanded": "Type",
"description": "Type is used to describe the type of a ransomware and how it works."
},
{
"value": "element",
"expanded": "Element",
"description": "Elements that composed or are linked to a ransomware and its execution."
}
],
"values": [
{
"predicate": "type",
"entry": [
{
"value": "scareware",
"expanded": ""
},
{
"value": "locker",
"expanded": ""
},
{
"value": "cryptolocker",
"expanded": ""
}
],
},
{
"predicate": "type",
"entry": [
{
"value": "ransomnote",
"expanded": ""
},
{
"value": "decoy",
"expanded": ""
},
{
"value": "crypter",
"expanded": ""
},
{
"value": "downloader",
"expanded": ""
}
]
}
]
}