Lecture5-Windows Security (1)
Lecture5-Windows Security (1)
A security principal is an entity that can be positively identified and verified via a
technique known as authentication
Rights: Rights are actions or operations that an account can or cannot perform.
User Rights are of two types:
Privileges: A right assigned to an account and specifying allowable actions on
the network. Ex: Right backup files and directories..
LOGON rights : A right assigned to an account and specifying the ways in
which the account can log on to a system locally. Ex: Acess this computer
From Network.
Permissions: define which resources accounts can access and the level of
access they have.
Right click on any file, under properties, go to security tab and set
permissions.
Where are the
passwords stored on
the
system?
The system stores the passwords at machine’s password strash,
i.e., under HKLM/Secuirty/Policy/Secretes.
Type at 9:23am /interactive regedit.exe, substituting whatever
time is appropriate: Make it one minute in the future.) Once
regedit fires up, carefully look at the subkeys under
HKLM/Security/Policy/Secrets. You're looking at the
machine's password stash, more formally known as the LSA
private data store
The operating system also,by default ,caches (store locally),
the last 10 passwords.
There are registry settings to turn this feature off or
restrict the number of accounts cached.
For the following registry entry, change the default
value..
Location: HKEY_LOCAL_MACHINE\Software\
Microsoft\Windows NT\Current Version\Winlogon\
Type: REG_SZ
Key: CachedLogonsCount
Default Value 10
Recommended value : 0-50 depending on your secuirty
needs.
But how secret is the LSA
secrete Data store?
There is a tool available on net named
LSADUMP2.exe which when run retrieves
the admin passwords of the system.