You are not logged in.
- Topics: Active | Unanswered
Pages: 1
#1 2012-08-17 8:27 pm
- pedigree
- uıɐbɐ ʎɐqǝ ɯoɹɟ pɹɐoqʎǝʞ ɐ buıʎnq ɹǝʌǝu ɯ,ı
- From: New Zealand
- Registered: 2008-04-16
- Posts: 7,071
New feature live - TOR node support
I've just added a new feature to the API, at the request of the TOR hosting community. This option is *off* by default.
if you add
¬orexit
to any API call, then any listed IP numbers that are known "good" exit nodes (updated hourly) will not be reported as a spamming IP. Is is for sites that wish to use StopForumSpam but wish to allow Tor access. While spammers persist in using Tor, I think its one of the most powerful and useful tools that we have to resist Government monitoring.
Bridge nodes, private nodes and "bad" nodes (those that alter http/https traffic etc) will continue to be reported as a spamming IP, if listed and notorexit is used.
If any serial (non-default) format is specified and the exit node is a Tor exit node, then the IP record will include a "torexit" key, with a value of 1
http://www.stopforumspam.com/api?ip=117.18.75.235&f=json¬orexit
will provide this output ( note: 117.18.75.235 is a listed tor exit node and this is correct at the time of this post)
{"success":1,"ip":{"torexit":1,"appears":0}}
however, without this parameter, the output of
http://www.stopforumspam.com/api?ip=117.18.75.235&f=json
will produce this response
{"success":1,"ip":{"torexit":1,"lastseen":"2012-02-13 01:35:12","frequency":2,"appears":1,"confidence":6.44}}
Offline
Pages: 1