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

# Welcome

## \[\~]$ whoami

> an average guy with above average curiosity..

Documenting my learnings in Cyber Security.&#x20;

Reach out to me on [Twitter](https://twitter.com/neerajcysec), [Instagram](https://instagram.com/neerrrajj) or by [mail](mailto:neerajcysec@gmail.com).&#x20;

{% hint style="warning" %}

* I am publishing my notes in the hope that they will be helpful to beginners.
* They are not exhaustive and may contain mistakes.&#x20;
* Always consult additional resources.&#x20;
  {% endhint %}

{% hint style="success" %}
If you like what I'm doing, consider supporting me via [BuyMeACoffee](https://bmc.link/neerajcysec)
{% endhint %}

## Links

### Linux

* [Linux commands](https://neerajcysec.gitbook.io/notes/linux/linux-commands)

### Memory Forensics

* [Resources](https://neerajcysec.gitbook.io/notes/windows-forensics/resources)
* [Memory Forensics - 13cubed](https://neerajcysec.gitbook.io/notes/windows-forensics/memory-forensics-13cubed)
* [Challenges](https://neerajcysec.gitbook.io/notes/memory-forensics/challenges)
* [Analysis](https://neerajcysec.gitbook.io/notes/memory-forensics/analysis)

### Malware Analysis

* [Triaging](https://neerajcysec.gitbook.io/notes/malware-analysis/triaging)
* [Malware Analysis - 13cubed](https://neerajcysec.gitbook.io/notes/malware-analysis/triaging)
* [gdb](https://neerajcysec.gitbook.io/notes/malware-analysis/gdb)


---

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

```
GET https://neerajcysec.gitbook.io/notes/welcome.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.
