Advertisement
Guest User

SecurityLog

a guest
Feb 21st, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. An account was successfully logged on.
  2.  
  3. Subject:
  4. Security ID: NULL SID
  5. Account Name: -
  6. Account Domain: -
  7. Logon ID: 0x0
  8.  
  9. Logon Type: 3
  10.  
  11. Impersonation Level: Impersonation
  12.  
  13. New Logon:
  14. Security ID: ANONYMOUS LOGON
  15. Account Name: ANONYMOUS LOGON
  16. Account Domain: NT AUTHORITY
  17. Logon ID: 0x28272AF702
  18. Logon GUID: {00000000-0000-0000-0000-000000000000}
  19.  
  20. Process Information:
  21. Process ID: 0x0
  22. Process Name: -
  23.  
  24. Network Information:
  25. Workstation Name:
  26. Source Network Address: 199.127.103.229
  27. Source Port: 1686
  28.  
  29. Detailed Authentication Information:
  30. Logon Process: NtLmSsp
  31. Authentication Package: NTLM
  32. Transited Services: -
  33. Package Name (NTLM only): NTLM V1
  34. Key Length: 0
  35.  
  36. This event is generated when a logon session is created. It is generated on the computer that was accessed.
  37.  
  38. The subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.
  39.  
  40. The logon type field indicates the kind of logon that occurred. The most common types are 2 (interactive) and 3 (network).
  41.  
  42. The New Logon fields indicate the account for whom the new logon was created, i.e. the account that was logged on.
  43.  
  44. The network fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.
  45.  
  46. The impersonation level field indicates the extent to which a process in the logon session can impersonate.
  47.  
  48. The authentication information fields provide detailed information about this specific logon request.
  49. - Logon GUID is a unique identifier that can be used to correlate this event with a KDC event.
  50. - Transited services indicate which intermediate services have participated in this logon request.
  51. - Package name indicates which sub-protocol was used among the NTLM protocols.
  52. - Key length indicates the length of the generated session key. This will be 0 if no session key was requested.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement