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

Update macos_unified_logs.yaml #310

Merged
merged 4 commits into from
Jan 21, 2025
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- files/applications/katesession.yaml: Added colleection of metadata about recently opened files in Kwrite and Kate text editors [freebsd, linux, netbsd, openbsd].
- files/applications/nano.yaml: Added collection of nano history file [all] (by [Pierre-Gronau-ndaal](https://github.com/Pierre-Gronau-ndaal)).
- files/applications/okular.yaml: Added collection of metadata related to documents that have been opened or interacted with using Okular, a document viewer for KDE [freebsd, linux, netbsd, openbsd].
- files/logs/macos_unified_logs.yaml: Updated to include the collection of ASL logs [macos] (by [Pierre-Gronau-ndaal](https://github.com/Pierre-Gronau-ndaal)).
- files/system/gvfs_metadata.yaml: Added collection of data from the gvfs-metadata directory to retrieve user-specific metadata, such as file access details, custom properties, and interaction history [freebsd, linux, netbsd, openbsd].
- files/system/kactivitymanagerd.yaml: Added collection of activity tracking data used by KActivityManager (part of KDE) to track and manage user activities, such as recently opened files, applications, and other resources [freebsd, linux, netbsd, openbsd].
- files/system/upstart.yaml: Added collection of system-wide and user-session Upstart configuration files [linux].
Expand Down
24 changes: 22 additions & 2 deletions artifacts/files/logs/macos_unified_logs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 4.0
version: 4.1
artifacts:
-
description: Collect macOS Unified Logs tracev3 files.
Expand All @@ -16,4 +16,24 @@ artifacts:
supported_os: [macos]
collector: file
path: /private/var/db/diagnostics/timesync

-
description: Collect macOS Apple System Logs (ASL) files.
supported_os: [macos]
collector: file
path: /private/var/log/asl.db
max_file_size: 1073741824 # 1GB
-
description: Collect macOS Apple System Logs (ASL) files.
supported_os: [macos]
collector: file
path: /private/var/log/asl.log
max_file_size: 1073741824 # 1GB
-
description: Collect macOS Apple System Logs (ASL) files.
supported_os: [macos]
collector: file
path: /private/var/log/asl/*
max_file_size: 1073741824 # 1GB

# References:
# https://darkdefender.medium.com/brief-introduction-to-macos-forensics-f817c9c83609
Loading