← Back to SOC feed Coverage →

ThreatFox: jSpy IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
iocjar-jspythreatfox
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-08-04T23:00:00Z · Confidence: high

Hunt Hypothesis

This detection rule identifies adversary activity associated with the jSpy remote access tool by matching known Indicators of Compromise (IOCs) within Azure Sentinel logs. Proactively hunting for these signals is critical to uncover persistent threats leveraging legitimate RAS tools for lateral movement and data exfiltration before they escalate into significant security incidents.

IOC Summary

Malware Family: jSpy Total IOCs: 2 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainacocdn.combotnet_cc2026-08-04100%
domainasecdns.combotnet_cc2026-08-04100%

KQL: Domain Hunt

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

Required Data Sources

Sentinel TableNotes
DnsEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are 4 specific false positive scenarios for the ThreatFox: jSpy IOCs detection rule, including targeted filters and exclusions suitable for an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/jar.jspy/