← Back to SOC feed Coverage →

hatman filesize

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 detection identifies potential Hatman malware activity by monitoring for executable files that match specific size characteristics defined in the YARA signature. A proactive hunt is essential to uncover early-stage infections that may evade standard heuristic scans, allowing the SOC team to isolate affected assets before lateral movement occurs within the Azure Sentinel environment.

YARA Rule

rule hatman_filesize : hatman {
    condition:
        filesize < 100KB
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

False Positive Guidance

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

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