Created
October 12, 2022 16:37
-
-
Save Samirbous/8fd02d50125732283dc750ebc3b60d44 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sequence by host.id with maxspan=1m | |
[registry where registry.path : "*\\Software\\Microsoft\\Windows\\CurrentVersion\\Run\\*"] by registry.data.strings | |
[process where event.action == "start" and | |
/* recently created files */ | |
process.Ext.relative_file_creation_time < 500] by process.executable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment