← Back to SOC feed Coverage →

Rooter

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-06-29T11:00:01Z · Confidence: medium

Hunt Hypothesis

This detection rule identifies adversaries attempting to establish persistence by creating or modifying local administrator accounts, a critical step in escalating privileges within an Azure environment. Proactive hunting for this behavior is essential because early identification of unauthorized account changes allows the SOC team to mitigate potential lateral movement and data exfiltration before attackers fully compromise the tenant’s security posture.

YARA Rule

rule Rooter : Family
{
    meta:
        description = "Rooter"
        author = "Seth Hardy"
        last_modified = "2014-07-10"
        
    condition:
        RooterCode or RooterStrings
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

False Positive Guidance

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

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