Skip to content

Commit

Permalink
Combine PowerShell Logs into a single artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ewalshmndt committed Mar 6, 2024
1 parent 82a0633 commit 78beb8a
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions artifacts/data/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3545,20 +3545,10 @@ sources:
- type: FILE
attributes:
paths:
- '%%environ_systemroot%%\System32\winevt\Logs\Microsoft-Windows-PowerShell%4Operational.evtx'
- '%%environ_systemroot%%\System32\winevt\Logs\Microsoft-Windows-PowerShell%4Admin.evtx'
separator: '\'
supported_os: [Windows]
urls: ['https://artifacts-kb.readthedocs.io/en/latest/sources/windows/EventLog.html']
---
name: WindowsPowerShellLogs2
doc: Windows PowerShell Logs Part 2
sources:
- type: FILE
attributes:
paths:
- '%%environ_systemroot%%\System32\winevt\Logs\Windows PowerShell.evtx'
- '%%environ_systemroot%%\System32\winevt\Logs\Microsoft-Windows-PowerShell%4Operational.evtx'
- '%%environ_systemroot%%\System32\winevt\Logs\PowerShellCore Operational.evtx'
- '%%environ_systemroot%%\System32\winevt\Logs\Windows PowerShell.evtx'
separator: '\'
supported_os: [Windows]
urls: ['https://artifacts-kb.readthedocs.io/en/latest/sources/windows/EventLog.html']
Expand Down

0 comments on commit 78beb8a

Please sign in to comment.