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

Hunt Hypothesis

This detection rule identifies adversary activity by monitoring network traffic and endpoint logs against six specific Indicators of Compromise (IOCs) linked to the Kuiper threat actor. Proactively hunting for these signals in Azure Sentinel is critical because early identification of Kuiper’s unique behavioral patterns allows the SOC team to isolate compromised assets before lateral movement or data exfiltration occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash7d936e44f50cafb14afdc8ea652905f611db0f04f10da8feb5d5ba74bcbf5a22payload2026-07-1895%
sha1_hash4d66fca32efec8db198b4ff11ed5bb653a39d6e8payload2026-07-1895%
md5_hash52c1c5a26091c68f322fc44b0afcd6d0payload2026-07-1895%
md5_hash3dd256518361ce5770b58c28b2847df5payload2026-07-1895%
sha256_hash5cdb6a3810a5148518252110e51655297a6a9832f254f65f804b5a6fad1e3259payload2026-07-1895%
sha1_hash358cafc8ac2911426b31c56cce308437d68b0db7payload2026-07-1895%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Kuiper
let malicious_hashes = dynamic(["7d936e44f50cafb14afdc8ea652905f611db0f04f10da8feb5d5ba74bcbf5a22", "4d66fca32efec8db198b4ff11ed5bb653a39d6e8", "52c1c5a26091c68f322fc44b0afcd6d0", "3dd256518361ce5770b58c28b2847df5", "5cdb6a3810a5148518252110e51655297a6a9832f254f65f804b5a6fad1e3259", "358cafc8ac2911426b31c56cce308437d68b0db7"]);
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 specific false positive scenarios for the ThreatFox: Kuiper IOCs detection rule in an enterprise environment, including suggested filters and exclusions:

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