← Back to SOC feed Coverage →

ThreatFox: KrDownloader IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxwin-krdownloader
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-25T23:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies adversary activity involving the KrDownloader tool by monitoring for three specific indicators of compromise (IOCs) known to facilitate initial access and payload delivery. Proactively hunting for these IOCs in Azure Sentinel is critical because KrDownloader often serves as a precursor to advanced threats, allowing SOC teams to intercept early-stage intrusions before they escalate into full-scale compromises.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash0a4750223a0c04e5a41b474eaf776a4b10129f498b1cf76693b2e54955361f8cpayload2026-08-2595%
sha1_hash4783e4bcbd97b4927afae1d8160222b53452831cpayload2026-08-2595%
md5_hash7825ed42fd7c9d92b93f420b1653e8e9payload2026-08-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - KrDownloader
let malicious_hashes = dynamic(["0a4750223a0c04e5a41b474eaf776a4b10129f498b1cf76693b2e54955361f8c", "4783e4bcbd97b4927afae1d8160222b53452831c", "7825ed42fd7c9d92b93f420b1653e8e9"]);
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 and corresponding exclusions for the ThreatFox: KrDownloader IOCs detection rule in an enterprise environment:

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