# Source

## 1. Cách Build Labs để phân tích mã độc

{% embed url="<https://systemweakness.com/building-a-secure-malware-analysis-lab-from-scratch-a-step-by-step-guide-2cbf15ba7c2c>" %}

## 2. Tìm hiểu về REMnux trong phân tích mã độc

{% embed url="<https://docs.remnux.org/>" %}

## 3. Danh sách khóa học phân tích mã độc

{% embed url="<https://youtube.com/playlist?list=PLiFO-R_BI-kAqDPqtnOq2n70mtAZ6xg5N&si=ufifL2UpID0Datqz>" %}

## 4. Tìm hiểu các kỹ thuật né tránh

{% embed url="<https://unprotect.it/>" %}

## 5. Expoit Reversing

{% embed url="<https://exploitreversing.com/>" %}

## 6. ViperMonkey - Tool Mô phỏng VBA

{% code overflow="wrap" %}

```
vmonkey -iocs name_file.vb 
#lưu ý là nhớ xóa các đoạn comment dư có trong file trước khi run không là sẽ gặp lỗi cú pháp.
```

{% endcode %}

{% embed url="<https://github.com/decalage2/ViperMonkey>" %}


---

# 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://viettaliii.gitbook.io/home/mal/source.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.
