This detection identifies adversary activity involving the execution of 32-bit malware payloads delivered through known malicious URLs flagged by URLhaus. SOC teams should proactively hunt for these indicators in Azure Sentinel to rapidly isolate compromised endpoints and prevent lateral movement before the threat escalates within the network.
Threat: 32-bit Total URLs: 51 Active URLs: 46
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxp://221.15.190.195:57524/i | online | malware_download | 2026-07-28 |
hxxp://222.138.132.154:55677/i | online | malware_download | 2026-07-28 |
hxxp://182.121.15.2:55953/i | online | malware_download | 2026-07-28 |
hxxp://182.121.15.2:55953/bin.sh | online | malware_download | 2026-07-28 |
hxxp://221.15.190.195:57524/bin.sh | online | malware_download | 2026-07-28 |
hxxp://125.40.51.82:52574/i | online | malware_download | 2026-07-28 |
hxxp://222.219.74.211:52755/i | online | malware_download | 2026-07-28 |
hxxp://123.12.230.120:38720/i | online | malware_download | 2026-07-28 |
hxxp://110.36.19.51:42772/bin.sh | online | malware_download | 2026-07-28 |
hxxp://222.219.74.211:52755/bin.sh | online | malware_download | 2026-07-28 |
hxxp://182.127.122.39:55560/i | online | malware_download | 2026-07-28 |
hxxp://123.12.230.120:38720/bin.sh | online | malware_download | 2026-07-28 |
hxxp://37.52.154.254:47072/i | online | malware_download | 2026-07-28 |
hxxp://182.112.156.220:41236/bin.sh | online | malware_download | 2026-07-28 |
hxxp://110.37.118.111:36398/bin.sh | online | malware_download | 2026-07-28 |
hxxp://125.40.51.82:52574/bin.sh | online | malware_download | 2026-07-28 |
hxxp://110.37.127.45:57192/i | online | malware_download | 2026-07-28 |
hxxp://110.37.90.152:49622/i | online | malware_download | 2026-07-28 |
hxxp://196.189.35.226:52074/bin.sh | online | malware_download | 2026-07-28 |
hxxp://37.52.154.254:47072/bin.sh | online | malware_download | 2026-07-28 |
hxxp://110.39.237.185:54089/bin.sh | online | malware_download | 2026-07-28 |
hxxp://125.44.178.22:35366/i | online | malware_download | 2026-07-28 |
hxxp://125.44.178.22:35366/bin.sh | online | malware_download | 2026-07-28 |
hxxp://61.52.46.142:56039/i | online | malware_download | 2026-07-28 |
hxxp://221.14.106.122:40872/i | online | malware_download | 2026-07-28 |
// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 32-bit
let malicious_domains = dynamic(["123.4.139.99", "110.36.19.51", "123.12.230.120", "182.121.15.2", "222.219.74.211", "37.52.154.254", "221.15.190.195", "110.37.90.152", "110.37.127.45", "110.39.237.185", "196.189.35.226", "222.138.132.154", "182.112.156.220", "125.44.178.22", "61.52.46.142", "222.141.131.55", "221.14.106.122", "182.127.122.39", "182.119.29.39", "125.40.51.82", "110.37.118.111"]);
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.4.139.99", "110.36.19.51", "123.12.230.120", "182.121.15.2", "222.219.74.211", "37.52.154.254", "221.15.190.195", "110.37.90.152", "110.37.127.45", "110.39.237.185", "196.189.35.226", "222.138.132.154", "182.112.156.220", "125.44.178.22", "61.52.46.142", "222.141.131.55", "221.14.106.122", "182.127.122.39", "182.119.29.39", "125.40.51.82", "110.37.118.111"]);
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 |
Here are 4 specific false positive scenarios for the URLhaus: 32-bit Malicious URLs detection rule in an enterprise environment, along with recommended filters or exclusions:
Legacy Admin Portal Access via 32-bit Browsers
10.20.50.0/24) where legacy tools are hosted, or create a filter excluding URLs containing the internal domain suffix .internal.corp when accessed by user agents matching MSIE 9.0, MSIE 10.0, or Chrome/32-bit.Scheduled Antivirus Definition Updates
01:30 and 05:00 on weekdays.