add Botnet to malware_classification:malware-category
parent
fcd3160d61
commit
8d95adf353
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## Malware Categories
|
## 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>
|
<dl>
|
||||||
<dt>Virus</dt>
|
<dt>Virus</dt>
|
||||||
|
@ -29,11 +29,14 @@ 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
|
||||||
|
|
||||||
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>
|
<dl>
|
||||||
<dt>no-obfuscation</dt>
|
<dt>no-obfuscation</dt>
|
||||||
|
|
|
@ -55,6 +55,10 @@
|
||||||
{
|
{
|
||||||
"value": "Spyware",
|
"value": "Spyware",
|
||||||
"expanded": "Spyware"
|
"expanded": "Spyware"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "Botnet",
|
||||||
|
"expanded": "Botnet"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue