Skip to content

Instantly share code, notes, and snippets.

@Samirbous
Created September 7, 2022 14:28
Embed
What would you like to do?
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