← Back to SOC feed Coverage →

Rclone Activity via Proxy

sigma MEDIUM SigmaHQ
T1567.002
imWebSession
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 SigmaHQ →
Retrieved: 2026-03-25T02:50:08Z · Confidence: medium

Hunt Hypothesis

Adversaries may use rclone with a specific user-agent string to exfiltrate data or move laterally through a network by disguising malicious activity as legitimate cloud storage management. SOC teams should proactively hunt for this behavior in Azure Sentinel to identify potential data exfiltration or command-and-control channels hidden within legitimate cloud storage operations.

Detection Rule

Sigma (Original)

title: Rclone Activity via Proxy
id: 2c03648b-e081-41a5-b9fb-7d854a915091
status: test
description: Detects the use of rclone, a command-line program to manage files on cloud storage, via its default user-agent string
references:
    - https://rclone.org/
    - https://www.kroll.com/en/insights/publications/cyber/new-m365-business-email-compromise-attacks-with-rclone
author: Janantha Marasinghe
date: 2022-10-18
tags:
    - attack.exfiltration
    - attack.t1567.002
logsource:
    category: proxy
detection:
    selection:
        c-useragent|startswith: 'rclone/v'
    condition: selection
falsepositives:
    - Valid requests with this exact user agent to that is used by legitimate scripts or sysadmin operations
level: medium

KQL (Azure Sentinel)

imWebSession
| where HttpUserAgent startswith "rclone/v"

False Positive Guidance

MITRE ATT&CK Context

Original source: https://github.com/SigmaHQ/sigma/blob/master/rules/web/proxy_generic/proxy_ua_rclone.yml