0% found this document useful (0 votes)
77 views6 pages

CEH v13 DoS Attack Practice Questions

CEH_Module10_DoS
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
77 views6 pages

CEH v13 DoS Attack Practice Questions

CEH_Module10_DoS
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

ceh-v13 prep questions. Jorge - [Link].

com/@itbestpractice2741

CEH v13 Practice Questions – Module


10: Denial-of-Service (DoS)
1. What is the main goal of a Denial-of-Service (DoS) attack?

• A. Gain root access


• B. Intercept network traffic
• C. Render a system or service unavailable
• D. Steal credentials

Answer: C

2. Which of the following is a characteristic of a DoS attack?

• A. Low bandwidth usage


• B. Data exfiltration
• C. Overwhelming system resources
• D. Privilege escalation

Answer: C

3. Which type of DoS attack sends incomplete handshake requests to exhaust server
resources?

• A. ICMP Flood
• B. SYN Flood
• C. DNS Spoofing
• D. ARP Poisoning

Answer: B

4. Which protocol is primarily used in Smurf attacks?

• A. TCP
• B. HTTP
• C. ICMP
• D. ARP

Answer: C
ceh-v13 prep questions. Jorge - [Link]/@itbestpractice2741

5. What is a DDoS attack?

• A. A virus-based infection
• B. A distributed effort to create rootkits
• C. A coordinated DoS attack from multiple systems
• D. An attack targeting physical hardware

Answer: C

6. Which tool is commonly used for launching DoS attacks?

• A. John the Ripper


• B. LOIC
• C. Nmap
• D. Aircrack-ng

Answer: B

7. Which type of DoS attack exploits fragmented packets to crash a system?

• A. Fraggle attack
• B. Teardrop attack
• C. SYN flood
• D. Ping of death

Answer: B

8. Which layer of the OSI model is primarily affected by a SYN flood attack?

• A. Application
• B. Presentation
• C. Transport
• D. Data Link

Answer: C

9. What does a 'ping of death' attack do?

• A. Encrypts the ping responses


• B. Sends oversized ICMP packets to crash systems
• C. Maps devices on a network
• D. Logs ping requests for monitoring
ceh-v13 prep questions. Jorge - [Link]/@itbestpractice2741

Answer: B

10. Which of the following helps prevent DoS attacks?

• A. Port forwarding
• B. Web proxies
• C. Rate limiting and firewalls
• D. MAC address filtering

Answer: C

11. Which type of attack floods DNS servers with requests to exhaust resources?

• A. DNS Cache Poisoning


• B. DNS Tunneling
• C. DNS Amplification
• D. DNS Redirection

Answer: C

12. Which type of botnet is used to perform a DDoS attack?

• A. Honeypot
• B. Rootkit
• C. Zombie network
• D. RAT

Answer: C

13. What is the purpose of using spoofed IP addresses in a DoS attack?

• A. Bypass content filters


• B. Remain anonymous and avoid detection
• C. Increase encryption speed
• D. Enable file sharing

Answer: B

14. Which of the following is an effect of a successful DoS attack?

• A. Firewall bypass
• B. System updates
ceh-v13 prep questions. Jorge - [Link]/@itbestpractice2741

• C. Service unavailability
• D. Secure tunneling

Answer: C

15. How does a UDP flood attack impact a target system?

• A. It forces the system to reboot


• B. It fills the system's DNS cache
• C. It overwhelms ports with UDP packets
• D. It logs all connections

Answer: C

16. What is one of the main limitations of a traditional DoS attack?

• A. It is encrypted by default
• B. It requires root access
• C. It originates from a single source, making it easier to block
• D. It only targets wireless devices

Answer: C

17. Which of the following can be used to detect ongoing DoS attacks?

• A. Antivirus software
• B. Traffic monitoring tools like Wireshark or IDS
• C. DNS caching tools
• D. File integrity monitoring tools

Answer: B

18. What is the primary motivation behind some DoS attacks?

• A. Software updates
• B. Financial gain, extortion, or protest
• C. System backups
• D. OS upgrades

Answer: B

19. Which of the following best describes a logic bomb used for DoS purposes?
ceh-v13 prep questions. Jorge - [Link]/@itbestpractice2741

• A. A worm that spreads rapidly


• B. A script that activates under specific conditions to disrupt services
• C. A Trojan used to control IoT devices
• D. A virus that mimics a bootloader

Answer: B

20. What does the term 'Amplification' refer to in DDoS attacks?

• A. Spreading the attack via email


• B. Exploiting a service to send larger responses to the victim
• C. Using audio signals to attack devices
• D. Multiplying TCP segments

Answer: B

21. Which of the following is NOT a symptom of a DoS attack?

• A. Slow network performance


• B. Inability to access a website
• C. Unauthorized file access
• D. Server crashes

Answer: C

22. Which cloud-based solution helps protect against large-scale DDoS attacks?

• A. Dropbox
• B. Cloudflare
• C. Wireshark
• D. GitHub

Answer: B

23. What is the role of an Intrusion Detection System (IDS) in DoS mitigation?

• A. Physically blocks the attack source


• B. Detects abnormal traffic patterns for alerts
• C. Encrypts data in transit
• D. Conducts system updates

Answer: B
ceh-v13 prep questions. Jorge - [Link]/@itbestpractice2741

24. How does TCP three-way handshake abuse contribute to DoS attacks?

• A. It prevents IP filtering
• B. It allows payload injection
• C. It leaves the connection half-open to exhaust server resources
• D. It speeds up transmission

Answer: C

Common questions

Powered by AI

A Distributed Denial-of-Service (DDoS) attack involves multiple systems coordinating to flood a target, making it more effective and harder to block compared to a traditional DoS attack, which originates from a single source . This distribution makes detection more challenging, as traffic comes from various IPs, and requires advanced mitigation strategies such as global traffic analysis and filtering .

SYN flood attacks exploit the TCP three-way handshake process by sending numerous SYN packets to a target server, which replies with SYN-ACK packets. However, the attacker does not complete the handshake by sending an ACK back, leaving the connection half-open. This exhausts the server's resources as it waits for the ACK reply, effectively depleting resources and making it unavailable for legitimate traffic .

Cloud-based solutions like Cloudflare are highly effective in protecting against large-scale DDoS attacks. They provide scalable infrastructure that can absorb significant amounts of malicious traffic, use algorithms to filter out unwanted traffic, and employ techniques such as rate limiting and traffic rerouting to handle high traffic volumes, ensuring that legitimate traffic gets through unaffected .

An Intrusion Detection System (IDS) can mitigate DoS attacks by detecting abnormal traffic patterns and raising alerts for potential threats. It monitors network traffic and can identify indicators of an ongoing attack, enabling administrators to take action to block or mitigate the impact before significant damage occurs .

The primary goal of a Denial-of-Service (DoS) attack is to render a system or service unavailable to its intended users . This is achieved by overwhelming the system's resources, such as CPU, memory, or network bandwidth, causing disruptions that make the system incapable of handling legitimate requests.

Logic bombs in DoS attacks are scripts or code inserted into a system, which activate under specific conditions to disrupt services, often by deleting files or consuming resources. These can be triggered by a wide range of actions, such as specific dates or system events, making them stealthy and difficult to detect until they execute, which significantly impacts the targeted system .

A Teardrop attack impacts system functionality by sending fragmented packets that, when reassembled, create overlapping data segments. This confuses the target system's ability to process these packets, leading to a crash or system instability. The method leverages vulnerabilities in how certain operating systems handle TCP/IP fragmentation .

Amplification techniques in DDoS attacks increase the attack's effectiveness by using small requests that prompt much larger responses from the exploited service to the victim, increasing the attack's power without requiring additional resources from the attacker. Services commonly exploited for amplification include DNS servers, NTP servers, and other UDP-based services that can be misused to send amplified traffic to the target .

Rate limiting helps prevent DoS attacks by controlling the number of requests a client can make to a server within a specific time period, thus preventing server overload from excessive traffic. Potential drawbacks include the possibility of inadvertently blocking legitimate users, particularly during high-demand situations, and causing delays that may affect user experience .

IP address spoofing in DoS attacks helps attackers remain anonymous by falsifying the IP address of packet origin, making it difficult to trace back to the source. This tactic complicates defensive measures because it prevents accurate filtering and blocking of malicious traffic based solely on IP addresses .

You might also like