This hunt hypothesis targets adversaries leveraging Remus malware to exfiltrate credentials and sensitive data following a phishing campaign that delivers malicious payloads via infected URLs. Proactive hunting in Azure Sentinel is critical to detect anomalous outbound traffic to these specific indicators, identify lateral movement patterns, and confirm evidence of credential dumping before significant data loss occurs.
Malware Family: Remus Total IOCs: 3 IOC Types: url
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| url | hxxp://gofkaxz.click:8137/transactions | botnet_cc | 2026-08-20 | 75% |
| url | hxxp://tokjoza.shop:5200/posts | botnet_cc | 2026-08-20 | 75% |
| url | hxxp://broadswordcallingdannyboy.com:4219 | botnet_cc | 2026-08-20 | 75% |
// Hunt for access to known malicious URLs
// Source: ThreatFox - Remus
let malicious_urls = dynamic(["http://gofkaxz.click:8137/transactions", "http://tokjoza.shop:5200/posts", "http://broadswordcallingdannyboy.com:4219"]);
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 Simulation Campaigns
*.knowbe4.com, *.proofpoint.com). Additionally, filter out alerts where the user agent string contains “PhishingSim” or matches known internal training campaign IDs.Scheduled Backup and Exfiltration Jobs
VeeamAgent.exe or rbd.exe with a known good SHA-256 hash, suppress the alert regardless of traffic volume.Admin-Led Cloud Migration or Data Sync Tasks