← Back to SOC feed Coverage →

hatman dividers

yara LOW signature-base
florian-roth
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 signature-base →
Retrieved: 2026-08-02T23:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt hypothesis targets adversaries employing sophisticated file and script obfuscation techniques to evade standard signature-based detection within Azure Sentinel environments. Proactively hunting for these specific ‘hatman_dividers’ patterns allows the SOC team to identify early-stage advanced threats that may otherwise remain hidden in low-severity alerts, thereby reducing dwell time before potential compromise.

YARA Rule

rule hatman_dividers : hatman {
    meta:
        id = "8c88e1d9-c7bf-5df0-80e9-7ea4ad45c20b"
    strings:
        $div1       = { 9a 78 56 00 }
        $div2       = { 34 12 00 00 }
    condition:
        $div1 and $div2
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 2 string patterns in its detection logic.

False Positive Guidance

Here are 4 specific false positive scenarios for the hatman_dividers YARA rule, including suggested filters and exclusions:

Original source: https://github.com/Neo23x0/signature-base/blob/main/yara/apt_hatman.yar