Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password attack detection #94

Open
balinmenezes48 opened this issue Oct 2, 2023 · 0 comments
Open

Password attack detection #94

balinmenezes48 opened this issue Oct 2, 2023 · 0 comments

Comments

@balinmenezes48
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant