← Back to SOC feed Coverage →

ThreatFox: ServHelper IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
iocthreatfoxwin-servhelper
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-09T23:00:00Z · Confidence: high

Hunt Hypothesis

The ThreatFox: ServHelper IOCs rule detects potential adversary activity associated with the ServHelper malware, which is known for its persistence and lateral movement capabilities. SOC teams should proactively hunt for these IOCs in Azure Sentinel to identify and mitigate advanced threats that could compromise network security and exfiltrate sensitive data.

IOC Summary

Malware Family: ServHelper Total IOCs: 3 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainpssoduvnzud.xyzbotnet_cc2026-06-09100%
domaindsfamsi4b.cnbotnet_cc2026-06-09100%
domainasfjjasguasus.xyzbotnet_cc2026-06-09100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - ServHelper
let malicious_domains = dynamic(["pssoduvnzud.xyz", "dsfamsi4b.cn", "asfjjasguasus.xyz"]);
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.servhelper/