# DBFIR

## What is DBFIR ?

&#x20;DBFIR stands for *Database of Forensics and Incident Response*. A set of forensic basics, tips and tricks learnt along the way, mainly focused on malware. Please be patient, the content will grow as time passes.

*User activity fanatics, you might be disappointed.*&#x20;

## Can I trust what is written here ?&#x20;

Short answer, no. Please do your own researches, double check, test. And if you found something that is wrong here, you can [report it](mailto://report@dbfir.com) so the content can be improved 😊&#x20;


---

# 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://forensics.dbfir.com/master.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.
