Skip to content

Instantly share code, notes, and snippets.

@Samirbous
Created April 6, 2022 14:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Samirbous/bce42125fb2fba95d676941e7808ecaf to your computer and use it in GitHub Desktop.
Save Samirbous/bce42125fb2fba95d676941e7808ecaf to your computer and use it in GitHub Desktop.
sequence by host.id, process.entity_id with maxspan=1s
[process where event.code : "10" and process.name : "sihost.exe" and
winlog.event_data.CallTrace : "*CoreShellExtFramework*" and winlog.event_data.GrantedAccess : "0x40"]
[process where event.code : "10" and process.name : "sihost.exe" and
not winlog.event_data.GrantedAccess : ("0x*00", "0x1010", "0x1410", "0x40")]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment