← Back to SOC feed Coverage →

RegSubDat

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 modify registry subkeys and data values, a common tactic used to establish persistence or alter system configurations within an Azure environment. Proactively hunting for these specific registry modifications in Azure Sentinel is critical because low-severity alerts often mask early-stage lateral movement or initial foothold activities that require deeper context analysis before they escalate into significant incidents.

YARA Rule

rule RegSubDat : Family
{
    meta:
        description = "RegSubDat"
        author = "Seth Hardy"
        last_modified = "2014-07-14"
        
    condition:
        RegSubDatCode or RegSubDatStrings
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

False Positive Guidance

Here are specific false positive scenarios for the RegSubDat detection rule, focusing on legitimate enterprise activities that modify registry data:

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