← Back to SOC feed Coverage →

XtremeRAT

yara LOW Yara-Rules
backdoorcommunity
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-14T23:00:00Z · Confidence: medium

Hunt Hypothesis

This detection rule identifies indicators of compromise associated with the XtremeRAT remote access trojan, which adversaries deploy to establish persistent command and control channels for data exfiltration. Proactively hunting for this behavior in Azure Sentinel is critical because early identification of its low-severity network artifacts can prevent lateral movement before the malware escalates into a high-impact breach.

YARA Rule

rule XtremeRAT : Family
{
    meta:
        description = "XtremeRAT"
        author = "Seth Hardy"
        last_modified = "2014-07-09"
        
    condition:
        XtremeRATCode or XtremeRATStrings
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

False Positive Guidance

Here are 4 specific false positive scenarios for the XtremeRAT detection rule in an enterprise environment, including suggested filters and exclusions:

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