This hunt targets potential compromise vectors where endpoints or web proxies interact with known malicious URLs associated with 32-bit malware families, indicating active threat actor infrastructure or payload delivery. Proactively hunting for these indicators in Azure Sentinel allows the SOC to identify early-stage lateral movement or data exfiltration attempts before they escalate into a full-blown incident.
Threat: 32-bit Total URLs: 5 Active URLs: 5
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxp://123.4.40.181:47310/bin.sh | online | malware_download | 2026-09-19 |
hxxp://42.226.216.100:53095/i | online | malware_download | 2026-09-19 |
hxxp://45.233.94.135:39288/bin.sh | online | malware_download | 2026-09-19 |
hxxp://96.245.232.251:44492/i | online | malware_download | 2026-09-19 |
hxxp://42.226.216.100:53095/bin.sh | online | malware_download | 2026-09-19 |
// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 32-bit
let malicious_domains = dynamic(["45.233.94.135", "42.226.216.100", "96.245.232.251", "123.4.40.181"]);
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(["45.233.94.135", "42.226.216.100", "96.245.232.251", "123.4.40.181"]);
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 |
LegacyApp.exe) or the parent process if it is a known service host.C:\Scripts\SyncData.ps1 or a SQL Agent job) fetches configuration files or metadata from a staging server that has been temporarily assigned to one of the flagged IP/URL combinations due to internal DNS rebinding or a shared CDN.
svc-backup) or the specific script path if the URL is accessed via a known internal proxy or service account.curl.exe, PowerShell, or Chrome.exe.
Dev or Test in their AD group, or exclude the specific user if they are in the DevTeam security group.Code.exe or chrome.exe).