Main fields
IP address
IP
Windows
IP
ELK
-
Microsoft Sentinel
-
QRadar
-
Splunk
-
Computer name
Computer
Windows
Computer
ELK
winlog.computer_name
Microsoft Sentinel
-
QRadar
-
Splunk
-
User name
TargetUserName
Windows
Subject: Account Name
ELK
winlog.event_data.TargetUserName
Microsoft Sentinel
-
QRadar
-
Splunk
-
Important field
LogonType
Windows
Logon Type
ELK
winlog.event_data.LogonType
Microsoft Sentinel
-
QRadar
-
Splunk
-
Fields
| Windows Raw | Windows | ELK | Microsoft Sentinel | QRadar | Splunk |
|---|---|---|---|---|---|
| TargetUserSid | Subject: Security ID | winlog.event_data.TargetUserSid | - | - | - |
| TargetUserName | Subject: Account Name | winlog.event_data.TargetUserName | - | - | - |
| TargetDomainName | Subject: Account Domain | winlog.event_data.TargetDomainName | - | - | - |
| TargetLogonId | Subject: Logon ID | winlog.event_data.TargetLogonId | - | - | - |
| LogonType | Logon Type | winlog.event_data.LogonType | - | - | - |
| IP System field | IP System field | - | - | - | - |
| Computer System field | Computer System field | winlog.computer_name | - | - | - |
| ProcessID System field | ProcessID System field | winlog.process.pid | - | - | - |
| ThreadID System field | ThreadID System field | winlog.process.thread.id | - | - | - |
Sample Event
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Microsoft-Windows-Security-Auditing" Guid="{54849625-5478-4994-a5ba-3e3b0328c30d}" />
<EventID>4634</EventID>
<Version>0</Version>
<Level>0</Level>
<Task>12545</Task>
<Opcode>0</Opcode>
<Keywords>0x8020000000000000</Keywords>
<TimeCreated SystemTime="2026-08-03T13:55:26.5302127Z" />
<EventRecordID>179449</EventRecordID>
<Correlation />
<Execution ProcessID="848" ThreadID="9276" />
<Channel>Security</Channel>
<Computer>DC.socpedia.net</Computer>
<Security />
</System>
- <EventData>
<Data Name="TargetUserSid">S-1-5-21-1838030176-2987033226-1986555923-1104</Data>
<Data Name="TargetUserName">cs_admin</Data>
<Data Name="TargetDomainName">SOCPEDIA</Data>
<Data Name="TargetLogonId">0xdf8fc94</Data>
<Data Name="LogonType">3</Data>
</EventData>
</Event>