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

Hunt Hypothesis

This hypothesis targets Formbook, a data-stealing malware that exfiltrates sensitive information like credentials and banking details while establishing persistence through stolen access. Proactively hunting for these IOCs in Azure Sentinel is critical to identify compromised endpoints early, preventing the malware from leveraging persistence mechanisms to maintain a foothold and steal additional sensitive data.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash1b77d3f9e71c57cd5a3bf17f9fa4fbb051d1571d63c3223e3201f82ef7be9b14payload2026-09-1395%
sha1_hashd2476b5c451720dd76902b9e575f3b685d89cfc3payload2026-09-1395%
md5_hash5ad1b2748b02c7d9e65b4f990bdacb29payload2026-09-1395%
md5_hash9b8e765efa5ec8ec2929102723b3f754payload2026-09-1395%
md5_hash95f15b2bb39901645985addaf2b596b5payload2026-09-1395%
sha256_hash17ad3b76cf99eb60d1a47c70ffc1076c68a07ed7292253389b4ebc760bbce430payload2026-09-1395%
sha1_hasha0beb5d130c3f9e1b0ab6eb3c96d3af9afbd6edapayload2026-09-1395%
sha256_hash03115f6c0b387cc021c61632006b57859e65b25abc48923369d5caba71481544payload2026-09-1395%
sha1_hash558f4fc9f5f565f15242ba80d12d28067e3655c2payload2026-09-1395%
sha1_hashaefb2aeb4d9cf90d66785cd14d3f597c47969e12payload2026-09-1395%
md5_hash2f142ac7959a2abdd836de4d78cac59cpayload2026-09-1395%
sha256_hashaf44a80e5b05d59894b0970c46eea3b489f7e936e1e834531f1652a4eeb66fe5payload2026-09-1395%
sha1_hashe4f11c4bb4353382fcac5daef0c597e4f1f22cfapayload2026-09-1395%
md5_hash6ff26b74fc9ec8a190966a9caa97ae39payload2026-09-1395%
sha256_hashab456fcf30eea0dfadf5cde1ebe81dd692adbb0330660ab3d5eb9314bd292dd5payload2026-09-1395%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Formbook
let malicious_hashes = dynamic(["1b77d3f9e71c57cd5a3bf17f9fa4fbb051d1571d63c3223e3201f82ef7be9b14", "d2476b5c451720dd76902b9e575f3b685d89cfc3", "5ad1b2748b02c7d9e65b4f990bdacb29", "9b8e765efa5ec8ec2929102723b3f754", "95f15b2bb39901645985addaf2b596b5", "17ad3b76cf99eb60d1a47c70ffc1076c68a07ed7292253389b4ebc760bbce430", "a0beb5d130c3f9e1b0ab6eb3c96d3af9afbd6eda", "03115f6c0b387cc021c61632006b57859e65b25abc48923369d5caba71481544", "558f4fc9f5f565f15242ba80d12d28067e3655c2", "aefb2aeb4d9cf90d66785cd14d3f597c47969e12", "2f142ac7959a2abdd836de4d78cac59c", "af44a80e5b05d59894b0970c46eea3b489f7e936e1e834531f1652a4eeb66fe5", "e4f11c4bb4353382fcac5daef0c597e4f1f22cfa", "6ff26b74fc9ec8a190966a9caa97ae39", "ab456fcf30eea0dfadf5cde1ebe81dd692adbb0330660ab3d5eb9314bd292dd5"]);
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

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