Forum Moderators: DixonJones

Message Too Old, No Replies

Blocking IP of anonymizers

Foiling forum trolls

         

helleborine

3:36 pm on Oct 31, 2004 (gmt 0)

10+ Year Member



Can blocking IPs of anonymizer services themselves (though not of the proxies they use) prevent users of such services from accessing a forum?

I'm not real knowledgeable, I hope my question makes sense to those who are...

keyplyr

5:43 am on Nov 1, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Yes, but I prefer to use:

RewriteCond %{HTTP_USER_AGENT} Anonym [NC]

It gets some of them. Otherwise I'd need to know all the IPs.

helleborine

12:55 pm on Nov 1, 2004 (gmt 0)

10+ Year Member



I did some homework and I found the IPs of 38 anonymizer services, and blocked them all. The troll has not striken since! I don't use such services myself so I had no way no know whether the IP block worked, or the troll had been run over by a bus.

Thanks for confirming that the block works! I'm delighted.

If anyone wants the list, just sticky me.

helleborine

12:59 pm on Nov 1, 2004 (gmt 0)

10+ Year Member



And another thing...

What is "RewriteCond %{HTTP_USER_AGENT} Anonym [NC]"?

I only know html...

keyplyr

9:23 am on Nov 2, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month




Sorry, Apache mod_rewrite [httpd.apache.org].

picnic_new

11:57 am on Nov 2, 2004 (gmt 0)

10+ Year Member



Hey Keyplyr,

How do I setup Apache mod rewrite? Where do I actually install this command?

Thanks

keyplyr

6:19 pm on Nov 2, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



picnic-new you can get all this info by reading theads in the Apache Web Server [webmasterworld.com] forum. Of course your website must actually be on an Apache web server :)

madmatt69

9:23 pm on Nov 2, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



How come you want to block them? What's a forum troll exactly?

helleborine

12:50 pm on Nov 3, 2004 (gmt 0)

10+ Year Member



Trolls are people that post aggressive, insulting, and/or destructive messages in forums.

They do not want their identity known, and they use anonymizer services. Their IP changes with every post.

madmatt69

5:45 pm on Nov 3, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Ahh I see.

I keep guest posting off, and that seems to help. But of course, people tend to slip through.

eaden

11:51 am on Nov 6, 2004 (gmt 0)

10+ Year Member



If you have root access ( and it's a linux box ) :
route add -net 123.123.123.0/24 reject

blocks the C class 123.123.123.*, they won't be able to visit the site let alone troll.

bose

12:58 pm on Nov 6, 2004 (gmt 0)

10+ Year Member



helleborine stated:
I did some homework and I found the IPs of 38 anonymizer services, and blocked them all.

Do they change their IPs or they remain pretty much the same?

Glad to hear you have been able to keep them off your sites.

What does a typical log entry involving an Anonymizer look like? I was wondering if blocking by UA would be enough/effective.

helleborine

1:18 pm on Nov 6, 2004 (gmt 0)

10+ Year Member



The IPs of the anonymizers themselves remain the same. Some appear to own an IP block.

The anonymizer USERS, however, have a different IP each time.

My board is on a remote host, and I don't have access to the raw logs, so I can't tell you what the entry looks like. Perhaps someone else could answer this question?

helleborine

12:54 pm on Nov 18, 2004 (gmt 0)

10+ Year Member



If anyone's interested, I caught my troll. Hurray! He was poofing IPs.

I made a web page explaining how I did. Since I can't post URLs in this forum, PM me and I'll send it to you.