← Back to SOC feed Coverage →

Renamed Rclone Exfil

kql MEDIUM Azure-Sentinel
DeviceProcessEvents
backdoorhuntingmicrosoftofficial
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-04-25T09:00:00Z · Confidence: medium

Hunt Hypothesis

The Renamed Rclone Exfil rule detects adversaries using a renamed version of Rclone to exfiltrate data, leveraging the tool’s file transfer capabilities for covert data movement. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify and mitigate potential data exfiltration attempts by malicious actors using disguised Rclone instances.

KQL Query

DeviceProcessEvents 
| where ProcessVersionInfoProductName has "rclone" and not(FileName has "rclone")

Analytic Rule Definition

id: 2b2e8b89-ba54-48f9-a24f-b9ae16a7ef6d
name: Renamed Rclone Exfil
description: |
  Microsoft has observed Bazacall using a renamed version of Rclone for data exfiltration.
requiredDataConnectors:
- connectorId: MicrosoftThreatProtection
  dataTypes:
  - DeviceProcessEvents
tactics:
- Exfiltration
query: |
  DeviceProcessEvents 
  | where ProcessVersionInfoProductName has "rclone" and not(FileName has "rclone")

Required Data Sources

Sentinel TableNotes
DeviceProcessEventsEnsure this data connector is enabled

MITRE ATT&CK Context

References

False Positive Guidance

Original source: https://github.com/Azure/Azure-Sentinel/blob/main/Hunting Queries/Microsoft 365 Defender/Campaigns/Bazacall/Renamed Rclone Exfil.yaml