# REMnux Tool Tips

If you create an article, blog post, or video, showcasing how you use a tool installed on REMnux for malware analysis, please [reach out to Lenny Zeltser,](https://zeltser.com/contact) so he can point to your content from here.

* [Using AI Agents to Analyze Malware on REMnux](https://zeltser.com/ai-malware-analysis-remnux) - Demonstrates AI-assisted analysis workflows using the REMnux MCP server, by Lenny Zeltser.
* One-page [cheat sheet for using REMnux](https://zeltser.com/remnux-malware-analysis-tips/), providing an overview of some of the most useful tools available as part of the distro.
* How you can [use memory forensics and other tools installed on REMnux](https://www.youtube.com/watch?v=AONAkmt0Vdg) for malware analysis - A video by [Aaron Sparling](https://x.com/OSINTlabworks).
* [Analyzing Windows Malware on Linux: Getting Started Tips and Examples](https://www.youtube.com/watch?v=J85991pPYoc) - A video that showcases REMnux, presented by Lenny Zeltser.
* How to configure INetSim on REMnux to assist with network activity analysis - A part of a larger [guide on building a malware analysis lab](https://www.sentinelone.com/labs/building-a-custom-malware-analysis-lab-environment/) by Marco Figueroa
* Get started [analyzing malicious documents to extract IOCs](https://www.youtube.com/watch?v=3rh82pG7MME\&feature=youtu.be) by [John Hubbard](https://www.sans.org/profiles/john-hubbard/)


---

# 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://docs.remnux.org/tips/remnux-tool-tips.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.
