Chapter 3(Part2)Cyber Threat: Denial-of-Service (DoS) and Distributed Denial-of-Service (DDoS) Attacks

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/17

flashcard set

Earn XP

Description and Tags

Comprehensive vocabulary flashcards covering Denial-of-Service (DoS) and Distributed Denial-of-Service (DDoS) attack types, mechanisms, motives, and risk reduction strategies.

Last updated 2:17 AM on 6/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

18 Terms

1
New cards

Denial-of-Service (DoS) Attack

A cyberattack that floods a machine or network with false requests in order to disrupt business operations, making users unable to perform routine tasks like accessing email or websites.

2
New cards

Buffer Overflows

The most common form of DoS attack where the adversary drives more traffic to a network address than the system can handle, consuming all available buffers or memory storage regions.

3
New cards

Stack Overflow

The most common type of buffer overflow attack where a computer program attempts to use memory space in the call stack that has been allocated to it, overriding its boundaries.

4
New cards

Unicode Overflow

A type of buffer overflow created when any Unicode character is inserted into an expected ASCII input.

5
New cards

Unicode and ASCII

Encoding standards that allow computers to represent text.

6
New cards

Flood Attacks

DoS attacks that occur when the system receives too much traffic for the server to manage, causing it to slow down or stop.

7
New cards

ICMP Floods

Commonly called smurf or ping attacks, these exploit misconfigured network devices by deploying spoofed packets that "ping" devices without waiting for a reply.

8
New cards

SYN Flood

An attack that sends connection requests to a server but never completes the metaphorical "handshake," saturating all open ports.

9
New cards

Distributed Denial-of-Service (DDoS) attack

An orchestrated attack launched from multiple locations by several systems simultaneously, leveraging multiple devices across various geographies.

10
New cards

Botnet

A network of compromised computers or devices supervised by a command and control (C&C) channel used to carry out synchronized attacks.

11
New cards

Zombies

Connected devices, such as IoT devices, whose weaknesses are exploited to be utilized by cybercriminals in a botnet.

12
New cards

Mirai botnet

An infamous network used to launch a series of attacks by exploiting unsecured baby monitors.

13
New cards

InfoSecurity Magazine Statistics

Reported 2.9 million2.9\text{ million} DDoS attacks in Q1 of 20212021, representing an increase of 31%31\% over the same period in 20202020.

14
New cards

Tactical Motives

Attacks waged as part of a larger campaign, such as using a DDoS attack to divert attention away from normal IT tasks to target something else (the "bait-and-switch" cyberattack).

15
New cards

Memcached

A service used to speed up database and web-based transactions that can be exploited as a tool in DDoS attacks.

16
New cards

Attack Surface Area

The ports, protocols, or applications exposed to communication; minimizing this area limits options for attackers and concentrates mitigation efforts.

17
New cards

Web application Firewall (WAF)

A tool used to filter and monitor HTTP traffic to a specific web server or application, commonly part of cloud services like AWS, Azure, or CloudFlare.

18
New cards

Load balancing servers

Devices utilized by IT professionals to deflect traffic away from certain resources during a DDoS attack.