Skip to content

Password attack detection #94

@balinmenezes48

Description

@balinmenezes48

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions