Skip to content

Commit

Permalink
Merge pull request #163 from tclahr/feature/issue-159
Browse files Browse the repository at this point in the history
artif: new artifact
  • Loading branch information
tclahr authored Aug 16, 2023
2 parents a5b7384 + 6d9c4fe commit 4b23d4c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Artifacts

- files/applications/rustdesk.yaml: Added the collection of RustDesk access logs and screen recording files [linux, macos].
- files/applications/steam.yaml: Added the collection of Steam browser artifacts, avatar pictures, configuration and log files [linux, macos].
- files/system/netscaler.yaml: Added the collection of '/var/vpn', '/var/netscaler/logon', and '/netscaler/ns_gui' system files and directories [netscaler].
- files/system/nsconfig.yaml: Deprecated. All artifacts were moved to 'files/system/netscaler.yaml' [netscaler].
Expand Down
23 changes: 23 additions & 0 deletions artifacts/files/applications/rustdesk.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 1.0
artifacts:
-
description: Collect access logs.
supported_os: [linux]
collector: file
path: /%user_home%/.local/share/logs/RustDesk
exclude_nologin_users: true
-
description: Collect session recording files.
supported_os: [linux]
collector: file
path: /%user_home%/Videos/RustDesk
exclude_nologin_users: true
-
description: Collect access logs.
supported_os: [macos]
collector: file
path: /%user_home%/Library/Logs/RustDesk
exclude_nologin_users: true

# References:
# https://github.com/rustdesk/rustdesk/wiki/FAQ#access-logs

0 comments on commit 4b23d4c

Please sign in to comment.