> For the complete documentation index, see [llms.txt](https://digitalsleuth.gitbook.io/win-for-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/logs.md).

# Logs

### Chainsaw

Website: <https://github.com/WithSecureLabs/Chainsaw\\>
Description: Event Log and Windows Artefact Parser\
Author: WithSecureLabs / Countercept\
License: GNU General Public License v3.0 (<https://github.com/WithSecureLabs/chainsaw/blob/master/LICENCE)\\>
Version: 2.7.3\
Notes:

### EventFinder

Website: <https://github.com/BeanBagKing/EventFinder2\\>
Description: Event Log Parser\
Author: BeanBagKing\
License: GNU General Public License v3 (<https://github.com/BeanBagKing/EventFinder2/blob/master/LICENSE)\\>
Version: 2.2.1\
Notes:

### Event Log Explorer

Website: <https://eventlogxp.com/\\>
Description: Windows Event Log Parser\
Author: FSPro\
License: Multiple (<https://eventlogxp.com/order.html)\\>
Version: 5.4\
Notes: 30 Day Trial

### evtx\_dump

Website: <https://github.com/omerbenamram/evtx\\>
Description: EVTX Event Log Parser\
Author: Omer BenAmram\
License: Apache License v2 (<https://github.com/omerbenamram/evtx/blob/master/LICENSE-APACHE>) and MIT License (<https://github.com/omerbenamram/evtx/blob/master/LICENSE-MIT)\\>
Version: 0.8.1\
Notes:

### Hayabusa

Website: <https://github.com/Yamato-Security/hayabusa\\>
Description: Windows event log fast forensics timeline generator and threat hunting tool\
Author: Yamato Security\
License: GNU General Public License v3.0 (<https://github.com/Yamato-Security/hayabusa/blob/main/LICENSE.txt)\\>
Version: 2.9.0\
Notes:

### HttpLogBrowser

Website: <https://www.finalanalytics.com/products/httplogbrowser\\>
Description: Web server log analyzer\
Author: FinalAnalytics\
License: EULA (<https://www.finalanalytics.com/downloads/HttpLogBrowser-EULA.pdf)\\>
Version: 4.6.2.0\
Notes:

### Log Parser

Website: <https://www.microsoft.com\\>
Description: Event Log parser\
Author: Microsoft\
License:\
Version: 2.2.10\
Notes:

### LogParser Studio

Website: <https://techcommunity.microsoft.com/gxcuf89792/attachments/gxcuf89792/Exchange/16744/1/LPSV2.D2.zip?WT.mc\\_id=M365-MVP-5002016\\>
Description: Graphical interface for Microsoft's log parser\
Author: Microsoft\
License:\
Version: 2.0.0.100\
Notes:

### LogViewer2

Website: <https://github.com/woanware/LogViewer2\\>
Description: View large text / log files\
Author: Mark Woan\
License:\
Version: 1.0.0\
Notes:


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/logs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
