Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 18
  1. #1
    Member
    Join Date
    Mar 2008
    Location
    Indiana
    Posts
    58

    Default Rise in attempted hacking attempts?

    I am just wondering if other Cpanel admins have noticed a major spike in hacking attempts to their systems? In the past two days I have been swamped with blocking international IP addresses from the network, including a government based IP address.

    I will gladly share the IP's with anyone whos interested. It appears they are trying to brute force their way in via password. Appears to be via SSH which is disabled for all IP's except one (mine).

    Other Cpanel admin's or Cpanel staff have any thoughts or ideas to further lock down the servers.

    Thanks!

    AB

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

    Root Administrator

    Question

    I am just wondering if other Cpanel admins have noticed a major spike in hacking attempts to their systems?
    Hacking attempts are a part of the landscape in my opinion. Out of date or poorly secured servers and website scripts are good targets and might get more activity at times of course. Do you have modsecurity installed? This part of your security can be a big help in closing some openings for a hacker to poke at.

    It appears they are trying to brute force their way in via password. Appears to be via SSH which is disabled for all IP's except one (mine).
    Have you moved SSH to another port?
    Fav cPlinks this week: Blog - cPanel & WHM 11.32 we love it! | cPanel University study for it! | Attracta is coming! we want this!

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

    Default

    Quote Originally Posted by Infopro View Post
    Hacking attempts are a part of the landscape in my opinion. Out of date or poorly secured servers and website scripts are good targets and might get more activity at times of course. Do you have modsecurity installed? This part of your security can be a big help in closing some openings for a hacker to poke at.



    Have you moved SSH to another port?
    I have not installed modsecurity due to some mixed reviews i have heard about the software. Ive heard it's good, but at the same time i've heard it can be an admin nightmare if you get locked out.

    Moved my ssh to port 22, but i should probably move it yet again since activity is picking up again

  4. #4
    Registered User
    Join Date
    Jan 2010
    Posts
    3

    Default

    Quote Originally Posted by pbhosting View Post
    I am just wondering if other Cpanel admins have noticed a major spike in hacking attempts to their systems? In the past two days I have been swamped with blocking international IP addresses from the network, including a government based IP address.

    I will gladly share the IP's with anyone whos interested. It appears they are trying to brute force their way in via password. Appears to be via SSH which is disabled for all IP's except one (mine).

    Other Cpanel admin's or Cpanel staff have any thoughts or ideas to further lock down the servers.

    Thanks!

    AB
    Yes I know what you mean, even I was thinking it was quite strange in the number of attacks and login attempts being made all of a sudden.Most of mine seem to come from the Neatherlands now.

  5. #5
    Member
    Join Date
    Mar 2008
    Location
    Indiana
    Posts
    58

    Default

    Quote Originally Posted by shads View Post
    Yes I know what you mean, even I was thinking it was quite strange in the number of attacks and login attempts being made all of a sudden.Most of mine seem to come from the Netherlands now.
    Yes that is where alot of mine are coming from as well, but I am getting alot from china, india, and the Philippines. Had a government agency in the Philippines attempt as well.

  6. #6
    Registered User
    Join Date
    Jan 2010
    Posts
    3

    Default

    Not to mention the increase in Port scanning

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

    Root Administrator

    Exclamation

    Quote Originally Posted by pbhosting View Post
    I have not installed modsecurity due to some mixed reviews i have heard about the software. Ive heard it's good, but at the same time i've heard it can be an admin nightmare if you get locked out.

    Moved my ssh to port 22, but i should probably move it yet again since activity is picking up again
    You might want to read a few more reviews.
    Fav cPlinks this week: Blog - cPanel & WHM 11.32 we love it! | cPanel University study for it! | Attracta is coming! we want this!

  8. #8
    Member
    Join Date
    Mar 2008
    Location
    Indiana
    Posts
    58

    Default

    Quote Originally Posted by Infopro View Post
    You might want to read a few more reviews.
    granted it was very early 2009 when i last looked into the product so maybe things have changed, i dont know. we will have to see.

  9. #9
    Member
    Join Date
    Jul 2005
    Location
    Sticky On Internet
    Posts
    555

    Default

    Quote Originally Posted by agentblack View Post
    I have not installed modsecurity due to some mixed reviews i have heard about the software. Ive heard it's good, but at the same time i've heard it can be an admin nightmare if you get locked out.

    Moved my ssh to port 22, but i should probably move it yet again since activity is picking up again
    Using PORT 22, is like Giving a Invitation to Hacking problems.
    Change this to a non-standard port, and install CSF.

    if you are doing Shared hosting, where users use lot of open source like joomla, wordpress, Install Mod-security and use any free ruleset before its late.

    I don't think one could live without mod-sec in this wild hacker world.

  10. #10
    Member
    Join Date
    Mar 2008
    Location
    Indiana
    Posts
    58

    Default

    Quote Originally Posted by mohit View Post
    Using PORT 22, is like Giving a Invitation to Hacking problems.
    Change this to a non-standard port, and install CSF.

    if you are doing Shared hosting, where users use lot of open source like joomla, wordpress, Install Mod-security and use any free ruleset before its late.

    I don't think one could live without mod-sec in this wild hacker world.
    Ok. now im just not so sure in my abilities to install it properly LOL. i will look into them on Thursday. Thanks for the advice.

  11. #11
    Member
    Join Date
    Aug 2009
    Posts
    6

    Default

    I'm certainly getting my share of hacking attempts come to find out

    Is there a simple yum install for mod-sec? Where can I read about it? Also, how does one change ssh port?

    Thanks!

  12. #12
    Member
    Join Date
    Jul 2005
    Location
    Sticky On Internet
    Posts
    555

    Default

    you can change SSH port by editing
    /etc/ssh/sshd_config
    once you uncomment and change port from 22, make sure you remember the new port else you'll be locked out of server.

    It would be better if you search and read through this forum before you try it out.

  13. #13
    Member
    Join Date
    Feb 2010
    Posts
    15

    Default

    Quote Originally Posted by agentblack View Post
    I have not installed modsecurity due to some mixed reviews i have heard about the software. Ive heard it's good, but at the same time i've heard it can be an admin nightmare if you get locked out.

    Moved my ssh to port 22, but i should probably move it yet again since activity is picking up again
    Port 22 is way to low, Always choose something really high. Above 50,000 will be good.

  14. #14
    Member stugster's Avatar
    Join Date
    Apr 2002
    Location
    Edinburgh, UK
    Posts
    78
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    We use ConfigServer (ConfigServer Services) and we've noticed a massive spike in port scans in the past week or so.

  15. #15
    Member cpanelinfoseeker's Avatar
    Join Date
    Oct 2002
    Location
    NE Illinois
    Posts
    320

    Default

    Quote Originally Posted by stugster View Post
    We use ConfigServer (ConfigServer Services) and we've noticed a massive spike in port scans in the past week or so.
    You are not the only one! Mine have been way higher than normal on one server, the other one is still "normal".

    Ron

Similar Threads & Tags
Similar threads

  1. Does Cpanel include anything to prevent hacking attempts.
    By travistee in forum New User Questions
    Replies: 3
    Last Post: 06-02-2006, 12:24 AM
  2. Is Spam on the Rise?
    By secureID in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 01-14-2005, 05:54 PM
  3. Attempted Hacks?????
    By awsol in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 05-12-2002, 07:06 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube