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

Bot prevention : Known bots IP service #319

Open
GoulvenF opened this issue Apr 3, 2024 · 0 comments
Open

Bot prevention : Known bots IP service #319

GoulvenF opened this issue Apr 3, 2024 · 0 comments
Labels
feature New feature or request help wanted Would be so happy to have someone contributing on this topic ! java Pull requests that update Java code

Comments

@GoulvenF
Copy link
Contributor

GoulvenF commented Apr 3, 2024

Version française (google translate)

Problem

Solution

  • We need to develop a service which :
    • grabs search engine IPS and badbots ips
    • provides methods that allow to check a given IP

Requisites

  • must be fast
  • should be a spring approach, or something that can easily be applied in spring context

Tips / work tracks

  • First approach is to grab from online dictionaries, such as badbots.com
  • Another approach could be reverse dns the first connection and check its in a known bot list, but not so great i thing
@GoulvenF GoulvenF added feature New feature or request help wanted Would be so happy to have someone contributing on this topic ! java Pull requests that update Java code labels Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request help wanted Would be so happy to have someone contributing on this topic ! java Pull requests that update Java code
Projects
None yet
Development

No branches or pull requests

1 participant