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.
Malware Family: Jackskid Total IOCs: 11 IOC Types: domain
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| domain | burrberry.eth | botnet_cc | 2026-07-28 | 100% |
| domain | ukranianhorseriding.eth | botnet_cc | 2026-07-28 | 100% |
| domain | 24carnforth2merseyside.sol | botnet_cc | 2026-07-28 | 100% |
| domain | login.trees4sale.net | botnet_cc | 2026-07-28 | 100% |
| domain | kieron.androiddebugbridge.su | botnet_cc | 2026-07-28 | 100% |
| domain | dysphoria.androiddebugbridge.su | botnet_cc | 2026-07-28 | 100% |
| domain | telaviv.androiddebugbridge.su | botnet_cc | 2026-07-28 | 100% |
| domain | jerusalem.androiddebugbridge.su | botnet_cc | 2026-07-28 | 100% |
| domain | node.androiddebugbridge.su | botnet_cc | 2026-07-28 | 100% |
| domain | wow.androiddebugbridge.su | botnet_cc | 2026-07-28 | 100% |
| domain | m3rnbvs5d.eth | botnet_cc | 2026-07-28 | 100% |
// 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
| Sentinel Table | Notes |
|---|---|
DnsEvents | Ensure this data connector is enabled |
Here are 5 specific false positive scenarios for the ThreatFox: Jackskid IOCs detection rule, including suggested filters and exclusions tailored for an enterprise environment:
Scenario: Legitimate Software Deployment via Microsoft Endpoint Configuration Manager (SCCM)
CcmExec.exe process spawns child processes to install updates containing known benign signatures.CcmExec.exe (Microsoft Configuration Manager) and the file path resides within the standard SCCM installation directory (C:\Program Files\Microsoft Configuration Manager).Scenario: Scheduled Antivirus Engine Update Job
UpdateService execution.FalconSensor.exe or Symantec Antivirus Service) when the file extension is .cab, .msi, or .dll and the user context is NT SERVICE\AntivirusUpdate.Scenario: Third-Party Backup Agent Scanning
C:\Windows\System32 directory during off