Created
July 30, 2016 02:56
-
-
Save darkoperator/2c044de7c79ab07cdb9071201b5cbbcd to your computer and use it in GitHub Desktop.
Revisions
-
darkoperator created this gist
Jul 30, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ <Sysmon schemaversion="2.10"> <HashAlgorithms>*</HashAlgorithms> <CheckRevocation></CheckRevocation> <EventFiltering> <ImageLoad onmatch="include"> <ImageLoaded condition="contains">System.Management.Automation.ni.dll</ImageLoaded> <ImageLoaded condition="contains">System.Management.Automation.dll</ImageLoaded> </ImageLoad> <ImageLoad onmatch="exclude"> <Image condition="is">C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe</Image> <Image condition="is">C:\Windows\System32\WindowsPowerShell\v1.0\powershell_ise.exe</Image> </ImageLoad> </EventFiltering> </Sysmon>