|
-
October 29th, 2004, 03:02 AM
#1
Junior Member
Windows 2000 User Authentication Process
Good Evening:
I read about the User Authentication in W2K Professional/Server edition on the MS KB. The article describes when a user type the user-name and password,
GINA component collects the user-name/password.
GINA passes it Local Security Authority for Authentication.
LSA passes the user-name/password to Security Support Provider Interface(SSPI). SSPI, is an interface that communicates to both Kerberos and NTLM services.
For Local authentication, SSPI passes the user-name/password to NTLM Driver MSV1-0 SSP. The NTLM drivers uses NetLogon service to authenticate the user against the local SAM database.
Now, I understand the process. But what good is the information, if I don't know how to use it. Could someone guide me or provide any ideas how I can explore this information further to enhance my knowledge.
Thankyou & Your Thoughts Are Greatly Appreciated.
-
October 29th, 2004, 10:29 PM
#2
well, if you know assembly, you could disassemble the netlogon.exe and winlogon.exe files to see what they do exactly, also when you run one of them, use regmon from sysinternals to see which registry keys they access or filemon to see which files they access.
hope this helps 
regards
-
October 30th, 2004, 01:17 AM
#3
Junior Member
Originally posted here by White Scorpion
well, if you know assembly, you could disassemble the netlogon.exe and winlogon.exe files to see what they do exactly, also when you run one of them, use regmon from sysinternals to see which registry keys they access or filemon to see which files they access.
hope this helps 
regards
Good Evening:
Thankyou White Scorpion for your response. I don't know any programming languages. Are there any Freeware Disassemblers that you could recommend?
-
October 30th, 2004, 10:41 AM
#4
i personally prefer w32dasm and for second ollydbg.
just google for those names and you will have tons of download options.
-
October 31st, 2004, 02:05 AM
#5
Junior Member
Good Evening:
Thankyou White Scorpion.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|