← 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-09-02T11:00:00Z · Confidence: high

Hunt Hypothesis

This detection identifies adversary activity involving the Ghost Remote Access Trojan (RAT) by monitoring for specific Indicators of Compromise (IOCs) that signal potential unauthorized remote access and command execution capabilities. Proactively hunting for these IOCs within Azure Sentinel is critical to rapidly identify early-stage infections, enabling the SOC team to isolate compromised endpoints before adversaries can establish persistence or exfiltrate sensitive data.

IOC Summary

Malware Family: Ghost RAT Total IOCs: 2 IOC Types: sha256_hash

TypeValueThreat TypeFirst SeenConfidence
sha256_hash51aed28d3468de5e75addc467ba14389356afe896098e4e478efcd7bf79a65b9payload2026-09-0290%
sha256_hashbd113d6b2cfba5ab2780c313c01d87896c64f91376903efc62ba01a242f59327payload2026-09-0290%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Ghost RAT
let malicious_hashes = dynamic(["51aed28d3468de5e75addc467ba14389356afe896098e4e478efcd7bf79a65b9", "bd113d6b2cfba5ab2780c313c01d87896c64f91376903efc62ba01a242f59327"]);
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 filters for the ThreatFox: Ghost RAT IOCs detection rule in an enterprise environment:

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