← 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-07-22T23:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary behavior involving the deployment of SVCStealer malware by monitoring for specific indicators of compromise known to steal credentials and sensitive data from Windows services. A SOC team should proactively hunt for these IOCs in Azure Sentinel to rapidly identify early-stage infections and prevent lateral movement before attackers can exfiltrate critical assets.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://196[.]251[.]107[.]186/acovp/post.phpbotnet_cc2026-07-2275%
urlhxxp://196[.]251[.]107[.]163/bioxp/post.phpbotnet_cc2026-07-2275%
urlhxxp://192[.]162[.]199[.]186/usovp/post.phpbotnet_cc2026-07-2275%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - SVCStealer
let malicious_urls = dynamic(["http://196.251.107.186/acovp/post.php", "http://196.251.107.163/bioxp/post.php", "http://192.162.199.186/usovp/post.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 suggested filters and exclusions tailored for an enterprise environment:

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