← Back to SOC feed Coverage →

ThreatFox: SVCStealer IOCs

ioc-hunt HIGH ThreatFox
UrlClickEvents
infostealeriocthreatfoxwin-svcstealer
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-08-04T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity involving the SVCStealer malware by identifying known indicators of compromise that signal potential credential theft and data exfiltration. Proactive hunting in Azure Sentinel is critical to rapidly identify and contain these threats before they escalate into broader service account compromises or unauthorized access incidents.

IOC Summary

Malware Family: SVCStealer Total IOCs: 2 IOC Types: url

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://196[.]251[.]107[.]186/svbia/post.phpbotnet_cc2026-08-04100%
urlhxxp://62[.]60[.]226[.]232/zpzp/get.phpbotnet_cc2026-08-04100%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - SVCStealer
let malicious_urls = dynamic(["http://196.251.107.186/svbia/post.php", "http://62.60.226.232/zpzp/get.php"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
UrlClickEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are 4 specific false positive scenarios for the ThreatFox: SVCStealer IOCs detection rule, including actionable filters and exclusions tailored for an enterprise environment:

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