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

Hunt Hypothesis

This hunt hypothesis targets adversaries leveraging Formbook malware to stealthily exfiltrate credentials and browser data through encrypted channels following initial compromise via phishing or exploit kits. Proactive hunting in Azure Sentinel is critical to identify subtle indicators of process injection and anomalous outbound traffic that may evade standard signature-based detection, thereby preventing the silent loss of sensitive organizational information.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash06fe9a22b45bfa76d0d8ae47a98525701494e47beae12cb13bca3dbf3b626315payload2026-08-1495%
sha1_hashb511b3d773d5755c0d156fa17c8cd92d55d3873fpayload2026-08-1495%
md5_hashc7c613a0bd28cc5b344d21e16c0d1f58payload2026-08-1495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Formbook
let malicious_hashes = dynamic(["06fe9a22b45bfa76d0d8ae47a98525701494e47beae12cb13bca3dbf3b626315", "b511b3d773d5755c0d156fa17c8cd92d55d3873f", "c7c613a0bd28cc5b344d21e16c0d1f58"]);
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 and corresponding exclusion strategies for the ThreatFox: Formbook IOCs detection rule:

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