← Back to SOC feed Coverage →

ThreatFox: OtterCookie IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
iocjs-otter_cookiethreatfox
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-04-23T09:00:00Z · Confidence: high

Hunt Hypothesis

The ThreatFox: OtterCookie IOCs rule detects potential adversary activity associated with the OtterCookie malware, which is known for exfiltrating sensitive data and establishing persistence. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate advanced threats that could compromise organizational data integrity and confidentiality.

IOC Summary

Malware Family: OtterCookie Total IOCs: 3 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domaincloudflareinsights.vercel.appbotnet_cc2026-04-2349%
domaincloudflarefirewall.vercel.appbotnet_cc2026-04-2349%
domaincloudflaresecurity.vercel.appbotnet_cc2026-04-2349%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - OtterCookie
let malicious_domains = dynamic(["cloudflareinsights.vercel.app", "cloudflarefirewall.vercel.app", "cloudflaresecurity.vercel.app"]);
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

Original source: https://threatfox.abuse.ch/browse/malware/js.otter_cookie/