mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-26 00:37:18 +00:00
19 lines
343 B
JSON
19 lines
343 B
JSON
{
|
|
"description": "Popular movie sub-genres",
|
|
"icon": "video",
|
|
"kill_chain_order": {
|
|
"Movie sub-genre": [
|
|
"Action",
|
|
"Comedy",
|
|
"Crime",
|
|
"Fantasy",
|
|
"Horror"
|
|
]
|
|
},
|
|
"name": "Movie",
|
|
"namespace": "misp-training",
|
|
"type": "movie",
|
|
"uuid": "8a4e8948-bae7-4d6e-a863-9d0a1ef74260",
|
|
"version": 1
|
|
}
|
|
|