From 8d95adf35353b479668ac8265388174c55e21ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 12 Aug 2016 10:29:28 +0200 Subject: [PATCH] add Botnet to malware_classification:malware-category --- malware_classification/README.md | 7 +++++-- malware_classification/machinetag.json | 4 ++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/malware_classification/README.md b/malware_classification/README.md index 2beea3e..6218d62 100644 --- a/malware_classification/README.md +++ b/malware_classification/README.md @@ -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.
Virus
@@ -29,11 +29,14 @@ All malware samples should be classified into one of the categories listed in th
Spyware
+
Botnet
+
+
## 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.
no-obfuscation
diff --git a/malware_classification/machinetag.json b/malware_classification/machinetag.json index e4bf3a6..e7b5151 100644 --- a/malware_classification/machinetag.json +++ b/malware_classification/machinetag.json @@ -55,6 +55,10 @@ { "value": "Spyware", "expanded": "Spyware" + }, + { + "value": "Botnet", + "expanded": "Botnet" } ] },