Website Security

Discussion in 'Technical' started by mr_bo, Jul 20, 2010.

  1. mr_bo

    mr_bo New Member

    I am running an ispc 3/Centos server and all is well except for Awstats on one of the domains is logging hits on:
    Code:
    /webmail/src/left_main.php
    /webmail/src/right_main.php
    /webmail/src/login.php
    /webmail/src/webmail.php
    /webmail/src/read_body.php
    /webmail/src/compose.php
    There is only 2 email accounts on this domain for which both have imap disabled and passwords have been changed, robots.txt is also covering these but still receiving 140 hits in 3 days!

    Another domin is logging hits on:
    Code:
    /mysqladmin/scripts/setup.php
    /phpmyadmin/scripts/setup.php
    /phpMyAdmin/scripts/setup.php
    Am I being targeted? Am I safe or should I be worried?

    Thanks in advance.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    You should keep an eye on it. If all hits come from the same IP, and this IP doesn't belong to any of your customers, you can block the IP.
     
  3. mr_bo

    mr_bo New Member

    How do you block them?

    And is this a good step to take? Given the centos firewall is off and the ispc firewall is on.
     
    Last edited: Jul 21, 2010
  4. till

    till Super Moderator Staff Member ISPConfig Developer

  5. mr_bo

    mr_bo New Member

    Code:
    /sbin/route add -host 192.168.0.123 reject
    Ok, I just used this command on an ip.... a wrong ip :eek: Can it be reversed?
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Try
    Code:
    /sbin/route del -host 192.168.0.123 reject
    or reboot the system.
     
  7. mr_bo

    mr_bo New Member

    Thanks, the help you guys give here is invaluable :)
     

Share This Page