1.2 Password Attacks Flashcards
Spraying/Password Spraying
Hey technique used by attackers to gain unauthorized access to a user’s account by systematically attempting a few commonly used passwords against many usernames.
Dictionary Attack
A type of password attack where an attacker uses a pre-compiled list of potential passwords to systematically guess login credentials.
Brute Force (offline)
Refers to an attempt to guess a password or encryption key by systematically trying all possible combinations typically without direct interaction with the target system or service. Offline dedicates that the attacker has obtained a copy of password hash or encrypted data from the target system performing the attack on their own without needing to communicate with the system.
Brute Force (online)
A method where an attacker systematically attempts to guess a user’s password by trying different combinations directly on a target system or service such as a website or online application.
Rainbow table
A pre-computed table used in cryptographic attacks including password cracking.