Detectionhighexperimental
PUA - Restic Backup Tool Execution
Detects the execution of the Restic backup tool, which can be used for data exfiltration. Threat actors may leverage Restic to back up and exfiltrate sensitive data to remote storage locations, including cloud services. If not legitimately used in the enterprise environment, its presence may indicate malicious activity.
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
Nounou Mbeiri, Swachchhanda Shrawan Poudel (Nextron Systems)Created Fri Oct 176ddff2e8-ea1a-45d0-8938-93dfc1d67ae7windows
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation
Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.
Detection Logic
Detection Logic2 selectors
detection:
selection_specific:
- CommandLine|contains|all:
- '--password-file'
- 'init'
- ' -r '
- CommandLine|contains|all:
- '--use-fs-snapshot'
- 'backup'
- ' -r '
selection_restic:
CommandLine|contains:
- 'sftp:'
- 'rest:http'
- 's3:s3.'
- 's3.http'
- 'azure:'
- ' gs:'
- 'rclone:'
- 'swift:'
- ' b2:'
CommandLine|contains|all:
- ' init '
- ' -r '
condition: 1 of selection_*False Positives
Legitimate use of Restic for backup purposes within the organization.
MITRE ATT&CK
Tactics
Sub-techniques
Rule Metadata
Rule ID
6ddff2e8-ea1a-45d0-8938-93dfc1d67ae7
Status
experimental
Level
high
Type
Detection
Created
Fri Oct 17
Path
rules/windows/process_creation/proc_creation_win_pua_restic.yml
Raw Tags
attack.exfiltrationattack.t1048attack.t1567.002