← Back to SOC feed Coverage →

ThreatFox: Ghost RAT IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
backdooriocthreatfoxwin-ghost_rat
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-31T23:00:00Z · Confidence: high

Hunt Hypothesis

This detection identifies adversary activity involving the Ghost Remote Access Trojan (RAT) by monitoring for three specific indicators of compromise that signal potential unauthorized remote access and data exfiltration. Proactively hunting for these IOCs within Azure Sentinel is critical to rapidly detect stealthy post-exploitation movements, enabling the SOC team to isolate compromised endpoints before attackers establish persistent command-and-control channels or escalate privileges.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash3a05ce5e3eea58d50deb3d12d9f004486cd41efbpayload2026-07-3195%
md5_hashf2e641d14aaff8fa4872a157d9d1be82payload2026-07-3195%
sha256_hash69e8a73e215114989a0d9c5c9c666587057e2bcf1c29b1fb7d45e1cb38a715depayload2026-07-3195%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Ghost RAT
let malicious_hashes = dynamic(["3a05ce5e3eea58d50deb3d12d9f004486cd41efb", "f2e641d14aaff8fa4872a157d9d1be82", "69e8a73e215114989a0d9c5c9c666587057e2bcf1c29b1fb7d45e1cb38a715de"]);
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 4 specific false positive scenarios and corresponding exclusion strategies for the ThreatFox: Ghost RAT IOCs detection rule in an enterprise environment:

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