--
kind regards,
Karl Levinson, CISSP, CCSA, MCSE [MS MVP]
-------------------------
Microsoft Security FAQ:
http://www.securityadmin.info
"Will" <(E-Mail Removed)> wrote in message
news:44edneqx-(E-Mail Removed)...
>> You already probably have done the following, but if you are really
>> wanting to get to the root (if not rootkit) of this hack, then it may be
>> better to use some of the other utilities from the PsTools suite, as
>> TDImon may be looking at this from too lowlevel of a perspective.
>> You might also find usefulness from the MS provided
>> PortRptr or perhaps even PortQry
>> http://support.microsoft.com/kb/837243
>> http://support.microsoft.com/kb/310099
>> although possiblly you are seeing traffic due to a loaded driver.
>
> I will look at those. Is there really no utility that will reveal any
> activity by specific DLLs or drivers inside the kernel? Pretty
> incredible
> that Microsoft doesn't provide something like that, given the wide
> exposure
> that kernel files have.
>
> I'll go through the list of installed hidden devices looking for ones that
> seem out of place as well. Probably if I remove it the trojan would just
> put it back, but that behavior by itself would give some clues.
>
> Would SFC have any use at this point, or would the virus have also planted
> itself into the cache that SFC uses for comparisons and restores?
SFC would only help if one of the executables or dlls had been modified. I
see no reason to suspect that's the case here. I'm not sure I would bother
with SFC for malware investigations.
RE: Process Explorer from sysinternals.com, see this previous post where a
similar thing [IP traffic from "System" process] was happening. Maybe it
will help you track down the cause. Please let me know what happens, as
I've had similar cases in the past myself and expect more in the future.
From a previous post:
"Scott Townsend" <(E-Mail Removed)> wrote in message
news:<(E-Mail Removed)>...
> Found ProcExp from SysInternals, then looked at the System Process
> Properties, there is a TCP/IP tab
> then every 6-7 seconds the TCp Connection would show up. I did a stack
trace
> on it and came up with:
>
> ntoskrnl.exe+0xa3d9
> ntoskrnl.exe+0x95063
> ntoskrnl.exe+0x982a8
> ntoskrnl.exe+0xa62d3
> ntoskrnl.exe+0xa63a2
> ntoskrnl.exe+0xa63e5
> ntoskrnl.exe+0x699f
> ntoskrnl.exe+0xc577
> RpshSi.sys+0x59822
> ntoskrnl.exe+0x9603c
> ntoskrnl.exe+0xb3b5
> ntoskrnl.exe+0x9d128
> ntoskrnl.exe+0x18c81
>
>
> RpshSi.sys is part of COMTROL, a Serial to TCP/IP Device. The RpshSi.sys
> Device Driver was installed on both machines trying to communicate to the
> Serial to TCP/IP Device.
>