CH15 Network Attacks Flashcards
What are the 3 categories of ports and their port number range?
Well known Ports : 0 to 1023. Assigned by the Internet Assigned Numbers Authority (IANA)
Registered Ports : 1024 – 49,151. They are used by vendors for their own proprietary protocols. Each vendor will register them with IANA prior to using them.
Dynamic or Private Ports : Ports 49,152 – 65,535. Can be used by any application without being registered with IANA
How many ports are available to use?
65,536 ports area available for use
What is DoS?
DoS = Denial of Service
types of attacks which attempt to make a computer or server’s resources unavailable
For the exam : if the attack causes a system to go offline and to stop providing the service, or it can permanently cause a system to be broken, this could be categorized as a Denial of Service condition
What are the 5 categories of DoS ?
DoS = Denial of Service
Flood Attack - Attempts to send more packets to a single server than they can handle
Ping of Death - sends an oversized and malformed packet to another computer or server
the Teardrop - Attack that breaks apart packets into IP fragments, modifies them with overlapping and oversized payloads, and sends them to a victim machine
the Permanent Denial of Service attack - Attack which exploits a security flaw to permanently break a networking device by reflashing its firmware
Fork Bomb - Attack that creates a large number of processes to use up the available processing power of a computer
What is a Ping Flood?
a type of flood attack that attempts to flood the server by sending too many ICMP echo request packets. (Which are known as pings)
What is Smurf Attack ?
a type of flood attack where attacker tries to amply ping by sending a ping to subnet broadcast address and devices reply to spoofed IP (victim server) using up bandwidth and processing power
What is Fraggle Attack?
a type of flood attack where attacker sends a UDP echo packet to port 7 (ECHO) and port 19 (CHARGEN) to flood a server with UDP packets.
What is SYN Flood ?
Variant of a Denial of Service (DOS) attack where attacker initiates multiple TCP sessions but never completes the 3-way handshake. Flood guards, time outs, and an IPS can prevent SYNC Flood
What is XMAS attack ?
a specialized network scan that sets the FIN, PSH, and URG flags and can cause a device to crash or reboot.
What is DDoS?
DDoS = Distributed Denial of Service
instead of using a single attack targeting one server, they use hundreds or even thousands of machines to launch an attack simultaneously against a single server, and force it to go offline to create that denial of service condition.
What is DNS Amplification attack ?
allows an attacker to generate a high volume of packets that’s intended to flood a victim’s website by initiating DNS requests from a spoof version of the target’s IP address
What is Blackholing or Sinkholing ?
One of the ways to stop DDoS by identifying any attacking IP Addresses and routes all their traffic to non-existent server trough the null interface.
This effectively stops the attack. Unfortunately, the attackers can move to a new IP and restart the attack all over again. So this is only a temporary solution
What is IPS ?
IPS = Intrusion Prevention System
IPS can prevent small-scale DDoS
What Spoofing ?
occurs when an attacker masquerades an another person by falsifying their identity.
Anything that uniquely identifies a user or system can be spoofed. (Ex. MAC address, IP Address).
Proper authentication is used to detect and prevent spoofing
What is Hijacking?
Exploitation of a computer session in an attempt to gain unauthorized access to data, services, or other resources on a computer or server