This hypothesis posits that adversaries are utilizing specific “hatman” file structure patterns to stage or exfiltrate data while evading standard signature-based detection. The SOC team should proactively hunt for these dividers in Azure Sentinel to identify early-stage lateral movement or command-and-control activity that may precede more critical security incidents.
rule hatman_dividers : hatman {
strings:
$div1 = { 9a 78 56 00 }
$div2 = { 34 12 00 00 }
condition:
$div1 and $div2
}
This YARA rule can be deployed in the following contexts:
This rule contains 2 string patterns in its detection logic.
Here are 4 specific false positive scenarios for the hatman_dividers detection rule in an enterprise environment, including suggested filters and exclusions:
Scheduled Antivirus Full Scans
hatman_dividers signature while processing large archives.C:\ProgramData\Microsoft\Windows Defender\Scans\History) and filter by process names such as MsMpEng.exe, csfalcon.exe, or CrowdStrikeService.exe.Automated Compliance Reporting Jobs
svc_okta_reporter or sailpoint_agent) and restrict alerts to files located in temporary reporting directories (e.g., /var/tmp/compliance_reports).CI/CD Pipeline Artifact Generation
hatman_dividers heuristic./var/lib/jenkins/workspace, `C:\Program Files\