atenreiro / opensquat

The openSquat is an open-source tool for detecting domain look-alikes by searching for newly registered domains that might be impersonating legit domains and brands.
https://opensquat.com
GNU General Public License v3.0
685 stars 130 forks source link

Password attack detection #94

Open balinmenezes48 opened 11 months ago

balinmenezes48 commented 11 months ago

The Python code script provided below should help you in identifying potential password hacks by keeping track of unsuccessful login attempts and using rules to spot suspicious patterns. The code above presupposes that you have access to logs or some other kind of event data that keeps track of login attempts. It looks for common password attack patterns, such as numerous unsuccessful login attempts using the same username or IP address. passwordattackdetection.zip