# DFIR

- [DFIR-01 : $MFT](https://www.unh4ck.com/dfir/dfir-01-usdmft.md): The Master File Table contains information about every file and folder on the system.
- [DFIR-02 : Journal Forensics](https://www.unh4ck.com/dfir/dfir-02-journal-forensics.md): Using $LogFile and $UsnJrnl during digital investigations
- [DFIR-03: RDP Authentication Artifacts](https://www.unh4ck.com/dfir/rdp-authentication-artifacts.md): I created a Mindmap that represents different artifacts related to RDP authentication with NLA enabled or disabled to help collect and analyze forensic artifacts during DFIR engagements


---

# Agent Instructions: 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:

```
GET https://www.unh4ck.com/dfir.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
