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

Hunt Hypothesis

This hunt hypothesis targets adversaries leveraging Formbook malware to stealthily exfiltrate critical assets such as credentials and browser data through covert network channels. Proactively hunting for these indicators in Azure Sentinel is essential to detect early-stage data theft operations before they compromise sensitive organizational information.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash5326cd216b594557d92a20e67d1074e532c4817ebc078ca41e9d92d315c160e3payload2026-07-2795%
sha1_hashb36cdaa68a18962e07f3d9c862b4f0bf17c16345payload2026-07-2795%
md5_hasha0995e073911c897ff2b5652a8bad3a8payload2026-07-2795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Formbook
let malicious_hashes = dynamic(["5326cd216b594557d92a20e67d1074e532c4817ebc078ca41e9d92d315c160e3", "b36cdaa68a18962e07f3d9c862b4f0bf17c16345", "a0995e073911c897ff2b5652a8bad3a8"]);
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 4 specific false positive scenarios for the ThreatFox: Formbook IOCs detection rule, along with suggested filters and exclusions tailored for an enterprise environment:

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