| | |
Fun times with Windows Police Pro.
Thread Solved |
•
•
Join Date: Oct 2009
Posts: 37
Reputation:
Solved Threads: 0
0
#11 Oct 20th, 2009
I copied that exact command into the prompt, twice, and each time it said "The system cannot find the file specified". Logit.txt did appear, but it was empty.
I'll try whatever you think will work.
•
•
•
•
-- One of the options I was keeping in reserve in the event that nothing else works (nothing could be transferred to the Desktop of ill compy an then run) is to run Combofix directly from the flash drive.
Perhaps we should go ahead and try that? What do you think?
You won't be able to update it, but it should run and make some progress. Let me know if you want to jump ahead and try that.
0
#12 Oct 20th, 2009
We should probably try burning the tools onto a non-rewritable disk (not the ISOs, just the disk of tools). That way, we can use command line to copy them to desktop. Let me know if that is workable.
I am a little reluctant to try the flash drive just yet - I am fairly certain the malware has replaced the legit eventlog.dll and once we deal with that, we can make some headway with tools on the desktop. We just need to get them on there.
What happens when you type the following command at the prompt:
dir /s %windir%\eventlog.dll
Note it is dir <space> /s <space>%windir%\eventlog.dll
If error there, try:
sc stop "eventlog" ENTER
What happens?
If error there, try:
sc config "eventlog" start= disabled ENTER
What happens?
PP
I am a little reluctant to try the flash drive just yet - I am fairly certain the malware has replaced the legit eventlog.dll and once we deal with that, we can make some headway with tools on the desktop. We just need to get them on there.
What happens when you type the following command at the prompt:
dir /s %windir%\eventlog.dll
Note it is dir <space> /s <space>%windir%\eventlog.dll
If error there, try:
sc stop "eventlog" ENTER
What happens?
If error there, try:
sc config "eventlog" start= disabled ENTER
What happens?
PP
Last edited by PhilliePhan; Oct 20th, 2009 at 7:56 pm. Reason: Nothing important
In some sort of crude sense, which no vulgarity, no humor, no overstatement can quite extinguish, the physicists have known sin; and this is a knowledge which they cannot lose.
~ J. Robert Oppenheimer
ASAP
~ J. Robert Oppenheimer
ASAP
•
•
Join Date: Oct 2009
Posts: 37
Reputation:
Solved Threads: 0
0
#13 Oct 20th, 2009
I'm not sure if I have any non-rewritable CD's at the moment. I actually spent the best part of an hour looking earlier on, because I thought I did.
Of the three comands, the first gives the "system cannot find the file" response.
The second gives "[SC] ControlService FAILED 1052: The requested control is not valid for this service."
The third: "[SC] ChangeServiceConfig SUCCESS".
Of the three comands, the first gives the "system cannot find the file" response.
The second gives "[SC] ControlService FAILED 1052: The requested control is not valid for this service."
The third: "[SC] ChangeServiceConfig SUCCESS".
0
#14 Oct 20th, 2009
Good - that's what I thought. It can't be stopped, but it can be disabled.
At the prompt, type sc query "eventlog" and tell me what the State is.
If it is still running, we'll need to reboot and then repeat the query to make sure it is not running.
('course, I am assuming this is replaced file - usually it is, but there have been others)
Then, let's try to copy FindWPP and Win32kDiag.exe to the desktop again. If you can't copy and paste, try the copy command.
Assuming external drive is, say, G:\ the command would be:
copy G:\Win32kDiag.exe "%userprofile%\desktop"
copy G:\FindWPP.zip "%userprofile%\desktop"
Obviously, if not G:\ , you'll need to change accordingly.
Let's see how that works.
Sorry about the delay - doing 10 things at once here
PP
At the prompt, type sc query "eventlog" and tell me what the State is.
If it is still running, we'll need to reboot and then repeat the query to make sure it is not running.
('course, I am assuming this is replaced file - usually it is, but there have been others)
Then, let's try to copy FindWPP and Win32kDiag.exe to the desktop again. If you can't copy and paste, try the copy command.
Assuming external drive is, say, G:\ the command would be:
copy G:\Win32kDiag.exe "%userprofile%\desktop"
copy G:\FindWPP.zip "%userprofile%\desktop"
Obviously, if not G:\ , you'll need to change accordingly.
Let's see how that works.
Sorry about the delay - doing 10 things at once here

PP
Last edited by PhilliePhan; Oct 20th, 2009 at 8:26 pm. Reason: The Usual.....
In some sort of crude sense, which no vulgarity, no humor, no overstatement can quite extinguish, the physicists have known sin; and this is a knowledge which they cannot lose.
~ J. Robert Oppenheimer
ASAP
~ J. Robert Oppenheimer
ASAP
•
•
Join Date: Oct 2009
Posts: 37
Reputation:
Solved Threads: 0
0
#15 Oct 20th, 2009
The state initially was "4 RUNNING", after a reboot it's "1 STOPPED".
I've just tried to copy the files off the CD normally again, the whole thing froze before I even could get into the CD, this time. When I cleared it, Explorer crashed and forced another reboot.
After that reboot, I tried to copy from the CD using the script, and it just says "Incorrect function."
I've just tried to copy the files off the CD normally again, the whole thing froze before I even could get into the CD, this time. When I cleared it, Explorer crashed and forced another reboot.
After that reboot, I tried to copy from the CD using the script, and it just says "Incorrect function."
0
#16 Oct 20th, 2009
•
•
•
•
After that reboot, I tried to copy from the CD using the script, and it just says "Incorrect function."
-- You did change the source directory to the correct letter (probably D or E:\), right? (sorry - gotta check)
Try to copy them from the flash drive.
If that does not work, let's go ahead and try to run combofix from the flash drive. You'll not be able to update it, but run it anyway - If it runs, post the log.
PP
In some sort of crude sense, which no vulgarity, no humor, no overstatement can quite extinguish, the physicists have known sin; and this is a knowledge which they cannot lose.
~ J. Robert Oppenheimer
ASAP
~ J. Robert Oppenheimer
ASAP
0
#18 Oct 20th, 2009
•
•
•
•
I managed to get the files off the flash drive with no apparent problems, but it won't let me run Win32kDiag. Same error, not the required permissions. I haven't touched FindWPP, though.
-- Did you try command prompt?
type %userprofile%\desktop\win32kdiag.exe ENTER
-- Can you RightClick and extract the FindWPP folder from the ZIP to the desktop?
PP
In some sort of crude sense, which no vulgarity, no humor, no overstatement can quite extinguish, the physicists have known sin; and this is a knowledge which they cannot lose.
~ J. Robert Oppenheimer
ASAP
~ J. Robert Oppenheimer
ASAP
0
#20 Oct 20th, 2009
Last edited by PhilliePhan; Oct 20th, 2009 at 9:43 pm.
In some sort of crude sense, which no vulgarity, no humor, no overstatement can quite extinguish, the physicists have known sin; and this is a knowledge which they cannot lose.
~ J. Robert Oppenheimer
ASAP
~ J. Robert Oppenheimer
ASAP
![]() |
Similar Threads
- Windows Police Pro - Can't run MalwareBytes (Viruses, Spyware and other Nasties)
- Need Help - Windows Police Pro?? Totally Locked Up. (Viruses, Spyware and other Nasties)
- Windows Police Pro and Desote.exe (Viruses, Spyware and other Nasties)
Other Threads in the Viruses, Spyware and other Nasties Forum
- Previous Thread: Infected Computer, Please help.
- Next Thread: Control Panel not working
Views: 4395 | Replies: 75
| Thread Tools | Search this Thread |
Tag cloud for Viruses, Spyware and other Nasties
acrobat adobe adware anti-malware anti-virussitesaccessissue antivirus attack avg backtoschoolspeech bar blackhat botnet botnets censorship china commercial conficker connect control cyber cybercrime ddos e-mafia education email europe exam exploit explorer fake fancheckvirus firefox gaming google gumblar halloween herss.exe hijack hosting ie8 internet kaspersky legal links mail malware mcafee messagelabs microsoft mobile nazi news obama onlinethreats paedophile parents patch pc phishing police policeprovirusmba-mblockedinternetaccess president pro problem redirect reliability report research risk rogueantivirus rootkit samhain sans school search security seopoisoning software spam spyware spywareexternalwindows7adminstratortrojans sqlinjection symantec system threat trojan unwanted update usa virus viruses vista volume war warning windows worm yahoo zero-day zeroday






