MAL_XMR_Miner_May19_1
Description
Detects Monero Crypto Coin Miner
Query · yara
strings:
$x1 = "donate.ssl.xmrig.com" fullword ascii
$x2 = "* COMMANDS 'h' hashrate, 'p' pause, 'r' resume" fullword ascii
$s1 = "[%s] login error code: %d" fullword ascii
$s2 = "\\\\?\\pipe\\uv\\%p-%lu" fullword ascii
condition:
uint16(0) == 0x5a4d and filesize < 14000KB and (
pe.imphash() == "25d9618d1e16608cd5d14d8ad6e1f98e" or
1 of ($x*) or
2 of them
)