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

x-pack/winlogbeat/modules/security: fix UAC attribute bit table #37009

Merged
merged 2 commits into from
Nov 1, 2023

Commits on Oct 31, 2023

  1. x-pack/winlogbeat/modules/security: regenerate golden files

    This is done to reduce diff noise for the next commit; all changes are dropping
    the ingested timestamp.
    efd6 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f7ec53f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. x-pack/winlogbeat/modules/security: fix UAC attribute bit table

    The previous table was incorrect. Table data comes from MS-SAMR: Security
    Account Manager (SAM) Remote Protocol (Client-to-Server) version 46.0[1],
    2.2.1.12 USER_ACCOUNT Codes.
    
    [1]https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-SAMR/%5bMS-SAMR%5d-230828.docx
    efd6 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    b80ca43 View commit details
    Browse the repository at this point in the history