- Cain & Abel
Cain & Abel is a password recovery tool for Microsoft Operating Systems. It allows easy recovery of various
http://www.oxid.it/cain.html
Ophcrack
http://ophcrack.sourceforge.net/
pogostick
Supports all Windows from NT3.5 to Win8.1, also 64 bit and also the Server versions (like 2003, 2008, 2012)
http://pogostick.net/~
- After an attacker
obtains a validuser name and user password hash values (somehow, using different methods and tools), theyare then able to use that information to authenticate to a remote server/service using LM or NTLM authentication without the need to brute-force the hashes toobtain thecleartext password (as itwas required before this techniquewas published ). The attack exploits an implementation weakness in the authentication protocol in thatthe password hashes are not salted , and therefore remain static from session to session until the password is next changed.
- Pass-the-Ticket attacks
are typically launched in one of two ways:
The hacker steals a
http://www.identityweek.com/defending-against-pass-the-ticket-attacks
- John the Ripper is a fast password cracker,
http://www.openwall.com/john/
- Preventing brute force attacks
https://docs.search-guard.com/latest/elasticsearch-brute-force-attacks
Brute Force Attack Mitigation: Methods & Best Practices
Locking the account after a fixed number of failed attempts.
Delaying the response time. The more time between permitted password attempts, the more slowly the brute force attack will proceed, and the more time is available for
IP address lock-out. If failed attempts from
Detection tools. tools such as OSSEC can sometimes detect a brute force attack is underway and take direct action to block it, notify administrators of it, or both.
Brute force site scanners. The idea behind these tools is to go through site logs looking for signs that
https://www.alienvault.com/blogs/security-essentials/brute-force-attack-mitigation-methods-best-practices
- Blocking Brute Force Attacks
Locking Accounts
Device Cookies
Finding Other
https://www.owasp.org/index.php/Blocking_Brute_Force_Attacks
- What Are Brute Force Attacks? How To Prevent & Stop An Attack?
Limit Failed Login Attempts
Make the root user inaccessible via SSH by edit the
Don’t use a default port, edit the Port line in your
Use Captcha
Limit Logins to a Specified IP Address or Range
Two Factor Authentication
Unique Login URLs
Monitor Server Logs
https://phoenixnap.com/kb/prevent-brute-force-attacks