This detection identifies adversary activity involving access to a specific cluster of 17 malicious URLs associated with the 94-154-43-91 threat signature, indicating potential command-and-control communication or phishing campaigns. Proactive hunting for these indicators within Azure Sentinel is critical due to their high severity rating, allowing the SOC team to rapidly isolate compromised endpoints and prevent lateral movement before broader network impact occurs.
Threat: 94-154-43-91 Total URLs: 17 Active URLs: 16
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxp://94.154.43.91/iran.armv5l | online | malware_download | 2026-08-06 |
hxxp://94.154.43.91/iran.armv7l | offline | malware_download | 2026-08-06 |
hxxp://94.154.43.91/iran.sparc | online | malware_download | 2026-08-06 |
hxxp://94.154.43.91/iran.arc | online | malware_download | 2026-08-06 |
hxxp://94.154.43.91/iran.armv6l | online | malware_download | 2026-08-06 |
hxxp://94.154.43.91/cat.sh | online | malware_download | 2026-08-06 |
hxxp://94.154.43.91/iran.mips | online | malware_download | 2026-08-06 |
hxxp://94.154.43.91/iran.armv4l | online | malware_download | 2026-08-06 |
hxxp://94.154.43.91/iran.mipsrouter | online | malware_download | 2026-08-06 |
hxxp://94.154.43.91/iran.mipsel | online | malware_download | 2026-08-06 |
hxxp://94.154.43.91/iran.m68k | online | malware_download | 2026-08-06 |
hxxp://94.154.43.91/iran.powerpc | online | malware_download | 2026-08-06 |
hxxp://94.154.43.91/iran.x86_64 | online | malware_download | 2026-08-06 |
hxxp://94.154.43.91/iran.aarch64 | online | malware_download | 2026-08-06 |
hxxp://94.154.43.91/telnet.sh | online | malware_download | 2026-08-06 |
hxxp://94.154.43.91/iran.sh4 | online | malware_download | 2026-08-06 |
hxxp://94.154.43.91/iran.i486 | online | malware_download | 2026-08-06 |
// Hunt for DNS resolution of URLhaus malicious domains
// Threat: 94-154-43-91
let malicious_domains = dynamic(["94.154.43.91"]);
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.91"]);
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 exclusion strategies for the URLhaus: 94-154-43-91 Malicious URLs detection rule in an enterprise environment:
Scenario: Automated Security Scanning by EDR Agents
94-154-43-91 to validate sensor health or retrieve updated signatures, triggering the rule despite no user interaction.C:\Program Files\CrowdStrike\fsfalcon.exe) and restrict the alert trigger to exclude traffic originating from the dedicated “Security Management” VLAN or specific host groups labeled “EDR-Infrastructure.”Scenario: Scheduled Cloud Backup and Sync Operations
94-154-43-91 range, which the rule interprets as a malicious URL interaction.94-154-43-91 specifically for traffic generated by the process `Vee