Skip to content

Instantly share code, notes, and snippets.

@Purp1eW0lf
Created February 23, 2024 16:18
Show Gist options
  • Save Purp1eW0lf/51bec3826690a61dbac53ab30f700a18 to your computer and use it in GitHub Desktop.
Save Purp1eW0lf/51bec3826690a61dbac53ab30f700a18 to your computer and use it in GitHub Desktop.
#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