← 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-08-21T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects Formbook data-stealing malware that exfiltrates sensitive credentials and banking information through covert C2 channels following initial infection via phishing emails. A proactive search in Azure Sentinel is critical to identify early-stage lateral movement and prevent the loss of high-value financial assets before the adversary establishes persistent access.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash729f56d9643c97fa9d9fb4a7696df881cbe0321bpayload2026-08-2195%
md5_hash88602976f7c64499ef40e4972ac17db6payload2026-08-2195%
sha256_hashe89e2ea4c743c87ef7faff9303b9133c54737dd683536cf5e6518374fb130a4apayload2026-08-2195%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Formbook
let malicious_hashes = dynamic(["729f56d9643c97fa9d9fb4a7696df881cbe0321b", "88602976f7c64499ef40e4972ac17db6", "e89e2ea4c743c87ef7faff9303b9133c54737dd683536cf5e6518374fb130a4a"]);
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

Here are 5 specific false positive scenarios for the ThreatFox: Formbook IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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