Page 1 of 1
block domain
Posted: 30 Mar 2013, 09:21
by jpeters
Hello,
Whe are suffering from attacks / login atemps from perfect-privacy.com.
is there anyway to bock this domain..
the have serveral servers around the world so blocking by IP address is not a option.
There is no list availible of al the servers from this..
Re: block domain
Posted: 13 Jun 2013, 16:13
by chandro
login attemps on ssh? apache? mail? or where.
Re: block domain
Posted: 14 Jun 2013, 21:16
by jpeters
meanly ssh login attempts..and login attemps on joomla / WordPress website's..
the try to login to the administrator secton.. or to SSH telnet to the server
Re: block domain
Posted: 15 Jun 2013, 04:18
by Sergio
if it is a domain you could use Mod_Security.
Re: block domain
Posted: 16 Jun 2013, 06:19
by jpeters
Can you explain a bitt more how to block a domain with mod_Security
Re: block domain
Posted: 16 Jun 2013, 17:15
by Sergio
you can add a rule to block domains that comes from the URL line. Domains couldn't be blocked by FireWall because FireWall only works with IPs, but Mod_Security can check if a domain name is written on the url when it is passed to apache and then do what your rule is set for.