← Back to SOC feed Coverage →

ThreatFox: INC IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxwin-inc
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-08-06T23:00:00Z · Confidence: high

Hunt Hypothesis

This detection identifies adversary activity by correlating five specific Indicators of Compromise (IOCs) linked to the ThreatFox intelligence feed within Azure Sentinel logs. A proactive hunt is essential because these high-severity IOCs often represent early-stage indicators of a broader campaign, allowing the SOC team to isolate affected assets before lateral movement or data exfiltration occurs.

IOC Summary

Malware Family: INC Total IOCs: 5 IOC Types: md5_hash

TypeValueThreat TypeFirst SeenConfidence
md5_hashba77ebc4ee8500a0baaa5e2cddf8076apayload2026-08-06100%
md5_hash7997927159d0477fcb755d0befa26ca2payload2026-08-06100%
md5_hash3279610d12c4309a5b2fdc7ebc9cfb66payload2026-08-06100%
md5_hash974e9a9579927b2935140b6813f89692payload2026-08-06100%
md5_hash1a2bcaa7ccee237163bb2a03f1c08e55payload2026-08-06100%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - INC
let malicious_hashes = dynamic(["ba77ebc4ee8500a0baaa5e2cddf8076a", "7997927159d0477fcb755d0befa26ca2", "3279610d12c4309a5b2fdc7ebc9cfb66", "974e9a9579927b2935140b6813f89692", "1a2bcaa7ccee237163bb2a03f1c08e55"]);
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: INC IOCs detection rule, along with targeted filters and exclusions suitable for an enterprise environment:

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