← Back to SOC feed Coverage →

ThreatFox: Unknown Stealer IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
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-07-18T23:00:00Z · Confidence: high

Hunt Hypothesis

This detection identifies adversary behavior involving the execution of known stealer malware indicators that may represent novel or previously unseen threats within the environment. Proactive hunting for these Unknown Stealer IOCs in Azure Sentinel is critical to rapidly identify and contain data exfiltration attempts before they compromise sensitive credentials or intellectual property.

IOC Summary

Malware Family: Unknown Stealer Total IOCs: 3 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainloveloveinfo.xyzbotnet_cc2026-07-18100%
domainsearchranktraffic.livebotnet_cc2026-07-18100%
domainrobbylinkpi.icubotnet_cc2026-07-18100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Unknown Stealer
let malicious_domains = dynamic(["loveloveinfo.xyz", "searchranktraffic.live", "robbylinkpi.icu"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are 4 specific scenarios that could trigger the ThreatFox: Unknown Stealer IOCs rule in a legitimate enterprise environment, along with suggested filters or exclusions for each:

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