vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Community Lounge (https://vborg.vbsupport.ru/forumdisplay.php?f=13)
-   -   Ubuntu Server Firewall blocking (https://vborg.vbsupport.ru/showthread.php?t=322417)

Dr.CustUmz 04-19-2016 01:12 PM

Ubuntu Server Firewall blocking
 
I've got my server all set up, and today I found the need to enable the firewall. I have spam-o-matic installed, i have configured my htaccess to

Code:

RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http://*.vhoster\.org [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://*vhoster\.org [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://.*vhoster\.org [NC]
RewriteCond %{REMOTE_ADDR} ^91\.
RewriteRule .* - [F]

order allow,deny
deny from 91.
deny from vhoster.org
deny from *vhoster.org
allow from all

something has to be wrong in that...

nothing is blocking this damn auto reg/post bot. well spam-o-matic's doing a good job keeping it from registering but, occasionally one slips through. its just annoying, and the problem is, the IP keeps changing.
https://vborg.vbsupport.ru/external/2016/04/18.png
https://vborg.vbsupport.ru/external/2016/04/19.png

so i enabled UFW and got that all set up but i cant figure out how to block "IPs begining with"

i have tried the following commands
Code:

ufw deny from 91*
Code:

ufw deny from 91/24
Code:

ufw deny from 91.*
Code:

ufw deny from 91
Code:

ufw deny from 91.
so how can i prevent this dang bot from accessing my site....?

--------------- Added [DATE]1461080252[/DATE] at [TIME]1461080252[/TIME] ---------------

I think this may have done it
Code:

ufw deny OUT from any to 91.200.12.64/32
ufw deny OUT from any to 91.200.12.0/22
ufw deny from 91.200.12.64/32
ufw deny from 91.200.12.0/22

https://vborg.vbsupport.ru/external/2016/04/20.png

htaccess:
Code:

RewriteEngine on
RewriteCond %{REMOTE_ADDR} ^91\.200\.12\.64$ [NC]
RewriteCond %{REMOTE_ADDR} ^91\.200\.(0*1+[2-5]+)\.([0-2]+[0-5]+[0-5]+)$
RewriteRule .* - [F,L]

order allow,deny
deny from 91.200.12.0/24
allow from all

and for a little more i threw this on the server
https://github.com/pushinginertia/ip...blacklist.conf

and added the ip ranges there too

anyone else got any more tips?

Mattwhf 05-16-2016 12:35 AM

I would suggest to improve your addons to protect your forum from spambots instead of blocking IP ranges.

kerrghann 07-30-2016 06:24 PM

Quote:

Originally Posted by Mattwhf (Post 2570882)
I would suggest to improve your addons to protect your forum from spambots instead of blocking IP ranges.

As Mattwhf has stated, all blocking IP ranges does is block legitimate users.

It was a good tactic back when Static IP addresses were common. Now a days almost everyone is on a dynamic IP address. Not to mention that spoofing an IP address isn't difficult at all.

I personally use a honeypot in conjunction with vB Bad Behavior.

There is a section in there called "http:BL API Key"

If you host your own server, you can set up a honeypot on it and then you'll receive your own API Key. In addition, if you're willing to, you can hide a link to my honeypot in your site (I generate you a quicklink or something) and then I'll let you use my API key. I'll need to look over Project Honeypots EULA to make sure this is alright, but I believe it should be.

Regardless, I have very little spam.


All times are GMT. The time now is 02:43 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01063 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (8)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete