This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Possible Bot infiected a computer - Why?

We have a computer that appearss to be spamming out through port 25 allthough Sophos is up to date and running. Why?

Sincerely,

Ken

:28337


This thread was automatically locked due to age.
Parents
  •  DECODE PID to Network service.  

    At the command prompt on the offending system....

    netstat –ano > netstat.txt
    tasklist > tasklist.txt
    notepad tasklist.txt
    notepad netstat.txt

    Once you find the offending process PID do

    netstat -b

    Which should give you the offending binary.exe's and established connections.

    From here it just dependins on your companies policies for remediation / risk management.

    :28611
Reply
  •  DECODE PID to Network service.  

    At the command prompt on the offending system....

    netstat –ano > netstat.txt
    tasklist > tasklist.txt
    notepad tasklist.txt
    notepad netstat.txt

    Once you find the offending process PID do

    netstat -b

    Which should give you the offending binary.exe's and established connections.

    From here it just dependins on your companies policies for remediation / risk management.

    :28611
Children
No Data