← Back to SOC feed Coverage →

kinsing-miner-download

kql MEDIUM Azure-Sentinel
DeviceProcessEvents
huntingmicrosoftofficial
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 Azure-Sentinel →
Retrieved: 2026-05-06T11:00:00Z · Confidence: medium

Hunt Hypothesis

The kinsing-miner-download rule detects potential Sysrv botnet activity where an adversary is downloading a cryptocurrency mining payload to compromise and exploit server resources. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate early-stage botnet infections before they cause widespread resource exhaustion and data exfiltration.

KQL Query

DeviceProcessEvents
| where ProcessCommandLine has_all('curl', '-o /etc/kinsing')

Analytic Rule Definition

id: b7d58293-7cb6-4e39-8788-03447f971f96
name: kinsing-miner-download
description: |
  This query was originally published in the threat analytics report, Sysrv botnet evolution.
  Sysrv is a Go-based botnet that targets both Windows and Linux servers, and steals resources to mine cryptocurrency.
  The following query finds instances where the attacker commanded the Kinsing miner file to be downloaded on Linux devices.
requiredDataConnectors:
- connectorId: MicrosoftThreatProtection
  dataTypes:
  - DeviceProcessEvents
query: |
  DeviceProcessEvents
  | where ProcessCommandLine has_all('curl', '-o /etc/kinsing')

Required Data Sources

Sentinel TableNotes
DeviceProcessEventsEnsure this data connector is enabled

References

False Positive Guidance

Original source: https://github.com/Azure/Azure-Sentinel/blob/main/Hunting Queries/Microsoft 365 Defender/Campaigns/Sysrv-botnet/kinsing-miner-download.yaml