Detect rclone CLI Activity via Proxy User-Agent Prefix

Flags proxy traffic with a user agent beginning with rclone/v, indicating rclone usage through the proxy.

FreeReviewedSigma · Medium · v2
Category
proxy
Author
Janantha Marasinghe (SigmaHQ), DRL 1.1
Published
2022-10-18
Updated
2026-07-31
title: Detect rclone CLI Activity via Proxy User-Agent Prefix
id: 684201c3-5457-442f-8751-221af850d92f
status: test
description: This rule identifies proxy traffic where the User-Agent begins with the rclone version prefix (rclone/v), indicating rclone may be communicating through a proxy. Such activity matters because rclone is frequently used to automate cloud storage access and can support data transfer and exfiltration workflows. The detection relies on proxy telemetry capturing the HTTP User-Agent header and matches only the specified prefix pattern.
references:
  - https://rclone.org/
  - https://www.kroll.com/en/insights/publications/cyber/new-m365-business-email-compromise-attacks-with-rclone
  - https://github.com/SigmaHQ/sigma/blob/master/rules/web/proxy_generic/proxy_ua_rclone.yml
author: Janantha Marasinghe, Huntrule Team
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
license: DRL-1.1
related:
  - id: 2c03648b-e081-41a5-b9fb-7d854a915091
    type: derived