← Back to SOC feed Coverage →

ThreatFox: GobRAT IOCs

ioc-hunt HIGH ThreatFox
DeviceFileEvents
backdoorelf-gobratiocthreatfox
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-15T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversaries leveraging the GobRAT backdoor to establish persistent access and execute remote commands within Azure Sentinel environments. Proactive hunting for these IOCs is critical due to the malware’s high severity and its capability to facilitate data exfiltration or lateral movement across compromised endpoints.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha256_hash1182e436076f313fb9f22b4cf27918570c50d0ec90fc10d6383a1e86448d68d5payload2026-08-1595%
sha1_hashb55f349e8cd15c07158207942b29d7138ef9c7e0payload2026-08-1595%
md5_hash78cfe8bfbdad19f3afb54cd12d949db4payload2026-08-1595%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - GobRAT
let malicious_hashes = dynamic(["1182e436076f313fb9f22b4cf27918570c50d0ec90fc10d6383a1e86448d68d5", "b55f349e8cd15c07158207942b29d7138ef9c7e0", "78cfe8bfbdad19f3afb54cd12d949db4"]);
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: GobRAT IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/elf.gobrat/