My laptop runs under XP(sp2). Since I installed Trend-Micro PC-cillin 2005
(AntiVirus,Firewall,AntiSpyware combined), I'm getting "MS04-011 LSASS"
attack warnings. Microsoft XP-SP2 supposed to have the fix for this virus,
but the the warning never goes away. "Microsoft Bulletin MS04-011(835732)"
offers the fix for all other operating systems except for XP.
Anyone knows how to get rid of this problem? Thanks. Ken

Re: MS04-011 LSASS virus by Karl

Karl
Sat Jul 30 14:08:42 CDT 2005


"Ken" <Ken@discussions.microsoft.com> wrote in message
news:E1ECF0ED-B4FD-4965-BF30-50E41D5BD28F@microsoft.com...
> My laptop runs under XP(sp2). Since I installed Trend-Micro PC-cillin
2005
> (AntiVirus,Firewall,AntiSpyware combined), I'm getting "MS04-011 LSASS"
> attack warnings. Microsoft XP-SP2 supposed to have the fix for this
virus,
> but the the warning never goes away. "Microsoft Bulletin
MS04-011(835732)"
> offers the fix for all other operating systems except for XP.
> Anyone knows how to get rid of this problem? Thanks. Ken

I don't know much about that antivirus or what it is detecting and can
detect, but I'm guessing what your'e seeing could be normal. Your antivirus
is detecting attacks and blocking them. The MS04-011 patch prevents the
attack from successfully infecting your computer, but doesn't stop the
attack code from being sent in an attempt to infect your immune computer.
Your antivirus then still detects and alerts you to the incoming attack.

One thing, it sounds like you should probably have a firewall. That would
probably block this stuff from hitting your computer from the Internet, if
you have a high-speed internet connection. www.kerio.com, www.sygate.com
and www.zonealarm.com are three free firewall software programs.

The other possible solution would then be to disable alerts on your
antivirus, although this may or may not be desirable.



Re: MS04-011 LSASS virus by Stefan

Stefan
Sun Jul 31 04:58:47 CDT 2005

"Karl Levinson, mvp" <levinson_k@despammed.com> schrieb:

Karl, your line breaks suck!

> "Ken" <Ken@discussions.microsoft.com> wrote in message
> news:E1ECF0ED-B4FD-4965-BF30-50E41D5BD28F@microsoft.com...
> > My laptop runs under XP(sp2). Since I installed Trend-Micro PC-cillin
> 2005
> > (AntiVirus,Firewall,AntiSpyware combined), I'm getting "MS04-011 LSASS"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > attack warnings. Microsoft XP-SP2 supposed to have the fix for this
> virus,
> > but the the warning never goes away. "Microsoft Bulletin
> MS04-011(835732)"
> > offers the fix for all other operating systems except for XP.
> > Anyone knows how to get rid of this problem? Thanks. Ken

A fool with a tool is still a fool!
RTFM.
Or better ask the vendor: you paid for the program AND support!

> I don't know much about that antivirus or what it is detecting and can
> detect, but I'm guessing what your'e seeing could be normal. Your antivirus
> is detecting attacks and blocking them. The MS04-011 patch prevents the
> attack from successfully infecting your computer, but doesn't stop the
> attack code from being sent in an attempt to infect your immune computer.
> Your antivirus then still detects and alerts you to the incoming attack.
>
> One thing, it sounds like you should probably have a firewall. That would
~~~~~~~~
The OP already has such a toy. Unfortunately many virus scanners from bigger
companies incorporate a "firewall" too. Trend Micro's PC-cillin, F-Secure
Internet Something, Norton InSecurity, ZoneAlarm ...
He but hasn't read the fsck'ing manual.

> probably block this stuff from hitting your computer from the Internet, if
> you have a high-speed internet connection. www.kerio.com, www.sygate.com
> and www.zonealarm.com are three free firewall software programs.

And each of these other toys won't cry "wolf" too and bother the user with
useless alarms?

Get serious: all these personal^Wpseudo firewalls are more of a lightshow
than a firewall. They'll fool the user with: hey, look how good I am, I've
just blocked another attack.

And each of these toys adds significant code paths to critical parts of
Windows and thus make the system more vulnerable.
Remember Witty?

Most of them are vulnerable to a self-DoS: send enough IP packets with an
IP source address of the DNS server or the default gateway and the pseudo
firewall will block traffic to/from the suspected attacker.

And to invalidate the other "arguments" pro personal firewalls beforehand:

1. outbound traffic control doesn't work!
If there's only ONE way out then "malware" can piggy-back.

2. why should I block outbound traffic?
2a. if it's malware:
How was that able to execute on my PC?
All of my protection was useless then, including brain.

2b. if it's not malware:
Why should I use software that wants to "phone home"?
I'll just don't install such crap, or configure it for my needs.

You can see personal firewalls with "outbound" control like an IDS and
almost like virus scanners: the can't guarantee that your PC is NOT
infected, they will only kick in AFTER the fact.
Just read the articles titled "bouncing malware" (or so) from Tom
Liston of the http://www.isc.org/

> The other possible solution would then be to disable alerts on your
> antivirus, although this may or may not be desirable.

Nope.
The BEST thing to do: get rid of ANY third party "firewall" and activate
the builtin "Windows Firewall": this won't disturb the user with ridiculous
alert boxes while protect him to the extend possible.

Stefan


Re: MS04-011 LSASS virus by Karl

Karl
Sun Jul 31 09:55:02 CDT 2005


"Stefan Kanthak" <postmaster@1.0.0.127.in-addr.arpa> wrote in message
news:OukBfcblFHA.2608@TK2MSFTNGP14.phx.gbl...
> "Karl Levinson, mvp" <levinson_k@despammed.com> schrieb:
>
> Karl, your line breaks suck!

Well, I'm just using Outlook Express 6 with the default settings. The only
relevant setting I see is "wrap at 76 characters."

> > probably block this stuff from hitting your computer from the Internet,
if
> > you have a high-speed internet connection. www.kerio.com,
www.sygate.com
> > and www.zonealarm.com are three free firewall software programs.
>
> And each of these other toys won't cry "wolf" too and bother the user with
> useless alarms?

They won't if the user will RTFM and configure it correctly. Besides, I
never said you need a hostbased software firewall. It's just that those are
free, so most people are more likely get a firewall if they have a free
option.

My original statement that you generally want some kind of firewall to
control who can access what port remains true. Especially when talking
about low server ports inbound from the Internet to a home PC.

> Get serious: all these personal^Wpseudo firewalls are more of a lightshow
> than a firewall. They'll fool the user with: hey, look how good I am, I've
> just blocked another attack.

Then use a hardware firewall. I don't care which one you or the OP uses.

> And each of these toys adds significant code paths to critical parts of
> Windows and thus make the system more vulnerable.
> Remember Witty?

Witty is one example of a worm that attacked a particular firewall.
However, you know I could give you several dozen other examples of worms
[Blaster, SQL Slammer, etc.] that would have been prevented had the person
had some kind of firewall in place. One example alone doesn't prove the
point that firewalls are bad.

> Most of them are vulnerable to a self-DoS: send enough IP packets with an
> IP source address of the DNS server or the default gateway and the pseudo
> firewall will block traffic to/from the suspected attacker.

Pretty much every PC on the Internet is vulnerable to multiple different DoS
attacks. Such DoS attacks against software firewalls on home PCs are rare.

The DoS attack you mention only works if active blocking is turned on. I
don't believe it's true that "most" of these software firewalls have this
enabled by default. Many hardware firewalls have this feature as well, so
this is not a problem unique to software firewalls.

> And to invalidate the other "arguments" pro personal firewalls beforehand:

I'm familiar with these arguments. Security isn't about choosing the most
secure solution, but the one that fits the particular needs for that
situation. Most home users don't like spending money and have trouble
installing and configuring hardware firewalls, so they choose a software
firewall, and for most home users, that's good enough. If you have a 56K
dialup, a hardware firewall probably isn't an option.

> 2a. if it's malware:
> How was that able to execute on my PC?
> All of my protection was useless then, including brain.
>
> You can see personal firewalls with "outbound" control like an IDS and
> almost like virus scanners: the can't guarantee that your PC is NOT
> infected, they will only kick in AFTER the fact.

So? You don't like knowing when you've been compromised? Why?

If you're running antivirus or firewall, you're acknowledging that your
security countermeasures, including brain, may fail to protect you from time
to time, and you want to add a "reactive" countermeasure to detect
compromises after the fact, for defense in depth.

> Just read the articles titled "bouncing malware" (or so) from Tom
> Liston of the http://www.isc.org/

Yes, I'm familiar with those.

> > The other possible solution would then be to disable alerts on your
> > antivirus, although this may or may not be desirable.
>
> Nope.
> The BEST thing to do: get rid of ANY third party "firewall" and activate
> the builtin "Windows Firewall": this won't disturb the user with
ridiculous
> alert boxes while protect him to the extend possible.

I disagree. WF has fewer features. The OP already paid for a tool that has
more features. The OP can throw that tool away, sure, or s/he can read the
manual and figure out how to checkmark a box to fix the problem and keep the
additional features. Either one are possible options, depending on what the
OP prefers to do.



Re: MS04-011 LSASS virus by Lionel

Lionel
Sun Jul 31 11:50:51 CDT 2005

"Karl Levinson, mvp" <levinson_k@despammed.com> a écrit dans le message de
news: eoZxz6dlFHA.1968@TK2MSFTNGP14.phx.gbl...
> Well, I'm just using Outlook Express 6 with the default settings. The
> only
> relevant setting I see is "wrap at 76 characters."

That's the source of the line-wrapping problems of OE: it tries to wrap even
lines quoted from previous posts, which very quickly makes a mess. (Most
other newsreaders do not wrap quoted lines, even when they go beyond 80
characters).

With WinXP SP2, OE will use format=flowed, which makes it possible to do
smarter line wrapping, by marking soft line breaks with a final space. It's
a very real improvement.


Re: MS04-011 LSASS virus by Stefan

Stefan
Sun Jul 31 16:32:09 CDT 2005

"Karl Levinson, mvp" <levinson_k@despammed.com> wrote:
>
> "Stefan Kanthak" <postmaster@1.0.0.127.in-addr.arpa> wrote in message
> news:OukBfcblFHA.2608@TK2MSFTNGP14.phx.gbl...
> > "Karl Levinson, mvp" <levinson_k@despammed.com> schrieb:
> >
> > Karl, your line breaks suck!
>
> Well, I'm just using Outlook Express 6 with the default settings. The only
> relevant setting I see is "wrap at 76 characters."

Yes, that's one of the problems when using OLEXP with the braindead default
settings: it will break ANY line at the set margin. The only workaround is:
set "wrap at 132 characters" (that's the max) and insert the returns by hand.

The other problem is that OLEXP doesn't use MIME, neither in the body nor
the header. If I'd use one single umlaut or 8bit char your reply would break
that.

Take a look at http://home.arcor.de/skanthak/presetoe.html

> > > probably block this stuff from hitting your computer from the Internet,
> if
> > > you have a high-speed internet connection. www.kerio.com,
> www.sygate.com
> > > and www.zonealarm.com are three free firewall software programs.
> >
> > And each of these other toys won't cry "wolf" too and bother the user with
> > useless alarms?
>
> They won't if the user will RTFM and configure it correctly.

Correct. But will Joe Average RTFM and configure it? In most cases (as can
be read here): no. The OP is simply confused: s/he believes the "attack
warnings" will be fought with the patches s/he mentions. This lack of
knowledge, paired with the ability to modify the "firewall" rules will
lead to damage some day.

> Besides, I
> never said you need a hostbased software firewall. It's just that those are
> free, so most people are more likely get a firewall if they have a free
> option.

Hmmm... why should any XP user install a third party "firewall" and deactivate
the "Windows Firewall". The latter does it's job W/O disturbing dialog boxes
which Joe Average is normally unable to decipher and understand. Since the
"Windows Firewall" won't open any dialog boxes and thus can't be tampered by
malware running under the non-privileged user account it's safer too!

> My original statement that you generally want some kind of firewall to
> control who can access what port remains true. Especially when talking
> about low server ports inbound from the Internet to a home PC.

You know that a firewall or packet filter ain't necessary if one configures
Windows 2000/XP carefully: uninstall all unwanted/unused applications and
Windows components, then deactivate all unwanted/unused services and drivers
or configure them to listen on the "intranet" only, not the dialup connection.
If the PC is stand alone, not connected to an LAN, then disable all the
Windows networking including RPC and DCOM!

The script available from http://www.ntsvcfg.de/ performs the latter, as well
as my HARDEN2K.INF from http://home.arcor.de/skanthak/harden.html (which works
for XP too).

All this minimizes the attack surface, which savvy people from Microsoft also
propose to do!

> > Get serious: all these personal^Wpseudo firewalls are more of a lightshow
> > than a firewall. They'll fool the user with: hey, look how good I am, I've
> > just blocked another attack.
>
> Then use a hardware firewall. I don't care which one you or the OP uses.

I don't use one at all. I never used one. I configured my NT4 in 1997 properly,
and I configure W2K and XP nowadays properly.

I won't mind if Joe Average uses the "Windows Firewall", which is automatically
activated when SP2 is installed. That is ONE step in the right direction and
completely sufficient against inbound "attacks".

> > And each of these toys adds significant code paths to critical parts of
> > Windows and thus make the system more vulnerable.
> > Remember Witty?
>
> Witty is one example of a worm that attacked a particular firewall.
> However, you know I could give you several dozen other examples of worms
> [Blaster, SQL Slammer, etc.] that would have been prevented had the person
> had some kind of firewall in place.

ARGH! Blaster, Slammer and Sasser would all have been prevented if those
idi^Wpeople running Windows installed the patches in time. Automatic Updates
was "invented" for Joe Average, the patches were available for months/weeks
before the fact. Still no need for a "firewall".

> One example alone doesn't prove the point that firewalls are bad.

Witty is ONE example. There are more!

> > Most of them are vulnerable to a self-DoS: send enough IP packets with an
> > IP source address of the DNS server or the default gateway and the pseudo
> > firewall will block traffic to/from the suspected attacker.
>
> Pretty much every PC on the Internet is vulnerable to multiple different DoS
> attacks. Such DoS attacks against software firewalls on home PCs are rare.

Yes, these classic DoS attacks are rare, since the attacker must have more
bandwidth than his victim. With asymmetric DSL lines this is difficult.

> The DoS attack you mention only works if active blocking is turned on. I
> don't believe it's true that "most" of these software firewalls have this
> enabled by default. Many hardware firewalls have this feature as well, so
> this is not a problem unique to software firewalls.

Correct, both hardware and software firewalls are susceptible to these kind
of attacks. But these attacks can be carried out with just a handfull of
faked IP packets! The attacker doesn't need to have "the big pipe" any more!

> > And to invalidate the other "arguments" pro personal firewalls beforehand:
>
> I'm familiar with these arguments. Security isn't about choosing the most
> secure solution, but the one that fits the particular needs for that
> situation. Most home users don't like spending money and have trouble
> installing and configuring hardware firewalls, so they choose a software
> firewall, and for most home users, that's good enough. If you have a 56K
> dialup, a hardware firewall probably isn't an option.

The same Joe Average who has problems to install and configure a hardware
firewall has no problems with a software firewall?
This posting here tells but another story.
Unfortunately Joe Average aint able to judge whether the marketroids
selling either with slogans "perfect and complete protection" are right.

When the consumers are told "you need a firewall" over and over again, but
almost never the proper system setup, a risk analysis or a change in
behaviour is mentioned, that's truely sad.
Well, it's an industry which earns money because the consumers wont learn,
aint able or are unwilling to learn, but want to use the internet.

Almost all compromised PC I come to see are "protected" by anti virus and
firewall. The anti virus aint but updated (or the abonnement or signatures
expired), and the firewall was (partially) turned off, because a game or
"the internet" didn't work any more.
Navigare necesse est!

> > 2a. if it's malware:
> > How was that able to execute on my PC?
> > All of my protection was useless then, including brain.
> >
> > You can see personal firewalls with "outbound" control like an IDS and
> > almost like virus scanners: the can't guarantee that your PC is NOT
> > infected, they will only kick in AFTER the fact.
>
> So? You don't like knowing when you've been compromised? Why?

The null hypothesis is: I configure my system properly, I don't execute
suspicious software, so my PC won't get compromised.
If I get hands on a compromised system I wont run any software from its
harddisk, because this system ain't trustworthy any more. All that I can
do is to boot from a WinPE oder Knoppix CD and perform forensics on the
other PC, or attach the harddisk to my PC and analyze it there.
Root kits exist, as does malware which turns off common anti-virus or
"firewalls" or poisons the /etc/hosts with 127.0.0.1 for the update
servers of these programs.

> If you're running antivirus or firewall, you're acknowledging that your
> security countermeasures, including brain, may fail to protect you from time
> to time, and you want to add a "reactive" countermeasure to detect
> compromises after the fact, for defense in depth.

Partially correct. As said above, I don't run antivirus or firewall
software. I have an on-demand virus scanner here to be able to identify
malware, either coming attached to emails or on harddisks of infected PCs.

> > Just read the articles titled "bouncing malware" (or so) from Tom
> > Liston of the http://www.isc.org/
>
> Yes, I'm familiar with those.

I expected that :-)

> > > The other possible solution would then be to disable alerts on your
> > > antivirus, although this may or may not be desirable.
> >
> > Nope.
> > The BEST thing to do: get rid of ANY third party "firewall" and activate
> > the builtin "Windows Firewall": this won't disturb the user with
> ridiculous
> > alert boxes while protect him to the extend possible.
>
> I disagree.

You have the right to.

> WF has fewer features.

I disagree. The additional features of the "other" firewalls ain't reliable.
See http://www.ulm.ccc.de/chaos-seminar/personal-firewalls/ and
http://copton.net/vortraege/pfw/ and http://www.dingens.org/pf-bericht/

When Joe Average trusts in these tools and /believes/ to be protected but
(for example) hasn't turned of ActiveX in the internet zone of Internet
Explorer he /definitely/ will get caught sooner or later: all browsers
download contents first, "open" it and write it to their cache in parallel.
An on-access virus scanner might detect the malware when it's written to the
cache, but the damage has already been done then!

> The OP already paid for a tool that has
> more features. The OP can throw that tool away, sure, or s/he can read the
> manual and figure out how to checkmark a box to fix the problem and keep the
> additional features. Either one are possible options, depending on what the
> OP prefers to do.

Yes, but tertium datur: the OP can configure her/his Windows properly and use
the net with caution and brain. It needs learning, but brain performs in the
longg run better than (outbound) personal firewalls and anti virus.

Stefan


Re: MS04-011 LSASS virus by Karl

Karl
Sun Jul 31 18:51:15 CDT 2005


"Stefan Kanthak" <postmaster@1.0.0.127.in-addr.arpa> wrote in message
news:eMJ7jhhlFHA.1948@TK2MSFTNGP12.phx.gbl...

> Yes, but tertium datur: the OP can configure her/his Windows properly and
use
> the net with caution and brain. It needs learning, but brain performs in
the
> longg run better than (outbound) personal firewalls and anti virus.

Thanks for the clarification, I agree with most everything you said. I
agree that software firewalls are often recommended too quickly without
realizing the difficulty many novices experience with their default
settings.



Re: MS04-011 LSASS virus by N

N
Mon Aug 01 01:14:49 CDT 2005

On Sun, 31 Jul 2005 11:58:47 +0200, Stefan Kanthak wrote:

> The BEST thing to do: get rid of ANY third party "firewall" and activate
> the builtin "Windows Firewall": this won't disturb the user with ridiculous
> alert boxes while protect him to the extend possible.

The Windows firewall is no better than the third party firewalls. If you
are going to run the Windows firewall, might as well run one of the others.

https://newlabs.icsalabs.com/icsa/product.php?tid=fghhf456fgh

I see Kerio Winroute and Windows Professional 2000 listed. I don't see
Windows XP, Home, or Pro listed.

The annoying notices can be turned off.

--
Norman
~Win dain a lotica, En vai tu ri, Si lo ta
~Fin dein a loluca, En dragu a sei lain
~Vi fa-ru les shutai am, En riga-lint

Re: MS04-011 LSASS virus by Frank

Frank
Mon Aug 01 07:07:16 CDT 2005

"N. Miller" <anonymous@discussions.microsoft.com> wrote in message
news:6ojy0txwb3qx$.dlg@discussions.microsoft.com
> On Sun, 31 Jul 2005 11:58:47 +0200, Stefan Kanthak wrote:
>
>> The BEST thing to do: get rid of ANY third party "firewall" and
>> activate the builtin "Windows Firewall": this won't disturb the user
>> with ridiculous alert boxes while protect him to the extend possible.
>
> The Windows firewall is no better than the third party firewalls. If
> you are going to run the Windows firewall, might as well run one of
> the others.
>
> https://newlabs.icsalabs.com/icsa/product.php?tid=fghhf456fgh
>
> I see Kerio Winroute and Windows Professional 2000 listed. I don't see
> Windows XP, Home, or Pro listed.
>
> The annoying notices can be turned off.

But, if you run one of the others turn off the Windows firewall. Don't run
two firewalls.

--
Frank Saunders, MS-MVP, IE/OE
Please respond in Newsgroup only. Do not send email
http://www.fjsmjs.com
Protect your PC
http://www.microsoft.com./athome/security/protect/default.aspx
http://defendingyourmachine.blogspot.com/



Re: MS04-011 LSASS virus by Stefan

Stefan
Mon Aug 01 11:50:39 CDT 2005

"Frank Saunders, MS-MVP IE/OE" <franksaunders@mvps.org> wrote:

Sorry Frank for the fup to your post, but anonymous cowards using
@discussions.microsoft.com are all killfiled.

> "N. Miller" <anonymous@discussions.microsoft.com> wrote in message
> news:6ojy0txwb3qx$.dlg@discussions.microsoft.com
> > On Sun, 31 Jul 2005 11:58:47 +0200, Stefan Kanthak wrote:
> >
> >> The BEST thing to do: get rid of ANY third party "firewall" and
> >> activate the builtin "Windows Firewall": this won't disturb the user
> >> with ridiculous alert boxes while protect him to the extend possible.
> >
> > The Windows firewall is no better than the third party firewalls. If
> > you are going to run the Windows firewall, might as well run one of
> > the others.

That's bullshit!
The Windows Firewall is "better" than any other of these other toys:
- it's integrated with the IP stack;
- it doesn't add code to sensitive paths;
- it doesn't bloat the registry with thousands off entries;
- it runs silently without presenting diaog boxes to the users;
- it ain't vulnerable to shatter attacks;
- it ain't susceptible to DoS attacks with spoofed packets;
- it can't be turned off nor reconfigured from the users;
- it can be configured via Group Policies;
- it doesn't even attempt to do "outbound" filtering!

> > https://newlabs.icsalabs.com/icsa/product.php?tid=fghhf456fgh
> >
> > I see Kerio Winroute and Windows Professional 2000 listed. I don't see
> > Windows XP, Home, or Pro listed.
> >
> > The annoying notices can be turned off.
>
> But, if you run one of the others turn off the Windows firewall. Don't run
> two firewalls.

Hmmm... at least the newer ones that are XPSP2-aware do so.
The OPs PC-cillin is one of those.

Stefan


Re: MS04-011 LSASS virus by Frank

Frank
Mon Aug 01 17:53:13 CDT 2005

"Stefan Kanthak" <postmaster@1.0.0.127.in-addr.arpa> wrote in message
news:efqjAsulFHA.2916@TK2MSFTNGP14.phx.gbl
> "Frank Saunders, MS-MVP IE/OE" <franksaunders@mvps.org> wrote:
>
> Sorry Frank for the fup to your post, but anonymous cowards using
> @discussions.microsoft.com are all killfiled.
>
> Stefan

Kill filing Norman is not really a good idea.

--
Frank Saunders, MS-MVP, IE/OE
Please respond in Newsgroup only. Do not send email
http://www.fjsmjs.com
Protect your PC
http://www.microsoft.com./athome/security/protect/default.aspx
http://defendingyourmachine.blogspot.com/



Re: MS04-011 LSASS virus by Andrew

Andrew
Tue Aug 02 08:00:37 CDT 2005

The vulnerability could be caused by other machines, yours is just detecting
it. Do you have a Firewall?


"Ken" <Ken@discussions.microsoft.com> wrote in message
news:E1ECF0ED-B4FD-4965-BF30-50E41D5BD28F@microsoft.com...
> My laptop runs under XP(sp2). Since I installed Trend-Micro PC-cillin
> 2005
> (AntiVirus,Firewall,AntiSpyware combined), I'm getting "MS04-011 LSASS"
> attack warnings. Microsoft XP-SP2 supposed to have the fix for this
> virus,
> but the the warning never goes away. "Microsoft Bulletin
> MS04-011(835732)"
> offers the fix for all other operating systems except for XP.
> Anyone knows how to get rid of this problem? Thanks. Ken
>



Re: MS04-011 LSASS virus by Stefan

Stefan
Tue Aug 02 10:17:30 CDT 2005

"Frank Saunders, MS-MVP IE/OE" <franksaunders@mvps.org> wrote:

> "Stefan Kanthak" <postmaster@1.0.0.127.in-addr.arpa> wrote in message
> news:efqjAsulFHA.2916@TK2MSFTNGP14.phx.gbl
> > "Frank Saunders, MS-MVP IE/OE" <franksaunders@mvps.org> wrote:
> >
> > Sorry Frank for the fup to your post, but anonymous cowards using
> > @discussions.microsoft.com are all killfiled.
> >
> > Stefan
>
> Kill filing Norman is not really a good idea.

WTF is "Norman"?
Killfiling anonymous cowards and all those "dumb, deaf & blind" who can't
even write their own name is one of the best ideas next to sliced bread.
Almost all of their postings are just noise. Cf. the netiquette guidelines.

Stefan

PS: you as "MS-MVP IE/OE" should be able to create an "attribution line".
That's singular.-)