This hunt detects adversary behavior involving the consumption of specific malicious web resources identified by URLhaus, which may indicate initial reconnaissance or command-and-control communication for active threats. The SOC team should proactively hunt for these URLs in Azure Sentinel to rapidly identify and isolate compromised endpoints before adversaries can establish persistence or exfiltrate sensitive data.
Threat: 185-139-214-200 Total URLs: 15 Active URLs: 14
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxp://185.139.214.200/bins/kworker_u8 | online | malware_download | 2026-07-28 |
hxxp://185.139.214.200/bins/scsi_tmf_0 | online | malware_download | 2026-07-28 |
hxxp://185.139.214.200/bins/rcuop_0 | online | malware_download | 2026-07-28 |
hxxp://185.139.214.200/bins/xfsaild_sda | online | malware_download | 2026-07-28 |
hxxp://185.139.214.200/bins/zswap_shrinkd | online | malware_download | 2026-07-28 |
hxxp://185.139.214.200/bins/edac_polld | online | malware_download | 2026-07-28 |
hxxp://185.139.214.200/bins/cfg80211d | online | malware_download | 2026-07-28 |
hxxp://185.139.214.200/bins/ecryptfsd | online | malware_download | 2026-07-28 |
hxxp://185.139.214.200/bins/jbd2_sda1d | online | malware_download | 2026-07-28 |
hxxp://185.139.214.200/bins/devfreq_wq | online | malware_download | 2026-07-28 |
hxxp://185.139.214.200/bins/ksoftirqd0 | online | malware_download | 2026-07-28 |
hxxp://185.139.214.200/bins/kblockd0 | online | malware_download | 2026-07-28 |
hxxp://185.139.214.200/bins/bioset0 | online | malware_download | 2026-07-28 |
hxxp://185.139.214.200/loader.sh | offline | malware_download | 2026-07-28 |
hxxp://185.139.214.200/bins/kswapd0 | online | malware_download | 2026-07-28 |
// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 185-139-214-200
let malicious_domains = dynamic(["185.139.214.200"]);
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(["185.139.214.200"]);
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 and corresponding exclusions for the URLhaus: 185-139-214-200 Malicious URLs detection rule in a legitimate enterprise environment:
Scenario: Automated Security Scanner Traffic
185-139-214-200 as part of their baseline health checks, triggering the rule despite the traffic being benign.10.20.50.0/24) known to host these tools.Scenario: Cloud Backup and Sync Operations
185-139-214-200 may be part of the CDN infrastructure used by these tools to upload/download large datasets during scheduled backup windows, generating legitimate URL connections.02:00 - 06:00 UTC) where bulk sync jobs