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

OpenBSD data additions #192

Merged
merged 6 commits into from
Jan 19, 2024
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
9 changes: 9 additions & 0 deletions artifacts/files/packages/packages.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 1.0
artifacts:
-
description: Collect package table of contents files.
supported_os: [openbsd]
collector: file
path: /var/db/pkg
path_pattern: ["*/+CONTENTS"]

4 changes: 2 additions & 2 deletions artifacts/files/system/xsession_errors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: 1.0
artifacts:
-
description: Collect xsession errors file. This is the error log produced by X window system.
supported_os: [linux]
supported_os: [linux, openbsd]
collector: file
path: /%user_home%/.xsession-errors
exclude_nologin_users: true

8 changes: 8 additions & 0 deletions artifacts/live_response/network/ndp.yaml
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
12 changes: 6 additions & 6 deletions artifacts/live_response/network/netstat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@ version: 2.0
artifacts:
-
description: Collect both listening and non-listening (for TCP this means established connections) sockets.
supported_os: [android, aix, freebsd, linux, openbsd, netbsd, netscaler, openbsd, solaris]
supported_os: [android, aix, freebsd, linux, netbsd, netscaler, openbsd, solaris]
collector: command
command: netstat -a
output_file: netstat_-a.txt
-
description: Collect both listening and non-listening (for TCP this means established connections) sockets with numerical addresses instead of trying to determine symbolic host, port or user names.
supported_os: [android, aix, freebsd, linux, openbsd, netbsd, netscaler, openbsd, solaris]
supported_os: [android, aix, freebsd, linux, netbsd, netscaler, openbsd, solaris]
collector: command
command: netstat -an
output_file: netstat_-an.txt
-
description: Collect a table of all network interfaces.
supported_os: [android, aix, freebsd, linux, openbsd, netbsd, netscaler, openbsd, solaris]
supported_os: [android, aix, freebsd, linux, netbsd, netscaler, openbsd, solaris]
collector: command
command: netstat -i
output_file: netstat_-i.txt
-
description: Collect the kernel routing tables.
supported_os: [android, aix, freebsd, linux, openbsd, netbsd, netscaler, openbsd, solaris]
supported_os: [android, aix, freebsd, linux, netbsd, netscaler, openbsd, solaris]
collector: command
command: netstat -r
output_file: netstat_-r.txt
-
description: Collect the kernel routing tables with numerical addresses instead of trying to determine symbolic host, port or user names.
supported_os: [android, aix, freebsd, linux, openbsd, netbsd, netscaler, openbsd, solaris]
supported_os: [android, aix, freebsd, linux, netbsd, netscaler, openbsd, solaris]
collector: command
command: netstat -rn
output_file: netstat_-rn.txt
Expand Down Expand Up @@ -59,4 +59,4 @@ artifacts:
supported_os: [android, linux]
collector: command
command: netstat -lpeanut
output_file: netstat_-lpeanut.txt
output_file: netstat_-lpeanut.txt
9 changes: 9 additions & 0 deletions artifacts/live_response/vms/vmctl.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 1.0
artifacts:
-
description: List running virtual machines on this system.
supported_os: [openbsd]
collector: command
command: vmctl status
output_file: vmctl_status.txt