14 lines
386 B
Text
14 lines
386 B
Text
|
rule InceptionMips {
|
||
|
meta:
|
||
|
author = "Blue Coat Systems, Inc"
|
||
|
info = "Used by unknown APT actors: Inception"
|
||
|
reference = "https://www.bluecoat.com/documents/download/638d602b-70f4-4644-aaad-b80e1426aad4/d5c87163-e068-440f-b89e-e40b2f8d2088"
|
||
|
|
||
|
strings:
|
||
|
$a = "start_sockat" ascii wide
|
||
|
$b = "start_sockss" ascii wide
|
||
|
$c = "13CStatusServer" ascii wide
|
||
|
|
||
|
condition:
|
||
|
all of them
|
||
|
}
|