← 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-16T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity by correlating network and endpoint logs against a curated set of 11 Indicators of Compromise (IOCs) specifically linked to the Kuiper threat campaign. Proactively hunting for these IOCs in Azure Sentinel is critical because it enables early identification of known malicious artifacts, allowing the SOC team to contain potential breaches before they escalate into widespread incidents.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash56160fa06b16e3822879e77aa47f0764payload2026-08-1595%
sha256_hashdc33f06c86f021af72cc89e1feafa16dad624d43a79242ab738518480a0aef88payload2026-08-1595%
sha1_hash6e6db8bfff48fb23ca12b33a4c0272d787633e06payload2026-08-1595%
sha1_hash9d54fa92c215c6ae6eb7b238ba640c10d9ae2c2cpayload2026-08-1595%
md5_hashb3fabcc24d9c8b12a02126d2102a48f9payload2026-08-1595%
sha256_hash8daa6c064b47a03c85bc0eff732da07e0e8966cfc69771e3b9597cad9a155b13payload2026-08-1595%
md5_hashd9e1f05c2fef02d320bc2b6aa901f4fdpayload2026-08-1595%
sha256_hashed6a55a28e22520219c90adeb569c114ab8f01f1e1f2674e06615fe046e7a291payload2026-08-1595%
sha1_hashf24465bbae171b3b2dadc5403cac20e6a22bb7b3payload2026-08-1595%
sha1_hashde1efd1c7a44c5fd268cba68dd9ad9fbc4587536payload2026-08-1595%
md5_hash762792354f7114f7de7420b0c2d77912payload2026-08-1595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Kuiper
let malicious_hashes = dynamic(["56160fa06b16e3822879e77aa47f0764", "dc33f06c86f021af72cc89e1feafa16dad624d43a79242ab738518480a0aef88", "6e6db8bfff48fb23ca12b33a4c0272d787633e06", "9d54fa92c215c6ae6eb7b238ba640c10d9ae2c2c", "b3fabcc24d9c8b12a02126d2102a48f9", "8daa6c064b47a03c85bc0eff732da07e0e8966cfc69771e3b9597cad9a155b13", "d9e1f05c2fef02d320bc2b6aa901f4fd", "ed6a55a28e22520219c90adeb569c114ab8f01f1e1f2674e06615fe046e7a291", "f24465bbae171b3b2dadc5403cac20e6a22bb7b3", "de1efd1c7a44c5fd268cba68dd9ad9fbc4587536", "762792354f7114f7de7420b0c2d77912"]);
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 documented false positive scenarios and corresponding exclusions for the ThreatFox: Kuiper IOCs detection rule:

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