This hunt targets the presence of known Astaroth IOCs to identify potential compromise by this high-severity threat actor. Proactively hunting for these indicators in Azure Sentinel allows the SOC to detect early-stage intrusion attempts and mitigate risks before the adversary establishes a foothold or executes further malicious actions.
Malware Family: Astaroth Total IOCs: 3 IOC Types: domain, url
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| url | hxxps://vmi3554028.contaboserver.net/contador/2mNuEntity.php | botnet_cc | 2026-09-23 | 100% |
| domain | brasilengenhariaecom.store | payload_delivery | 2026-09-23 | 100% |
| domain | vmi3554028.contaboserver | botnet_cc | 2026-09-23 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Astaroth
let malicious_domains = dynamic(["brasilengenhariaecom.store", "vmi3554028.contaboserver"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc
// Hunt for access to known malicious URLs
// Source: ThreatFox - Astaroth
let malicious_urls = dynamic(["https://vmi3554028.contaboserver.net/contador/2mNuEntity.php"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc
| Sentinel Table | Notes |
|---|---|
DnsEvents | Ensure this data connector is enabled |
UrlClickEvents | Ensure this data connector is enabled |
docker.exe, kubectl.exe, or helm.exe, and the destination path is within the standard container runtime directories (e.g., C:\ProgramData\docker\ or /var/lib/docker/).CcmExec.exe, IntuneAgent.exe, or jamfHelper) and the file location is under the designated software distribution folder (e.g., C:\Windows\CCM\ or /Library/Application Support/Jamf/).SecurityOps or ThreatHunt security group, or where the file name contains a specific prefix like TH_ (Threat Hunt) or TEST_ in the file path.