This hunt targets adversary behavior involving initial access or command-and-control communications through specific malicious URLs associated with the IP address 45-154-98-126. Proactively hunting for these indicators in Azure Sentinel is critical to identify early-stage compromise attempts before they escalate into broader lateral movement or data exfiltration incidents.
Threat: 45-154-98-126 Total URLs: 2 Active URLs: 0
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxp://45.154.98.126/Coxedem | offline | malware_download | 2026-07-20 |
hxxp://45.154.98.126/Vozeyuy | offline | malware_download | 2026-07-20 |
// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 45-154-98-126
let malicious_domains = dynamic(["45.154.98.126"]);
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.154.98.126"]);
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 specific false positive scenarios for the URLhaus: 45-154-98-126 Malicious URLs detection rule, tailored for an enterprise environment:
Automated Security Scanner Health Checks
45.154.98.126. These scans often initiate HTTP/HTTPS requests to validate endpoint availability and certificate validity, which can be misidentified as user-initiated browsing activity by the detection logic.svc-nessus-agent) or specific IP ranges assigned to the vulnerability management infrastructure.Software Update and Patch Management Deployments
45.154.98.126 as a trusted upstream repository for downloading security definitions, firmware updates, or application patches. The background service processes (ccmexec.exe, jamf.exe) generate high-volume traffic to this IP during maintenance windows./updates/, /feed/, or specific version strings).Cloud Backup and Data Synchronization Services