Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.36 KB

03-windows-event-logs.md

File metadata and controls

51 lines (28 loc) · 1.36 KB

A1 12/24/2022

A2 Recipe.txt

A3 $foo = Get-Content .\Recipe| % {$_ -replace 'honey', 'fish oil'}

A4 $foo | Add-Content -Path 'Recipe'

A5 Recipe.txt

A6 Yes

A7 No

A8 4104

A9 yes

A10 honey

Hintビデオ見てWindowsのイベントビューアでやった。

🥷ハヤブサ使用した場合🥷

https://github.com/Yamato-Security/hayabusa

C:\Users\User\Desktop\hayabusa-2.0-win-64-bit>hayabusa-2.0.0-win-x64.exe json-timeline -f powershell.evtx -T

image

image

頻度がたかいのは、12/24/2022

image

C:\Users\User\Desktop\hayabusa-2.0-win-64-bit>hayabusa-2.0.0-win-x64.exe csv-timeline -f powershell.evtx -o result.csv

csv出力後、TimelineExploerで吸い込み、2022-12-24でフィルタ。 詳細は行をクリックすると見れる。

https://www.sans.org/tools/timeline-explorer/

image

あとはログ追ってくか、検索で見つかる。色々機能あるっぽい、使いこなせておらずまだ模索中。🥷