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

Threat shield UI: manage list of blocked IPs #924

Open
gsanchietti opened this issue Nov 20, 2024 · 0 comments
Open

Threat shield UI: manage list of blocked IPs #924

gsanchietti opened this issue Nov 20, 2024 · 0 comments

Comments

@gsanchietti
Copy link
Member

Create UI and API to manage IPs blocked by Brute force attack feature.

Description:

  • View all IP addresses currently on the blocklist: /etc/init.d/banip survey blocklistv4
  • Look up a specific IP in the blocklist: /etc/init.d/banip search IP_ADDRESS
  • Unban an IP address: nft delete element inet banIP blocklistv4 { IP_ADDRESS }
  • Note: Specify the correct blocklist in commands when prompted (blocklistv4 for IPv4, blocklistv6 for IPv6).

Tasks:

  1. Create a UI to display all IP addresses currently on the blocklist.
  2. Implement a search functionality in the UI to look up a specific IP in the blocklist.
  3. Provide an option in the UI to unban an IP address.
  4. Develop API endpoints for viewing, searching, and unbanning IP addresses.
@gsanchietti gsanchietti converted this from a draft issue Nov 20, 2024
@gsanchietti gsanchietti added this to the NethSecurity 8.5 milestone Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ToDo 🕐
Development

No branches or pull requests

1 participant