Merge pull request #31 from Delta-Sierra/master

add Botnet to malware_classification:malware-category
pull/34/head
Alexandre Dulaunoy 2016-08-12 15:25:08 +02:00 committed by GitHub
commit cd609b76f5
2 changed files with 9 additions and 2 deletions

View File

@ -2,7 +2,7 @@
## Malware Categories
All malware samples should be classified into one of the categories listed in the table below.
All malware samples should be classified into one of the categories listed in the table below.
<dl>
<dt>Virus</dt>
@ -29,11 +29,14 @@ All malware samples should be classified into one of the categories listed in th
<dt>Spyware</dt>
<dd><dd>
<dt>Botnet</dt>
<dd><dd>
</dl>
## Obfuscation Classification
All malware samples should be classified into one of the categories listed in the table below.
All malware samples should be classified into one of the categories listed in the table below.
<dl>
<dt>no-obfuscation</dt>

View File

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