We have a computer that appearss to be spamming out through port 25 allthough Sophos is up to date and running. Why?
Sincerely,
Ken
This thread was automatically locked due to age.
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.
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.