Analysis
- max time kernel
148s - max time network
152s - platform
windows11-ltsc_2024_x64 - resource
win11ltsc2024-20260709-en - resource tags
arch:x64arch:x86image:win11ltsc2024-20260709-enlocale:en-usos:windows11-ltsc_2024-x64systemwindows - submitted
26/08/2026, 12:37
Static task
static1
Behavioral task
behavioral1
Sample
PUCHASE ORDER.JS.js
Resource
win10v2004-20260513-en
11 signatures
150 seconds
Behavioral task
behavioral2
Sample
PUCHASE ORDER.JS.js
Resource
win11ltsc2024-20260709-en
10 signatures
150 seconds
General
- Target PUCHASE ORDER.JS.js
- Size 1.4MB
- Sample260826-pth4vsde44
- SHA256 f2369139fc9eed7dab6a32fb150896f21c6da9f60aaa2f8aa86f33139ec7bd27
- MD5 8974bca90f87bdd82c1186a99c5d7e79
- SHA1 5a5db57fb8c5de443faf45f15ffe97aa467ae4df
- SHA512 47d64b599ab5b5d508e6775dbeb76d7bb66309d1fc8c860e87ef4275d2ab178b9cc5045440cb4c0e4b5ddd70f4690683f9af2d291e160f077727bda5e40edd04
- SSDEEP 12288:1T88md1xl9WMGJDIRHYNWNEsnjUeW6IzuL6S5tRkS21cWQa1JDySoLyN:Qd1S81VNE8nxz5/kS21cWd1RySoLW
- TLSH T16765390B0B3C27379FAA13714469C10913E84EC9E8B69F1C666DD4B4AEB4E0F16A55FC
- MD5 SHA1 SHA512 SSDEEP TLSH
Score
8/10
Malware Config
Signatures
- Command and Scripting Interpreter: PowerShell 1 TTPs 1 IoCs
Run Powershell and hide display window.
pid Process 3404 powershell.exe - Hide Artifacts: Ignore Process Interrupts 1 TTPs 1 IoCs
Command interpreters often include specific commands/flags that ignore errors and other hangups.
pid Process 1772 powershell.exe - Command and Scripting Interpreter: JavaScript 1 TTPs
- Enumerates physical storage devices 1 TTPs
Attempts to interact with connected storage/optical drive(s).
- Executes a command shell one-liner 1 TTPs 1 IoCs
Execution of a cmd.exe one-liner (/c "close" or /k "keep") is a common script/loader stage.
pid Process 4136 cmd.exe - 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 - Scheduled Task/Job: Scheduled Task 1 TTPs 1 IoCs
Schtasks is often used by malware for persistence or to perform post-infection execution.
pid Process 2260 schtasks.exe - Suspicious behavior: EnumeratesProcesses 7 IoCs
pid Process 1772 powershell.exe 1772 powershell.exe 1772 powershell.exe 3404 powershell.exe 3404 powershell.exe 3404 powershell.exe 1772 powershell.exe - Suspicious use of AdjustPrivilegeToken 2 IoCs
description pid Process Token: SeDebugPrivilege 1772 powershell.exe Token: SeDebugPrivilege 3404 powershell.exe - Suspicious use of WriteProcessMemory 5 IoCs
description pid Process procid_target PID 1380 wrote to memory of 4136 1380 wscript.exe 89 PID 1380 wrote to memory of 1772 1380 wscript.exe 91 PID 1380 wrote to memory of 3404 1380 wscript.exe 93 PID 4136 wrote to memory of 2260 4136 cmd.exe 95 PID 1772 wrote to memory of 5436 1772 powershell.exe 96
Processes
-
C:\Windows\system32\wscript.exewscript.exe "C:\Users\Admin\AppData\Local\Temp\PUCHASE ORDER.JS.js"1⤵
- Suspicious use of WriteProcessMemory
PID:1380 -
C:\Windows\System32\cmd.exe"C:\Windows\System32\cmd.exe" /c schtasks /create /sc minute /mo 15 /tn PUCHASE ORDER.JS.js /tr C:\Users\Admin\Pictures\PUCHASE ORDER.JS.js /f2⤵
- Executes a command shell one-liner
- Suspicious use of WriteProcessMemory
PID:4136 -
C:\Windows\system32\schtasks.exeschtasks /create /sc minute /mo 15 /tn PUCHASE ORDER.JS.js /tr C:\Users\Admin\Pictures\PUCHASE ORDER.JS.js /f3⤵
- Scheduled Task/Job: Scheduled Task
PID:2260
-
-
-
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe"C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command "$code = 'using System; using System.Runtime.InteropServices; public class WindowManager { [DllImport("user32.dll")] public static extern bool ShowWindow(IntPtr hWnd, int nCmdShow); [DllImport("user32.dll")] public static extern bool MoveWindow(IntPtr hWnd, int X, int Y, int nWidth, int nHeight, bool bRepaint); }'; Add-Type -TypeDefinition $code; $processes = Get-Process -Name 'powershell' -ErrorAction SilentlyContinue; foreach ($p in $processes) { if ($p.MainWindowHandle -ne 0) { [WindowManager]::ShowWindow($p.MainWindowHandle, 0); [WindowManager]::MoveWindow($p.MainWindowHandle, -32000, -32000, 0, 0, $true); } }"2⤵
- Hide Artifacts: Ignore Process Interrupts
- Suspicious behavior: EnumeratesProcesses
- Suspicious use of AdjustPrivilegeToken
- Suspicious use of WriteProcessMemory
PID:1772 -
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\Admin\AppData\Local\Temp\kq24luow\kq24luow.cmdline"3⤵PID:5436
-
-
-
C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exeC:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe -WindowStyle Hidden -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command -2⤵
- Command and Scripting Interpreter: PowerShell
- System Location Discovery: System Language Discovery
- Suspicious behavior: EnumeratesProcesses
- Suspicious use of AdjustPrivilegeToken
PID:3404
-
Network
MITRE ATT&CK Enterprise v16
Replay Monitor
Loading Replay Monitor...
Downloads
- Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
- Size 21KB
- SHA256 2ed3d3e7c0af1fe79662f18cf4ae4a32ac46676344a237864cc3aaeb6d41384c
- MD5 0449f776eccdc93ff0282dda250c2349
- SHA1 3369f67831404a4a62bf601c62f4db09dc73f412
- SHA512 70442ef96950840c7ddd1e32f5b490bf62c29877c217bd1df909f8c7bc3ac1be17d8e25a2caaf252b97e637b6a0a6d3d3b932e8b11850445847738fef15ae9e5
- SSDEEP 384:1SEb1A1iBWy4bvyUB04r/+gFsCKr2PnxIAf4SkaMHtWTE6MgOr86BT4bhNQLSNrP:LBQ6WrjrB3r/+N6JIAfdkasOUFMbhN2+
- TLSH T158A2B568213F6DC7D8D212B014D602F7FFE4D449AA7551A8EF1BCE2F5C90ABB4A61620
- MD5 SHA1 SHA512 SSDEEP TLSH
- Path C:\Users\Admin\AppData\Local\Temp\__PSScriptPolicyTest_2okhbua0.sen.ps1
- Size 60B
- SHA256 96ad1146eb96877eab5942ae0736b82d8b5e2039a80d3d6932665c1a4c87dcf7
- MD5 d17fe0a3f47be24a6453e9ef58c94641
- SHA1 6ab83620379fc69f80c0242105ddffd7d98d5d9d
- SHA512 5b592e58f26c264604f98f6aa12860758ce606d1c63220736cf0c779e4e18e3cec8706930a16c38b20161754d1017d1657d35258e58ca22b18f5b232880dec82
- TLSH T177A02228CC303B200020C0080A000002C00B800C080C8C0220000A00B20B820002F080
- MD5 SHA1 SHA512 TLSH
- Path C:\Users\Admin\AppData\Local\Temp\detachEvent.ini
- Size 279KB
- SHA256 d18e57c9d698c1de38764ae217ea2ec3528c1c000e74a0b0e4e238321914b753
- MD5 f5b27d31aea14a80f67035258f5a7ce4
- SHA1 8eb355787fdc16196930b1ebfecc88df0603946b
- SHA512 cc77c8728c5c8e80ef433d310fdbf7758f0293f892606484338ce36ee17af5023983b7973062ea5fe855840b5f60bf42d3542963f95d6211f8e04c45a12a0746
- SSDEEP 6144:Lt9P06aZGgYk2pFyJHZ+0NPl2rx9CMcgufR+M4M1q44duPez1SyXBkxiFv:Lt9P0RZDYk2pFyi9CtOLdz4ikwt
- TLSH T1E8541315AF44DD1B5217A360AAF133CB8C9F2D6C7C9C03A7555CC12CB55ABF8BA028E6
- MD5 SHA1 SHA512 SSDEEP TLSH
- Path \??\c:\Users\Admin\AppData\Local\Temp\kq24luow\kq24luow.0.cs
- Size 303B
- SHA256 adda765d287b3cbb1d200dab7b98aade812d8cb4a24583d19ff6dcc013d4a66d
- MD5 ead13b8831fa5e38b35d0370fa716da4
- SHA1 792ba354dc866072a8c14c7e5b4a08c08e6f3ddc
- SHA512 7d97d37cba9f50c41fc2a49ca5c2622783f84b6c4f860473adfc71d5453e47c1d72a6b031a2becc8ac7838827d55b0aecd784645e66aaf26d1af2747fe262ae9
- TLSH T18CE0CD159A3276D124568D074C52B2FDF617833412E7353046E95332EF2E44D4274B55
- MD5 SHA1 SHA512 TLSH
- Path \??\c:\Users\Admin\AppData\Local\Temp\kq24luow\kq24luow.cmdline
- Size 369B
- SHA256 df97a6c8f8b740b33c60fab22b7111f07b1aeed61a1b38c009d13a5b109239a2
- MD5 5c87e3a83e0e63c8f84054aa93a8fe2c
- SHA1 e4f6995af3b04a5bef57ce6b61050807a80364eb
- SHA512 95d7b7dc6f7ee138f9b92f7a4acca056ede1ce6a935b562c6a718b94c2c42c491bb2653f9cc48ba1992a30426ba7437d98922bb057305b4250eb8ddd6ab8d2dd
- TLSH T139E06F2A624AC27D21F9100B277AC4EC827207972AC23F84D464840EF02B2802BE2BE1
- MD5 SHA1 SHA512 TLSH