← Back to SOC feed Coverage →

ThreatFox: Socks5 Systemz IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
iocthreatfoxwin-socks5_systemz
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-08T11:00:00Z · Confidence: high

Hunt Hypothesis

The ThreatFox: Socks5 Systemz IOCs detect potential adversary activity associated with a known malicious group leveraging SOCKS5 proxies for command and control communications. SOC teams should proactively hunt for these indicators in Azure Sentinel to identify and mitigate advanced persistent threat (APT) campaigns that use covert network tunnels to exfiltrate data and maintain persistence.

IOC Summary

Malware Family: Socks5 Systemz Total IOCs: 8 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainproxybox.iobotnet_cc2026-06-08100%
domainvsttorentz.netbotnet_cc2026-06-08100%
domainproxy.ambotnet_cc2026-06-08100%
domainejvphud.uabotnet_cc2026-06-08100%
domaingdpkvkr.combotnet_cc2026-06-08100%
domainbwiesit.combotnet_cc2026-06-08100%
domaingoeiwef.combotnet_cc2026-06-08100%
domainkruxjou.uabotnet_cc2026-06-08100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Socks5 Systemz
let malicious_domains = dynamic(["proxybox.io", "vsttorentz.net", "proxy.am", "ejvphud.ua", "gdpkvkr.com", "bwiesit.com", "goeiwef.com", "kruxjou.ua"]);
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.socks5_systemz/