Created
October 26, 2021 16:59
-
-
Save Samirbous/3d9ed9b690936e2a3a5c5075f14e7bee 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
process where event.action : "start" and | |
process.executable : "?:\\Program Files (x86)\\Internet Explorer\\iexplore.exe" and | |
process.args_count <= 2 and process.args_count > 1 and | |
not process.args : "?:\\Program Files (x86)\\Internet Explorer\\iexplore.exe" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment