[CLUE-Tech] root kit checker
    David Anselmi 
    anselmi at anselmi.us
       
    Thu May  6 18:08:06 MDT 2004
    
    
  
Angelo Bertolli wrote:
[...]
> <Limit GET HEAD POST>
> order allow,deny
> deny from 192.168.1.1
> allow from all
> </LIMIT>
That should probably be "order deny, allow", shouldn't it?
I would think that:
iptables -A INPUT -s 65.54.164.101 -j DROP
(on the web server) would stop it.  But I don't know how easy that is to 
configure on RH.  If you have iptables installed you could try the 
command by hand and see if it helps.  It might not stop MSN from sending 
to you but it would stop apache from answering.
Dave
    
    
More information about the clue-tech
mailing list