This hunt targets the execution of known malicious URLs associated with the “gafgyt” tag, indicating potential web-based attacks or phishing campaigns that could lead to credential theft or malware delivery. Proactively hunting for these indicators in Azure Sentinel allows the SOC team to identify compromised endpoints or user sessions before the adversary can establish persistence or exfiltrate data.
Threat: gafgyt Total URLs: 3 Active URLs: 3
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxp://172.233.43.198/bins/xnxnxnxnxnxnxnxni386xnxn | online | malware_download | 2026-09-09 |
hxxp://172.233.43.198/bins/xnxnxnxnxnxnxnxnaarch64xnxn | online | malware_download | 2026-09-09 |
hxxp://172.233.43.198/bins/xnxnxnxnxnxnxnxnx86_64xnxn | online | malware_download | 2026-09-09 |
// Hunt for DNS resolution of URLhaus malicious domains
// Threat: gafgyt
let malicious_domains = dynamic(["172.233.43.198"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses
| order by TimeGenerated desc
// Hunt for web traffic to URLhaus malicious domains
let malicious_domains = dynamic(["172.233.43.198"]);
CommonSecurityLog
| where RequestURL has_any (malicious_domains) or DestinationHostName has_any (malicious_domains)
| project TimeGenerated, SourceIP, RequestURL, DestinationHostName, DeviceAction
| order by TimeGenerated desc
| Sentinel Table | Notes |
|---|---|
CommonSecurityLog | Ensure this data connector is enabled |
DnsEvents | Ensure this data connector is enabled |
svc-sec-test, user-qa-01) or where the source IP address belongs to the designated security lab subnet (e.g., 10.20.30.0/24).svc-ci-cd, build-agent-01) or where the process name is a known build tool (e.g., java.exe, node.exe, powershell.exe invoked by jenkins.exe).proxy-01.corp.local, zscaler-appliance-01) or where the user agent string contains identifiers like Zscaler-HealthCheck or Squid/3.x.