← Back to SOC feed Coverage →

URLhaus: apk Malicious URLs

ioc-hunt HIGH URLhaus
CommonSecurityLogDnsEvents
iocurlhaus
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 URLhaus →
Retrieved: 2026-05-10T23:00:00Z · Confidence: medium

Hunt Hypothesis

The hypothesis is that the detected malicious URLs are likely used by adversaries to distribute malware disguised as APK files, enabling unauthorized access and persistence on compromised devices. SOC teams should proactively hunt for these URLs in Azure Sentinel to identify and mitigate potential command and control channels or data exfiltration attempts.

IOC Summary

Threat: apk Total URLs: 13 Active URLs: 13

URLStatusThreatDate Added
hxxps://rubbermax.xyz/downloadonlinemalware_download2026-05-10
hxxps://photo-02-05.vercel.app/?download=1onlinemalware_download2026-05-10
hxxps://we-max-photo.vercel.app/?download=1onlinemalware_download2026-05-10
hxxps://avaria102dtponlaine.vercel.app/?download=1onlinemalware_download2026-05-10
hxxps://vk-video-dtp.vercel.app/?download=1onlinemalware_download2026-05-10
hxxps://wephoto.vercel.app/?download=1onlinemalware_download2026-05-10
hxxps://video-files-24.cfd/?download=1onlinemalware_download2026-05-10
hxxps://videosdtpr.vercel.app/?download=1onlinemalware_download2026-05-10
hxxps://kameraruonlaine.vercel.app/?download=1onlinemalware_download2026-05-10
hxxps://downloadmaxfile.digital/downloadonlinemalware_download2026-05-10
hxxps://102policeonlainedtp.vercel.app/?download=1onlinemalware_download2026-05-10
hxxps://2026policedtp.vercel.app/?download=1onlinemalware_download2026-05-10
hxxps://photojopik.vercel.app/?download=1onlinemalware_download2026-05-10

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: apk 
let malicious_domains = dynamic(["wephoto.vercel.app", "kameraruonlaine.vercel.app", "videosdtpr.vercel.app", "2026policedtp.vercel.app", "we-max-photo.vercel.app", "vk-video-dtp.vercel.app", "photo-02-05.vercel.app", "rubbermax.xyz", "102policeonlainedtp.vercel.app", "photojopik.vercel.app", "video-files-24.cfd", "avaria102dtponlaine.vercel.app", "downloadmaxfile.digital"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses
| order by TimeGenerated desc

KQL: Url Proxy Hunt

// Hunt for web traffic to URLhaus malicious domains
let malicious_domains = dynamic(["wephoto.vercel.app", "kameraruonlaine.vercel.app", "videosdtpr.vercel.app", "2026policedtp.vercel.app", "we-max-photo.vercel.app", "vk-video-dtp.vercel.app", "photo-02-05.vercel.app", "rubbermax.xyz", "102policeonlainedtp.vercel.app", "photojopik.vercel.app", "video-files-24.cfd", "avaria102dtponlaine.vercel.app", "downloadmaxfile.digital"]);
CommonSecurityLog
| where RequestURL has_any (malicious_domains) or DestinationHostName has_any (malicious_domains)
| project TimeGenerated, SourceIP, RequestURL, DestinationHostName, DeviceAction
| order by TimeGenerated desc

Required Data Sources

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

References

False Positive Guidance

Original source: https://urlhaus.abuse.ch/