Rithvickkr commited on
Commit
edbf821
·
1 Parent(s): 239a7af

DSATP integration embedded for Hugging Face Spaces2

Browse files
Files changed (1) hide show
  1. dsatp/rules.yar +5 -3
dsatp/rules.yar CHANGED
@@ -1,6 +1,8 @@
1
- rule MockMalware {
2
  strings:
3
- $a = "malware"
 
 
4
  condition:
5
- $a
6
  }
 
1
+ rule IoTMalware {
2
  strings:
3
+ $mirai = "mirai" nocase
4
+ $botnet = "botnet" nocase
5
+ $exploit = "exploit" nocase
6
  condition:
7
+ any of them
8
  }