Getting Data In

Operation type for event 5058 {Solution}

Hons
Engager

Hello everyone,

Have you ever wondered why microsoft does not documented Operation types with Unicode + meaning?

You don´t need to anymore.

I have made the needed research (anyone can do) and here are the results:

%%2458 = Read

%%2459 = Write

%%2457 = Delete

 

 

 

Labels (1)
1 Solution

mrthom
Engager

 have found it 😄 it is non-sense string stored in system32/msobjs.dll and some snapshot can be seen there

https://gist.github.com/brianreitz/d5b9397a2e8b3d52ceb9359897e07c3f

%%2456 : Open key file.
%%2457 : Delete key file.
%%2458 : Read persisted key from file.
%%2459 : Write persisted key to file.

View solution in original post

mrthom
Engager

 have found it 😄 it is non-sense string stored in system32/msobjs.dll and some snapshot can be seen there

https://gist.github.com/brianreitz/d5b9397a2e8b3d52ceb9359897e07c3f

%%2456 : Open key file.
%%2457 : Delete key file.
%%2458 : Read persisted key from file.
%%2459 : Write persisted key to file.

Hons
Engager

Thanks @mrthom.

Your version is absolutely precise 😉

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Analytics Workspace deprecation

As of Splunk Cloud Platform 10.4.2604 and Splunk Enterprise 10.4, Analytics Workspace is now deprecated. ...

Splunk Developer Day Recap: Building, Publishing, and Growing on the Splunk Platform

Splunk Developer Day brought the Splunk developer community together for a practical look at what it means to ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...