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

Hunt Hypothesis

This detection rule identifies Formbook malware activity by monitoring for encrypted command-and-control communications that exfiltrate sensitive credentials, banking details, and system data. A proactive hunt is essential in Azure Sentinel to rapidly isolate compromised endpoints before adversaries can leverage stolen information for lateral movement or financial fraud.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash930114eafd4d5b3b863c795bb99e9ce5payload2026-08-0795%
sha256_hashf0e29d11e1800cf4ef616458f74cd3cfccd0e39559423344e92574fc78023259payload2026-08-0795%
sha1_hash7ef9a8e90e0f3dc0f51d87eec0fc00716e572e71payload2026-08-0795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Formbook
let malicious_hashes = dynamic(["930114eafd4d5b3b863c795bb99e9ce5", "f0e29d11e1800cf4ef616458f74cd3cfccd0e39559423344e92574fc78023259", "7ef9a8e90e0f3dc0f51d87eec0fc00716e572e71"]);
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 for the ThreatFox: Formbook IOCs detection rule, including suggested filters and exclusions tailored for a legitimate enterprise environment:

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