This hunt targets BeaverTail malware activity characterized by encrypted command-and-control channels and lateral movement using compromised credentials, which often evade standard perimeter defenses. Proactively hunting for these IOCs in Azure Sentinel is critical to identify early-stage data exfiltration attempts and prevent the malware from establishing persistent footholds within the network.
Malware Family: BeaverTail Total IOCs: 4 IOC Types: url
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| url | hxxps://apigoogle-ashen.vercel.app/api/settings/linux | payload_delivery | 2026-09-12 | 75% |
| url | hxxps://ipcheck-vm.vercel.app/api | botnet_cc | 2026-09-12 | 75% |
| url | hxxps://checking-ip-eight.vercel.app/api/ip-check-encrypted/3aeb34a37 | botnet_cc | 2026-09-12 | 75% |
| url | hxxps://www.jsonkeeper.com/b/HTCVE | payload_delivery | 2026-09-12 | 50% |
// Hunt for access to known malicious URLs
// Source: ThreatFox - BeaverTail
let malicious_urls = dynamic(["https://apigoogle-ashen.vercel.app/api/settings/linux", "https://ipcheck-vm.vercel.app/api", "https://checking-ip-eight.vercel.app/api/ip-check-encrypted/3aeb34a37", "https://www.jsonkeeper.com/b/HTCVE"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc
| Sentinel Table | Notes |
|---|---|
UrlClickEvents | Ensure this data connector is enabled |
Legitimate Phishing Campaign Testing (EASM/Security Awareness Training)
Scheduled External Backup or Sync Jobs
svc-backup-01) and their associated IP ranges. Ensure the exclusion is scoped to the specific destination ports (e.g., 443, 8443) and source hosts known to run backup agents.DevOps CI/CD Pipeline Artifacts and Container Images