Skip to content
Merged
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
14 changes: 7 additions & 7 deletions artifacts/data/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ sources:
- type: FILE
attributes:
paths:
- '/var/log/auth.log*'
- '/var/log/auth*'
- '/var/log/secure*'
supported_os: [Linux]
---
Expand Down Expand Up @@ -259,7 +259,7 @@ name: LinuxDaemonLogFiles
doc: Linux daemon log files.
sources:
- type: FILE
attributes: {paths: ['/var/log/daemon.log*']}
attributes: {paths: ['/var/log/daemon*']}
supported_os: [Linux]
---
name: LinuxDHCPConfigurationFile
Expand Down Expand Up @@ -366,7 +366,7 @@ name: LinuxKernelLogFiles
doc: Linux kernel log files.
sources:
- type: FILE
attributes: {paths: ['/var/log/kern.log*']}
attributes: {paths: ['/var/log/kern*']}
supported_os: [Linux]
---
name: LinuxLastlogFile
Expand Down Expand Up @@ -720,17 +720,17 @@ sources:
- type: FILE
attributes:
paths:
- '/var/log/btmp'
- '/var/log/wtmp'
- '/var/run/utmp'
- '/var/log/btmp*'
- '/var/log/wtmp*'
- '/var/run/utmp*'
supported_os: [Linux]
urls: ['https://github.com/libyal/dtformats/blob/main/documentation/Utmp%20login%20records%20format.asciidoc']
---
name: LinuxWtmp
doc: Linux wtmp login record file
sources:
- type: FILE
attributes: {paths: ['/var/log/wtmp']}
attributes: {paths: ['/var/log/wtmp*']}
supported_os: [Linux]
urls: ['https://github.com/libyal/dtformats/blob/main/documentation/Utmp%20login%20records%20format.asciidoc']
---
Expand Down