Originally Posted by Buster_BSANo, but it's still quite a useful tool :)
I doubt SysInspector can be considered as a rootkit detector.
Malware = If your names not down, you're Not coming in !
A forum for reverse engineering, OS internals and malware analysis
Originally Posted by Buster_BSANo, but it's still quite a useful tool :)
I doubt SysInspector can be considered as a rootkit detector.
[main]
version=3.273
quote=Everybody's a jerk. You, me, this jerk. That's just my philosophy
botid=7452027a-de3a-4030-8cf2-b802b4661a92
affid=40694
subid=0
installdate=4.9.2010 13:25:17
builddate=3.9.2010 14:0:52
rnd=823518204
[injector]
*=tdlcmd.dll
[tdlcmd]
servers=https://nichtadden.in/;https://91.212.226.67/;https://li1i16b0.com/;https://zz87jhfda88.com/;https://n16fa53.com/;https://01n02n4cx00.cc/;https://lj1i16b0.com/
wspservers=http://zl00zxcv1.com/;http://zloozxcv1.com/;http://71ha6dl01.com/;http://axjau710h.com/;http://rf9akjgh716zzl.com/;http://dsg1tsga64aa17.com/;http://l1i1e3e3oo8as0.com/;http://7gafd33ja90a.com/;http://n1mo661s6cx0.com/
popupservers=http://clkh71yhks66.com/
version=3.941
windbreaker11 wrote:Looks like TDSSKiller can clean x64 MBR's now. Can anyone confirm? version 2.4.2.0.Confirmed. TDSSKiller 2.4.2.0 can clean x64 MBR.
x64 = IsWindows64();
if ( x64 )
{
hInst = (int)GetModuleHandleA(0);
result = WriteData(
hInst,
v6,
Filenames[0],
Filenames[1],
Filenames[2],
Filenames[3],
Filenames[4],
Filenames[5],
Filenames[6],
Filenames[7]);
SetSelfDeletePending(0);
if ( result )
{
if (NT_SUCCESS(RtlAdjustPrivilege(SE_SHUTDOWN_PRIVILEGE, TRUE, FALSE, &bPrev))
ExitWindowsEx(0x12u, 0);
}
ExitProcess(0);
}
else
{
/*
x86 mode
spooler based injection and infection for x86
*/
}