add Botnet to malware_classification:malware-category

pull/31/head
Raphaël Vinot 2016-08-12 10:29:28 +02:00
parent fcd3160d61
commit 8d95adf353
2 changed files with 9 additions and 2 deletions

View File

@ -29,6 +29,9 @@ All malware samples should be classified into one of the categories listed in th
<dt>Spyware</dt> <dt>Spyware</dt>
<dd><dd> <dd><dd>
<dt>Botnet</dt>
<dd><dd>
</dl> </dl>
## Obfuscation Classification ## Obfuscation Classification

View File

@ -55,6 +55,10 @@
{ {
"value": "Spyware", "value": "Spyware",
"expanded": "Spyware" "expanded": "Spyware"
},
{
"value": "Botnet",
"expanded": "Botnet"
} }
] ]
}, },