chg: [new] Added movie genre taxonomy

training
mokaddem 2021-02-05 09:27:44 +01:00
parent ac013f76e6
commit 35a6a39bb6
2 changed files with 135 additions and 0 deletions

View File

@ -423,6 +423,11 @@
"name": "monarc-threat",
"version": 1
},
{
"description": "Popular movie genres.",
"name": "movie-genre",
"version": 1
},
{
"description": "Malware Type and Platform classification based on Microsoft's implementation of the Computer Antivirus Research Organization (CARO) Naming Scheme and Malware Terminology. Based on https://www.microsoft.com/en-us/security/portal/mmpc/shared/malwarenaming.aspx, https://www.microsoft.com/security/portal/mmpc/shared/glossary.aspx, https://www.microsoft.com/security/portal/mmpc/shared/objectivecriteria.aspx, and http://www.caro.org/definitions/index.html. Malware families are extracted from Microsoft SIRs since 2008 based on https://www.microsoft.com/security/sir/archive/default.aspx and https://www.microsoft.com/en-us/security/portal/threat/threats.aspx. Note that SIRs do NOT include all Microsoft malware families.",
"name": "ms-caro-malware",

130
movie-genre/machinetag.json Executable file
View File

@ -0,0 +1,130 @@
{
"predicates": [
{
"description": "The Action movie genre",
"value": "Action",
"expanded": "Action"
},
{
"description": "The Adventure movie genre",
"value": "Adventure",
"expanded": "Adventure"
},
{
"description": "The Animation movie genre",
"value": "Animation",
"expanded": "Animation"
},
{
"description": "The Biography movie genre",
"value": "Biography",
"expanded": "Biography"
},
{
"description": "The Comedy movie genre",
"value": "Comedy",
"expanded": "Comedy"
},
{
"description": "The Crime movie genre",
"value": "Crime",
"expanded": "Crime"
},
{
"description": "The Documentary movie genre",
"value": "Documentary",
"expanded": "Documentary"
},
{
"description": "The Drama movie genre",
"value": "Drama",
"expanded": "Drama"
},
{
"description": "The Family movie genre",
"value": "Family",
"expanded": "Family"
},
{
"description": "The Fantasy movie genre",
"value": "Fantasy",
"expanded": "Fantasy"
},
{
"description": "The Film Noir movie genre",
"value": "Film Noir",
"expanded": "Film Noir"
},
{
"description": "The History movie genre",
"value": "History",
"expanded": "History"
},
{
"description": "The Horror movie genre",
"value": "Horror",
"expanded": "Horror"
},
{
"description": "The Music movie genre",
"value": "Music",
"expanded": "Music"
},
{
"description": "The Musical movie genre",
"value": "Musical",
"expanded": "Musical"
},
{
"description": "The Mystery movie genre",
"value": "Mystery",
"expanded": "Mystery"
},
{
"description": "The Romance movie genre",
"value": "Romance",
"expanded": "Romance"
},
{
"description": "The Sci-Fi movie genre",
"value": "Sci-Fi",
"expanded": "Sci-Fi"
},
{
"description": "The Short movie genre",
"value": "Short",
"expanded": "Short"
},
{
"description": "The Sport movie genre",
"value": "Sport",
"expanded": "Sport"
},
{
"description": "The Superhero movie genre",
"value": "Superhero",
"expanded": "Superhero"
},
{
"description": "The Thriller movie genre",
"value": "Thriller",
"expanded": "Thriller"
},
{
"description": "The War movie genre",
"value": "War",
"expanded": "War"
},
{
"description": "The Western movie genre",
"value": "Western",
"expanded": "Western"
}
],
"refs": [],
"version": 1,
"description": "Popular movie genres.",
"expanded": "Movie genre",
"namespace": "movie-genre",
"exclusive": false
}