216k views
1 vote
You want to be notified of multiple authentication attempts with different passwords.

A. Suspected brute force attack
B. Suspected identity theft (pass-the-hash)

User Hesham Fas
by
7.2k points

1 Answer

3 votes

Final answer:

In the context of computer security, multiple authentication attempts with different passwords can indicate a suspected brute force attack or suspected identity theft (pass-the-hash).

Step-by-step explanation:

Subject: Computers and Technology

In the context of computer security, if you want to be notified of multiple authentication attempts with different passwords, it could indicate a suspected brute force attack. This is when an attacker systematically tries all possible combinations of passwords until they find the correct one. By monitoring for multiple failed login attempts with different passwords, you can detect and respond to potential brute force attacks.

On the other hand, suspected identity theft (pass-the-hash) refers to a different type of attack where an attacker steals password hashes from a compromised system and then uses those hashes to authenticate themselves on other systems. This method bypasses the need to know the actual passwords and can be harder to detect.

User Stojke
by
7.9k points