RUAG_Bot_Config_File
Description
Detects a specific config file used by malware in RUAG APT case
Query · yara
strings:
$s1 = "[CONFIG]" ascii
$s2 = "name = " ascii
$s3 = "exe = cmd.exe" ascii
condition:
uint32(0) == 0x4e4f435b and $s1 at 0 and $s2 and $s3 and filesize < 160