Merge pull request #351 from Yamato-Security/fix-broken-image-link-add-csv-timeline-analysis-pdfs

fix image broken link and add PDFs
This commit is contained in:
Yamato Security
2021-12-25 17:22:49 +09:00
committed by GitHub
4 changed files with 4 additions and 0 deletions

View File

@@ -51,6 +51,8 @@ Hayabusa is not intended to be a replacement for tools like [Evtx Explorer](http
# Sample timeline results
You can check out sample CSV and manually edited XLSX timeline results [here](https://github.com/Yamato-Security/hayabusa/tree/main/sample-results).
You can learn how to analyze CSV timelines in Excel and Timeline Explorer [here](doc/CSV-AnalysisWithExcelAndTimelineExplorer-English.pdf).
# Features
* Cross-platform support: Windows, Linux, macOS
* Developed in Rust to be memory safe and faster than a hayabusa falcon!

View File

@@ -52,6 +52,8 @@ Windowsのイベントログは、
# タイムラインのサンプル結果
CSVと手動で編集したXLSXのタイムライン結果のサンプルは[こちら](https://github.com/Yamato-Security/hayabusa/tree/main/sample-results)で確認できます。
CSVのタイムラインをExcelやTimeline Explorerで分析する方法は[こちら](doc/CSV-AnalysisWithExcelAndTimelineExplorer-Japanese.pdf)で紹介しています。
# 特徴
* クロスプラットフォーム対応: Windows, Linux, macOS
* Rustで開発され、メモリセーフでハヤブサよりも高速です