-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #196 from tclahr/release/uac-2.8.0
Release/uac 2.8.0
- Loading branch information
Showing
45 changed files
with
520 additions
and
411 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,40 @@ | ||
# Changelog | ||
|
||
## 2.7.0 (2023-09-20) | ||
## 2.8.0 (2024-01-22) | ||
|
||
### Features | ||
|
||
- --debug option now does not remove the uac-data.tmp directory created in the destination directory. This is the location where temporary and debugging data is stored during execution. | ||
|
||
### Artifacts | ||
|
||
- 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]. | ||
- files/applications/rclone.yaml: Added the collection of rclone application configuration and log files [freebsd, linux, macos, netbsd, openbsd, solaris]. | ||
- files/applications/rustdesk.yaml: Added the collection of RustDesk application access logs and screen recording files [linux, macos]. | ||
- files/applications/splashtop.yaml: Added the collection of Splashtop application artifacts [linux, macos]. | ||
- files/applications/steam.yaml: Added the collection of Steam browser artifacts, avatar pictures, configuration and log files [linux, macos]. | ||
- files/applications/teamviewer.yaml: Added the collection of TeamViewer application artifacts [linux, macos]. | ||
- files/applications/thinlinc.yaml: Added the collection of ThinLinc application configuration files, connections and post-session logs [linux, macos]. | ||
- files/package/installed_applications: Added the collection of Info.plist from installed applications [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]. | ||
- live_response/storage/mdadm.yaml: Added the collection of information on Linux software RAID [linux]. | ||
- live_response/storage/zpool.yaml: Added the collection of the command history of all pools [aix, freebsd, linux, macos, netbsd, netscaler, openbsd, solaris]. | ||
- files/applications/box_drive.yaml: Renamed to box.yaml. | ||
- files/applications/box.yaml: Added collection support for Box log files [macos]. | ||
- files/applications/wget.yaml: Added collection support for wget hsts file. This file is used to store the HSTS cache for the wget utility [aix, esxi, freebsd, linux, macos, netbsd, openbsd, solaris] (by [firexfly](https://github.com/firexfly)). | ||
- files/browsers/brave.yaml: Updated collection support for Flatpak version [linux]. | ||
- files/browsers/chrome.yaml: Updated collection support for Flatpak version [linux]. | ||
- files/browsers/edge.yaml: Updated collection support for Flatpak version [linux]. | ||
- files/browsers/opera.yaml: Updated collection support for Flatpak version [linux]. | ||
- files/browsers/vivaldi.yaml: Updated collection support for Flatpak version [linux]. | ||
- files/packages/pkg_contents.yaml: Added collection support for package table of contents files [openbsd] (by [Herbert-Karl](https://github.com/Herbert-Karl)). | ||
- files/system/desktop.yaml: Added collection support for GUI shortcut files (.desktop) of users [freebsd, linux, netbsd, openbsd] (by [Herbert-Karl](https://github.com/Herbert-Karl)). | ||
- files/system/etc.yaml: Added "master.passwd" and "spwd.db" to the exclude_name_pattern list as they contain the hashed passwords of local users [freebsd, netbsd, netscaler, openbsd] (by [Herbert-Karl](https://github.com/Herbert-Karl)). | ||
- files/system/etc.yaml: Added exclusion for the group shadow files 'gshadow' and 'gshadow-'. Those files contain password hashes for groups [linux] (by [Herbert-Karl](https://github.com/Herbert-Karl)). | ||
- files/system/xsession_errors.yaml: Updated collection support for OpenBSD systems [openbsd] (by [Herbert-Karl](https://github.com/Herbert-Karl)). | ||
- live_response/network/ndp.yaml: Added collection support for kernel's IPv6 network neighbor cache [freebsd, netbsd, openbsd] (by [Herbert-Karl](https://github.com/Herbert-Karl)). | ||
- live_response/network/nft.yaml: Added collection support for complete nftables ruleset [linux] (by [sanderu](https://github.com/sanderu)). | ||
- live_response/network/ss.yaml: Updated collection support for processes listening on UDP ports/sockets [android, linux]. | ||
- live_response/vms/vmctl.yaml: Added collection support for information about running virtual machines on the OpenBSD using the native virtualization system [openbsd] (by [Herbert-Karl](https://github.com/Herbert-Karl)). | ||
|
||
### Fixes | ||
|
||
- Offline disk image mount point path was part of the file structure in [root] (by [maxspl](https://github.com/maxspl)). | ||
- Collected data was not being properly archived by tar in AIX systems. | ||
|
||
### Profiles | ||
|
||
- profiles/offline.yaml: New 'offline' profile that can be used during offline collections (by [randomaccess3](https://github.com/randomaccess3)). | ||
|
||
### Tools | ||
|
||
- AVML updated to v0.12.0. | ||
- statx source code was moved to a dedicated repository at https://github.com/tclahr/statx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Use of the following Third-Party Software is subject to the license agreements at the URLs listed in the table below. | ||
|
||
|Product|Copyright|URL| | ||
|---|---|---| | ||
|AVML|Use rights in accordance with the information displayed at: https://github.com/microsoft/avml/blob/main/LICENSE|https://github.com/microsoft/avml| | ||
|linux_procmemdump.sh|Use rights in accordance with the information displayed at: https://creativecommons.org/licenses/by-sa/4.0|| | ||
|statx|Use rights in accordance with the information displayed at: https://github.com/tclahr/statx/blob/main/LICENSE|https://github.com/tclahr/statx| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
version: 2.0 | ||
artifacts: | ||
- | ||
description: Collect Box configuration and sqlite database files. | ||
supported_os: [macos] | ||
collector: file | ||
path: /Library/"Application Support"/Box/Box/data | ||
exclude_nologin_users: true | ||
- | ||
description: Collect Box configuration and sqlite database files. | ||
supported_os: [macos] | ||
collector: file | ||
path: /%user_home%/Library/"Application Support"/Box/Box/data | ||
exclude_nologin_users: true | ||
- | ||
description: Collect Box log files. | ||
supported_os: [macos] | ||
collector: file | ||
path: /Library/Logs/Box/Box | ||
- | ||
description: Collect Box log files. | ||
supported_os: [macos] | ||
collector: file | ||
path: /%user_home%/Library/Logs/Box/Box | ||
exclude_nologin_users: true | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
version: 1.0 | ||
artifacts: | ||
- | ||
description: Collect wget hsts file. This file is used to store the HSTS cache for the wget utility. | ||
supported_os: [aix, esxi, freebsd, linux, macos, netbsd, openbsd, solaris] | ||
collector: file | ||
path: /%user_home%/.wget-hsts | ||
exclude_nologin_users: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
version: 1.0 | ||
artifacts: | ||
- | ||
description: Collect Apache logs. | ||
supported_os: [aix, freebsd, linux, macos, netbsd, netscaler, openbsd, solaris] | ||
collector: file | ||
path: /var/log | ||
name_pattern: ["access_log*", "access.log*", "error_log*", "error.log*"] | ||
max_file_size: 1073741824 # 1GB | ||
- | ||
description: Collect Apache logs. | ||
supported_os: [aix, freebsd, linux, macos, netbsd, netscaler, openbsd, solaris] | ||
collector: file | ||
path: /var/log/apache | ||
max_file_size: 1073741824 # 1GB | ||
- | ||
description: Collect Apache logs. | ||
supported_os: [aix, freebsd, linux, macos, netbsd, netscaler, openbsd, solaris] | ||
collector: file | ||
path: /var/log/apache2 | ||
max_file_size: 1073741824 # 1GB | ||
- | ||
description: Collect Apache logs. | ||
supported_os: [aix, freebsd, linux, macos, netbsd, netscaler, openbsd, solaris] | ||
collector: file | ||
path: /var/log/httpd | ||
max_file_size: 1073741824 # 1GB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
version: 1.0 | ||
artifacts: | ||
- | ||
description: Collect nginx logs. | ||
supported_os: [aix, freebsd, linux, macos, netbsd, netscaler, openbsd, solaris] | ||
collector: file | ||
path: /var/log | ||
name_pattern: ["*access_log*", "*access.log*", "*error_log*", "*error.log*"] | ||
max_file_size: 1073741824 # 1GB | ||
- | ||
description: Collect nginx logs. | ||
supported_os: [aix, freebsd, linux, macos, netbsd, netscaler, openbsd, solaris] | ||
collector: file | ||
path: /var/log/nginx | ||
max_file_size: 1073741824 # 1GB | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
version: 1.0 | ||
artifacts: | ||
- | ||
description: Collect package table of contents files. | ||
supported_os: [openbsd] | ||
collector: file | ||
path: /var/db/pkg | ||
path_pattern: ["*/+CONTENTS"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
version: 1.0 | ||
artifacts: | ||
- | ||
description: Collect GUI shortcut files of users. | ||
supported_os: [freebsd, linux, netbsd, openbsd] | ||
collector: file | ||
path: /%user_home% | ||
max_depth: 6 | ||
name_pattern: ["*.desktop"] | ||
ignore_date_range: true | ||
exclude_nologin_users: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
version: 1.0 | ||
artifacts: | ||
- | ||
description: Collect the kernel's IPv6 network neighbour cache. | ||
supported_os: [freebsd, netbsd, openbsd] | ||
collector: command | ||
command: ndp -a | ||
output_file: ndp_-a.txt |
Oops, something went wrong.