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

Hunt Hypothesis

This hunt detects adversary activity involving the Ghost Remote Access Trojan by identifying specific indicators of compromise that signal unauthorized remote access and potential data exfiltration. Proactively hunting for these IOCs in Azure Sentinel is critical to rapidly identify early-stage infections before they escalate into persistent threats capable of lateral movement within the cloud environment.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash199af4936e44ed894ea45b84500a84268792dca3payload2026-07-1495%
md5_hashf1a04ffaa889c11b99b33610e4a87decpayload2026-07-1495%
sha256_hash4f4d405d32d76a170ca2899c70b48ef6ffaaef792e024b6f8aab98d4ae55eae4payload2026-07-1495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Ghost RAT
let malicious_hashes = dynamic(["199af4936e44ed894ea45b84500a84268792dca3", "f1a04ffaa889c11b99b33610e4a87dec", "4f4d405d32d76a170ca2899c70b48ef6ffaaef792e024b6f8aab98d4ae55eae4"]);
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 for the ThreatFox: Ghost RAT IOCs detection rule, tailored for an enterprise environment:

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