This detection identifies adversary behavior involving the consumption of specific malicious web resources associated with the IP address 144.31.147.198, which are known to facilitate threat delivery and command-and-control communications. A proactive hunt is essential in Azure Sentinel to rapidly isolate affected endpoints and prevent potential lateral movement or data exfiltration before the adversary can establish a persistent foothold within the network.
Threat: 144-31-147-198 Total URLs: 11 Active URLs: 0
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxp://144.31.147.198/p | offline | malware_download | 2026-08-13 |
hxxp://144.31.147.198/s | offline | malware_download | 2026-08-13 |
hxxp://144.31.147.198/i | offline | malware_download | 2026-08-13 |
hxxp://144.31.147.198/j | offline | malware_download | 2026-08-13 |
hxxp://144.31.147.198/tp | offline | malware_download | 2026-08-13 |
hxxp://144.31.147.198/gs | offline | malware_download | 2026-08-13 |
hxxp://144.31.147.198/m | offline | malware_download | 2026-08-13 |
hxxp://144.31.147.198/mp | offline | malware_download | 2026-08-13 |
hxxp://144.31.147.198/u | offline | malware_download | 2026-08-13 |
hxxp://144.31.147.198/tr | offline | malware_download | 2026-08-13 |
hxxp://144.31.147.198/g | offline | malware_download | 2026-08-13 |
// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 144-31-147-198
let malicious_domains = dynamic(["144.31.147.198"]);
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(["144.31.147.198"]);
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 5 specific false positive scenarios and corresponding exclusion strategies for the URLhaus: 144-31-147-198 Malicious URLs detection rule:
Scenario: Automated Patch Management Scans
144.31.147.198 to verify repository availability before downloading updates for Windows 10/11 endpoints.ccmexec.exe (SCCM) or IvantiAgent.exe, and the destination IP matches 144.31.147.198.Scenario: Cloud Backup & Archiving Connectivity
BackupService (or specific backup agent processes like VeeamAgent.exe) when connecting to port 443 on 144.31.147.198, specifically during defined maintenance windows (e.g., 02:00 – 06:00 UTC).Scenario: Third-Party Threat Intelligence Feeds