This hypothesis targets the execution of known malicious payloads associated with the Cowrie honeypot framework, which adversaries frequently use to deploy backdoors or establish initial footholds in compromised environments. Proactively hunting for these specific URLs in Azure Sentinel allows the SOC to identify potential lateral movement or persistence mechanisms before they mature into full-blown intrusions, leveraging high-fidelity threat intelligence to reduce mean time to detection.
Threat: cowrie Total URLs: 5 Active URLs: 5
| URL | Status | Threat | Date Added |
|---|---|---|---|
hxxp://176.65.139.235/order.mips | online | malware_download | 2026-09-09 |
hxxp://176.65.139.235/cat.sh | online | malware_download | 2026-09-09 |
hxxp://176.65.139.235/order.armv4l | online | malware_download | 2026-09-09 |
hxxp://176.65.139.235/order.x86_32 | online | malware_download | 2026-09-09 |
hxxp://176.65.139.235/order.mipsel | online | malware_download | 2026-09-09 |
// Hunt for DNS resolution of URLhaus malicious domains
// Threat: cowrie
let malicious_domains = dynamic(["176.65.139.235"]);
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(["176.65.139.235"]);
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 |
jenkins.exe, github-actions-runner.exe) or where the destination port is standard HTTP/HTTPS (80/443) and the source user account belongs to the svc-ci or build-service group.nessus.exe, qualys-agent.exe) or where the source user account is part of the sec-scanners AD group.veeam.exe, commvault-agent.exe) and the destination port is 443, specifically filtering out user accounts named svc-backup or backup-service.