← Back to SOC feed Coverage →

URLhaus: AgentTesla 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-08-19T23:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt detects adversary behavior where endpoints access known malicious URLs associated with AgentTesla malware to facilitate initial infection or command-and-control communication. Proactively hunting for these specific indicators in Azure Sentinel is critical because AgentTesla’s capability for keylogging and credential theft necessitates immediate identification of compromised hosts to prevent lateral movement and data exfiltration.

IOC Summary

Threat: AgentTesla Total URLs: 3 Active URLs: 1

URLStatusThreatDate Added
hxxps://pub-1c4ef2a315ec4b89b9dfad9472afee69.r2.dev/zuyoking.pngonlinemalware_download2026-08-19
hxxps://pub-eab9eb7761644f51bceeecfefdf0ec2b.r2.dev/teddywon.htaofflinemalware_download2026-08-19
hxxps://pub-1c4ef2a315ec4b89b9dfad9472afee69.r2.dev/radman.pngofflinemalware_download2026-08-19

KQL: Url Dns Hunt

// Hunt for DNS resolution of URLhaus malicious domains
// Threat: AgentTesla
let malicious_domains = dynamic(["pub-1c4ef2a315ec4b89b9dfad9472afee69.r2.dev"]);
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(["pub-1c4ef2a315ec4b89b9dfad9472afee69.r2.dev"]);
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 the documented false positive scenarios and corresponding filters for the URLhaus: AgentTesla Malicious URLs detection rule:

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