This detection identifies adversary activity involving a specific cluster of 16 malicious URLs associated with IP 94-154-43-60, which are likely being used for command and control or phishing campaigns. A proactive hunt is essential to validate whether these high-severity indicators have already compromised internal assets within the Azure Sentinel environment before they can exfiltrate data or establish persistent access.
Threat: 94-154-43-60 Total URLs: 16 Active URLs: 0
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxp://94.154.43.60/system_arc | offline | malware_download | 2026-08-26 |
hxxp://94.154.43.60/system_arm4 | offline | malware_download | 2026-08-26 |
hxxp://94.154.43.60/system_i686 | offline | malware_download | 2026-08-26 |
hxxp://94.154.43.60/run.sh | offline | malware_download | 2026-08-26 |
hxxp://94.154.43.60/system_x86_64 | offline | malware_download | 2026-08-26 |
hxxp://94.154.43.60/system_x86 | offline | malware_download | 2026-08-26 |
hxxp://94.154.43.60/system_i486 | offline | malware_download | 2026-08-26 |
hxxp://94.154.43.60/system_mpsl | offline | malware_download | 2026-08-26 |
hxxp://94.154.43.60/system_ppc | offline | malware_download | 2026-08-26 |
hxxp://94.154.43.60/system_arm6 | offline | malware_download | 2026-08-26 |
hxxp://94.154.43.60/system_arm5 | offline | malware_download | 2026-08-26 |
hxxp://94.154.43.60/system_sh4 | offline | malware_download | 2026-08-26 |
hxxp://94.154.43.60/system_mips | offline | malware_download | 2026-08-26 |
hxxp://94.154.43.60/system_arm7 | offline | malware_download | 2026-08-26 |
hxxp://94.154.43.60/gg.sh | offline | malware_download | 2026-08-26 |
hxxp://94.154.43.60/running.sh | offline | malware_download | 2026-08-26 |
// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 94-154-43-60
let malicious_domains = dynamic(["94.154.43.60"]);
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(["94.154.43.60"]);
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 3-5 specific false positive scenarios for the URLhaus: 94-154-43-60 Malicious URLs detection rule, including suggested filters and exclusions tailored for a legitimate enterprise environment:
Scenario: Automated Security Tool Health Checks
Security-Mgmt-Srv-01, Falcon-Manager) or restricts the alert to non-admin user accounts only, as these tools usually run under system or service accounts.Scenario: Scheduled Backup and Cloud Sync Jobs
veeam.exe, OneDriveSync.exe, or msedge.exe (when running as a service), provided the destination URL