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

Hunt Hypothesis

This detection rule identifies adversary activity by matching network and endpoint telemetry against nine specific Indicators of Compromise (IOCs) linked to the Formbook threat intelligence feed. The SOC team should proactively hunt for these IOCs in Azure Sentinel to rapidly uncover early-stage compromises or lateral movement attempts that may not yet trigger standard alerting thresholds, ensuring timely containment of potential threats.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash4b2911bf6128350411e6dd6b676a1148payload2026-07-2595%
sha256_hash8c2ca1c6a2ecf606ceb778ecc9928508727dc36598426e958da23b72cb6368e0payload2026-07-2595%
sha1_hash6560d48b4bc94813b44a42865d30b44689a0f7e2payload2026-07-2595%
md5_hash4128b578cfee06b281d580844fd5872fpayload2026-07-2595%
md5_hash0526be67da8581b2acf18d065db0f899payload2026-07-2595%
sha256_hash7a39334c50e0ccb49d2ea85d615e2eef259a7232f36c4803c2d853b64639b6fapayload2026-07-2595%
sha1_hashe3b93e6c2a7964ab53cdb514f19a9489dc4383b2payload2026-07-2595%
sha256_hash537b51a091c4176254ab69a08eec14183d44c868cf9c43666caddcaf2843d24fpayload2026-07-2595%
sha1_hashbe94e61c386578d4f3aeab05b1ead296be0497a7payload2026-07-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Formbook
let malicious_hashes = dynamic(["4b2911bf6128350411e6dd6b676a1148", "8c2ca1c6a2ecf606ceb778ecc9928508727dc36598426e958da23b72cb6368e0", "6560d48b4bc94813b44a42865d30b44689a0f7e2", "4128b578cfee06b281d580844fd5872f", "0526be67da8581b2acf18d065db0f899", "7a39334c50e0ccb49d2ea85d615e2eef259a7232f36c4803c2d853b64639b6fa", "e3b93e6c2a7964ab53cdb514f19a9489dc4383b2", "537b51a091c4176254ab69a08eec14183d44c868cf9c43666caddcaf2843d24f", "be94e61c386578d4f3aeab05b1ead296be0497a7"]);
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 targeted filters and exclusions suitable for an enterprise environment:

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