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

Implementar controle no login para evitar ataque de força bruta #1450

Open
viniciusandrade opened this issue Apr 10, 2024 · 2 comments
Open
Assignees

Comments

@viniciusandrade
Copy link
Member

CM-PAHO-EXT-08. It is recommended to block the attacker IP address incrementally. An example of this measure is as follows: The first time that an attack of this type is detected, the IP address is blocked for 15 minutes, the second time a block is applied for 30 minutes and the third time a permanent block is applied.

@viniciusandrade
Copy link
Member Author

Implementado em ccd3493

@viniciusandrade
Copy link
Member Author

Verificado que devido ao uso de proxy o IP do usuário não esta sendo repassado para aplicação. Realizando ajustes para pegar IP de outra variável de ambiente.

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