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

Hunt Hypothesis

This detection identifies adversary activity consistent with the Stealc malware family by monitoring for specific indicators of compromise across the Azure Sentinel environment. Proactively hunting for these signatures is critical to rapidly contain potential data exfiltration and credential theft before they escalate into broader organizational breaches.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://144[.]31[.]57[.]94/350be244a2f97a3a4ca8.phpbotnet_cc2026-07-17100%
urlhxxps://t.me/still_stellcbotnet_cc2026-07-1775%
urlhxxp://89[.]110[.]104[.]237/46893b462dca7432.phpbotnet_cc2026-07-17100%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Stealc
let malicious_urls = dynamic(["http://144.31.57.94/350be244a2f97a3a4ca8.php", "https://t.me/still_stellc", "http://89.110.104.237/46893b462dca7432.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 5 specific false positive scenarios for the ThreatFox: Stealc IOCs detection rule in an enterprise environment, including suggested filters or exclusions:

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