MAL_OSX_FancyBear_Agent_Jul18_1
Description
Detects FancyBear Agent for OSX
Query · yara
strings:
$x1 = "/Users/kazak/Desktop/" ascii
$s1 = "launchctl load -w ~/Library/LaunchAgents/com.apple.updates.plist" fullword ascii
$s2 = "mkdir -p /Users/Shared/.local/ &> /dev/null" fullword ascii
$s3 = "chmod 755 /Users/Shared/start.sh" fullword ascii
$s4 = "chmod 755 %s/%s &> /dev/null" fullword ascii
$s6 = "chmod 755 /Users/Shared/.local/kextd" fullword ascii
condition:
uint16(0) == 0xfacf and filesize < 3000KB and ( 1 of ($x*) and 4 of them )