Windows: Rclone Configuration File Creation via rclone config path

Alerts on creation of rclone config files under a Windows user profile path.

FreeReviewedSigma · Medium · v2
Product
windows
Category
file_event
Author
Aaron Greetham (@beardofbinary) - NCC Group (SigmaHQ), DRL 1.1
Published
2021-05-26
Updated
2026-07-31
title: "Windows: Rclone Configuration File Creation via rclone config path"
id: 365e061a-2652-44eb-b823-8fa179be82a9
status: test
description: This rule identifies creation of files under typical rclone configuration locations on Windows, specifically paths containing '\.config\rclone\' within a user profile directory. Creating rclone config files can be used to stage access credentials and endpoints for file transfer and potential exfiltration. It relies on Windows file event telemetry that records the target file path for the creation event.
references:
  - https://research.nccgroup.com/2021/05/27/detecting-rclone-an-effective-tool-for-exfiltration/
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/file/file_event/file_event_win_rclone_config_files.yml
author: Aaron Greetham (@beardofbinary) - NCC Group, Huntrule Team
date: 2021-05-26
modified: 2023-05-09
tags:
  - attack.exfiltration
  - attack.t1567.002
logsource:
  product: windows
  category: file_event
detection:
  selection:
    TargetFilename|contains|all:
      - :\Users\
      - \.config\rclone\
  condition: selection
falsepositives:
  - Legitimate Rclone usage
level: medium
license: DRL-1.1
related:
  - id: 34986307-b7f4-49be-92f3-e7a4d01ac5db
    type: derived