# DNS Poisoning

<figure><img src="/files/pF7pmngXMk3eKjTrCJug" alt=""><figcaption></figcaption></figure>

DNS Poisoning còn được gọi là DNS spoofing.

Loại tấn công mạng khai thác các lỗ hổng trong hệ thống tên miền (DNS) để chuyển hướng lưu lượng truy cập Internet khỏi các máy chủ hợp pháp và hướng tới các máy chủ fake.

Điều này được thực hiện bằng cách đưa dữ liệu DNS bị hỏng (bị nhiễm độc) vào DNS Resolver's Cache (bộ đệm).

<details>

<summary>Biện pháp giảm nhẹ:</summary>

* Thường xuyên kiểm toán (audit) DNS Zones
* Luôn cập nhật máy chủ DNS
* Restrict Zone Transfers (hạn chế chuyển vùng)
* Giới hạn truy vấn đệ quy
* Chỉ lưu trữ dữ liệu liên quan đến tên miền được yêu cầu.

</details>


---

# 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/soc-and-dfir/interview-questions/dns-poisoning.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.
