0
0
Cybersecurityknowledge~5 mins

Brute force and dictionary attacks in Cybersecurity - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is a brute force attack?
A brute force attack is a method where an attacker tries every possible combination of passwords or keys until the correct one is found. It is like trying every key on a keyring to open a locked door.
Click to reveal answer
beginner
How does a dictionary attack differ from a brute force attack?
A dictionary attack uses a list of common words or passwords (called a dictionary) to guess the password, instead of trying every possible combination. It is faster but only works if the password is simple or common.
Click to reveal answer
intermediate
Why are brute force attacks slow compared to dictionary attacks?
Brute force attacks try every possible combination, which can take a very long time, especially for long passwords. Dictionary attacks only try common or likely passwords, so they are faster but less thorough.
Click to reveal answer
beginner
What is one common way to protect against brute force and dictionary attacks?
Using strong, long passwords with a mix of letters, numbers, and symbols makes it harder for attackers to guess. Also, limiting login attempts and using two-factor authentication helps protect accounts.
Click to reveal answer
intermediate
What role do password hashing and salting play in defending against these attacks?
Password hashing converts passwords into a fixed code that is hard to reverse. Salting adds random data to passwords before hashing to make attacks like dictionary attacks much harder because attackers can't use pre-made lists.
Click to reveal answer
What does a brute force attack try to do?
ATry every possible password combination
BUse a list of common passwords
CSteal passwords from a database
DGuess passwords based on user information
Which attack uses a pre-made list of common passwords?
ADictionary attack
BBrute force attack
CPhishing attack
DMan-in-the-middle attack
Why is using a long and complex password important?
AIt makes passwords easier to remember
BIt allows attackers to guess faster
CIt slows down brute force and dictionary attacks
DIt prevents phishing attacks
What is salting in password security?
ALimiting login attempts
BStoring passwords in plain text
CUsing common words as passwords
DAdding random data to passwords before hashing
Which method helps protect accounts from brute force attacks?
AAllow unlimited login attempts
BUse two-factor authentication
CUse simple passwords
DShare passwords with friends
Explain in your own words how brute force and dictionary attacks work and how they differ.
Think about trying keys on a door versus trying only the keys you think might fit.
You got /4 concepts.
    Describe at least two ways to protect your accounts from brute force and dictionary attacks.
    Consider what makes guessing passwords harder and what stops repeated tries.
    You got /4 concepts.