← Back to SOC feed Coverage →

URLhaus: c2-monitor-auto 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-18T23:00:00Z · Confidence: medium

Hunt Hypothesis

The detection identifies potential command and control (C2) activity by monitoring URLs tagged as c2-monitor-auto, which are associated with known malicious infrastructure. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate early-stage adversary access and exfiltration attempts.

IOC Summary

Threat: c2-monitor-auto Total URLs: 5 Active URLs: 0

URLStatusThreatDate Added
hxxps://www.dropbox.com/scl/fi/ecom4qzkheclqn7ml8dng/f175fcc7b1277b.exe?rlkey=jctz6gr5wlpfas8bf48qokzgd&st=ur5dn56o&dl=1offlinemalware_download2026-05-18
hxxps://www.dropbox.com/scl/fi/jabwd47j7zwrjg3p13k1p/installer-acc-v2.1.1.exe?rlkey=w4jpkgch7jjyqq9gu2om4xs8n&st=7wlat5pq&dl=0offlinemalware_download2026-05-18
hxxp://91.92.242.236/files-129312398/files/file_a99659e88279685c.exeofflinemalware_download2026-05-18
hxxp://91.92.242.236/files-129312398/files/file_e0fe7b19c94f5d26.exeofflinemalware_download2026-05-18
hxxp://91.92.242.236/files-129312398/files/file_6993d4de4b47e311.cmdofflinemalware_download2026-05-18

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: c2-monitor-auto
let malicious_domains = dynamic(["91.92.242.236", "www.dropbox.com"]);
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(["91.92.242.236", "www.dropbox.com"]);
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/