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

Hunt Hypothesis

This hunt targets the presence of eight specific IOCs linked to an unknown loader, which adversaries typically deploy to establish initial foothold and facilitate further payload execution. Proactively hunting for these indicators in Azure Sentinel is critical because detecting this loader early can prevent subsequent lateral movement and privilege escalation before the threat matures into a more complex intrusion.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash8aee7a413af09d4409da870471da4f6af7f93cae25e1837f8b34e170b0309cb8payload2026-09-1385%
sha256_hashb31c56eb8d0f9b3cc952cf7acb06edb9f2ad5def493087f25ce6c3a9c504c208payload2026-09-1385%
sha256_hash831759a2b305feaaa9faaa6672b0fe45130ad0bd23fe2c0d6f0e063448b83e0epayload2026-09-1385%
sha256_hashdbb1cd3ca4c63e484865ab5b3b1f6d3959d4e368e3836548c226fab5f07efdbfpayload2026-09-1385%
sha256_hashb87c5c316e18095207279dfa929f5f7da5430072902792d54d00158e05616dcdpayload2026-09-1385%
sha256_hashf6a89afd80bcfccc8ade155c0ef92a770de44610efdcac2b6a21650dc136dca5payload2026-09-1395%
sha256_hash463e71c114d5db041a864d58b729b4e38e2a285fa5edd92116a028ec83255cf9payload2026-09-1395%
sha256_hash156e06516c508cd609f3656d2b13786b0273598500018664e13861c43e5426bdpayload2026-09-1395%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Unknown Loader
let malicious_hashes = dynamic(["8aee7a413af09d4409da870471da4f6af7f93cae25e1837f8b34e170b0309cb8", "b31c56eb8d0f9b3cc952cf7acb06edb9f2ad5def493087f25ce6c3a9c504c208", "831759a2b305feaaa9faaa6672b0fe45130ad0bd23fe2c0d6f0e063448b83e0e", "dbb1cd3ca4c63e484865ab5b3b1f6d3959d4e368e3836548c226fab5f07efdbf", "b87c5c316e18095207279dfa929f5f7da5430072902792d54d00158e05616dcd", "f6a89afd80bcfccc8ade155c0ef92a770de44610efdcac2b6a21650dc136dca5", "463e71c114d5db041a864d58b729b4e38e2a285fa5edd92116a028ec83255cf9", "156e06516c508cd609f3656d2b13786b0273598500018664e13861c43e5426bd"]);
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/