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

Hunt Hypothesis

The ThreatFox: Ghost RAT IOCs rule detects potential command and control communication associated with the Ghost RAT, a high-impact remote access trojan. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate advanced persistent threats leveraging Ghost RAT for data exfiltration and system compromise.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hashf16c4398c613a78c391f2e721f95d879e9bd356cpayload2026-06-1395%
md5_hashfceaf8af1a6e83e0a1ae35a4a2fa35a7payload2026-06-1395%
sha256_hashaf71d8886f256bf2393b1bf6d44b2fcb50d7d546e49bb7b6fbe151a3cf2032f5payload2026-06-1395%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Ghost RAT
let malicious_hashes = dynamic(["f16c4398c613a78c391f2e721f95d879e9bd356c", "fceaf8af1a6e83e0a1ae35a4a2fa35a7", "af71d8886f256bf2393b1bf6d44b2fcb50d7d546e49bb7b6fbe151a3cf2032f5"]);
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

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