File size: 169 Bytes
edbf821
239a7af
edbf821
 
 
239a7af
edbf821
239a7af
1
2
3
4
5
6
7
8
rule IoTMalware {
    strings:
        $mirai = "mirai" nocase
        $botnet = "botnet" nocase
        $exploit = "exploit" nocase
    condition:
        any of them
}