This detection rule identifies the initial infection phase of the Amadey ransomware family by monitoring for phishing-delivered malicious attachments or links that trigger exploit kits and compromised credential usage. SOC teams should proactively hunt for this threat in Azure Sentinel to detect early-stage lateral movement, anomalous file encryption patterns, and command-and-control communications beyond known domains before widespread data exfiltration occurs.
Malware Family: Amadey Total IOCs: 2 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | uybwveyvyt62rc.site | botnet_cc | 2026-08-10 | 100% |
| domain | zsv2c62243.space | botnet_cc | 2026-08-10 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Amadey
let malicious_domains = dynamic(["uybwveyvyt62rc.site", "zsv2c62243.space"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc
| Sentinel Table | Notes |
|---|---|
DnsEvents | Ensure this data connector is enabled |
Scenario 1: Legitimate Enterprise Backup Encryption Jobs
DOMAIN\svc_backup_agent) and the process name (vbr.exe or commvault-agent). Additionally, filter out network traffic where the destination port is 443 and the source process matches known backup binaries during defined maintenance windows (e.g., 02:00–06:00 UTC).Scenario 2: Phishing Simulation Campaigns with Malicious Attachments
10.x.x.x subnet) and filter out events where the email subject line contains specific simulation keywords like “[SIMULATION]” or “Test Campaign.” Furthermore, whitelist the specific hash values of the simulated attachment files used in the current quarter.**Scenario 3: