← Back to SOC feed Coverage →

ThreatFox: Loki IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
apk-lokiiocthreatfox
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 identifies adversary activity by correlating network and host logs against three specific Indicators of Compromise (IOCs) linked to the Loki threat actor within Azure Sentinel. Proactive hunting for these IOCs is critical because Loki’s high-severity indicators often signal early-stage reconnaissance or lateral movement that may evade standard automated alerts, requiring manual investigation to prevent broader compromise.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
md5_hash3d639a627186e77730ff2d1294df49a3payload2026-08-2595%
sha256_hash89f6c08fa045d14eb73a0992145a724bc34d531d7af3dcc4901a1b7c7833aedepayload2026-08-2595%
sha1_hashdd971d09f94dbd77735a07fc297dd2836fd94616payload2026-08-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Loki
let malicious_hashes = dynamic(["3d639a627186e77730ff2d1294df49a3", "89f6c08fa045d14eb73a0992145a724bc34d531d7af3dcc4901a1b7c7833aede", "dd971d09f94dbd77735a07fc297dd2836fd94616"]);
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 5 specific false positive scenarios for the ThreatFox: Loki IOCs detection rule, including targeted filters and exclusions suitable for an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/apk.loki/