Skip to content

Commit 00d5d41

Browse files
committed
ANSWERED: What is DNS Spoofing? How to prevent it?
1 parent 0e39054 commit 00d5d41

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: README.md

+8
Original file line numberDiff line numberDiff line change
@@ -5386,6 +5386,14 @@ You can test by using a stored procedure, so the application must be sanitize th
53865386

53875387
<details>
53885388
<summary>What is DNS Spoofing? How to prevent it?</summary><br><b>
5389+
5390+
DNS spoofing occurs when a particular DNS server’s records of “spoofed” or altered maliciously to redirect traffic to the attacker. This redirection of traffic allows the attacker to spread malware, steal data, etc.
5391+
5392+
**Prevention**
5393+
- Use encrypted data transfer protocols - Using end-to-end encryption vian SSL/TLS will help decrease the chance that a website / its visitors are compromised by DNS spoofing.
5394+
- Use DNSSEC - DNSSEC, or Domain Name System Security Extensions, uses digitally signed DNS records to help determine data authenticity.
5395+
- Implement DNS spoofing detection mechanisms - it’s important to implement DNS spoofing detection software. Products such as XArp help product against ARP cache poisoning by inspecting the data that comes through before transmitting it.
5396+
53895397
</b></details>
53905398

53915399
<details>

0 commit comments

Comments
 (0)