Rithvickkr
DSATP integration embedded for Hugging Face Spaces2
edbf821
raw
history blame
169 Bytes
rule IoTMalware {
strings:
$mirai = "mirai" nocase
$botnet = "botnet" nocase
$exploit = "exploit" nocase
condition:
any of them
}