- Mastering Linux Security and Hardening
- Donald A. Tevault
- 266字
- 2021-07-02 19:19:25
Preventing brute-force password attacks
Amazingly enough, this is another topic that engenders a bit of controversy. I mean, nobody denies the wisdom of automatically locking out user accounts that are under attack. The controversial part concerns the number of failed login attempts that we should allow before locking the account.
Back in the stone age of computing, so long ago that I still had a full head of hair, the early Unix operating systems only allowed users to create a password with a maximum of eight lowercase letters. So in those days, it was possible for early man to brute-force someone else's password just by sitting down at the keyboard and typing in random passwords. That's when the philosophy started of having user accounts get locked out after only three failed login attempts. Nowadays, with strong passwords, or better yet, a strong passphrase, setting a lockout value of three failed login attempts will do three things:
- It will unnecessarily frustrate users
- It will cause extra work for help desk personnel
- If an account really is under attack, it will lock the account before you've had a chance to gather information about the attacker
Setting the lockout value to something more realistic, like 100 failed login attempts, will still provide good security, while still giving you enough time to gather information about the attackers. Just as importantly, you won't cause undue frustration to users and help desk personnel.
Anyway, regardless of how many failed login attempts your employer allows you to allow, you'll still need to know how to set it all up. So, let's dig in.
- 云原生安全:攻防實踐與體系構(gòu)建
- Kali Linux Social Engineering
- 網(wǎng)絡(luò)安全應(yīng)急管理與技術(shù)實踐
- 安全實戰(zhàn)之滲透測試
- 工業(yè)控制網(wǎng)絡(luò)安全技術(shù)
- 計算機網(wǎng)絡(luò)安全基礎(chǔ)(第5版)
- Advanced Penetration Testing for Highly:Secured Environments(Second Edition)
- End to End GUI Development with Qt5
- VMware vCloud Security
- Disaster Recovery Using VMware vSphere Replication and vCenter Site Recovery Manager
- Mastering Linux Security and Hardening
- 白話零信任
- 網(wǎng)絡(luò)空間安全:拒絕服務(wù)攻擊檢測與防御
- Manga Studio 5 Beginner's Guide
- Blockchain Development with Hyperledger