This hunt detects adversary activity where endpoints access known malicious URLs identified by URLhaus under the specific tag 45-83-31-84, indicating potential command-and-control communications or phishing attempts. A proactive search is critical in Azure Sentinel to immediately isolate affected resources and prevent lateral movement before these high-severity threats can compromise sensitive data or exfiltrate information.
Threat: 45-83-31-84 Total URLs: 2 Active URLs: 0
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxps://45.83.31.84/Bin/ScreenConnect.ClientSetup.exe | offline | malware_download | 2026-08-13 |
hxxps://45.83.31.84/bin/support.client.exe | offline | malware_download | 2026-08-13 |
// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 45-83-31-84
let malicious_domains = dynamic(["45.83.31.84"]);
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.83.31.84"]);
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: 45-83-31-84 Malicious URLs detection rule, including targeted filters and exclusions suitable for an enterprise environment:
Antivirus Endpoint Definition Updates
45-83-31-84 is part of the vendor’s CDN network hosting these signature packages, legitimate downloads will trigger the rule despite being benign.*.update.microsoft.com, *.crowdstrike.com) or exclude specific scheduled tasks named “Antimalware Update” during their defined maintenance windows (e.g., 02:00–04:00 UTC).Cloud Backup and Synchronization Services
45-83-31-84 is utilized by the backup provider’s storage gateway to fetch metadata or large binary files, legitimate user file uploads/downloads will generate false alerts..backup, .sync, or .manifest when accessed by service accounts rather than interactive user sessions.Third-Party SaaS Analytics and Reporting