Skip to main content

Joomla / WordPress admin attack from my server to remote:

Comments

5 comments

  • quizknows
    Look for any outbound port 80 connections with: lsof -i :80 You will see your own apache server in that list too, but keep an eye for other stuff. usually, attacks like this are very obvious in the output of: ps faux If you see suspiciously named user processes, use: lsof -p $PID on the process ID to see where it's working from. Even just an output of ps faux would probably be enough if you're familiar with what your process list should look like.
    0
  • 24x7server
    Hello, Also I will suggest you to check your /tmp directory, May be any suspicious files is present in your /tmp directory and scan your whole server through LMD (Linux Malware Detect) OR CXS (ConfigServer eXploit Scanner) and delete all php shell scripts if any found in your scan report.
    0
  • cPanelMichael
    Hello :) In addition to the previous posts, it's likely also a good time to check the overall security of your system. The cPanel security advisor is a good place to start: "WHM Home " Security Center " Security Advisor" Thank you.
    0
  • quizknows
    [quote="24x7server, post: 1562221">Hello, Also I will suggest you to check your /tmp directory, May be any suspicious files is present in your /tmp directory and scan your whole server through LMD (Linux Malware Detect) OR CXS (ConfigServer eXploit Scanner) and delete all php shell scripts if any found in your scan report.
    It's a good idea to check /tmp, if there's malware there and you're on a SuPHP system then the malware will be owned by the affected user. If you find shells don't just delete them right away. Before you change anything, run the 'stat' command on the malicious files. This gives you important information as to exactly WHEN that file was put there. With that information you can check the domain's access logs to see if the shells were uploaded using an exploit in the CMS, another shell, or the admin credentials for the CMS.
    0
  • sreeninair
    Hello Guys, Thank you for your support. I will definitely check those areas. Thank Sreeni
    0

Please sign in to leave a comment.