← Back to SOC feed Coverage →

ThreatFox: Jackskid IOCs

ioc-hunt HIGH ThreatFox
DnsEvents
elf-jackskidiocthreatfox
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-07-28T11:00:01Z · Confidence: high

Hunt Hypothesis

This detection rule identifies adversary activity by correlating network and endpoint logs against specific Indicators of Compromise (IOCs) linked to the Jackskid threat actor. A proactive hunt is essential in Azure Sentinel to rapidly isolate potential Jackskid intrusions before they escalate, given the high severity associated with this campaign’s known tactics for lateral movement and data exfiltration.

IOC Summary

Malware Family: Jackskid Total IOCs: 11 IOC Types: domain

TypeValueThreat TypeFirst SeenConfidence
domainburrberry.ethbotnet_cc2026-07-28100%
domainukranianhorseriding.ethbotnet_cc2026-07-28100%
domain24carnforth2merseyside.solbotnet_cc2026-07-28100%
domainlogin.trees4sale.netbotnet_cc2026-07-28100%
domainkieron.androiddebugbridge.subotnet_cc2026-07-28100%
domaindysphoria.androiddebugbridge.subotnet_cc2026-07-28100%
domaintelaviv.androiddebugbridge.subotnet_cc2026-07-28100%
domainjerusalem.androiddebugbridge.subotnet_cc2026-07-28100%
domainnode.androiddebugbridge.subotnet_cc2026-07-28100%
domainwow.androiddebugbridge.subotnet_cc2026-07-28100%
domainm3rnbvs5d.ethbotnet_cc2026-07-28100%

KQL: Domain Hunt

// Hunt for DNS queries to known malicious domains
// Source: ThreatFox - Jackskid
let malicious_domains = dynamic(["burrberry.eth", "ukranianhorseriding.eth", "24carnforth2merseyside.sol", "login.trees4sale.net", "kieron.androiddebugbridge.su", "dysphoria.androiddebugbridge.su", "telaviv.androiddebugbridge.su", "jerusalem.androiddebugbridge.su", "node.androiddebugbridge.su", "wow.androiddebugbridge.su", "m3rnbvs5d.eth"]);
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 5 specific false positive scenarios for the ThreatFox: Jackskid IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/elf.jackskid/