← Back to SOC feed Coverage →

ThreatFox: Formbook IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxwin-formbook
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 ThreatFox →
Retrieved: 2026-09-10T11:00:00Z · Confidence: high

Hunt Hypothesis

This hypothesis targets the presence of Formbook malware, a high-severity data-stealer that exfiltrates credentials and banking details through memory injection and encrypted C2 communications. Proactively hunting for these IOCs in Azure Sentinel is critical to identify compromised endpoints early, as the malware often enters via phishing and operates stealthily to steal sensitive information before detection.

IOC Summary

Malware Family: Formbook Total IOCs: 3 IOC Types: sha256_hash, sha1_hash, md5_hash

TypeValueThreat TypeFirst SeenConfidence
sha256_hash210ae656df91ca6fe5cca2c03f737716637537e6b8d9e0476bafc268ceb64c32payload2026-09-1095%
sha1_hash0b3e8e11ac0aa3b88ea280af0b6625fabde3f8adpayload2026-09-1095%
md5_hash8594a6fe0265fa1629c16411f0fd3d77payload2026-09-1095%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Formbook
let malicious_hashes = dynamic(["210ae656df91ca6fe5cca2c03f737716637537e6b8d9e0476bafc268ceb64c32", "0b3e8e11ac0aa3b88ea280af0b6625fabde3f8ad", "8594a6fe0265fa1629c16411f0fd3d77"]);
DeviceFileEvents
| where SHA256 in (malicious_hashes) or SHA1 in (malicious_hashes) or MD5 in (malicious_hashes)
| project Timestamp, DeviceName, FileName, FolderPath, SHA256, InitiatingProcessFileName
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
DeviceFileEventsEnsure this data connector is enabled

References

False Positive Guidance

Original source: https://threatfox.abuse.ch/browse/malware/win.formbook/