← Back to SOC feed Coverage →

ThreatFox: 4h_rat IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
backdooriocthreatfoxwin-4h_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-22T11:00:00Z · Confidence: high

Hunt Hypothesis

The detection identifies potential 4h_rat malware activity through known IOCs associated with this advanced persistent threat. SOC teams should proactively hunt for this behavior in Azure Sentinel to detect and mitigate early-stage compromise before lateral movement and data exfiltration occur.

IOC Summary

Malware Family: 4h_rat Total IOCs: 4 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainapi.r0csgo.combotnet_cc2026-06-2275%
domainac-api-v3.r0csgo.combotnet_cc2026-06-2275%
domainac-socket.r0csgo.combotnet_cc2026-06-2275%
domainlocal-api-direct.r0csgo.combotnet_cc2026-06-2275%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - 4h_rat
let malicious_domains = dynamic(["api.r0csgo.com", "ac-api-v3.r0csgo.com", "ac-socket.r0csgo.com", "local-api-direct.r0csgo.com"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled

References

False Positive Guidance

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