Skip to content

Commit

Permalink
chg: [malware_classification] add Stalkerware from #275
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed Mar 13, 2024
1 parent 5f580a3 commit 6f141c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion malware_classification/machinetag.json
@@ -1,7 +1,7 @@
{
"namespace": "malware_classification",
"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": [
{
"value": "malware-category",
Expand Down Expand Up @@ -52,6 +52,10 @@
"value": "Adware",
"expanded": "Adware"
},
{
"value": "Stalkerware",
"expanded": "Stalkerware"
},
{
"value": "Spyware",
"expanded": "Spyware"
Expand Down

0 comments on commit 6f141c7

Please sign in to comment.