Preventing Free Trial Abuse
IpForensics might be used to protect your app from trial abuse or from users trying to get around country restrictions by using Tor or proxies.
Below is a Javascript code snippet that could be used to forbid account creation to anonymous users (i.e. users detected as using Tor, a proxy, or a VPN):
You can chain multiple checks
IpForensics also offers the option of blocking users whose IP's have been reported repeatedly by admins across the Internet for malicious activity or spam. For this purpose, you can respectively use the fields is_attacker
and is_abuser
.
Always reference the API endpoint for complete response result
Last updated