← Back to SOC feed Coverage →

XMRIG Miner

yara LOW Yara-Rules
community
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at Yara-Rules →
Retrieved: 2026-07-01T23:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies the execution of the XMRIG cryptocurrency miner, a common indicator of resource hijacking where adversaries deploy mining software to consume system CPU and network bandwidth for illicit profit. Proactively hunting for this behavior in Azure Sentinel is critical because low-severity miner activity often serves as an initial foothold or a distraction while attackers establish persistence mechanisms before launching more impactful attacks.

YARA Rule

rule XMRIG_Miner
{
	meta:
  ref = "https://gist.github.com/GelosSnake/c2d4d6ef6f93ccb7d3afb5b1e26c7b4e"
  strings:
    $a1 = "stratum+tcp"
    condition:
    $a1  
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 1 string patterns in its detection logic.

False Positive Guidance

Here are 4 specific false positive scenarios for the XMRIG Miner detection rule in an enterprise environment, along with suggested filters and exclusions:

Original source: https://github.com/Yara-Rules/rules/blob/main/malware/MALW_XMRIG_Miner.yar