← Back to SOC feed Coverage →

ThreatFox: BeaverTail IOCs

ioc-hunt HIGH ThreatFox
UrlClickEvents
iocjs-beavertailthreatfox
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at ThreatFox →
Retrieved: 2026-09-12T23:00:00Z · Confidence: high

Hunt Hypothesis

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.

IOC Summary

Malware Family: BeaverTail Total IOCs: 4 IOC Types: url

TypeValueThreat TypeFirst SeenConfidence
urlhxxps://apigoogle-ashen.vercel.app/api/settings/linuxpayload_delivery2026-09-1275%
urlhxxps://ipcheck-vm.vercel.app/apibotnet_cc2026-09-1275%
urlhxxps://checking-ip-eight.vercel.app/api/ip-check-encrypted/3aeb34a37botnet_cc2026-09-1275%
urlhxxps://www.jsonkeeper.com/b/HTCVEpayload_delivery2026-09-1250%

KQL: Url Hunt

// 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

Required Data Sources

Sentinel TableNotes
UrlClickEventsEnsure this data connector is enabled

References

False Positive Guidance

Original source: https://threatfox.abuse.ch/browse/malware/js.beavertail/