chg: [malware_classification] add `Stalkerware` from #275
parent
5f580a3bb5
commit
6f141c736c
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"namespace": "malware_classification",
|
"namespace": "malware_classification",
|
||||||
"description": "Classification based on different categories. Based on https://www.sans.org/reading-room/whitepapers/incident/malware-101-viruses-32848",
|
"description": "Classification based on different categories. Based on https://www.sans.org/reading-room/whitepapers/incident/malware-101-viruses-32848",
|
||||||
"version": 2,
|
"version": 3,
|
||||||
"predicates": [
|
"predicates": [
|
||||||
{
|
{
|
||||||
"value": "malware-category",
|
"value": "malware-category",
|
||||||
|
@ -52,6 +52,10 @@
|
||||||
"value": "Adware",
|
"value": "Adware",
|
||||||
"expanded": "Adware"
|
"expanded": "Adware"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"value": "Stalkerware",
|
||||||
|
"expanded": "Stalkerware"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"value": "Spyware",
|
"value": "Spyware",
|
||||||
"expanded": "Spyware"
|
"expanded": "Spyware"
|
||||||
|
|
Loading…
Reference in New Issue