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

Hunt Hypothesis

This hunt hypothesis targets adversaries deploying Formbook malware to exfiltrate credentials and cryptocurrency wallet data through phishing vectors that compromise endpoint security. Proactively hunting for these indicators in Azure Sentinel is critical to rapidly identify and contain data theft incidents before sensitive information reaches command-and-control servers.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash74eb42416b47c082fc867764b577ceac6f1bd68e192695d79a9e48a7bd3fdd69payload2026-07-3195%
sha1_hashaa68f095eebfae5a1122dd82c9c4e9373af1b0ecpayload2026-07-3195%
md5_hash2d5137f186bd8f99e610367e7bab3631payload2026-07-3195%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Formbook
let malicious_hashes = dynamic(["74eb42416b47c082fc867764b577ceac6f1bd68e192695d79a9e48a7bd3fdd69", "aa68f095eebfae5a1122dd82c9c4e9373af1b0ec", "2d5137f186bd8f99e610367e7bab3631"]);
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 for “ThreatFox: Formbook IOCs” Detection Rule

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