mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-26 00:37:18 +00:00
add cert EU's motive vocabulary
This commit is contained in:
parent
691d079b0e
commit
6cb25dfb76
1 changed files with 37 additions and 0 deletions
37
vocabularies/threat-actor/cert-eu-motive.json
Normal file
37
vocabularies/threat-actor/cert-eu-motive.json
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"values": [
|
||||||
|
{
|
||||||
|
"value": "Cybercrime",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "Cyberwar",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "Espionage",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "Hacktivists",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "Hacktivists-Nationalists",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "Other",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "Unknown",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "Jihadism",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "Censorhip",
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"version" : 1,
|
||||||
|
"description": "Motive vocab as defined by Cert EU.",
|
||||||
|
"source": "Cert EU",
|
||||||
|
"author": ["Cert EU"],
|
||||||
|
"uuid": "fe16ec3e-aff4-11e7-80d0-13582aacbd16",
|
||||||
|
"type": "threat-actor-cert-eu-motives-vocabulary"
|
||||||
|
}
|
Loading…
Reference in a new issue