Chapter 14 - Supplement - Sheet1 Flashcards
DoS
Denial of Service attack. Prevents access to network resources.
Varieties of DoS
Ping of Death, Smurf, SYN Flood, Tribe Flood Network, Tribe Flood Network 2000, Stacheldragt
Ping of Death
Type of DoS. One Ping request sends a huge amount of data instead of the small payload PING normally carries. Most modern OSes prevent this from working.
Smurf
Type of DoS. Attacker spoofs the source IP of a PING request. Sends PING request to all broadcast addresses. Router forwards reuqests to all hosts on the subnet. Response pings are sent back to victim.
SYN Flood
Type of DoS. Sending a TCP/IP packet with SYN flag set to 1 causes server to open a connection and respond with SYN/ACK, waiting for an ACK. Attacker doesn’t send ACK, forcing the server to keep the connection open, using a portion of memory. Server isn’t able to respond to legitimate requests.
Tribe Flood Network
Type of DoS. TFN. DDoS (Distributed Denial of Service) attack.
Tribe Flood Network 2000
Type of DoS. TFN2K. DDoS (Distributed Denial of Service) attack.
Stacheldraght
Type of DoS. Means barbed wire in German. Mix of techniques involving TFN and encryption.
Types of Viruses
Macro Virus, Boot-Sector Virus, Multipartite Viruses File Viruses
File Virus
Replaces some of all of a target program’s code with their own. The compromised file, when executed, does the damage.
Macro Virus
Script of commands written in software that supports macros (EG MS Office). Annoying but harmless.
Boot-Sector Virus
Infect the hard drive’s boot sector, pointing the PC in the wrong direction or removing reference to the OS.
Multipartite Virus
Affects the boot sector and the hard drive’s files at once.
Worms
Like viruses, but can replicate without users opening an infected file
Buffer Overflow
Injecing so much data into the forms of an application that the host crashes