← Back to SOC feed Coverage →

ThreatFox: Gh0stnet IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
iocthreatfoxwin-ghostnet
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-14T23:00:00Z · Confidence: high

Hunt Hypothesis

The ThreatFox: Gh0stnet IOCs rule detects potential adversary activity associated with the Gh0stnet malware, which is known for covert network infiltration and data exfiltration. SOC teams should proactively hunt for these IOCs in Azure Sentinel to identify and mitigate advanced persistent threats before they cause significant damage.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hashd311b7b63d69bda94189e7ad586d42ba7f1ba838payload2026-06-1495%
md5_hash81a6699618caa9d38a99aac19a33b770payload2026-06-1495%
sha256_hash3dc1a7ac46a1616fe180f42e26d25ea9638f90c73073542b49a8575e2f110174payload2026-06-1495%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Gh0stnet
let malicious_hashes = dynamic(["d311b7b63d69bda94189e7ad586d42ba7f1ba838", "81a6699618caa9d38a99aac19a33b770", "3dc1a7ac46a1616fe180f42e26d25ea9638f90c73073542b49a8575e2f110174"]);
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.ghostnet/