Created
February 23, 2024 16:18
-
-
Save Purp1eW0lf/51bec3826690a61dbac53ab30f700a18 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
#Ransomware binaries | |
C:\\Windows\\TEMP\\ScreenConnect\\22.5.7881.8171\\LB3.exe\ | |
#Defense evasion | |
powershell -c foreach ($disk in Get-WmiObject Win32_Logicaldisk){Add-MpPreference -ExclusionPath $disk.deviceid} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment