← Back to SOC feed Coverage →

URLhaus: exe 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-07-27T11:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies adversary behavior where threat actors distribute executable files via malicious URLs to initiate command-and-control communication or deliver initial payloads within the Azure Sentinel environment. The SOC team should proactively hunt for these specific URL patterns to rapidly isolate compromised endpoints and prevent lateral movement before the execution of potentially harmful .exe files spreads across the network.

IOC Summary

Threat: exe Total URLs: 16 Active URLs: 16

URLStatusThreatDate Added
hxxps://aethersyncmatrix5.lol/crypt/obsh/beb.exeonlinemalware_download2026-07-27
hxxps://aethersyncmatrix5.lol/crypt/21-32/arFtU.exeonlinemalware_download2026-07-27
hxxps://aethersyncmatrix5.lol/crypt/obsh/R2.exeonlinemalware_download2026-07-27
hxxps://aethersyncmatrix5.lol/crypt/obsh/R5.exeonlinemalware_download2026-07-27
hxxps://aethersyncmatrix5.lol/crypt/obsh/crazy.exeonlinemalware_download2026-07-27
hxxps://aethersyncmatrix5.lol/crypt/21-32/kliulij.exeonlinemalware_download2026-07-27
hxxps://aethersyncmatrix5.lol/crypt/21-32/ARbeb.exeonlinemalware_download2026-07-27
hxxps://aethersyncmatrix5.lol/crypt/21-32/kJHGFDs.exeonlinemalware_download2026-07-27
hxxps://aethersyncmatrix5.lol/crypt/21-32/hjbk.exeonlinemalware_download2026-07-27
hxxps://aethersyncmatrix5.lol/crypt/21-32/ojujn.exeonlinemalware_download2026-07-27
hxxps://aethersyncmatrix5.lol/crypt/21-32/hnmh.exeonlinemalware_download2026-07-27
hxxps://aethersyncmatrix5.lol/crypt/21-32/jhgkuyyg.exeonlinemalware_download2026-07-27
hxxps://aethersyncmatrix5.lol/crypt/21-32/KLLNMF.exeonlinemalware_download2026-07-27
hxxps://aethersyncmatrix5.lol/crypt/21-32/KLHdfs.exeonlinemalware_download2026-07-27
hxxps://aethersyncmatrix5.lol/crypt/21-32/xqAAE.exeonlinemalware_download2026-07-27
hxxps://aethersyncmatrix5.lol/crypt/21-32/bjbh.exeonlinemalware_download2026-07-27

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: exe
let malicious_domains = dynamic(["aethersyncmatrix5.lol"]);
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(["aethersyncmatrix5.lol"]);
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

Here are 4 specific false positive scenarios for the URLhaus: exe Malicious URLs rule, including tailored filters and exclusions:

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