lsass.exe????

Hi can anyone tell me what LSASS. exe is and why it always accesses the web when I connect? thanks Steveo.

Customization Tweaking 1789 This topic was started by ,


data/avatar/default/avatar11.webp

3 Posts
Location -
Joined 2002-05-12
Hi can anyone tell me what LSASS.exe is and why it always accesses the web when I connect? thanks Steveo

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar39.webp

1457 Posts
Location -
Joined 2001-12-18
Short answer Local Security Authority SubSystem. It performs the authentication of log-on credentials passed from the WinLogon process against the Security Account Manager or other authentication packages. In other words it is responsible for the local system security policy (such as which users are allowed to log on to the machine, password policies, privileges granted to users and groups, and the system security auditing settings), user authentication, and sending security audit messages to the Event Log.
 
Lsas has a database that contains the local system security policy settings. This database is stored in the registry under HKLM\SECURITY. It includes such information as what domains are entrusted to authenticate logon attempts, who has permission to access
the system and how (interactive, network, and service logons), who is
assigned which privileges, and what kind of security auditing is to be
performed. The Lsass policy database also stores "secrets" that
include logon information used for cached domain logons and Win32
service user-account logons. It also checks TCP/IP connections
It is also known to be the site of some hacker attacks utilizing pwdump2.exe which injects samdump.dll into the LSAS process to steal passwords.