← 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-08-13T11:00:01Z · Confidence: high

Hunt Hypothesis

This detection rule identifies adversary activity by matching network and endpoint telemetry against six specific Indicators of Compromise (IOCs) linked to the Stealc malware family. Proactively hunting for these IOCs in Azure Sentinel is critical because Stealc’s dual nature as both a stealer and a loader often serves as an initial foothold for broader post-exploitation campaigns, necessitating early identification to prevent lateral movement and data exfiltration.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://91[.]92[.]34[.]11/botnet_cc2026-08-13100%
urlhxxp://78[.]17[.]93[.]167/botnet_cc2026-08-13100%
urlhxxps://cloud-flare-authenticator.link/botnet_cc2026-08-13100%
urlhxxp://144[.]31[.]57[.]92/botnet_cc2026-08-13100%
urlhxxp://91[.]202[.]233[.]163/botnet_cc2026-08-13100%
urlhxxps://fbdfsgfwrgerwefew.top/botnet_cc2026-08-13100%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Stealc
let malicious_urls = dynamic(["http://91.92.34.11/", "http://78.17.93.167/", "https://cloud-flare-authenticator.link/", "http://144.31.57.92/", "http://91.202.233.163/", "https://fbdfsgfwrgerwefew.top/"]);
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 5 specific false positive scenarios for the ThreatFox: Stealc IOCs detection rule, along with targeted filters and exclusions tailored for an enterprise environment:

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