Code Monkey home page Code Monkey logo

Comments (2)

yarox24 avatar yarox24 commented on July 2, 2024

The Description column is no further processed. This is just copy from yaml definition.

In definition for event 7040 there is:

short_description: "The start type of the X service was changed from A to B."

and by design it's only copied without further processing - providing only generic message. I don't consider this a bug.

My mistake here is that I put those X, A to B so it may be confusing, I will remove all "placeholders" from next version.

The message you are looking for e.g. like: The start type of the %1 service was changed from %2 to %3
with substituted fields like %1 => Windows Update

are related to more complex topic which requires:

  • asking Windows to perform this via API or
  • keep extracted data from all Windows version since 7, 2008 with event messages templates included within program
  • proper application of templates like: in this place should be put int or hex?
  • support for different Versions of events e.g. 4624 had 3 different versions = 0,1,2

Example of messages database (SQLite format) : https://github.com/Velocidex/evtx-data/blob/master/welm/welm_combined.db

from evtxhussar.

yarox24 avatar yarox24 commented on July 2, 2024

Initial changes in commit: d19f4d5

from evtxhussar.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.