Which Security Softwares Should i install In New Dedicated Server

Discussion in 'Security' started by fsmobilez, Dec 21, 2008.

  1. #1
    Hi

    I want to know that i have purchased a new dedicated server and i dont know which security softwares should i install in my server to avoid abuse or hackers cant access my site

    I mean i want to make my server as secures as much possible

    I know about apf fireweall

    Will u plz post the names of all security softwares

    Thanks
     
    fsmobilez, Dec 21, 2008 IP
  2. wisdomtool

    wisdomtool Moderator Staff

    Messages:
    15,825
    Likes Received:
    1,367
    Best Answers:
    1
    Trophy Points:
    455
    #2
    I assume yours is Linux

    Sohusin
    APF and BFD
    Chrootkit
    Rootkit Hunter
    Clamav

    I think these are the basics that should be installed.
     
    wisdomtool, Dec 21, 2008 IP
  3. fsmobilez

    fsmobilez Active Member

    Messages:
    449
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    78
    #3
    Yes its linux .

    Are there any other which should be installed as well
    mod_security, DDOS deflate,

    There are also installed in my server

    Thanks all savvy experts for their time
     
    fsmobilez, Dec 21, 2008 IP
  4. wisdomtool

    wisdomtool Moderator Staff

    Messages:
    15,825
    Likes Received:
    1,367
    Best Answers:
    1
    Trophy Points:
    455
    #4
    Mod Security, yes definitely good to have, DDOS deflate I have not tried yet.

     
    wisdomtool, Dec 21, 2008 IP
  5. SSANZ

    SSANZ Peon

    Messages:
    861
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Consider an IDS, binary monitoring and also consider extra mod_security rulesets and logging.

    Also consider securing your control panel.
     
    SSANZ, Dec 21, 2008 IP
  6. fsmobilez

    fsmobilez Active Member

    Messages:
    449
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    78
    #6
    Will u tell me in detail how can i secure control panel
     
    fsmobilez, Dec 22, 2008 IP
  7. JustAStranger

    JustAStranger Guest

    Messages:
    141
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #7
    The only thing you need is a well configured netfilter/iptables firewall.
    Beside this: remove all services you don't need.

    Everything else is not required for your case.

    Of course ssanz gave a good advice, IDS (intrusion detection) is a powerful thing. For an Expert! Everyone else will find himself overwhelmed by all those messages an IDS can generate on a well populated server.
     
    JustAStranger, Dec 26, 2008 IP
  8. Pathan

    Pathan Well-Known Member

    Messages:
    2,196
    Likes Received:
    218
    Best Answers:
    0
    Trophy Points:
    165
    #8
    I am using APF, DDos Deflate and few others here is the link to setup it on your server.

    You can install Mod_security & clamav, by logging in to your WHM and then go to Main >> cPanel >> Manage Plugins you will find them there, just select them and press "
    Save"

    Hope it will help.

    -Regards.
     
    Pathan, Dec 27, 2008 IP
  9. hans

    hans Well-Known Member

    Messages:
    2,923
    Likes Received:
    126
    Best Answers:
    1
    Trophy Points:
    173
    #9
    snort and nessus combined plus mod_security, plus a few others - if you really want peace of mind on your own dedicated server. I just went thru all that above on my expanded dedicated server ( from 1 to 3 for my single site )

    1.
    Nessus to do security scans
    2.
    snort to do IDS/IDP
    3.
    mod_security of course for various rules

    to see how many "wrong" data packages hit your site and dropped by snort - may be have a look at my tonights little blog post on that topic.

    most will recommend much less
    why ?
    because most never took the time to SEE all that arrives at a dedicated server - and for many as long as they dont know - they "belief" all is fine - untikl one day site hacked. have a look at the site hacked section of DP forum to see them all whining when its too late ...

    it's well worth to invest some time to understand ALL available security enhacing / protecting features and learn them ALL. it's something you do ONCE in a full lifetime. site security implemented is just like loosing your virginity. once done all else is but fun!
    as of today, I just almost finished my security topic / after 11+ yrs of web publshing ) and have spent many hudnred hrs surfing, learning, studying and testing my new servers.
    there is no ultimate server security
    but there might be a point where automated hacker scripts may fail and a hacker personally may waste too much time to bipass all security measures and he may prefer to search for another site easier to crack.

    another most important factor ALWAYS is the selection of scripts and software you install. that is a decision you make BEFORE installing.
    always google for
    scriptname security alert

    replace above "scriptname" with the name of script / software in mind
    see if there are known vulnerabilities and if so if they have been solved properly by developers or persist over time unsolved.

    haivng security in mind and valueing your own peace of mind, sometimes ( in my case definitely ) I prefer NOT to install certain gadgets and fancy features simply to avoid any additional security problems and to keep all slim and tight - as secure as possible by having all as simple and goal-oriented as possible.

    learn from LARGEST sites - there is a reason why Google and alikes rarely have fancy gadgets across all sites and pages.

    how many hackers will you have ?

    how many DID u have already on your newly purchased dedicated server ?
    don't know ?
    have a look at your log files

    /var/log/messages
    /var/olog/warn
    /var/log/apache2/error_log
    /var/log/apache2/access_log

    run log files on your local PC using
    tail -f /var/log/messages

    etc to watch them

    chmod ALL 000 unless all configured and secured
    shut down services unconfigured until you have time to fix
    services such as mail ( rcpostfix stop ) apache, etc and first install and secure all properly, then open your services to the world

    adapt paths as needed to your system

    you definitely have hackers BEFORE YOU stat to think of hackers. NOW these seconds is the very best time for hackers to place rootkits and other malicious code inside your site - entire phishing sies ...
    because NOW most likely all your site is WIDE open to all, mostly unconfigured, mostly no real passwords, etc

    the very first visitors to arrive on a new virgin dedicated server before site / domain name is up and running always are hackers ! then Google
    then all else - and sometimes the site owner.

    then when all real security is UP - you start using iptables, APF, etc
    but first you secure the virgin site removing/solving actual vulnerabilities rather than just hide them behind firewall ( iptables etc !!! )

    that's why we use a full nessus scan on UNsecured site and solve all, before hiding all fully secured site behind firewalls.
     
    hans, Dec 28, 2008 IP
  10. Linked2K

    Linked2K Peon

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    I don't see it mentioned here, also install tripwire.
    [​IMG]
     
    Linked2K, Jan 18, 2009 IP
  11. olddocks

    olddocks Notable Member

    Messages:
    3,275
    Likes Received:
    165
    Best Answers:
    0
    Trophy Points:
    215
    #11
    olddocks, Jan 20, 2009 IP
  12. bnabilos

    bnabilos Member

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #12
    Hi,
    We can optimize your server and secure it completely within 1 day. After that, you will receive a complete detailed report explaining all the operations that we made.
    The price is $49 one time payment.
    Please send a PM if you are interested.
    Thanks
     
    bnabilos, Feb 14, 2009 IP