Malicious Powershell Script

Sample Details


Sample name - Malware.PSObfusc.ps1.malz Malware Type - Reverse shell

Analysis


Script - This malware is holding the malicious part inside of a base64 string and executing it.

The base 64 code -

We put this script as a variable in powershell-

We then decrypt it using-

The malicious script in question -

This seems to be a reverse tcp shell connecting to 10.10.115.13 : 1433

Last updated