← Back to SOC feed Coverage →

ThreatFox: Unknown Loader IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxunknown_loader
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-09-12T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets the execution of known IOCs associated with the “Unknown Loader” malware, which adversaries use to establish initial footholds and facilitate further payload delivery. Proactively hunting for these indicators in Azure Sentinel is critical to identify compromised endpoints before the loader can execute its next-stage actions, such as credential theft or lateral movement, within the environment.

IOC Summary

Malware Family: Unknown Loader Total IOCs: 12 IOC Types: sha256_hash

TypeValueThreat TypeFirst SeenConfidence
sha256_hashce9c1422af2c16af682eac479c3f9c57959beb355b22ba72de8c10c4078eb8dbpayload2026-09-1285%
sha256_hash7f47e02e297a35fabb1fb2a2e195e3dae5ff8ecfe7b201fed189d14e54124d2epayload2026-09-1285%
sha256_hash4df050c5944e523ac74ef5176a6100e018ebfc5ea5d0974707f5f92b0706cd74payload2026-09-1295%
sha256_hashb6789512189a639ead9dcb022ba3ea2533e31590f010e345add469abd4f93689payload2026-09-1280%
sha256_hash99ad92674e2864792961995a1d27a3a5b105be9f9edfccc6694b3fa740ed30b1payload2026-09-1285%
sha256_hashdaa967f000c233d278ec379d3f184283631ca60a7752b38bcf44c9741ea96f8bpayload2026-09-1285%
sha256_hash9e8c9dfc881ce4185f7b3255faf7324042fbe04629c68ea1edd4de3a5a61b213payload2026-09-1285%
sha256_hash4eff95566912a2032bc6aff7f0a830ca29f18d815068cfe4bd6240d0fb7b117epayload2026-09-1285%
sha256_hash89a8a8c7a1309cd74dd702718ecbfd094def6ec29b33a07b1b185cc808cc3512payload2026-09-1280%
sha256_hashdae91e9dee0f475223fbe4682ed4a22c2cd8a534d45574061ced9e0d2142d7e1payload2026-09-1285%
sha256_hash0f716b1fc43724d89aab85ff69e9ed72004914454692b45778886001c47d2498payload2026-09-1285%
sha256_hashb2b706a940576bb6aa7112006aa38278e805737d3a55c7f0bd1dab381f1691fepayload2026-09-1280%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Unknown Loader
let malicious_hashes = dynamic(["ce9c1422af2c16af682eac479c3f9c57959beb355b22ba72de8c10c4078eb8db", "7f47e02e297a35fabb1fb2a2e195e3dae5ff8ecfe7b201fed189d14e54124d2e", "4df050c5944e523ac74ef5176a6100e018ebfc5ea5d0974707f5f92b0706cd74", "b6789512189a639ead9dcb022ba3ea2533e31590f010e345add469abd4f93689", "99ad92674e2864792961995a1d27a3a5b105be9f9edfccc6694b3fa740ed30b1", "daa967f000c233d278ec379d3f184283631ca60a7752b38bcf44c9741ea96f8b", "9e8c9dfc881ce4185f7b3255faf7324042fbe04629c68ea1edd4de3a5a61b213", "4eff95566912a2032bc6aff7f0a830ca29f18d815068cfe4bd6240d0fb7b117e", "89a8a8c7a1309cd74dd702718ecbfd094def6ec29b33a07b1b185cc808cc3512", "dae91e9dee0f475223fbe4682ed4a22c2cd8a534d45574061ced9e0d2142d7e1", "0f716b1fc43724d89aab85ff69e9ed72004914454692b45778886001c47d2498", "b2b706a940576bb6aa7112006aa38278e805737d3a55c7f0bd1dab381f1691fe"]);
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

Original source: https://threatfox.abuse.ch/browse/malware/unknown_loader/