Skip to content

Instantly share code, notes, and snippets.

@Samirbous
Created September 7, 2022 14:28
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/91eba416d4e8cae3de4ba5bf5bdc4a76 to your computer and use it in GitHub Desktop.
Save Samirbous/91eba416d4e8cae3de4ba5bf5bdc4a76 to your computer and use it in GitHub Desktop.
process where event.action == "start" and
(
(process.parent.name : "svchost.exe" and process.parent.args : "schedule") or
process.parent.name : "services.exe"
)
and
(process.Ext.relative_file_creation_time < 300 or process.Ext.relative_file_name_modify_time < 300)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment