Skip to content

Commit 930821a

Browse files
committed
artif: new artifact
1 parent f07c47a commit 930821a

File tree

4 files changed

+48
-9
lines changed

4 files changed

+48
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44

55
### Artifacts
66

7+
- files/applications/findmy.yaml: Added the collection of the list of user's items/devices and items/devices info registered within the Find My application [macos].
78
- files/applications/rclone.yaml: Added the collection of rclone application configuration and log files [freebsd, linux, macos, netbsd, openbsd, solaris].
89
- files/applications/rustdesk.yaml: Added the collection of RustDesk application access logs and screen recording files [linux, macos].
910
- files/applications/splashtop.yaml: Added the collection of Splashtop application artifacts [linux, macos].
1011
- files/applications/steam.yaml: Added the collection of Steam browser artifacts, avatar pictures, configuration and log files [linux, macos].
1112
- files/applications/teamviewer.yaml: Added the collection of TeamViewer application artifacts [linux, macos].
1213
- files/applications/thinlinc.yaml: Added the collection of ThinLinc application configuration files, connections and post-session logs [linux, macos].
14+
- files/package/installed_applications: Added the collection of Info.plist from installed applications [macos].
1315
- files/system/netscaler.yaml: Added the collection of '/var/vpn', '/var/netscaler/logon', and '/netscaler/ns_gui' system files and directories [netscaler].
1416
- files/system/nsconfig.yaml: Deprecated. All artifacts were moved to 'files/system/netscaler.yaml' [netscaler].
1517
- live_response/storage/mdadm.yaml: Added the collection of information on Linux software RAID [linux].

artifacts/files/packages/install_history.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
version: 2.0
2+
artifacts:
3+
-
4+
description: Collect InstallHistory.plist file.
5+
supported_os: [macos]
6+
collector: file
7+
path: /Library/Receipts/InstallHistory.plist
8+
ignore_date_range: true
9+
-
10+
description: Collect Info.plist from installed applications.
11+
supported_os: [macos]
12+
collector: file
13+
path: /Applications
14+
path_pattern: ["*/Contents/Info.plist"]
15+
-
16+
description: Collect Info.plist from installed applications.
17+
supported_os: [macos]
18+
collector: file
19+
path: /Library
20+
path_pattern: ["*/Contents/Info.plist"]
21+
-
22+
description: Collect Info.plist from installed applications.
23+
supported_os: [macos]
24+
collector: file
25+
path: /%user_home%/Applications
26+
path_pattern: ["*/Contents/Info.plist"]
27+
exclude_nologin_users: true
28+
-
29+
description: Collect Info.plist from installed applications.
30+
supported_os: [macos]
31+
collector: file
32+
path: /%user_home%/Library
33+
path_pattern: ["*/Contents/Info.plist"]
34+
exclude_nologin_users: true
35+

artifacts/files/system/findmy.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 1.0
2+
artifacts:
3+
-
4+
description: Collect the list of user's items/devices and items/devices info registered within the Find My application.
5+
supported_os: [macos]
6+
collector: file
7+
path: /%user_home%/Library/Caches/com.apple.findmy.*
8+
name_pattern: ["Devices.data"]
9+
ignore_date_range: true
10+
exclude_nologin_users: true
11+

0 commit comments

Comments
 (0)