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

Hunt Hypothesis

This hunt targets the presence of known Formbook indicators of compromise, which are frequently used by threat actors to establish persistence and execute malicious payloads on compromised endpoints. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify and isolate infected systems before the malware can propagate laterally or exfiltrate sensitive data.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash9572479ba34ee697424f84bcf7ea4c5079750acc72a0ae53a6550eb73e386a1fpayload2026-09-2195%
sha1_hashfbef5c9a52ca4e76406078db75247d1f62a6f54bpayload2026-09-2195%
md5_hash52924fe766055fbb3b58e1978076e2e6payload2026-09-2195%
md5_hash8b412017ea27ddf94c4bd31b70588969payload2026-09-2195%
sha256_hashacbee935f62700c1a758a166789368933edfd54b7e6a93a022143b59eb6ecf70payload2026-09-2195%
sha1_hash215f866e5091b11c4ca89c7180e70e60988e4897payload2026-09-2195%
sha1_hashd318afaddcb5e67bf0f8cef83420f0d1ea690edcpayload2026-09-2195%
md5_hash204d2a41920c68f78e996daaf069c722payload2026-09-2195%
sha256_hashb26c37434671d62ad1e1396db886d0419bf778d4ca5b3b54cf46319c40c277e0payload2026-09-2195%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Formbook
let malicious_hashes = dynamic(["9572479ba34ee697424f84bcf7ea4c5079750acc72a0ae53a6550eb73e386a1f", "fbef5c9a52ca4e76406078db75247d1f62a6f54b", "52924fe766055fbb3b58e1978076e2e6", "8b412017ea27ddf94c4bd31b70588969", "acbee935f62700c1a758a166789368933edfd54b7e6a93a022143b59eb6ecf70", "215f866e5091b11c4ca89c7180e70e60988e4897", "d318afaddcb5e67bf0f8cef83420f0d1ea690edc", "204d2a41920c68f78e996daaf069c722", "b26c37434671d62ad1e1396db886d0419bf778d4ca5b3b54cf46319c40c277e0"]);
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/