What is a brute-force attack?
A hacking method that uses trial-and-error to crack passwords, login credentials, or encryption keys.
How does a brute-force attack work?
By systematically trying every possible combination of letters, numbers, and symbols until the correct one is found
Why is brute-force still effective on weak passwords?
Because common or short passwords are tried first.
Name five commonly used passwords attackers try first.
123456, password, qwerty, 111111, abc123.
What is a word list in brute-force attacks?
A text file containing common words used to reduce the number of attempts.
Why is a word-list attack faster than full trial-and-error?
Because common passwords are more likely to be found earlier
What is data interception?
Stealing data by tapping into a wired or wireless communication link without authorisation.
How is data intercepted in wired networks?
Using a packet sniffer.
What does a packet sniffer do?
Examines data packets sent over a network and sends them to the hacker
How is data intercepted in wireless networks?
Using wardriving (access point mapping).
What equipment is used in wardriving?
Laptop/smartphone, antenna, GPS device, and software
Why is wardriving dangerous?
It allows hackers to steal personal data without the user’s knowledge
How can data interception be prevented?
Using WEP encryption, firewalls, and complex router passwords.
What is a Denial of Service (DoS) attack?
Sending many requests from one computer to overload a server
What is the effect of a DoS attack?
The server crashes, slows down, or fails to respond.
What is a Distributed Denial of Service (DDoS) attack?
Multiple computers (bots) flood a server with requests simultaneously.
Why is a DDoS attack more dangerous than a DoS attack?
It comes from multiple locations and is harder to block.
What services can a DoS/DDoS attack prevent access to?
Emails, websites, and online services such as banking.
What is the purpose of DoS/DDoS attacks?
To disrupt the operation of a web server or network.
Why does a DDoS attack prevent website access?
The server is flooded with traffic and crashes or halts
How can a DDoS attack target email accounts?
By sending大量 spam emails until the mailbox quota is full.
State three signs of a DoS/DDoS attack
Slow network, inaccessible websites, large amounts of spam emails.
What devices help prevent DoS/DDoS attacks?
Firewall or proxy server.
State four prevention methods for DoS/DDoS attacks.
Firewall, proxy server, up-to-date malware checker, email filters