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

Hunt Hypothesis

This hunt hypothesis targets adversaries leveraging Formbook malware to exfiltrate sensitive credentials and cryptocurrency data through phishing vectors or compromised web resources. Proactive hunting in Azure Sentinel is critical to identify anomalous outbound network traffic and unexpected process executions that may indicate early-stage data theft before significant asset loss occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash19a808fc17642b6f12340e5fbac9520a3c2b2f03payload2026-07-2495%
md5_hashfcac06aded114ab89c60bce606c5c217payload2026-07-2495%
sha256_hash1f30a807c047970be0b5cfcb0c2a7bc1958d7474ea4920ade5980b5942d3ddbbpayload2026-07-2495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Formbook
let malicious_hashes = dynamic(["19a808fc17642b6f12340e5fbac9520a3c2b2f03", "fcac06aded114ab89c60bce606c5c217", "1f30a807c047970be0b5cfcb0c2a7bc1958d7474ea4920ade5980b5942d3ddbb"]);
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

False Positive Scenarios: ThreatFox: Formbook IOCs

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