ATM_Malware_XFSADM
Description
Detects ATM Malware XFSADM
Query · yara
strings:
$Code1 = {68 88 13 00 00 FF 35 ?? ?? ?? ?? 68 CF 00 00 00 50 FF 15} // Read Card Data
$Code2 = {68 98 01 00 00 50 FF 15} // Get PIN Data
$Mutex = "myXFSADM" wide
$MSXFSDIR = "C:\\Windows\\System32\\msxfs.dll" ascii
$XFSCommand1 = "WfsExecute" ascii
$XFSCommand2 = "WfsGetInfo" ascii
$PDB = "C:\\Work64\\ADM\\XFS\\Release\\XFS.pdb" ascii
$WindowName = "XFS ADM" wide
$FindWindow = "ADM rec" wide
$LogFile = "xfs.log" ascii
$TmpFile = "~pipe.tmp" ascii
condition:
uint16(0) == 0x5A4D and filesize < 500KB and ( 4 of them or $PDB )