← 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-06-24T11:00:00Z · Confidence: high

Hunt Hypothesis

The detection identifies potential Formbook malware activity through known IOCs, indicating an adversary may be establishing persistence or exfiltrating data. SOC teams should proactively hunt for this behavior in Azure Sentinel to detect and mitigate Formbook-based attacks before significant damage occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash5ff36f2bfed0594959b6274942585334payload2026-06-2395%
sha256_hash97894eccb6b591f2176e28068418b4cdb7d8ef439680b55936cc0189d4dff6c2payload2026-06-2395%
sha1_hash8cda1c2e44c35cc8c0b8b6a12d56a4d393f772a8payload2026-06-2395%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Formbook
let malicious_hashes = dynamic(["5ff36f2bfed0594959b6274942585334", "97894eccb6b591f2176e28068418b4cdb7d8ef439680b55936cc0189d4dff6c2", "8cda1c2e44c35cc8c0b8b6a12d56a4d393f772a8"]);
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/