← Back to SOC feed Coverage →

ThreatFox: Kuiper IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
elf-kuiperiocthreatfox
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-08T23:00:01Z · Confidence: high

Hunt Hypothesis

This detection identifies adversary activity by correlating network and endpoint telemetry against seven specific Indicators of Compromise (IOCs) linked to the Kuiper threat campaign. Proactive hunting for these signatures in Azure Sentinel is critical to rapidly uncover early-stage intrusions associated with this high-severity threat, enabling immediate containment before lateral movement occurs.

IOC Summary

Malware Family: Kuiper Total IOCs: 7 IOC Types: sha1_hash, md5_hash, sha256_hash

TypeValueThreat TypeFirst SeenConfidence
md5_hash11f2b24989b0edce6ffa5113c7e61470payload2026-08-0895%
sha256_hashcdde719462e36f6a902e40859fab9e057acc944a02cc56c43353ab449efe6105payload2026-08-0895%
sha1_hash8a7cc667b001f6c5e2eb56759ca725c3a1694276payload2026-08-0895%
sha1_hash8a7ad515a23953f1dc2eebd140f434e7a61cda9dpayload2026-08-0895%
md5_hashe9c8477a7011ac3fdc936f8b57ae9344payload2026-08-0895%
sha256_hashc5125a9712a4bece5cc1d53da1914ec5ac7ba147ab37242b03ce488bc2909137payload2026-08-0895%
md5_hashe964a5e37ad3c1c0478ff13ac5b32c65payload2026-08-0895%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Kuiper
let malicious_hashes = dynamic(["11f2b24989b0edce6ffa5113c7e61470", "cdde719462e36f6a902e40859fab9e057acc944a02cc56c43353ab449efe6105", "8a7cc667b001f6c5e2eb56759ca725c3a1694276", "8a7ad515a23953f1dc2eebd140f434e7a61cda9d", "e9c8477a7011ac3fdc936f8b57ae9344", "c5125a9712a4bece5cc1d53da1914ec5ac7ba147ab37242b03ce488bc2909137", "e964a5e37ad3c1c0478ff13ac5b32c65"]);
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: Kuiper IOCs detection rule, tailored for a legitimate enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/elf.kuiper/