← Back to SOC feed Coverage →

ThreatFox: Unknown Stealer IOCs

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

Hunt Hypothesis

This hunt targets adversary behavior where an unknown stealer malware executes specific indicators of compromise to exfiltrate sensitive credentials and data from endpoints within the Azure environment. Proactively hunting for these three IOCs is critical because early detection allows the SOC team to isolate compromised assets before the stealer can establish persistence or spread laterally across the network.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxps://shadowcape.online/babayla/zor/yarisirlar/botnet_cc2026-07-09100%
urlhxxps://shadowcape.online/mods/api/log-downloadbotnet_cc2026-07-09100%
urlhxxps://shadowcape.online/?p=botnet_cc2026-07-09100%

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - Unknown Stealer
let malicious_urls = dynamic(["https://shadowcape.online/babayla/zor/yarisirlar/", "https://shadowcape.online/mods/api/log-download", "https://shadowcape.online/?p="]);
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

Here are four specific false positive scenarios for the ThreatFox: Unknown Stealer IOCs rule in an enterprise environment, including suggested filters or exclusions:

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