← 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-07T23:00:00Z · 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 threat actor.

IOC Summary

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

TypeValueThreat TypeFirst SeenConfidence
urlhxxps://dyuthiengineering.com/d.jspayload_delivery2026-05-07100%
domaindyuthiengineering.compayload_delivery2026-05-07100%
urlhxxps://openrelayzone.top/rate/rate-effect.jspayload_delivery2026-05-07100%
domainopenrelayzone.toppayload_delivery2026-05-07100%
urlhxxps://openrelayzone.top/rate/principal-client.phppayload_delivery2026-05-07100%
urlhxxps://openrelayzone.top/rate/api-template.jspayload_delivery2026-05-07100%
urlhxxp://178[.]156[.]241[.]213payload_delivery2026-05-07100%
urlhxxp://5[.]78[.]87[.]19payload_delivery2026-05-07100%
urlhxxps://advancedpatternlab.com/yuppayload_delivery2026-05-07100%
domainadvancedpatternlab.compayload_delivery2026-05-07100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - SmartApeSG
let malicious_domains = dynamic(["dyuthiengineering.com", "openrelayzone.top", "advancedpatternlab.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://dyuthiengineering.com/d.js", "https://openrelayzone.top/rate/rate-effect.js", "https://openrelayzone.top/rate/principal-client.php", "https://openrelayzone.top/rate/api-template.js", "http://178.156.241.213", "http://5.78.87.19", "https://advancedpatternlab.com/yup"]);
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/