← Back to SOC feed Coverage →

ThreatFox: Unknown Webinject IOCs

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

Hunt Hypothesis

Adversaries may be using unknown webinject IOCs to inject malicious code into user sessions and exfiltrate sensitive data. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate potential credential theft and data compromise campaigns.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
domainmarmelad.latpayload_delivery2026-05-07100%
domainabrikos.xyzpayload_delivery2026-05-07100%
domainwhynotebanarot.xyzpayload_delivery2026-05-07100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Unknown Webinject
let malicious_domains = dynamic(["marmelad.lat", "abrikos.xyz", "whynotebanarot.xyz"]);
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/unknown_webinject/