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

Hunt Hypothesis

This detection identifies adversary activity involving the Ghost Remote Access Trojan by monitoring for six specific indicators of compromise that signal unauthorized remote access and potential data exfiltration. A proactive hunt is essential in Azure Sentinel to rapidly isolate compromised endpoints and prevent lateral movement before attackers can establish persistent control over critical systems.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash313ebf27b9e1a2f1a3b6457d2418b5a60f8525d7payload2026-08-0795%
md5_hash26f33ae36ad05582393a6d6ec6cb3273payload2026-08-0795%
sha256_hashabf83c4d6bbf508504398ac56031c566ed662c3cc7e7b490494d9ee72eece870payload2026-08-0795%
sha256_hasha7632f145e45c8d932f6f1a8ccbbf65e7ae97b0d339c45dfb548e29186db1144payload2026-08-0795%
sha1_hash99fbd400260206d8480d97d2a1f1b0de9c0bb44bpayload2026-08-0795%
md5_hash5b11b38bf0eb3f0952f306ad5be9d5ebpayload2026-08-0795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Ghost RAT
let malicious_hashes = dynamic(["313ebf27b9e1a2f1a3b6457d2418b5a60f8525d7", "26f33ae36ad05582393a6d6ec6cb3273", "abf83c4d6bbf508504398ac56031c566ed662c3cc7e7b490494d9ee72eece870", "a7632f145e45c8d932f6f1a8ccbbf65e7ae97b0d339c45dfb548e29186db1144", "99fbd400260206d8480d97d2a1f1b0de9c0bb44b", "5b11b38bf0eb3f0952f306ad5be9d5eb"]);
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/exclusions for the ThreatFox: Ghost RAT IOCs detection rule in an enterprise environment:

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