← Back to SOC feed Coverage →

ThreatFox: Unknown Stealer IOCs

ioc-hunt HIGH ThreatFox
DnsEventsUrlClickEvents
infostealeriocthreatfoxunknown_stealer
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-06-01T11:00:01Z · Confidence: high

Hunt Hypothesis

The ThreatFox: Unknown Stealer IOCs rule detects potential reconnaissance and data exfiltration activities associated with a previously unknown stealer malware, leveraging suspicious network connections and file artifacts. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate early-stage compromise by an advanced threat actor targeting sensitive data.

IOC Summary

Malware Family: Unknown Stealer Total IOCs: 11 IOC Types: url, domain

TypeValueThreat TypeFirst SeenConfidence
domainpurematrixa.combotnet_cc2026-06-01100%
urlhxxps://sites.google.com/newappclaude.com/clau-ver-un-30payload_delivery2026-06-01100%
urlhxxps://turbowave45.com/payload_delivery2026-06-01100%
urlhxxps://purematrixa.com/1751517botnet_cc2026-06-01100%
urlhxxps://anvil-89.com/curl/b2ebd894810ccc6df1fccbceeaf09f5c9be6dbf3f8386c915b26e78c28ac3563botnet_cc2026-06-01100%
domainwiseview58.compayload_delivery2026-06-01100%
domainanvil-89.combotnet_cc2026-06-01100%
urlhxxps://sites.google.com/newpayservices.com/cdx-biz-ver-un-v27payload_delivery2026-06-01100%
urlhxxps://wiseview58.com/hjpjsp2/payload_delivery2026-06-01100%
urlhxxps://anvil-89.com/curl/db7bd4c559aa3fb93d63739f16264aae68c911adc95b9f97cc7529c52fd15a87botnet_cc2026-06-01100%
domainiloveblondegirl.topbotnet_cc2026-06-01100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Unknown Stealer
let malicious_domains = dynamic(["purematrixa.com", "wiseview58.com", "anvil-89.com", "iloveblondegirl.top"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Unknown Stealer
let malicious_urls = dynamic(["https://sites.google.com/newappclaude.com/clau-ver-un-30", "https://turbowave45.com/", "https://purematrixa.com/1751517", "https://anvil-89.com/curl/b2ebd894810ccc6df1fccbceeaf09f5c9be6dbf3f8386c915b26e78c28ac3563", "https://sites.google.com/newpayservices.com/cdx-biz-ver-un-v27", "https://wiseview58.com/hjpjsp2/", "https://anvil-89.com/curl/db7bd4c559aa3fb93d63739f16264aae68c911adc95b9f97cc7529c52fd15a87"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled
UrlClickEventsEnsure this data connector is enabled

References

False Positive Guidance

Original source: https://threatfox.abuse.ch/browse/malware/unknown_stealer/