This hunt targets known indicators of compromise associated with the SmartApeSG threat actor to identify potential unauthorized access or lateral movement within the environment. Proactively hunting for these IOCs in Azure Sentinel allows the SOC team to detect and isolate compromised assets before the adversary can establish persistence or exfiltrate sensitive data.
Malware Family: SmartApeSG Total IOCs: 2 IOC Types: url, domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | copperlodestar.info | botnet_cc | 2026-09-03 | 100% |
| url | hxxps://copperlodestar.info/dashboard/beta-cache.js | botnet_cc | 2026-09-03 | 100% |
// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - SmartApeSG
let malicious_domains = dynamic(["copperlodestar.info"]);
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 - SmartApeSG
let malicious_urls = dynamic(["https://copperlodestar.info/dashboard/beta-cache.js"]);
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 |
10.0.0.0/8 or 172.16.0.0/12 private ranges and the destination matches the specific SmartApeSG IOC list, provided the source host is tagged with the security-ops or threat-intel group.FalconSensor.exe, MsMpEng.exe, or Defender.exe and the connection type is TCP to port 443 or 80, specifically during the defined maintenance window (e.g., Sundays 02:00–04:00 UTC).dev-ci or build-agents AD group and the process name