← 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-07-25T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity involving the Overlord Remote Access Trojan (RAT) by identifying six specific indicators of compromise that signal potential command-and-control communication or lateral movement within the network. A SOC team should proactively hunt for these IOCs in Azure Sentinel to rapidly identify and contain this high-severity threat, which is known for its stealthy persistence capabilities and ability to exfiltrate sensitive data before traditional alerts trigger.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash2d9adcb653a222351652077abc838e027fa814f120741c7fb4f14d71d03f9fa0payload2026-07-2595%
sha1_hash09301281e99e74c52487211f8555571e2b1e9ab9payload2026-07-2595%
md5_hashf3a81cd70d0c86700e45b9de40644c87payload2026-07-2595%
sha256_hash20541efb895ad4079d4dbd7234c661c15b77d67085d67a0582a1b80fa093c16bpayload2026-07-2595%
sha1_hasha4e92203d12dba0319d421f67b6a07934e5495a7payload2026-07-2595%
md5_hashf2bc1f451548fadcaa799ab9d46782bapayload2026-07-2595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Overlord RAT
let malicious_hashes = dynamic(["2d9adcb653a222351652077abc838e027fa814f120741c7fb4f14d71d03f9fa0", "09301281e99e74c52487211f8555571e2b1e9ab9", "f3a81cd70d0c86700e45b9de40644c87", "20541efb895ad4079d4dbd7234c661c15b77d67085d67a0582a1b80fa093c16b", "a4e92203d12dba0319d421f67b6a07934e5495a7", "f2bc1f451548fadcaa799ab9d46782ba"]);
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 specific false positive scenarios and corresponding exclusion strategies for the ThreatFox: Overlord RAT IOCs detection rule in an enterprise environment:

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