← Back to SOC feed Coverage →

ThreatFox: Socks5 Systemz 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-06-28T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt targets adversary activity involving known Indicators of Compromise (IOCs) linked to the Socks5 Systemz infrastructure, which often serves as a command and control channel for sophisticated threat actors. Proactively hunting these specific IOCs within Azure Sentinel is critical to identify early-stage lateral movement or data exfiltration attempts before they escalate into confirmed incidents.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
sha1_hash89eec27c0af96d4932891f02c0a7988b05526012payload2026-06-2795%
md5_hash52c76d9b7366f34a1fad3b5b0527e24fpayload2026-06-2795%
sha256_hash716612c11982500cca51970f822ddffb5a4b3aa84fda3cb30ffab6daa94f5248payload2026-06-2795%

KQL: Hash Hunt

// Hunt for files matching known malicious hashes
// Source: ThreatFox - Socks5 Systemz
let malicious_hashes = dynamic(["89eec27c0af96d4932891f02c0a7988b05526012", "52c76d9b7366f34a1fad3b5b0527e24f", "716612c11982500cca51970f822ddffb5a4b3aa84fda3cb30ffab6daa94f5248"]);
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 4 specific false positive scenarios for the ThreatFox: Socks5 Systemz IOCs detection rule in an enterprise environment, along with suggested filters or exclusions:

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