Created
January 27, 2022 16:59
-
-
Save Shivammalaviya/f1fdf9c1aca87302a7257e38424f244f 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
| DeviceFileEvents | |
| | where ((InitiatingProcessFolderPath endswith @"\svchost.txt") | |
| and FolderPath contains @"\Calldriver.exe" | |
| and FolderPath contains @"\Driver.sys" | |
| and FolderPath contains @"\dll.dll" | |
| and FolderPath contains @"\kill.bat" | |
| and FolderPath contains @"\speedmem2.hg") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment