PUA_LNX_XMRIG_CryptoMiner
Description
Detects XMRIG CryptoMiner software
Query · yara
strings:
$x1 = "number of hash blocks to process at a time (don't set or 0 enables automatic selection o" fullword ascii
$s2 = "'h' hashrate, 'p' pause, 'r' resume, 'q' shutdown" fullword ascii
$s3 = "* THREADS: %d, %s, aes=%d, hf=%zu, %sdonate=%d%%" fullword ascii
$s4 = ".nicehash.com" ascii
condition:
uint16(0) == 0x457f and filesize < 8000KB and ( 1 of ($x*) or 2 of them )