This hunt targets the execution of 32-bit malicious binaries or payloads delivered via URLs identified by URLhaus, indicating a potential compromise through legacy architecture exploitation or targeted malware distribution. Proactively hunting for these indicators in Azure Sentinel allows the SOC to identify early-stage infections or lateral movement attempts before they escalate into significant data exfiltration or ransomware events.
This hunt targets the execution of 32-bit malicious binaries or payloads delivered via URLs identified by URLhaus, indicating a potential compromise through legacy architecture exploitation or targeted malware distribution. Proactively hunting for these indicators in Azure Sentinel allows the SOC to identify early-stage infections or lateral movement attempts before they escalate into significant data exfiltration or ransomware events.
Threat: 32-bit Total URLs: 3 Active URLs: 3
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxp://113.230.65.104:46052/bin.sh | online | malware_download | 2026-09-18 |
hxxp://123.14.192.80:44348/i | online | malware_download | 2026-09-18 |
hxxp://170.238.123.135:33318/bin.sh | online | malware_download | 2026-09-18 |
// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 32-bit
let malicious_domains = dynamic(["123.14.192.80", "170.238.123.135", "113.230.65.104"]);
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(["123.14.192.80", "170.238.123.135", "113.230.65.104"]);
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 |
Java/1.8.0_301) from the URL match condition./backup/validate/) or whitelist the specific hostname if it is an internal or trusted vendor domain.AcroRd32.exe, CADApp.exe) or the specific license/telemetry subdomain (e.g., *.license-check.com) from the URL match.