Open Gandalf098 opened 4 years ago
and this is an example of one of the three events in splunk
08/10/2016 02:57:28 PM LogName=Security SourceName=Microsoft Windows security auditing. EventCode=4688 EventType=0 Type=Information ComputerName=we8105desk.waynecorpinc.local TaskCategory=Process Creation OpCode=Info RecordNumber=493922 Keywords=Audit Success Message=A new process has been created.
Creator Subject: Security ID: NT AUTHORITY\LOCAL SERVICE Account Name: LOCAL SERVICE Account Domain: NT AUTHORITY Logon ID: 0x3E5
Target Subject: Security ID: NULL SID Account Name: - Account Domain: - Logon ID: 0x0
Process Information: New Process ID: 0x1374 New Process Name: C:\Windows\System32\conhost.exe Token Elevation Type: %%1936 Mandatory Label: Mandatory Label\System Mandatory Level Creator Process ID: 0xb68 Creator Process Name: C:\Program Files\Windows Defender\MpCmdRun.exe Process Command Line: \??\C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
Token Elevation Type indicates the type of token that was assigned to the new process in accordance with User Account Control policy.
Type 1 is a full token with no privileges removed or groups disabled. A full token is only used if User Account Control is disabled or if the user is the built-in Administrator account or a service account.
Type 2 is an elevated token with no privileges removed or groups disabled. An elevated token is used when User Account Control is enabled and the user chooses to start the program using Run as administrator. An elevated token is also used when an application is configured to always require administrative privilege or to always require maximum privilege, and the user is a member of the Administrators group.
Type 3 is a limited token with administrative privileges removed and administrative groups disabled. The limited token is used when User Account Control is enabled, the application does not require administrative privilege, and the user does not choose to start the program using Run as administrator.
I also tried to rename the fields to match the generic transformer constants (renamed some of the field including ( ex. eventtype to event_type)
still nothing worked
Hi,
First of all thanks a lot for the awesome tool,
I just have a problem with the format of fields sent from splunk to beagle, I tried wineventlog and xmleventlog, both of them are not working
here is the log snippet