Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Page 17 of 18 FirstFirst ... 7 15 16 17 18 LastLast
Results 241 to 255 of 256
  1. #241
    Member
    Join Date
    Mar 2004
    Location
    Virginia
    Posts
    76

    Default

    How can I make chkrootkit send a nightly email of the results?

    Thanks in advance,
    Last edited by Nathan D.; 11-07-2009 at 04:32 AM.

  2. #242
    Member
    Join Date
    Nov 2006
    Posts
    12

    Default Daily email of chkrootkit results

    Credit goes to Webhostgear, but works for me on my server. This assumes you already have chkrootkit installed:

    Daily Automated System Scan that emails you a report

    While in SSH run the following:
    pico /etc/cron.daily/chkrootkit.sh

    Insert the following to the new file:
    #!/bin/bash
    cd /yourinstallpath/chkrootkit-0.42b/
    ./chkrootkit | mail -s "Daily chkrootkit from Servername" admin@youremail.com

    Important:
    1. Replace 'yourinstallpath' with the actual path to where you unpacked Chkrootkit.
    2. Change 'Servername' to the server your running so you know where it's coming from.
    3. Change 'admin@youremail.com' to your actual email address where the script will mail you.

    Now save the file in SSH:
    Ctrl+X then type Y

    Change the file permissions so we can run it
    chmod 755 /etc/cron.daily/chkrootkit.sh

    Now if you like you can run a test report manually in SSH to see how it looks.
    cd /etc/cron.daily/

    ./chkrootkit.sh

    You'll now receive a nice email with the report! This will now happen everyday so you don't have to run it manually.

  3. #243
    Member
    Join Date
    Mar 2008
    Location
    Indiana
    Posts
    58

    Default

    Can admin's please sticky this, this is a great guide for any beginner or advanced user to help cover a base you might have missed, PLEASE sticky this!

    Thank you to the creator of this post.

  4. #244
    Member
    Join Date
    Nov 2003
    Location
    Panama City, FL
    Posts
    144

    Default

    As has been pointed out - it's old info, even if mostly still relevant.

    Would be better for the experts (of which I am not one) to try and work on a new guide, re-using from here what's appropriate.

  5. #245
    KeB
    KeB is offline
    Member
    Join Date
    Feb 2010
    Posts
    11

    Default

    Quote Originally Posted by Ishware View Post
    As has been pointed out - it's old info, even if mostly still relevant.

    Would be better for the experts (of which I am not one) to try and work on a new guide, re-using from here what's appropriate.
    I was just going to ask a similar question, I notice the original article is over 4 years old, i would guess that maybe some of the recommendations have been implemented by Cpanel themselves.

    From the original article, what is still applicable to the current version of Cpanel and would should be implemented?

  6. #246
    Member
    Join Date
    Jul 2009
    Posts
    5

    Arrow

    Same question here!

    Can we have this updated please (the original post is over 4 years old).

    Thanks

  7. #247
    cPanel Product Evangelist Infopro's Avatar
    Join Date
    May 2003
    Location
    Pennsylvania
    Posts
    7,891
    cPanel/Enkompass Access Level

    Root Administrator

    Wink

    Meantime, here is a link to cPanel's Recommended Security Settings (pdf) last revised Dec '09.

  8. #248
    Member cPanelKevin's Avatar
    Join Date
    Jan 2008
    Posts
    47

    Default

    Thanks to all who contributed to this great thread.

    We will be making alot of this part of our "Securing your Server" article that should hopefully be available officially soon.
    cPanel University:cPanel Technical Certification
    For hands-on assistance please reference our support information center: Where should I go for support?
    cPResources: Support Options - Extra Support Options - Forums Search - Mailing Lists - Documentation

  9. #249
    Member
    Join Date
    Nov 2003
    Location
    Panama City, FL
    Posts
    144

    Default

    Quote Originally Posted by cpanelkevin View Post
    Thanks to all who contributed to this great thread.

    We will be making alot of this part of our "Securing your Server" article that should hopefully be available officially soon.
    Still in progress, or is it out there and I can't find it?

    Many thanks either way, glad to see so much great stuff cPanel is working on.

  10. #250
    Member Lygas's Avatar
    Join Date
    Mar 2010
    Location
    Greece
    Posts
    17
    cPanel/Enkompass Access Level

    Root Administrator

    Default Re: A Beginner's Guide to Securing Your Server

    Hi there, New in WHM/cPanel here.

    The first post's Guide is still active? i mean i was only do the basic setup in WHM but nothing about Firewall or Security issues.

    Is there some Basic setting to do for more Security or is enough the default firewall settings..?


    Thanks, Demetris

  11. #251
    Member
    Join Date
    Sep 2009
    Location
    Athens Greece
    Posts
    201

    Default Re: A Beginner's Guide to Securing Your Server

    you have to trigger the firewall
    csf-check server security there are some suggestions.
    this is an old guide some things had changed but it is a beginning for securing a server

  12. #252
    Member Lygas's Avatar
    Join Date
    Mar 2010
    Location
    Greece
    Posts
    17
    cPanel/Enkompass Access Level

    Root Administrator

    Default Re: A Beginner's Guide to Securing Your Server

    Thanks k-planet ! I just install the csf (ConfigServer Firewall).

    Is there some suggestions for best results ..?

  13. #253
    Member cPanelKevin's Avatar
    Join Date
    Jan 2008
    Posts
    47

    Default Re: A Beginner's Guide to Securing Your Server

    cPanel 11.30 Recommended Security

    Recommended Security Settings
    cPanel University:cPanel Technical Certification
    For hands-on assistance please reference our support information center: Where should I go for support?
    cPResources: Support Options - Extra Support Options - Forums Search - Mailing Lists - Documentation

  14. #254
    Member cPanelKevin's Avatar
    Join Date
    Jan 2008
    Posts
    47

    Default Re: A Beginner's Guide to Securing Your Server

    Also pages 30-32 of this special cPanel version of Ping Zine magazine is my article on PHP Security some may find helpful.

    Ping! Zine » Special cPanel Edition – Nick Koston: The Man Behind the Curtain
    cPanel University:cPanel Technical Certification
    For hands-on assistance please reference our support information center: Where should I go for support?
    cPResources: Support Options - Extra Support Options - Forums Search - Mailing Lists - Documentation

  15. #255
    Member Lygas's Avatar
    Join Date
    Mar 2010
    Location
    Greece
    Posts
    17
    cPanel/Enkompass Access Level

    Root Administrator

    Default Re: A Beginner's Guide to Securing Your Server

    Thanks mate ! i start to reading now.

Similar Threads & Tags
Similar threads

  1. A Beginner's Guide to Name Servers Part-2 (Custom Nameservers for Resellers)
    By 000000000 in forum cPanel and WHM Discussions
    Replies: 8
    Last Post: 10-29-2008, 01:02 PM
  2. Guide to securing a server?
    By hexstar in forum cPanel and WHM Discussions
    Replies: 4
    Last Post: 09-04-2007, 10:10 PM
  3. Replies: 25
    Last Post: 10-01-2006, 12:44 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube