"Jess Fertudei" <> wrote in
news::
> Sorry, yes I mis-spoke mis-typed whatever... I meant to say that it
> created new user accounts. I am indeed talking about this ASP.NET
> Machine account that it installed as well as a 'guest' account.
If an application/program is written using ASP, VB or Visual C++ .NET
programming language, it's going to use the .NET Framework that must be
installed on the machine for the program to function. The .NET Framework is
given an account on the NT based O/S so that elements that may be called
upon in the .NET Framework by a .NET application can function.
As far as the Guest account is concerned, you can disable it. And if you're
using NTFS on the NT based O/S, then you can take it a step further and
delete the Guest account out of the Account Access rights for the entire
drive like <C> and all sub folders will have the Guest account deleted as
well.
http://www.petri.co.il/disable_the_g...ount_in_xp.htm
> right... like I said in the original post, I was prompted by the
> software I want to install that I needed .NET, but rather than use the
> link they suggested I went to the MS site to get it.
>
>>
> I haven't messed with accounts... but I guess that I could look around
> and see what I can do with that suggestion in control panel I guess.
> Then what... enable it long enough to install the software or does the
> software depend on this to be active all the time? How does this
> interaction take place?
If you disable the ASPNET account and the application runs without the
account, then it may be OK. I guess you'll find out.
>
> I guess I should say that nothing is perfectly tight... but I do use
> good software and hardware firewalls I do not install *anything* that
> needs or might ever want to phone home. I've disabled all the
> messenger crap and get very good reports at any security site I test.
>
It's good that you have done the things above.
Malware such as a Trojans can go undetected and can take down a FW or AV.
And they can also circumvent any of it and get out, completing the phone
home.
So, one should look around a little bit every now and then for themselves
and see what's happening and not think that the security blanket is some
kind of stop all solution.
Active Ports (free) to look at port connections, Process Explorer or
PRCview (both free) to look at processes and what is being used by the
processes.
http://www.windowsecurity.com/articl...n_Horses_and_R
ootkit_Tools_in_a_Windows_Environment.html
You may say no one is coming after my little setup. And I'll say to you why
not? You're on the Internet with everything else. And they have got to
practice on someone before going after bigger game.
The bottom line is that everything is secondary to the O/S. The buck stops
at the O/S. And you have one that has the means to protect itself, if you
know to enable its protection features.
Like implementing TCP/IP Security (in the link provided) and possibly IPsec
to supplement the protection of a FW or router.
http://lists.gpick.com/pages/IP_Security_(IPSec).htm
> So... I guess the question at this point is: do .NET Framework
> applications 'phone home' and do they compromise my machine?
The .NET Framework is not an application. It is framework like the
framework of your house that must be installed on the computer so that an
application that has been written in a .NET language such as ASP, VB and
Visual C++ .NET can function.
The .NET Framework is installed on all my machines and the ASPNET account
is not disabled or deleted.
Oh, nothing is 100% *hack* proof. One just tries to make things more
difficult in the hopes they will go elsewhere.
Duane