← Back to SOC feed Coverage →

ThreatFox: Supper IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxwin-supper
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 rule detects adversary activity involving three specific Indicators of Compromise (IOCs) linked to the “Supper” threat, signaling potential initial access or lateral movement within the environment. SOC teams should proactively hunt for these IOCs in Azure Sentinel to rapidly identify and contain early-stage compromises before they escalate into broader incidents.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hashb77d5d846a70f979b1b4d5761bb4967f037ea841payload2026-07-2795%
md5_hash4124a167cef576ccae119247431709f6payload2026-07-2795%
sha256_hash6a12f1b9d531003b507b251a6fbbd9fc8c3673bb386852749c161730fbc312d9payload2026-07-2795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Supper
let malicious_hashes = dynamic(["b77d5d846a70f979b1b4d5761bb4967f037ea841", "4124a167cef576ccae119247431709f6", "6a12f1b9d531003b507b251a6fbbd9fc8c3673bb386852749c161730fbc312d9"]);
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 the false positive scenarios and corresponding exclusions for the ThreatFox: Supper IOCs detection rule:

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