Infection messages?

L

Leythos

PCButts emailed me to make the sensible suggestion of checking
the runonce registry entries. They're empty. The weird thing is
where the message is coming from, since no executable on my system
disk contains the string "infection".

You should ALWAYS check the reputation and online history of a person
before taking their advice - there are many people that would give you
bad advice that could damage your system.

In the case of PCBUTTS, I don't know of anyone that would consider
trusting him.
 
R

Rick

David H. Lipman said:
And it is even really a "sensible" suggestion as the RunOnce key is
just that, it runs only once then the contents of that Registry key is
removed. Therefore if it did run, by the time the person examined it,
it would be an empty key. Plus RunOnce is interpreted AFTER the
Winlogon process. Robin's problem occurs before the Winlogon process.


When is wininit.ini processed?
 
D

David H. Lipman

From: "Rick" <[email protected]>



| When is wininit.ini processed?



What OS are you referring to because NT based OS' don't use INI files.
Everything is pretty much stored in the Registry and evaluated there.

Since this was x-posted to a WinXP group, the answer is NEVER.
 
T

The Real Truth MVP

Please David your ignorance and lack of knowledge is showing. You of all
people should know that malware writes to that key and since the issue is
there on EVERY boot if it gets deleted when run it gets put back in there
and you are WRONG about when that key gets read.


--
The Real Truth http://pcbutts1-therealtruth.blogspot.com/
*WARNING* Do NOT follow any advice given by the people listed below.
They do NOT have the expertise or knowledge to fix your issue. Do not waste
your time.
David H Lipman, Malke, PA Bear, Beauregard T. Shagnasty, Leythos.
 
A

Andy Walker

David said:
What OS are you referring to because NT based OS' don't use INI files.
Everything is pretty much stored in the Registry and evaluated there.

Since this was x-posted to a WinXP group, the answer is NEVER.

Not true, Dave. XP still uses INI files.

boot.ini
win.ini
system.ini

to name a few...
 
D

David H. Lipman

From: "Andy Walker" <[email protected]>


| Not true, Dave. XP still uses INI files.

| boot.ini
| win.ini
| system.ini

| to name a few...

OK. BOOT.INI is only used to launch the OS or a different OS. It is interpreted before
the WinGUI.

WIN.INI and SYSTEM.INI are NOT really interpreted anymore. They ONLY exist for backwards
compatibility purposes for Win9x/ME, and maybe Win3.1x programs that weren't written to
use a registry.
 
R

Rick

David H. Lipman said:
| When is wininit.ini processed?



What OS are you referring to because NT based OS' don't use INI files.
Everything is pretty much stored in the Registry and evaluated there.

Since this was x-posted to a WinXP group, the answer is NEVER.


Not to be argumentative, but you're saying these folks are incorrect?

http://www.aumha.org/a/loads.php
http://support.microsoft.com/kb/140570

While I don't run into it as much as I used to, I still do find XP systems
that appear to be using wininit.ini for file deletions/renames on occasion.
 
D

David H. Lipman

From: "Rick" <[email protected]>



| Not to be argumentative, but you're saying these folks are incorrect?

| http://www.aumha.org/a/loads.php
| http://support.microsoft.com/kb/140570

| While I don't run into it as much as I used to, I still do find XP systems
| that appear to be using wininit.ini for file deletions/renames on occasion.


Well the aumha article is for mostly Win9x/ME and the MS KB140570 is more for NT4 and
Win9x/ME and you'll note mention of "Wininit.exe" which is NOT present in WinXP.

So let me modify my NEVER answer to practically NEVER. Interpreting .INI files is an old
construct that was used in Win9x/ME and and to a lesser degree in NT v3.5x and NT4 and
thus *may* have some left over functionality in subsequent OS'. However for the most
part, .INI files are no longer interpreted by the OS.

Notice in the aumha article it states...
"In Windows 2000 and XP, the WININIT.INI file, if existing, will be executed. However it
is usually replaced by the “PendingFileRenameOperations” sub-key in the Registry key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager."

This shows that for backwards compatibility Win2k and WinXP may interpret WININIT.INI but
has been really replaced by Registry functionality.

This will not affect Robin's problem as the message "INFECTION: DOCUMENTS AND
SETTINGS\ROBIN BIGNALL\COOKIES\INDEX.DAT
COULD NOT BE REMOVED. FILE IS NO LONGER EXISTENT" occurs "before the logon screen" and
would not be generated by such a process. This is presumed to be a security tool/utility
in action.
 
R

Rick

David H. Lipman said:
So let me modify my NEVER answer to practically NEVER. Interpreting
.INI files is an old construct that was used in Win9x/ME and and to a
lesser degree in NT v3.5x and NT4 and thus *may* have some left over
functionality in subsequent OS'. However for the most part, .INI
files are no longer interpreted by the OS.


Yes, I'm aware of how .ini files have been used going back through Win3.x.

Notice in the aumha article it states...
"In Windows 2000 and XP, the WININIT.INI file, if existing, will be
executed. However it is usually replaced by the
“PendingFileRenameOperations” sub-key in the Registry key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager."

This shows that for backwards compatibility Win2k and WinXP may
interpret WININIT.INI but has been really replaced by Registry
functionality.


I'm also aware of how wininit.ini is just a hangover and there are other,
preferred methods of doing the same thing. According to the aumha article
however, even though it is not the preferred method, Win XP will execute
the instructions in a wininit.ini file if one is found.

This will not affect Robin's problem as the message "INFECTION:
DOCUMENTS AND SETTINGS\ROBIN BIGNALL\COOKIES\INDEX.DAT
COULD NOT BE REMOVED. FILE IS NO LONGER EXISTENT" occurs "before the
logon screen" and would not be generated by such a process. This is
presumed to be a security tool/utility in action.


And this is where my original question comes in. Just where in the boot
process does wininit.ini get processed? Since the aumha article points out
that:

a) "WININIT.INI is used to complete Windows and program installation steps
that cannot be completed while Windows is running"

b) "During the boot process, Windows checks to see if there is a
WININIT.INI file and, if it finds one, executes its instructions."

c) and specifies that Windows XP will execute such a file, if it exists
(assumedly to maintain backwards compatibility)


I was just curious if anyone happened to know where in the boot process
that execution was performed. Whether it was before or after the logon
process.
 
D

David H. Lipman

From: "Rick" <[email protected]>



| Yes, I'm aware of how .ini files have been used going back through Win3.x.



| I'm also aware of how wininit.ini is just a hangover and there are other,
| preferred methods of doing the same thing. According to the aumha article
| however, even though it is not the preferred method, Win XP will execute
| the instructions in a wininit.ini file if one is found.



| And this is where my original question comes in. Just where in the boot
| process does wininit.ini get processed? Since the aumha article points out
| that:

| a) "WININIT.INI is used to complete Windows and program installation steps
| that cannot be completed while Windows is running"

| b) "During the boot process, Windows checks to see if there is a
| WININIT.INI file and, if it finds one, executes its instructions."

| c) and specifies that Windows XP will execute such a file, if it exists
| (assumedly to maintain backwards compatibility)


| I was just curious if anyone happened to know where in the boot process
| that execution was performed. Whether it was before or after the logon
| process.


Rick I think you have a good point in that if the WININIT.INI file is found by the OS it
will do a a file move/delete function "before the logon screen" which is 100% relevant to
Robin's problem.

However, this is a silent function. No screen displays and certainly not "INFECTION:...".

Since you know this INI file and its directives, maybe you could create a test and see
what it does.
 
B

Buffalo

Robin Bignall wrote:
[snip]
John, Andy, thanks for the suggestions. I have checked autoruns. In
fact, A-squared contains a very useful feature called Hijackfree which
gives detailed information on what's present in 5 categories:
processes, ports, autoruns, services and others. I don't see anything
amiss. PCButts emailed me to make the sensible suggestion of checking
the runonce registry entries. They're empty. The weird thing is
where the message is coming from, since no executable on my system
disk contains the string "infection".
Dl and instal a free anti-virus program like Avira AntiVir and install it.
Disable or uninstall your present anti-virus program (A-squared)
Uninstall your anti-malware programs and install the free version of
MalwareBytes AntiMalware.
Use it to scan frequently.
See if you have the same problem. If not, install each of the programs you
uninstalled or disabled one at a time to see if you can find out which one
causes the problem.
I don't think you ever said you installed and ran the free version of MBAM
(MalwareBytes Anti-Malware) and the free version of SAS (SuperAntiSpyware).
If you didn't (this is a damn long thread) please do it.
Buffalo
 
B

Buffalo

Beauregard said:
A² (A-Squared) is an anti-spyware program, not an anti-virus program.
There should be no conflict with anything, assuming of course you
don't set full-time scanners in action.

http://www.emsisoft.com/en/ (pay)
http://www.emsisoft.com/en/software/free/ (free)

Right you are. Sorry.
I now realize that Robin uses Kaspersky.
Ok, Robin, disable or uninstall Kaspersky and use the free version of Avira
AntiVir temporarily.\
Since even Lipman can't nail it, please post back on what program is causing
the message.
Thanks,
Buffalo
 
D

David H. Lipman

From: "Buffalo" <[email protected]>

| Right you are. Sorry.
| I now realize that Robin uses Kaspersky.
| Ok, Robin, disable or uninstall Kaspersky and use the free version of Avira
| AntiVir temporarily.\
| Since even Lipman can't nail it, please post back on what program is causing
| the message.
| Thanks,
| Buffalo

Robin has already indicated NUMEROUS anti malware scans have been performewd with nothing
being found.

We do NOT know what security program is generating this message. That is the problem.
 
B

Buffalo

David said:
Robin has already indicated NUMEROUS anti malware scans have been
performewd with nothing being found.

We do NOT know what security program is generating this message.
That is the problem.

That is why I recommended that he disable or uninstall his anti-virus and
anti-malware programs and install Avira AntiVir and free MBAM and hopefully
the free SAS. ( I don't think he ever said that he tried them both)
If the above doesn't change things, then that would indicate a different
security program causing the problem.
Buffalo
 
R

Robin Bignall

That is why I recommended that he disable or uninstall his anti-virus and
anti-malware programs and install Avira AntiVir and free MBAM and hopefully
the free SAS. ( I don't think he ever said that he tried them both)
If the above doesn't change things, then that would indicate a different
security program causing the problem.
Buffalo
Just to save you reading back in the thread, I have SAS Pro, which is
not free, and MBAM, which is. I also run ActiveScan 2, which was
recommended, together with Kaspersky, by AumHa. I don't intend to
through the process of uninstalling Kaspersky.
 
B

Buffalo

Robin Bignall wrote:
[snip]
Just to save you reading back in the thread, I have SAS Pro, which is
not free, and MBAM, which is. I also run ActiveScan 2, which was
recommended, together with Kaspersky, by AumHa. I don't intend to
through the process of uninstalling Kaspersky.

OK, missed that point. If you disable Kaspersky and just use the free Avira
AntiVir and no message comes up, perhaps it is Kaspersky doing it.
Doesn't really seem like it's worth the trouble overall.
Buffalo
PS: If you ever find out what it is, please post back.
 
R

Robin Bignall

Robin Bignall wrote:
[snip]
Just to save you reading back in the thread, I have SAS Pro, which is
not free, and MBAM, which is. I also run ActiveScan 2, which was
recommended, together with Kaspersky, by AumHa. I don't intend to
through the process of uninstalling Kaspersky.

OK, missed that point. If you disable Kaspersky and just use the free Avira
AntiVir and no message comes up, perhaps it is Kaspersky doing it.
Doesn't really seem like it's worth the trouble overall.
Buffalo
PS: If you ever find out what it is, please post back.
I certainly will.
 
R

Robin Bignall

Robin Bignall wrote:
[snip]
That is why I recommended that he disable or uninstall his
anti-virus and anti-malware programs and install Avira AntiVir and
free MBAM and hopefully the free SAS. ( I don't think he ever said
that he tried them both)
If the above doesn't change things, then that would indicate a
different security program causing the problem.
Buffalo

Just to save you reading back in the thread, I have SAS Pro, which is
not free, and MBAM, which is. I also run ActiveScan 2, which was
recommended, together with Kaspersky, by AumHa. I don't intend to
through the process of uninstalling Kaspersky.

OK, missed that point. If you disable Kaspersky and just use the free Avira
AntiVir and no message comes up, perhaps it is Kaspersky doing it.
Doesn't really seem like it's worth the trouble overall.
Buffalo
PS: If you ever find out what it is, please post back.
I certainly will.

I'm running Avira now.
 
R

Robin Bignall

Robin Bignall wrote:
[snip]

That is why I recommended that he disable or uninstall his
anti-virus and anti-malware programs and install Avira AntiVir and
free MBAM and hopefully the free SAS. ( I don't think he ever said
that he tried them both)
If the above doesn't change things, then that would indicate a
different security program causing the problem.
Buffalo

Just to save you reading back in the thread, I have SAS Pro, which is
not free, and MBAM, which is. I also run ActiveScan 2, which was
recommended, together with Kaspersky, by AumHa. I don't intend to
through the process of uninstalling Kaspersky.

OK, missed that point. If you disable Kaspersky and just use the free Avira
AntiVir and no message comes up, perhaps it is Kaspersky doing it.
Doesn't really seem like it's worth the trouble overall.
Buffalo
PS: If you ever find out what it is, please post back.
I certainly will.

I'm running Avira now.

And it found nothing.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top