← Back to SOC feed Coverage →

ThreatFox: Overlord RAT IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
backdooriocthreatfoxwin-overlord
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 hunt detects adversary behavior involving the deployment of Overlord Remote Access Trojan (RAT) by identifying specific indicators of compromise such as malicious file hashes and network connections. A SOC team should proactively hunt for these IOCs in Azure Sentinel to rapidly identify active RAT infections that could enable long-term persistence, credential theft, and lateral movement within the enterprise environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash02e0b6dd34553b2d1e4a0f023716061884893d84995b3641b388b02f4e04014dpayload2026-08-2595%
sha1_hash432fb29714e78ea2d8e8e907132bc7259d445cb4payload2026-08-2595%
md5_hash553f64001e0e802a9619bd934d791155payload2026-08-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Overlord RAT
let malicious_hashes = dynamic(["02e0b6dd34553b2d1e4a0f023716061884893d84995b3641b388b02f4e04014d", "432fb29714e78ea2d8e8e907132bc7259d445cb4", "553f64001e0e802a9619bd934d791155"]);
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: Overlord RAT IOCs detection rule, including tailored filters and exclusions to reduce noise in an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/win.overlord/