XMRIG_Monero_Miner_Config
Description
Auto-generated rule - from files config.json, config.json
Query · yara
strings:
$s2 = "\"cpu-affinity\": null, // set process affinity to CPU core(s), mask \"0x3\" for cores 0 and 1" fullword ascii
$s5 = "\"nicehash\": false // enable nicehash/xmrig-proxy support" fullword ascii
$s8 = "\"algo\": \"cryptonight\", // cryptonight (default) or cryptonight-lite" fullword ascii
condition:
( uint16(0) == 0x0a7b or uint16(0) == 0x0d7b ) and filesize < 5KB and 1 of them