Merge pull request #31 from Delta-Sierra/master
add Botnet to malware_classification:malware-categorypull/34/head
commit
cd609b76f5
|
@ -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
|
||||||
|
|
|
@ -55,6 +55,10 @@
|
||||||
{
|
{
|
||||||
"value": "Spyware",
|
"value": "Spyware",
|
||||||
"expanded": "Spyware"
|
"expanded": "Spyware"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "Botnet",
|
||||||
|
"expanded": "Botnet"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue