1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to secure server

Discussion in 'Security' started by Carl29, Mar 1, 2010.

  1. onel0ve

    onel0ve Member

    Messages:
    53
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    43
    #21
    hay how to add virus scan for ftp and how to install root kit ???
    and one more thing which which php function is effective for the server ??
     
    onel0ve, Aug 18, 2010 IP
  2. Pathan

    Pathan Well-Known Member

    Messages:
    2,196
    Likes Received:
    218
    Best Answers:
    0
    Trophy Points:
    165
    #22
    Here is the guide on how to Install Rootkit.

    RootKit — Spyware and Junkware detection and removal tool
    Go to Rootkit Hunter homepage, and download the latest release.
    http://www.rootkit.nl/projects/rootkit_hunter.html

    ## Get the latest source and untar
    # cd /usr/src/utils
    # wget http://downloads.rootkit.nl/rkhunter-<version>.tar.gz
    # tar xfz rkhunter-*.gz
    # cd rkhunter
    # ./installer.sh
    ## run rkhunter
    # rkhunter -c

    Also do the following,

    Enable E-mail Alert on Root SSH Login

    To enable root login notification, do the following

    1. cd /root

    2. edit .bashrc file with command
    vi .bashrc

    3. Add following content to .bashrc file


    echo ‘ALERT – ServerName Root Access on:’ `date` `who` | mail -s “Alert: Root Access from `who | cut -d’(‘ -f2 | cut -d’)’ -f1`”

    Change
    ServerName to your server name.
    to your email address.

    4. Save and Exit vi text editor with command :wq

    Now log out of SSH and login, you will get SSH Root Login alert email with IP addrss and time of login.



    Also install csf firewall it will help a lot.

    With Regards.
     
    Pathan, Aug 20, 2010 IP
  3. carolynccourtney

    carolynccourtney Greenhorn

    Messages:
    96
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #23
    I have an ISA Server 2006 in the DMZ with an SSL certificate that has an HTTPS listener. When ISA Server receives requests HTTPS request is sent via HTTPS HC internal web server. Thus, the ISA server handles Internet requests and HC web server is not open to the Internet at all. Very easy to configure.
     
    carolynccourtney, Sep 2, 2011 IP