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

Hunt Hypothesis

This detection rule identifies adversary activity involving specific Indicators of Compromise (IOCs) linked to the Formbook threat intelligence feed, signaling potential reconnaissance or initial access attempts by known malicious actors. Proactively hunting for these IOCs within Azure Sentinel is critical because early identification of these high-severity signals enables the SOC team to rapidly isolate affected assets and mitigate threats before they escalate into broader lateral movement or data exfiltration incidents.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash4c3c4e06e9994eded388727f5744c0746b76cb66f49efc0113111c7e6f975802payload2026-08-2595%
sha1_hashde348334e29485376b4e0f5487faf00184c51349payload2026-08-2595%
md5_hashe35bf4bd8ed78626b63cb917fb2fd576payload2026-08-2595%
sha256_hash6decd2481cdb54b64b432e5632bfc91fddb8bcaa7d0d2289366ee1ae895025b9payload2026-08-2595%
sha1_hashdcc8071900625e6e0df5de9ae0156c4da85b2c4bpayload2026-08-2595%
md5_hash2e688af35698aadb14d24e425f5c5e8fpayload2026-08-2595%
sha256_hash4f9df700891ba8fcf918a8bcdd527d9109c7888be2201876fa64d73bfdcfd98apayload2026-08-2595%
sha1_hash78c69adac0710e8ee3fa14f442fb1dce22ee4bb3payload2026-08-2595%
md5_hashbf1e808d7e6812bed9d86fd5aea256ddpayload2026-08-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Formbook
let malicious_hashes = dynamic(["4c3c4e06e9994eded388727f5744c0746b76cb66f49efc0113111c7e6f975802", "de348334e29485376b4e0f5487faf00184c51349", "e35bf4bd8ed78626b63cb917fb2fd576", "6decd2481cdb54b64b432e5632bfc91fddb8bcaa7d0d2289366ee1ae895025b9", "dcc8071900625e6e0df5de9ae0156c4da85b2c4b", "2e688af35698aadb14d24e425f5c5e8f", "4f9df700891ba8fcf918a8bcdd527d9109c7888be2201876fa64d73bfdcfd98a", "78c69adac0710e8ee3fa14f442fb1dce22ee4bb3", "bf1e808d7e6812bed9d86fd5aea256dd"]);
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/