29 - Cyber Attack Flashcards
What is a DoS (Denial of Service) Attack?
A cyber attack that violates the Availability pillar
- Does not involve network services
- Involves
- Crashing the server
- Keep it busy doing spurious work for the attacker
What is a DDoS (Distributed Denial of Service) Attack?
Similar to a DoS attack, but involves many hosts attacking a system
What is a brute force attack in terms of password cracking?
Generating and checking all possible passwords
What is a dictionary attack in terms of password cracking?
Starting with a list of potential passwords and hashing and comparing them (and perhaps variations of them) against what’s in the password file
What is a Rainbow Table Attack in terms of password cracking?
Looking up the hashes you’ve found in a large table of precomputed hash values (note that the use of salt essentially defeats this attack).