Detecting hidden process

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • pmclinn

    #1

    Detecting hidden process

    I have a couple spyware bots I loaded on a test machine. While I was
    watching the spyware infect the system I noticed that it was launching
    a process but it was not listed in my task Managaer under processes. I
    know the process is running because the firewall is detecting it. Does
    anyone have code to list these invisble processes?

    -Peter

  • Thomas Wenning

    #2
    Re: Detecting hidden process


    "pmclinn" <pmclinn@gmail. com> schrieb im Newsbeitrag
    news:1128398481 .452839.88120@g 14g2000cwa.goog legroups.com...[color=blue]
    > I have a couple spyware bots I loaded on a test machine. While I was
    > watching the spyware infect the system I noticed that it was launching
    > a process but it was not listed in my task Managaer under processes. I
    > know the process is running because the firewall is detecting it. Does
    > anyone have code to list these invisble processes?
    >
    > -Peter
    >[/color]

    Hi Peter,

    look here http://www.sysinternals.com/Files/ProcessExplorerNt.zip
    for process or system debugging. It`s a great tool.

    Greeting

    Thomas Wenning


    Comment

    • Ken Tucker [MVP]

      #3
      Re: Detecting hidden process

      Hi,

      You can use the process class to list all running processes.
      The problem with spyware is it likes to use the same name as system
      processes. Here is a link to an example that gets the processes and owners.
      This will help you figure out which one is spyware.



      Ken
      -------------------
      "pmclinn" <pmclinn@gmail. com> wrote in message
      news:1128398481 .452839.88120@g 14g2000cwa.goog legroups.com...[color=blue]
      >I have a couple spyware bots I loaded on a test machine. While I was
      > watching the spyware infect the system I noticed that it was launching
      > a process but it was not listed in my task Managaer under processes. I
      > know the process is running because the firewall is detecting it. Does
      > anyone have code to list these invisble processes?
      >
      > -Peter
      >[/color]


      Comment

      Working...