Unit 3 - Module 3 Flashcards
```
What’s the difference between DDoS and DoS?
A denial-of-service (DoS) attack floods a server with traffic, making a website or resource unavailable, with just one machine. A distributed denial-of-service (DDoS) attack is a DoS attack that uses multiple computers or machines to flood a targeted resource.
What is TCP? (Transmisson Control Protocol)
A communication standard that **enables ** application program and computing devices to exchange messages over a network.
What do you call the DoS attack that simulates a TCP connection and floods a server with SYN packets?
A SYN ( Synchronzie ) Flood Attack
What protocol informs data transmissions across the network?
Internet Control Message Protocol (ICMP)
What do you call the DoS attack that sends ICMP packets repeatedly to a network server?
Internet Control Message Protocol (ICMP) Flood
What do you call the type of DoS attack that a hacker pings a system by sending it oversized ICMP packets that are bigger than 64KB?
Ping of Death
What is a network protocol analyzer also known as?
A Packet Sniffer
What is a tcpdump and what does it display?
A tcpdump is a command-line network protocol analyzer. ( Think of a commandline like using “run” on windows)
It displays timestamp, IP address, destination IP addresses, and port numbers ( source and destination ) being used in the communications.
What is passive packet sniffing?
A type of attack where data packets are in transit
ie) Think of the mailman reading someones mail before handing it off.
What is active packet sniffing?
A type of attack where data packets are manipulated in transit
What are 2 ways to prevent packet sniffing from threat actors?
Using a VPN and making sure your website is using HTTPS
What are the 3 common IP spoofing attacks?
On-Path attack
Replay Attack
Smurf Attack
What is an on-path attack?
Where malicious actor places themselves in the middle of an authorized connection and intercepts or alters the data in transit.
What is a replay attack?
A network attack performed when a malicious actor intercepts a data packet in transit and delays it or reapets it at another time.
This can cause connection issues.
What is a smurf attack?
A network attack performed when an attacker sniffs an authorized user’s IP address and floods it with packets.