14 lines
341 B
Text
14 lines
341 B
Text
|
rule APT1_WEBC2_RAVE
|
||
|
{
|
||
|
meta:
|
||
|
author = "AlienVault Labs"
|
||
|
info = "CommentCrew-threat-apt1"
|
||
|
|
||
|
strings:
|
||
|
$1 = "iniet.exe" wide ascii
|
||
|
$2 = "cmd.exe" wide ascii
|
||
|
$3 = "SYSTEM\\CurrentControlSet\\Services\\DEVFS" wide ascii
|
||
|
$4 = "Device File System" wide ascii
|
||
|
condition:
|
||
|
3 of them
|
||
|
}
|