Actions
Feature proposal #9421
closedImplement support for IP verification services
Description
Review popular ip verification services that check if an ip address has been used for abuse. This can be used to auto deny registrations for example based off abuse. The following a reputable services for this.
AbuseIPDB
VirusTotal
CrowdSecCTI
This would need a separate database table to store results to avoid hitting these services with each call.
Actions