Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Samirbous/7124ced9828cf38645b793c4a747c5a3 to your computer and use it in GitHub Desktop.
Save Samirbous/7124ced9828cf38645b793c4a747c5a3 to your computer and use it in GitHub Desktop.
sequence by host.id with maxspan=1m
[process where process.name : ("7zG.exe", "WinRAR.exe") and not process.args : "a"] by process.pid
[registry where process.name : ("7zG.exe", "WinRAR.exe") and registry.value : "ShowPassword" and registry.data.strings : "0"] by process.pid
[process where event.action == "start" and process.parent.name : ("7zG.exe", "WinRAR.exe")] by process.parent.pid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment