HKTL_Buckeye_Osinfo
Description
Detects OSinfo tool used by the Buckeye APT group
Query · yara
strings: $s1 = "-s ShareInfo ShareDir" fullword ascii $s2 = "-a Local And Global Group User Info" fullword ascii $s3 = "-f <infile> //input server list from infile, OneServerOneLine" fullword ascii $s4 = "info <\\server> <user>" fullword ascii $s5 = "-c Connect Test" fullword ascii $s6 = "-gd Group Domain Admins" fullword ascii $s7 = "-n NetuseInfo" fullword ascii condition: uint16(0) == 0x5a4d and 3 of ($s*)