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

Hunt Hypothesis

This hunt targets adversary behavior where Ghost RAT establishes persistence and executes remote commands to silently exfiltrate sensitive data from endpoints. Proactively hunting for these specific IOCs in Azure Sentinel is critical to detect early-stage infections before attackers can fully compromise the environment or expand their lateral movement capabilities.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash974e94efa9515e53d57b16f538c37bb9a81a39eepayload2026-07-1695%
md5_hash3166ae39b46472d2ee53a880eb8248e0payload2026-07-1695%
sha256_hash0e8553970999b60c3a0a2637e0c282ca52b33d3e3ae88c99b6fa426bddc0075dpayload2026-07-1695%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Ghost RAT
let malicious_hashes = dynamic(["974e94efa9515e53d57b16f538c37bb9a81a39ee", "3166ae39b46472d2ee53a880eb8248e0", "0e8553970999b60c3a0a2637e0c282ca52b33d3e3ae88c99b6fa426bddc0075d"]);
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: Ghost RAT IOCs detection rule, tailored for an enterprise environment:

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