hey folks, i have just started working on this new small project of mine and one of my colleague, - https://nofraud.co/v1/
a bit of a background, my friend and i ran a GPT site for about a year back in the day (probably around 2 years ago) which forced us to face and deal with fraudulent users (those with proxies, VPNs, as well as botnet IPs) which were trying complete some CPA offers and surveys. So, out of curiosity and also insipired by (but NOT based on nor are we using the data of) getipintel.net / @black 's system, we have decided to try and make our own IP detection system which allows y'all to check whether an IP is considered "bad" (source of proxy/vpn/ssh brute force attacks/http attacks/datacenter ip/etc.. you name it.) using a public API.
You can use this on your forum registration page, order/checkout page, CPA landing page, CPM, CPC, TE, or any service that you run.
The system will give you an estimation (0 will be a clean IP, while 1 is considered tainted/bad, and between 0 - 1 is considered medium-high risk ip addresses. test this with your own data).
Free API (600 queries/day):
http://api.nofraud.co/ip.php?ip=xxx.xxx.xxx.xxx
*Please take note that:
- test the data that the system will produce with your own dataset. i wont be responsible for any damage/losses. ToS and disclaimer can be seen on the homepage of my project.
- it is FREE to use, so please dont abuse this API.
- please report bugs if u find any.
- more testing is still needed to clear some false positives and to find out the best way to calculate the scoring system
Live statistics for the blacklisted IPs are shown at the frontpage, as well as some simple javascript & python modules (bulk checking is also available through the .py module) and implementations are available on the website.
we have several scrapers on work as well as multiple honeypot systems. we have been building the list since a month ago, and so far it's been working relatively well. please let me know if there's any miscalculation on our part.
any constructive ideas and/or suggestions are very much welcome. thanks