Skip to main content

suspicious processes question

Comments

3 comments

  • 24x7server
    Hello, Can you please try to check this user entry in passwd file.
    grep dreadka /etc/passwd
    Also, Please try to find out which user us running this process through that process ID.
    0
  • quizknows
    In addition to the good advice above from 24x7 server, you can gather more information about the process with lsof such as:
    lsof -p 15529
    This could get you the "working directory" (or CWD) of the process(es) to investigate further. The process names are likely spoofed and things like 'init', 'mail', 'httpd', etc. running as the wrong user are generally malicious perl processes with the process name spoofed.
    0
  • cPanelMichael
    While monitoring I found below processes running on server. Are those any suspicious processes? "dreadkar" user doesn't exist on server.

    Hello :) The processes do not look legitimate, so you may want to consult with a qualified system administrator or security specialist if you are not comfortable investigating this type of issue on your own. Thank you.
    0

Please sign in to leave a comment.