← Back to SOC feed Coverage →

ThreatFox: SmartApeSG IOCs

ioc-hunt HIGH ThreatFox
DnsEventsUrlClickEvents
iocjs-smartapesgthreatfox
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-05-28T23:00:01Z · Confidence: high

Hunt Hypothesis

The ThreatFox: SmartApeSG IOCs rule detects potential adversary activity linked to the SmartApeSG threat group, which is associated with malware distribution and command-and-control infrastructure. SOC teams should proactively hunt for these IOCs in Azure Sentinel to identify and mitigate early-stage compromise attempts by this sophisticated and persistent threat actor.

IOC Summary

Malware Family: SmartApeSG Total IOCs: 7 IOC Types: domain, url

TypeValueThreat TypeFirst SeenConfidence
urlhxxps://smoothcompass.top/scope/metrics-renderpayload_delivery2026-05-28100%
domainsmoothcompass.toppayload_delivery2026-05-28100%
urlhxxps://smoothcompass.top/scope/beta-component.jspayload_delivery2026-05-28100%
urlhxxp://5[.]161[.]50[.]81payload_delivery2026-05-28100%
urlhxxp://5[.]78[.]74[.]208payload_delivery2026-05-28100%
urlhxxps://blazingtunnelworks.com/uppayload_delivery2026-05-28100%
domainblazingtunnelworks.compayload_delivery2026-05-28100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - SmartApeSG
let malicious_domains = dynamic(["smoothcompass.top", "blazingtunnelworks.com"]);
DnsEvents
| where Name has_any (malicious_domains)
| project TimeGenerated, Computer, Name, IPAddresses, QueryType
| order by TimeGenerated desc

KQL: Url Hunt

// Hunt for access to known malicious URLs
// Source: ThreatFox - SmartApeSG
let malicious_urls = dynamic(["https://smoothcompass.top/scope/metrics-render", "https://smoothcompass.top/scope/beta-component.js", "http://5.161.50.81", "http://5.78.74.208", "https://blazingtunnelworks.com/up"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled
UrlClickEventsEnsure this data connector is enabled

References

False Positive Guidance

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