mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 23:07:19 +00:00
The MotivationVocab is the default STIX vocabulary for expressing the motivation of a threat actor.
This commit is contained in:
parent
af280fa83a
commit
329e1e677b
1 changed files with 64 additions and 0 deletions
64
elements/threat-actor-motivation-vocabulary.json
Normal file
64
elements/threat-actor-motivation-vocabulary.json
Normal file
|
@ -0,0 +1,64 @@
|
|||
{
|
||||
"values": [
|
||||
{
|
||||
"value": "Ideological",
|
||||
"description": "The threat actor is motivated by non-specific ideological reasons."
|
||||
},
|
||||
{
|
||||
"value": "Ideological - Anti-Corruption",
|
||||
"description": "The threat actor is motivated to attack targets engaging in corruption."
|
||||
},
|
||||
{
|
||||
"value": "Ideological - Anti-Establishment",
|
||||
"description": "The threat actor is motivated to attack established authority."
|
||||
},
|
||||
{
|
||||
"value": "Ideological - Environmental",
|
||||
"description": "The threat actor is motivated to attack targets engaging in actions determental to the environment."
|
||||
},
|
||||
{
|
||||
"value": "Ideological - Ethnic / Nationalist",
|
||||
"description": "The threat actor is motivated to attack targets engaging in actions either against or in favor of a nation state or ethnic group."
|
||||
},
|
||||
{
|
||||
"value": "Ideological - Information Freedom",
|
||||
"description": "The threat actor is motivated by the belief in the freedom of information."
|
||||
},
|
||||
{
|
||||
"value": "Ideological - Religious",
|
||||
"description": "The threat actor is motivated to attack targets associated with a religion."
|
||||
},
|
||||
{
|
||||
"value": "Ideological - Security Awareness"
|
||||
},
|
||||
{
|
||||
"value": "Ideological - Human Rights",
|
||||
"description": "The threat actor is motivated to attack targets engaging in actions either in favor or against human rights."
|
||||
},
|
||||
{
|
||||
"value": "Ego",
|
||||
"description": "The threat actor is motivated by enhancing their own self worth."
|
||||
},
|
||||
{
|
||||
"value": "Financial or Economic",
|
||||
"description": "The threat actor is motivated by financial gain."
|
||||
},
|
||||
{
|
||||
"value": "Military",
|
||||
"description": "The threat actor is motivated by the desire to exercise some military advantage."
|
||||
},
|
||||
{
|
||||
"value": "Opportunistic",
|
||||
"description": "The threat actor is motivated by the relative vulnerability of the target."
|
||||
},
|
||||
{
|
||||
"value": "Political",
|
||||
"description": "The threat actor is motivated by the desire to exercise some political advantage."
|
||||
}
|
||||
],
|
||||
"version" : 1,
|
||||
"description": "The MotivationVocab is the default STIX vocabulary for expressing the motivation of a threat actor.",
|
||||
"author": "STIX",
|
||||
"stix": "1.2.1",
|
||||
"type": "threat-actor-motivation-vocabulary"
|
||||
}
|
Loading…
Reference in a new issue