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

Hunt Hypothesis

This hunt targets the presence of six known indicators of compromise associated with the Unknown Loader, a malware family frequently used to establish initial footholds and execute further payloads. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify compromised assets early, preventing the loader from progressing to lateral movement or data exfiltration stages.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash4683e6a738b43dbb5d8799bb76e60920f3d684489df1863c5c9cecf7e8e8894dpayload2026-09-1985%
sha256_hash0377328b77a71491581e34aad9f57b6d581681c614846157c0cc0de7859ce6f7payload2026-09-1985%
sha256_hashd04c03df654d5cb80cd95be199b2e43337ea2f9de68addf4708fe8b73a03640fpayload2026-09-1985%
sha256_hash06d41e963ea49632f199c7bd18d7d939dc9d8dc6c02cf7ce714b7c24fef4868epayload2026-09-1985%
sha256_hashb98fc9f0dbc61810287e77ea978665a0b762dceea927bbffceb63fb7005149b3payload2026-09-1985%
sha256_hashf656b47e2337fea418a36933f173da98901d9ba4c0e05e3457ee3c59f94ad458payload2026-09-1980%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Unknown Loader
let malicious_hashes = dynamic(["4683e6a738b43dbb5d8799bb76e60920f3d684489df1863c5c9cecf7e8e8894d", "0377328b77a71491581e34aad9f57b6d581681c614846157c0cc0de7859ce6f7", "d04c03df654d5cb80cd95be199b2e43337ea2f9de68addf4708fe8b73a03640f", "06d41e963ea49632f199c7bd18d7d939dc9d8dc6c02cf7ce714b7c24fef4868e", "b98fc9f0dbc61810287e77ea978665a0b762dceea927bbffceb63fb7005149b3", "f656b47e2337fea418a36933f173da98901d9ba4c0e05e3457ee3c59f94ad458"]);
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/