Review our idea: ip-address tracker for web-developers
Now we've been thinking. Would anyone be interested, if we make a webservice out of it, a lot like ReCaptcha: with an API and, say, libs for some popular languages, so that anyone could collect, manipulate and validate ip-addresses in their web-project. It would work like this (the simplest case):
1. You send a check request with an ip_address of your user to our service using our API. 2. We check if this ip exists in our db, if no - we add it. 3. Check when was the last activity from it, then check the rules that you set up in our web-interface when you signed up. 4. Then send you back true/false answer based on the rules and on this ip's previously stored data. 5. Based on this simple answer your application decides what to do with the user (so, it would take a 1 line of code to set this thing up in your app).
The service would also provide warnings (email, probably sms) about blacklisted IPs and a web-interface to manage IPs.
What features would you pay for? Or would you at least use it for free?
3 comments
[ 3.4 ms ] story [ 19.1 ms ] threadI like the idea of your app and it's something I could use, but since you're asking your customers to hard code stuff into their application at potentially experience-critical moments, any kind of failure on your part would be pretty disastrous.
This service is something I would use when it matures a little, it's not something I would hook my app into whilst you're just starting out. Venture backing or an established partner might help me convert sooner.
My 2c.
And it would be pretty much impossible for you to distinguish this from the reporter getting hammered for real.
This sort of attack wouldn't be likely ... unless and until your service became popular, at which point the payoff might be worth the trouble.
About integrating it in my app, I would use it. Maybe it can be built in different way: publishing a feed with the "offending" IPs (PubSubHubbub?) and leaving the API for only reporting them.