Last active
June 19, 2019 14:54
-
-
Save Cyb3rWard0g/6f69475a667ef298d829370bd26ba8c2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<Sysmon schemaversion="4.1"> | |
<!-- Capture all hashes --> | |
<HashAlgorithms>*</HashAlgorithms> | |
<EventFiltering> | |
<!-- Event ID 1 == Process Creation. --> | |
<ProcessCreate onmatch="include"> | |
<Image name="Calculator Rule" condition="end with">Calculator.exe</Image> | |
</ProcessCreate> | |
</EventFiltering> | |
</Sysmon> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment