thanks for the replies. below is a sample error from the log. using the search strings you kindly provided details everything as user=null. is it possible to have splunk return entries based upon 'account for which logon failed' so that it returns the machines that are failing to login? this should then allow me to identify the wonky machines. i've tried adjusting the search terms but it doesn't appear to like spaces, even if i enclose items within either '' or "". thanks, andy.
20111107091459.000000
Category=12544
CategoryString=Logon
ComputerName=server.domain.org
EventCode=4625
EventIdentifier=4625
EventType=5
Logfile=Security
RecordNumber=106973290
SourceName=Microsoft-Windows-Security-Auditing
TimeGenerated=20111107091459.415352-000
TimeWritten=20111107091459.415352-000
Type=Audit Failure
User=NULL
wmi_type=WinEventLog:Security
Message=An account failed to log on.
Subject:
Security ID: S-1-0-0
Account Name: -
Account Domain: -
Logon ID: 0x0
Logon Type: 3
Account For Which Logon Failed:
Security ID: S-1-0-0
Account Name: update.account
Account Domain: update.hostname
Failure Information:
Failure Reason: Unknown user name or bad password.
Status: 0xc000006d
Sub Status: 0xc0000064
Process Information:
Caller Process ID: 0x0
Caller Process Name: -
Network Information:
Workstation Name: update.hostname
Source Network Address: ip.address
Source Port: port
Detailed Authentication Information:
Logon Process: NtLmSsp
Authentication Package: NTLM
Transited Services: -
Package Name (NTLM only): -
Key Length: 0
This event is generated when a logon request fails. It is generated on the computer where access was attempted.
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.
The Logon Type field indicates the kind of logon that was requested. The most common types are 2 (interactive) and 3 (network).
The Process Information fields indicate which account and process on the system requested the logon.
The Network Information fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.
The authentication information fields provide detailed information about this specific logon request.
- Transited services indicate which intermediate services have participated in this logon request.
- Package name indicates which sub-protocol was used among the NTLM protocols.
- Key length indicates the length of the generated session key. This will be 0 if no session key was requested.
... View more