← Back to SOC feed Coverage →

ThreatFox: SmokeLoader IOCs

ioc-hunt HIGH ThreatFox
UrlClickEvents
iocthreatfoxwin-smokeloader
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-05-18T23:00:00Z · Confidence: high

Hunt Hypothesis

The ThreatFox: SmokeLoader IOCs rule detects potential command and control communication associated with the SmokeLoader malware, which is commonly used for initial access and persistence. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate early-stage compromises before lateral movement and data exfiltration occur.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://144[.]31[.]203[.]24/botnet_cc2026-05-18100%
urlhxxp://144[.]31[.]203[.]12/botnet_cc2026-05-18100%
urlhxxp://144[.]31[.]158[.]255/botnet_cc2026-05-18100%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - SmokeLoader
let malicious_urls = dynamic(["http://144.31.203.24/", "http://144.31.203.12/", "http://144.31.158.255/"]);
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.smokeloader/