This detection targets adversary behavior involving the execution of the Hatman MFTMSR module, which often indicates reconnaissance or data staging activities within the environment. Proactively hunting for this signature in Azure Sentinel is critical to identify early-stage lateral movement or file transfer operations that may precede more significant exfiltration events.
rule hatman_mftmsr : hatman {
strings:
$mfmsr_be = { 7c 63 00 a6 }
$mfmsr_le = { a6 00 63 7c }
$mtmsr_be = { 7c 63 01 24 }
$mtmsr_le = { 24 01 63 7c }
condition:
($mfmsr_be and $mtmsr_be) or ($mfmsr_le and $mtmsr_le)
}
This YARA rule can be deployed in the following contexts:
This rule contains 4 string patterns in its detection logic.
Here are 4 specific false positive scenarios for the hatman_mftmsr detection rule in an enterprise environment, including suggested filters and exclusions:
Scenario: Enterprise Data Loss Prevention (DLP) Scanning
Symantec DLP Agent.exe and MsInfoProtectionService.exe. Additionally, filter out events where the parent process is svchost.exe with the service name containing “Dlp” or “InformationProtection”.Scenario: Scheduled Backup Jobs via Veeam or Commvault
VeeamAgent.exe and siman.exe. Alternatively, exclude file paths located within standard backup staging directories (e.g., C:\ProgramData\Veeam\Backup\Staging).Scenario: Patch Management Deployment via SCCM or Intune
ccmexec.exe or `Int