← Back to SOC feed Coverage →

ThreatFox: Stealc IOCs

ioc-hunt HIGH ThreatFox
UrlClickEvents
iocthreatfoxwin-stealc
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-09-26T11:00:00Z · Confidence: high

Hunt Hypothesis

This rule detects the presence of Stealc malware, which exfiltrates sensitive data and steals credentials through covert communication channels often established via phishing-delivered payloads. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify compromised endpoints early, preventing the malware from successfully establishing persistent command-and-control connections and extracting critical assets before they are exfiltrated.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://160[.]20[.]109[.]59botnet_cc2026-09-2675%
urlhxxps://api.mb2-rrfdnb-ip38z5.shopbotnet_cc2026-09-2675%
urlhxxps://api.mb2-rrfdnb-ip38z5.shop/botnet_cc2026-09-26100%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Stealc
let malicious_urls = dynamic(["http://160.20.109.59", "https://api.mb2-rrfdnb-ip38z5.shop", "https://api.mb2-rrfdnb-ip38z5.shop/"]);
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

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