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

Black-list protection rule like fail2ban #2

Open
cameyo opened this issue Sep 20, 2019 · 0 comments
Open

Black-list protection rule like fail2ban #2

cameyo opened this issue Sep 20, 2019 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@cameyo
Copy link
Owner

cameyo commented Sep 20, 2019

In RdpMon.cs there is a commented section "BlackList protection rule: TBD".
It implements automatic black-listing of IP addresses after a certain failure threshold. It basically works, but requires some polishing before it can be put to use:
#1- UI for configuring, enabling and disabling the protection rule.
#2- Some forgetting range after which IPs are OK again. If a legitimate user has put the wrong password more than 10 times over the course of a long period of time (i.e. throughout an entire month) or... because they were really confused, we still want to give them another chance after a few hours for example. This has to be included in the configuration UI mentioned in #1 of course.

@cameyo cameyo added enhancement New feature or request help wanted Extra attention is needed labels Sep 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant