Event Details
Operating System->Microsoft Windows->Built-in logs->Windows 2000-2003->Security Log->Account Logon->EventID 673 - Service Ticket Granted [Win 2000]
EventID 673 - Service Ticket Granted [Win 2000]
Indicates that the service ticket was granted to a user or computer account requesting it. 
In other words, this event indicates a successful attempt of a user/computer account to access a network resource on the domain, e.g. map a drive, connect to a file share, etc.

Note: 
Logged only on domain controllers. 
On Windows 2000 the EventID 673 indicates only successful service ticket grants, whereas failures are indicated by EventID 677. 

Some fields provide codes as values. Refer to the following links in order to see their human-readable descriptions:
Find more information about this event on ultimatewindowssecurity.com.

Corresponding events on other OS versions:

Windows 2003
Windows 2008
 Sample:
        Event Type:     Success Audit
        Event Source:   Security
        Event Category: Account Logon
        Event ID:       673
        Date:           11/13/2009
        Time:           11:32:54
        User:           NT AUTHORITY\SYSTEM
        Computer:       DCCC1
        Description:
        Service Ticket Granted:
        User Name:		DCCC1$
        User Domain:		LOGISTICS.CORP
        Service Name:		DCCC1$
        Service ID:		%{S-1-5-21-746137067-343818398-839522115-1003}
        Ticket Options:		0x40810010
        Ticket Encryption Type:	0x17
        Client Address:		127.0.0.1
      
Log Type: Windows Event Log
 Uniquely Identified By:
Log Name: Security
Filtering Field Equals to Value
OSVersion Windows 2000
Category Account Logon
Source Security
EventId 673
Field Matching
FieldDescriptionStored inSample Value
DateTime Date/Time of event origination in GMT format. DateTime 10.10.2000 19:00:00
Source Name of an Application or System Service originating the event. Source Security
Type Warning, Information, Error, Success, Failure, etc. Type Success
User Domain\Account name of user/service/computer initiating event. User RESEARCH\Alebovsky
Computer Name of server workstation where event was logged. Computer DC1
EventID Numerical ID of event. Unique within one Event Source. EventId 576
Description The entire unparsed event message. Description Special privileges assigned to new logon.
Log Name The name of the event log (e.g. Application, Security, System, etc.) LogName Security
Category A name for a subclass of events within the same Event Source. Category Logon/Logoff
User Name Account name of the user/computer requesting the ticket InsertionString1 DCCC1$
User Domain User/computer account's DNS suffix InsertionString2 LOGISTICS.CORP
Service Name The service to which access was requested InsertionString3 DCCC1$
Service ID The account name of the service (to which access was requested) in the following format: domain name\service account name InsertionString4 %{S-1-5-21-746137067-343818398-839522115-1003}
Ticket Options A hexadecimal number representing the Key Distribution Center (KDC) Option flags that were used or requested when the ticket was issued. KDC Option flags include information such as whether a ticket can be forwarded or renewed. The number in the Ticket Options field is a bit mask. InsertionString5 0x40810010
Ticket Encryption Type The code for the Kerberos encryption type (etype) used in the ticket request. Please find the code descriptions here. InsertionString6 0x17
Client Address IP address of the workstation from which the user logged on. InsertionString7 127.0.0.1
Failure Code Displays the reason for the authentication failure. Please find the code descriptions here. InsertionString8
Logon GUID The Logon GUID field displays a unique number that can be used to correlate the ticket request event with a Logon/Logoff event on the computer where the requested service resides. For successful logons, compare the value with the corresponding value in the Security 540 event on the computer where the requested service resides. InsertionString9
Comments
You must be logged in to comment