← Back to SOC feed Coverage →

ThreatFox: Socks5Systemz IOCs

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

Hunt Hypothesis

This hunt hypothesis detects adversary activity involving specific indicators of compromise linked to the Socks5Systemz threat actor, which often utilizes proxy infrastructure to facilitate command and control or data exfiltration. A SOC team should proactively hunt for these IOCs within Azure Sentinel to identify early-stage lateral movement or persistent access that may evade standard signature-based detections, thereby reducing dwell time for this high-severity threat.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash357aec6973f9593ed518771d638f589d860565b5payload2026-07-2795%
md5_hashc04a9778333a061ce8b2f3fee16d8cbbpayload2026-07-2795%
sha256_hash45f16a66c72637fc6b473f23896e73b7a8a3e88d564ab1541a7ee39a5b41e441payload2026-07-2795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Socks5Systemz
let malicious_hashes = dynamic(["357aec6973f9593ed518771d638f589d860565b5", "c04a9778333a061ce8b2f3fee16d8cbb", "45f16a66c72637fc6b473f23896e73b7a8a3e88d564ab1541a7ee39a5b41e441"]);
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.socks5_systemz/