Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added rclone conf #880

Merged
merged 1 commit into from
Oct 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions Targets/Apps/RcloneConf.tkape
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Description: Rclone config file
Author: Eric Capuano
Version: 1.0
Id: 639f9e55-1ee1-4af4-be7c-e6303ffb4b0c
RecreateDirectories: true
Targets:
-
Name: Rclone Config
Category: Apps
Path: C:\
FileMask: 'rclone.conf'
Recursive: true

# Documentation
# Rclone is a popular exfil tool that supports many cloud storage services
#
# https://research.nccgroup.com/2021/05/27/detecting-rclone-an-effective-tool-for-exfiltration/
20 changes: 4 additions & 16 deletions Targets/Compound/CloudStorage_All.tkape
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,18 @@ Version: 1.3
Id: 63c7ff1e-0fcb-45ae-9d72-29bf8458b6db
RecreateDirectories: true
Targets:
-
Name: Box Metadata
Category: Apps
Path: BoxDrive_Metadata.tkape
-
Name: Box User Files
Category: Apps
Path: BoxDrive_UserFiles.tkape
-
Name: Dropbox Metadata
Category: Apps
Path: Dropbox_Metadata.tkape
-
Name: Dropbox User Files
Category: Apps
Path: Dropbox_UserFiles.tkape
-
Name: Google Drive Metadata
Category: Apps
Path: GoogleDrive_Metadata.tkape
-
Name: Google Drive Backup and Sync User Files
Category: Apps
Path: GoogleDriveBackupSync_UserFiles.tkape
-
Name: OneDrive Metadata
Category: Apps
Path: OneDrive_Metadata.tkape
-
Name: OneDrive User Files
Category: Apps
Expand All @@ -44,6 +28,10 @@ Targets:
Name: SugarSync
Category: Apps
Path: SugarSync.tkape
-
Name: CloudStorage Metadata
Category: Apps
Path: CloudStorage_Metadata.tkape

# Documentation
# For those looking to contribute to this list, check here for ideas: https://en.wikipedia.org/wiki/Comparison_of_online_backup_services.
Expand Down
8 changes: 6 additions & 2 deletions Targets/Compound/CloudStorage_Metadata.tkape
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Description: Cloud Storage Metadata
Author: Chad Tilbury and Andrew Rathbun
Version: 1.0
Author: Chad Tilbury and Andrew Rathbun, Eric Capuano
Version: 1.1
Id: 136ca523-2f99-4203-bd66-6aa50fe8d3a8
RecreateDirectories: true
Targets:
Expand All @@ -20,6 +20,10 @@ Targets:
Name: OneDrive Metadata
Category: Apps
Path: OneDrive_Metadata.tkape
-
Name: Rclone Conf File
Category: Apps
Path: RcloneConf.tkape

# Documentation
# For those looking to contribute to this list, check here for ideas: https://en.wikipedia.org/wiki/Comparison_of_online_backup_services.
Expand Down