Types of Attacks
Password Attacks: How passwords stored? Hashing...
- Passwords encrypted, using encryption standard e.g. MD5/SHA-1, produce fixed length 'hash'.
- Is 1-way + only hash stored (+ user ID).
- Login = password enter encrypted + resulting hash compared against stored hash.
- Hashes stored databases/text files.
Denial of Service (DoS) + Distributed Denial of Service (DDoS)
- Attack aimed deny users access computer system (usually website).
- (DDoS): Attack from network compromised computers specific date/time.
- Example: Attack website where flood data packets sent target computer + overload resources.
- Examples: Bots, zombies, botnets.
Comments
No comments have yet been made