MAL_APT_Nimbus_Manticore_Agent_May26
Description
Detects Nimbus Manticore (UNC1549) agent implant featuring data exfiltration and remote control.
Query · yara
strings:
$a1 = "Chrome/146.0.0.0 Safari/537.36" wide
$a2 = ".azurewebsites.net" wide
$s1 = "/agent/poll?token=" wide fullword
$s2 = "/agent/init" wide fullword
$s3 = "/agent/result" wide fullword
condition:
uint16(0) == 0x5a4d
and 1 of ($a*)
and 1 of ($s*)
or 3 of them