Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing relation fields in application lifecycle #1161

Open
andurin opened this issue Aug 20, 2024 · 0 comments
Open

Missing relation fields in application lifecycle #1161

andurin opened this issue Aug 20, 2024 · 0 comments

Comments

@andurin
Copy link

andurin commented Aug 20, 2024

Hi,

while mapping Windows Event ID 7045 I'm missing some fields in Class Application Lifecycle (6002).

For example:

  • actor (reference) (who did the action)
  • device (reference) (where happens the action)
  • process (reference) (which process should be started by that service)
  • service (reference) (as an alternative to the already existing product) (Maybe?)

How are the chances to change the schema for this?

Sample Data:

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
  <Provider Name="Service Control Manager" Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service Control Manager" /> 
  <EventID Qualifiers="16384">7045</EventID> 
  <Version>0</Version> 
  <Level>4</Level> 
  <Task>0</Task> 
  <Opcode>0</Opcode> 
  <Keywords>0x8080000000000000</Keywords> 
  <TimeCreated SystemTime="2024-08-20T09:24:18.547844000Z" /> 
  <EventRecordID>7783</EventRecordID> 
  <Correlation /> 
  <Execution ProcessID="600" ThreadID="5016" /> 
  <Channel>System</Channel> 
  <Computer>foobar.windomain.local</Computer> 
  <Security UserID="S-1-5-18" /> 
  </System>
- <EventData>
  <Data Name="ServiceName">GoogleUpdater Service 129.0.6651.0 (GoogleUpdaterService129.0.6651.0)</Data> 
  <Data Name="ImagePath">"C:\Program Files (x86)\Google\GoogleUpdater\129.0.6651.0\updater.exe" --system --windows-service --service=update</Data> 
  <Data Name="ServiceType">user mode service</Data> 
  <Data Name="StartType">auto start</Data> 
  <Data Name="AccountName">LocalSystem</Data> 
  </EventData>
  </Event>

Regards,
Hendrik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant