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.
Malware Family: Stealc Total IOCs: 3 IOC Types: url
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| url | hxxp://144[.]31[.]57[.]94/350be244a2f97a3a4ca8.php | botnet_cc | 2026-07-17 | 100% |
| url | hxxps://t.me/still_stellc | botnet_cc | 2026-07-17 | 75% |
| url | hxxp://89[.]110[.]104[.]237/46893b462dca7432.php | botnet_cc | 2026-07-17 | 100% |
// 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
| Sentinel Table | Notes |
|---|---|
UrlClickEvents | Ensure this data connector is enabled |
Here are 5 specific false positive scenarios for the ThreatFox: Stealc IOCs detection rule in an enterprise environment, including suggested filters or exclusions:
Endpoint Protection Scanning of Quarantine Archives
C:\ProgramData\ThreatFox\Quarantine directory. This action triggers a file access event for known Stealc IOCs that were previously ingested into the threat intelligence platform and stored locally as reference samples, mimicking an active infection.C:\Program Files\CrowdStrike\fs.exe or MsMpEng.exe) when accessing files within the ThreatFox quarantine directory.Scheduled Vulnerability Assessment Scans
Scheduled Task name (e.g., \Microsoft\Tenable\Nessus Agent Update) or filter by the parent process being the Windows Task Scheduler service (svchost.exe -k netsvcs).Software Deployment via Configuration Management