← Back to SOC feed Coverage →

ThreatFox: Nova Stealer IOCs

ioc-hunt HIGH ThreatFox
UrlClickEvents
infostealeriocthreatfoxwin-nova
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-28T11:00:00Z · Confidence: high

Hunt Hypothesis

The ThreatFox: Nova Stealer IOCs rule detects potential adversary activity associated with the Nova Stealer malware, which is known for stealing credentials and sensitive data from compromised systems. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate advanced threats before they lead to data exfiltration or lateral movement.

IOC Summary

Malware Family: Nova Stealer Total IOCs: 2 IOC Types: url

TypeValueThreat TypeFirst SeenConfidence
urlhxxp://104[.]243[.]35[.]237:8080/botnet_cc2026-05-2850%
urlhxxp://208[.]115[.]220[.]30:8080/botnet_cc2026-05-2850%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Nova Stealer
let malicious_urls = dynamic(["http://104.243.35.237:8080/", "http://208.115.220.30:8080/"]);
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.nova/