How Does a Blocked Password List Affect Existing Passwords?

0
24
Asked By CuriousCat42 On

Hey everyone! I finally got the go-ahead to implement a blocked password list after a recent pentest revealed that a lot of users are still using super basic passwords. I'm curious about how this works: if I add "Password12345" to the blocked list, does that only affect new passwords, or will it also cause issues for anyone currently using "Password12345"? I plan on forcing password changes anyway, but I'd like to understand how the blocked password list interacts with passwords that are already set. Just so you know, we're using a hybrid setup, so the list will be in Active Directory and synced to 365.

4 Answers

Answered By SecurityNerd42 On

If you have a list of users with known weak passwords, I’d recommend forcing a password change for them once the policy is activated. Best practice is to reset everyone’s password when rolling out a new policy like this. From my experience, implementing robust password policies also helps to ensure stronger passwords moving forward.

Answered By InfoGuru88 On

Yeah, we implemented a similar policy a couple of years ago and ran into the same thing. The banned list doesn’t retroactively affect current passwords; it’s primarily in place for when someone is setting or changing their password. So if someone has a weak password, it won't automatically change just because you added it to the blocked list. Just make sure to enforce that password reset as you mentioned.

Answered By TechSavvy99 On

Password policies really only kick in when users try to change their passwords. So, if you add something like "Password12345" to your blocked list, it won’t affect users who are already using that password. Your current password users won’t face any issues until they attempt to change it, which you already plan to enforce, so they'll update to stronger passwords effectively.

Answered By PasswordWhisperer On

Some tools can help you check Active Directory for password hashes and compare them against your blocked list to identify users that need their passwords reset. For instance, the Knowbe4 Weak Password Test tool is pretty handy for this.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.