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

Hunt Hypothesis

This detection identifies adversary activity involving specific Indicators of Compromise (IOCs) linked to the Formbook threat, signaling potential reconnaissance or initial access attempts within the environment. Proactive hunting for these IOCs in Azure Sentinel is critical to rapidly isolate compromised assets and mitigate high-severity threats before they escalate into broader lateral movement or data exfiltration campaigns.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hashe0bf699a9016ef9a7740953c6ec4feb0payload2026-08-0495%
sha256_hash438a199c60026b897fdda4da23d69e103cad34864a070d1b7659cf462628505fpayload2026-08-0495%
sha1_hashbf119129aa816d95af82b5ed9194aaba52b0d90fpayload2026-08-0495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Formbook
let malicious_hashes = dynamic(["e0bf699a9016ef9a7740953c6ec4feb0", "438a199c60026b897fdda4da23d69e103cad34864a070d1b7659cf462628505f", "bf119129aa816d95af82b5ed9194aaba52b0d90f"]);
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 the false positive scenarios and corresponding exclusions for the ThreatFox: Formbook IOCs detection rule:

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