MAL_Go_Modbus_Jul24_1
Description
Detects characteristics reported by Dragos for FrostyGoop ICS malware
Query · yara
strings:
$a1 = "Go build"
$sa1 = "github.com/rolfl/modbus"
$sb1 = "main.TaskList.executeCommand"
$sb2 = "main.TargetList.getTargetIpList"
$sb3 = "main.TaskList.getTaskIpList"
$sb4 = "main.CycleInfo" fullword
condition:
filesize < 30MB
and (
$sa1
and 3 of ($sb*)
)
or 4 of them