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

Hunt Hypothesis

This hunt hypothesis targets adversaries deploying the Kuiper malware family to detect early-stage activities involving credential theft, persistent access establishment, and sensitive data exfiltration. Proactively hunting for these indicators in Azure Sentinel is critical due to the high severity of Kuiper’s ability to execute arbitrary code, which can rapidly compromise cloud workloads if not identified before lateral movement occurs.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash2fc0d48f26330997001a2cd70ee5ec504b7985178cee9a9ed16730502db7e42fpayload2026-08-1495%
sha1_hashea79f600b22ef30ffac57a4dccecb08142b5380cpayload2026-08-1495%
md5_hash3b5870ca6edb52e878ddadcaa9ade7f8payload2026-08-1495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Kuiper
let malicious_hashes = dynamic(["2fc0d48f26330997001a2cd70ee5ec504b7985178cee9a9ed16730502db7e42f", "ea79f600b22ef30ffac57a4dccecb08142b5380c", "3b5870ca6edb52e878ddadcaa9ade7f8"]);
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 5 specific false positive scenarios for the ThreatFox: Kuiper IOCs detection rule, including tailored filters and exclusions:

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