DNS Attacks and Mitigations

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/5

flashcard set

Earn XP

Description and Tags

Vocabulary-style flashcards covering common DNS attacks and their mitigations as described in the lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

6 Terms

1
New cards

DNS cache poisoning (DNS spoofing)

Corrupting a DNS resolver's cache with false data, causing lookups to resolve to attacker-controlled IP addresses and redirecting users to malicious sites.

2
New cards

DNSSEC (Domain Name System Security Extensions)

Adds digital signatures to DNS data to verify authenticity and integrity during lookups, helping prevent DNS cache poisoning.

3
New cards

DNS amplification attack

Attacker uses spoofed queries to open DNS resolvers to generate large responses sent to the victim, overwhelming the target with traffic; mitigations include limiting response size and rate limiting.

4
New cards

DNS tunneling

Using the DNS protocol to carry non-DNS traffic (e.g., HTTP, SSH) over port 53 to bypass firewalls; can enable command and control or data exfiltration; mitigations include monitoring DNS logs for anomalies.

5
New cards

Domain hijacking (domain theft)

Unauthorized changes to a domain's registration, potentially redirecting traffic to a malicious site; mitigations include secure account practices and registry lock services.

6
New cards

DNS zone transfer attack

Attacker pretends to be an authorized server to obtain a copy of the domain's DNS zone data, enabling reconnaissance; mitigations include restricting zone transfers to authorized servers and using authentication.