← Back to SOC feed Coverage →

ThreatFox: LeetHozer IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
elf-leethozeriocthreatfox
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-21T23:00:01Z · Confidence: high

Hunt Hypothesis

This hunt targets the presence of specific IOCs linked to the LeetHozer threat actor, indicating potential compromise or reconnaissance activity within the environment. Proactively hunting for these indicators in Azure Sentinel allows the SOC team to identify and isolate affected assets before the adversary can establish persistence or execute further malicious actions.

IOC Summary

Malware Family: LeetHozer Total IOCs: 2 IOC Types: sha1_hash, sha256_hash

TypeValueThreat TypeFirst SeenConfidence
sha256_hash8f72fb281b388cbaa7ecdfaf6b16bf80247bf0e6a92daf5077ad7cd4f3aaeff2payload2026-09-2195%
sha1_hashbd19ef461bf72bb041e441a09ab6da4f3455a4c5payload2026-09-2195%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - LeetHozer
let malicious_hashes = dynamic(["8f72fb281b388cbaa7ecdfaf6b16bf80247bf0e6a92daf5077ad7cd4f3aaeff2", "bd19ef461bf72bb041e441a09ab6da4f3455a4c5"]);
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/elf.leethozer/