Analysis

  • max time kernel
    143s
  • max time network
    159s
  • 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, 22:16

General

  • Target
    2026-08-04_cefa689d9bc1fb01edf89a72992db917_cobalt-strike_coinminer_dosia_glassworm_icedid_njrat_quasar-rat_vidar.exe
  • Size 55.2MB
  • Sample260804-16w22a1gla
  • SHA256 e245c402a8ec2d671a9deb0becb093adb2c2a5bec9abd56bea9c2f307ab20780
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

  • UAC bypass 3 TTPs 1 IoCs
  • Windows security bypass 2 TTPs 6 IoCs
  • Detects executables calling ClearMyTracksByProcess 1 IoCs
  • Detects executables containing artifacts associated with disabling Widnows Defender 7 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.

  • Drops file in Drivers directory 1 IoCs
  • Executes dropped EXE 5 IoCs
  • Loads dropped DLL 5 IoCs
  • Modifies file permissions 1 TTPs 15 IoCs
  • Adds Run key to start application 2 TTPs 2 IoCs
  • 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 1 IoCs
  • Drops file in Program Files directory 18 IoCs
  • Enumerates physical storage devices 1 TTPs

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

  • Event Triggered Execution: Screensaver 1 TTPs 3 IoCs

    Screensavers are programs that execute after a configurable time of user inactivity and consist of Portable Executable (PE) files with a .scr file extension.

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

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

  • System Location Discovery: System Language Discovery 1 TTPs 33 IoCs

    Attempt gather information about the system language of a victim in order to infer the geographical location of that host.

  • Modifies Control Panel 4 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 8 IoCs
  • Suspicious use of AdjustPrivilegeToken 22 IoCs
  • Suspicious use of WriteProcessMemory 55 IoCs
  • System policy modification 1 TTPs 1 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.

Processes

  • C:\Users\Admin\AppData\Local\Temp\2026-08-04_cefa689d9bc1fb01edf89a72992db917_cobalt-strike_coinminer_dosia_glassworm_icedid_njrat_quasar-rat_vidar.exe
    "C:\Users\Admin\AppData\Local\Temp\2026-08-04_cefa689d9bc1fb01edf89a72992db917_cobalt-strike_coinminer_dosia_glassworm_icedid_njrat_quasar-rat_vidar.exe"
    1⤵
    • Suspicious behavior: EnumeratesProcesses
    PID:2856
  • C:\Windows\system32\svchost.exe
    C:\Windows\system32\svchost.exe -k GPSvcGroup
    1⤵
      PID:2772
    • C:\Users\Public\u2gTUO\Ng3QB8.exe
      "C:\Users\Public\u2gTUO\Ng3QB8.exe"
      1⤵
      • Executes dropped EXE
      • Loads dropped DLL
      • Adds Run key to start application
      • Drops file in System32 directory
      • Drops file in Program Files directory
      • Suspicious behavior: EnumeratesProcesses
      • Suspicious use of WriteProcessMemory
      PID:1224
      • 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
        • Suspicious use of AdjustPrivilegeToken
        PID:3480
      • 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\u2gTUO\" /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:704
        • 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\u2gTUO\" /t REG_DWORD /d 0 /f"
          3⤵
          • Scheduled Task/Job: Scheduled Task
          PID:3080
        • C:\Windows\system32\schtasks.exe
          SCHTASKS /Run /TN "Task1"
          3⤵
            PID:4488
          • C:\Windows\system32\schtasks.exe
            SCHTASKS /Delete /TN "Task1" /F
            3⤵
              PID:4960
          • 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:1940
            • 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:5124
            • C:\Windows\system32\schtasks.exe
              SCHTASKS /Run /TN "Task1"
              3⤵
                PID:4232
              • C:\Windows\system32\schtasks.exe
                SCHTASKS /Delete /TN "Task1" /F
                3⤵
                  PID:472
              • 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:3540
                • 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:3936
                • C:\Windows\system32\schtasks.exe
                  SCHTASKS /Run /TN "Task1"
                  3⤵
                    PID:1812
                  • C:\Windows\system32\schtasks.exe
                    SCHTASKS /Delete /TN "Task1" /F
                    3⤵
                      PID:4776
                  • 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:5176
                    • 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:4148
                    • C:\Windows\system32\schtasks.exe
                      SCHTASKS /Run /TN "Task1"
                      3⤵
                        PID:3740
                      • C:\Windows\system32\schtasks.exe
                        SCHTASKS /Delete /TN "Task1" /F
                        3⤵
                          PID:2020
                      • 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:3216
                        • 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:4628
                        • C:\Windows\system32\schtasks.exe
                          SCHTASKS /Run /TN "Task1"
                          3⤵
                            PID:1588
                          • C:\Windows\system32\schtasks.exe
                            SCHTASKS /Delete /TN "Task1" /F
                            3⤵
                              PID:1324
                          • C:\Program Files (x86)\8SB6C5\OGG4rX.exe
                            "C:\Program Files (x86)\8SB6C5\OGG4rX.exe"
                            2⤵
                            • UAC bypass
                            • Drops file in Drivers directory
                            • Executes dropped EXE
                            • Loads dropped DLL
                            • Adds Run key to start application
                            • Drops file in Program Files directory
                            • Event Triggered Execution: Screensaver
                            • System Location Discovery: System Language Discovery
                            • Modifies Control Panel
                            • Suspicious use of WriteProcessMemory
                            • System policy modification
                            PID:1104
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c icacls "C:\Program Files (x86)\8SB6C5" /inheritance:r
                              3⤵
                              • Executes a command shell one-liner
                              • System Location Discovery: System Language Discovery
                              • Suspicious use of WriteProcessMemory
                              PID:2856
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls "C:\Program Files (x86)\8SB6C5" /inheritance:r
                                4⤵
                                • Modifies file permissions
                                • System Location Discovery: System Language Discovery
                                PID:3816
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c vssadmin delete shadows /all /quiet
                              3⤵
                              • Executes a command shell one-liner
                              • System Location Discovery: System Language Discovery
                              PID:5904
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd /c echo.>c:\xxxx.ini
                              3⤵
                              • Executes a command shell one-liner
                              • System Location Discovery: System Language Discovery
                              PID:3820
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd /c echo.>c:\xxxx.ini
                              3⤵
                              • Executes a command shell one-liner
                              • System Location Discovery: System Language Discovery
                              PID:2816
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd /c echo.>c:\xxxx.ini
                              3⤵
                              • Executes a command shell one-liner
                              • System Location Discovery: System Language Discovery
                              PID:3736
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c icacls "C:\Program Files (x86)\8SB6C5" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                              3⤵
                              • Executes a command shell one-liner
                              • System Location Discovery: System Language Discovery
                              • Suspicious use of WriteProcessMemory
                              PID:4268
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls "C:\Program Files (x86)\8SB6C5" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                4⤵
                                • Modifies file permissions
                                • System Location Discovery: System Language Discovery
                                PID:1664
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c icacls "C:\Program Files (x86)\8SB6C5" /grant:r Users:(OI)(CI)(RX) /deny Users:(OI)(CI)(DC)
                              3⤵
                              • Executes a command shell one-liner
                              • System Location Discovery: System Language Discovery
                              • Suspicious use of WriteProcessMemory
                              PID:3156
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls "C:\Program Files (x86)\8SB6C5" /grant:r Users:(OI)(CI)(RX) /deny Users:(OI)(CI)(DC)
                                4⤵
                                • Modifies file permissions
                                • System Location Discovery: System Language Discovery
                                PID:3956
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c icacls "C:\Program Files (x86)\8SB6C5\OGG4rX.exe" /inheritance:r
                              3⤵
                              • Executes a command shell one-liner
                              • System Location Discovery: System Language Discovery
                              • Suspicious use of WriteProcessMemory
                              PID:2448
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls "C:\Program Files (x86)\8SB6C5\OGG4rX.exe" /inheritance:r
                                4⤵
                                • Modifies file permissions
                                • System Location Discovery: System Language Discovery
                                PID:1072
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c icacls "C:\Program Files (x86)\8SB6C5\OGG4rX.exe" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                              3⤵
                              • Executes a command shell one-liner
                              • System Location Discovery: System Language Discovery
                              • Suspicious use of WriteProcessMemory
                              PID:2972
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls "C:\Program Files (x86)\8SB6C5\OGG4rX.exe" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                4⤵
                                • Modifies file permissions
                                • System Location Discovery: System Language Discovery
                                PID:6128
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c icacls "C:\Program Files (x86)\8SB6C5\OGG4rX.exe" /grant:r Users:(RX) /deny Users:(DE)
                              3⤵
                              • Executes a command shell one-liner
                              • System Location Discovery: System Language Discovery
                              • Suspicious use of WriteProcessMemory
                              PID:4148
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls "C:\Program Files (x86)\8SB6C5\OGG4rX.exe" /grant:r Users:(RX) /deny Users:(DE)
                                4⤵
                                • Modifies file permissions
                                • System Location Discovery: System Language Discovery
                                PID:1168
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c icacls "C:\Program Files (x86)\8SB6C5\image.png" /inheritance:r
                              3⤵
                              • Executes a command shell one-liner
                              • System Location Discovery: System Language Discovery
                              • Suspicious use of WriteProcessMemory
                              PID:1092
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls "C:\Program Files (x86)\8SB6C5\image.png" /inheritance:r
                                4⤵
                                • Modifies file permissions
                                • System Location Discovery: System Language Discovery
                                PID:1784
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c icacls "C:\Program Files (x86)\8SB6C5\image.png" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                              3⤵
                              • Executes a command shell one-liner
                              • System Location Discovery: System Language Discovery
                              • Suspicious use of WriteProcessMemory
                              PID:1948
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls "C:\Program Files (x86)\8SB6C5\image.png" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                4⤵
                                • Modifies file permissions
                                • System Location Discovery: System Language Discovery
                                PID:4824
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c icacls "C:\Program Files (x86)\8SB6C5\image.png" /grant:r Users:(RX) /deny Users:(DE)
                              3⤵
                              • Executes a command shell one-liner
                              • System Location Discovery: System Language Discovery
                              • Suspicious use of WriteProcessMemory
                              PID:4968
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls "C:\Program Files (x86)\8SB6C5\image.png" /grant:r Users:(RX) /deny Users:(DE)
                                4⤵
                                • Modifies file permissions
                                • System Location Discovery: System Language Discovery
                                PID:3192
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c icacls "C:\Program Files (x86)\8SB6C5\thumbs.db" /inheritance:r
                              3⤵
                              • Executes a command shell one-liner
                              • System Location Discovery: System Language Discovery
                              • Suspicious use of WriteProcessMemory
                              PID:3400
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls "C:\Program Files (x86)\8SB6C5\thumbs.db" /inheritance:r
                                4⤵
                                • Modifies file permissions
                                • System Location Discovery: System Language Discovery
                                PID:5340
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c icacls "C:\Program Files (x86)\8SB6C5\thumbs.db" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                              3⤵
                              • Executes a command shell one-liner
                              • System Location Discovery: System Language Discovery
                              • Suspicious use of WriteProcessMemory
                              PID:3784
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls "C:\Program Files (x86)\8SB6C5\thumbs.db" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                4⤵
                                • Modifies file permissions
                                • System Location Discovery: System Language Discovery
                                PID:5600
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c icacls "C:\Program Files (x86)\8SB6C5\thumbs.db" /grant:r Users:(RX) /deny Users:(DE)
                              3⤵
                              • Executes a command shell one-liner
                              • System Location Discovery: System Language Discovery
                              • Suspicious use of WriteProcessMemory
                              PID:2940
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls "C:\Program Files (x86)\8SB6C5\thumbs.db" /grant:r Users:(RX) /deny Users:(DE)
                                4⤵
                                • Modifies file permissions
                                • System Location Discovery: System Language Discovery
                                PID:476
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c icacls "C:\Program Files (x86)\8SB6C5\XPSPLOG.dll" /inheritance:r
                              3⤵
                              • Executes a command shell one-liner
                              • System Location Discovery: System Language Discovery
                              • Suspicious use of WriteProcessMemory
                              PID:4728
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls "C:\Program Files (x86)\8SB6C5\XPSPLOG.dll" /inheritance:r
                                4⤵
                                • Modifies file permissions
                                • System Location Discovery: System Language Discovery
                                PID:4604
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c icacls "C:\Program Files (x86)\8SB6C5\XPSPLOG.dll" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                              3⤵
                              • Executes a command shell one-liner
                              PID:3500
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls "C:\Program Files (x86)\8SB6C5\XPSPLOG.dll" /grant:r Administrators:(OI)(CI)F /grant:r SYSTEM:(OI)(CI)F
                                4⤵
                                • Modifies file permissions
                                PID:4104
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c icacls "C:\Program Files (x86)\8SB6C5\XPSPLOG.dll" /grant:r Users:(RX) /deny Users:(DE)
                              3⤵
                              • Executes a command shell one-liner
                              PID:3336
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls "C:\Program Files (x86)\8SB6C5\XPSPLOG.dll" /grant:r Users:(RX) /deny Users:(DE)
                                4⤵
                                • Modifies file permissions
                                PID:756
                        • C:\Users\Public\u2gTUO\Ng3QB8.exe
                          "C:\Users\Public\u2gTUO\Ng3QB8.exe"
                          1⤵
                          • Executes dropped EXE
                          • Loads dropped DLL
                          PID:1664
                        • C:\Windows\system32\cmd.exe
                          "cmd.exe" /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Public\u2gTUO" /t REG_DWORD /d 0 /f
                          1⤵
                          • Executes a command shell one-liner
                          • Suspicious use of WriteProcessMemory
                          PID:3392
                          • C:\Windows\System32\reg.exe
                            reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Public\u2gTUO" /t REG_DWORD /d 0 /f
                            2⤵
                            • Windows security bypass
                            PID:1880
                        • C:\Windows\system32\cmd.exe
                          cmd.exe
                          1⤵
                            PID:5636
                          • 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:4584
                            • 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:5336
                          • 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:4124
                            • 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:3340
                          • C:\Program Files (x86)\8SB6C5\OGG4rX.exe
                            "C:\Program Files (x86)\8SB6C5\OGG4rX.exe"
                            1⤵
                            • Executes dropped EXE
                            • Loads dropped DLL
                            • System Location Discovery: System Language Discovery
                            PID:2432
                          • C:\Program Files (x86)\6N9WTtsj\8odmKD.exe
                            "C:\Program Files (x86)\6N9WTtsj\8odmKD.exe"
                            1⤵
                            • Executes dropped EXE
                            • Loads dropped DLL
                            • System Location Discovery: System Language Discovery
                            PID:6100
                          • C:\Program Files (x86)\8SB6C5\OGG4rX.exe
                            "C:\Program Files (x86)\8SB6C5\OGG4rX.exe"
                            1⤵
                              PID:3132
                            • C:\Program Files (x86)\6N9WTtsj\8odmKD.exe
                              "C:\Program Files (x86)\6N9WTtsj\8odmKD.exe"
                              1⤵
                                PID:2704

                              Network

                                    MITRE ATT&CK Enterprise v16

                                    Replay Monitor

                                    Loading Replay Monitor...

                                    Downloads

                                    XPSPLOG.dll

                                    • Path C:\Program Files (x86)\6N9WTtsj\XPSPLOG.dll
                                    • Size 4.6MB
                                    • SHA256 1adc319a4fd4174aa2ff4ab5c4bf832b3c4fefcfb7429f6a264644830936d902
                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                    XPSPLOG.dll

                                    • Path C:\Program Files (x86)\6N9WTtsj\XPSPLOG.dll
                                    • Size 1.5MB
                                    • SHA256 586a72f564fb2ffbc1915d03d358bb3c7ef813feee8e38c58e1cf64b8a5bf2b0
                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                    image.png

                                    • Path C:\Program Files (x86)\6N9WTtsj\image.png
                                    • Size 5.0MB
                                    • SHA256 16a3e43b5e7786644aadbb09b7beb6d888f5cc3d744b49bbddef1a2c25bb3a75
                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                    OGG4rX.exe

                                    • Path C:\Program Files (x86)\8SB6C5\OGG4rX.exe
                                    • Size 145KB
                                    • SHA256 6d6ba2bc9ad414837826f7278bc3e0116f1aeda02d0c2284ed65819f5d9180a8
                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                    XPSPLOG.dll

                                    • Path C:\Program Files (x86)\8SB6C5\XPSPLOG.dll
                                    • Size 4.6MB
                                    • SHA256 94254d3236e59a3e6b18c1309a51f42d7756fa737963af99bde132061d906b14
                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                    XPSPLOG.dll

                                    • Path C:\Program Files (x86)\8SB6C5\XPSPLOG.dll
                                    • Size 2.6MB
                                    • SHA256 b9801f3eee2294260b5978dc02ab848187aabbdde531df8064b11b2f71a953a8
                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                    image.png

                                    • Path C:\Program Files (x86)\8SB6C5\image.png
                                    • Size 5.0MB
                                    • SHA256 d80a334d0e55482a6f9f91335de6798771408280ca2cbc8214b9146054f5e32e
                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                    thumbs.db

                                    • Path C:\Program Files (x86)\8SB6C5\thumbs.db
                                    • Size 358KB
                                    • SHA256 87ed2a001fdd6f655ddc32b6ae4959ee429bfd479086c869f403628ae7d8c703
                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                    destopbak.ini

                                    • Path C:\Users\Public\Music\destopbak.ini
                                    • Size 2B
                                    • SHA256 dd1e2826c0124a6d4f7397a5a71f633928926c0608b62fb9e615ba778acc39ff
                                    • MD5 SHA1 SHA512

                                    Ng3QB8.exe

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

                                    UxEnhance64.dll

                                    • Path C:\Users\Public\u2gTUO\UxEnhance64.dll
                                    • Size 3.1MB
                                    • SHA256 52056b1dfa46d774315ddfe36c7cb43ede569b8486f9d3a452e7fc9266f1691e
                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                    adoresd.dat

                                    • Path C:\Users\Public\u2gTUO\adoresd.dat
                                    • Size 4.7MB
                                    • SHA256 807c002ea769127b4c05f8f37189d4bb96761874f8a210ff079d19dbd1775365
                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                    msadox.tb

                                    • Path C:\Users\Public\u2gTUO\msadox.tb
                                    • Size 8KB
                                    • SHA256 962e2231be6d642d3052e3da55f9ac0d0af9b99ac5c4f1b5bbbb3b89537421f4
                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                    xxxx.ini

                                    • Path \??\c:\xxxx.ini
                                    • Size 2B
                                    • SHA256 7eb70257593da06f682a3ddda54a9d260d4fc514f645237f5ca74b08f8da61a6
                                    • MD5 SHA1 SHA512

                                    memory/1104-690-0x0000000003230000-0x0000000003A37000-memory.dmp

                                    memory/1104-697-0x00000000027F0000-0x0000000002804000-memory.dmp

                                    memory/1104-709-0x0000000003230000-0x0000000003A37000-memory.dmp

                                    memory/1104-718-0x0000000010000000-0x0000000010061000-memory.dmp

                                    memory/1104-686-0x0000000003230000-0x0000000003A37000-memory.dmp

                                    memory/1104-685-0x0000000000D70000-0x0000000000D71000-memory.dmp

                                    memory/1104-683-0x0000000003230000-0x0000000003A37000-memory.dmp

                                    memory/1104-753-0x0000000003230000-0x0000000003A37000-memory.dmp

                                    memory/1104-679-0x0000000074D10000-0x000000007545A000-memory.dmp

                                    memory/1104-678-0x0000000000D50000-0x0000000000D51000-memory.dmp

                                    memory/1104-759-0x0000000003230000-0x0000000003A37000-memory.dmp

                                    memory/1224-553-0x0000024BE1CE0000-0x0000024BE2571000-memory.dmp

                                    memory/1224-539-0x00007FFD0D1C0000-0x00007FFD0D1C2000-memory.dmp

                                    memory/1224-531-0x00007FFD0D1B0000-0x00007FFD0D1B2000-memory.dmp

                                    memory/1224-532-0x00007FFCEA5A0000-0x00007FFCEAABE000-memory.dmp

                                    memory/1224-537-0x0000024BE1CE0000-0x0000024BE2571000-memory.dmp

                                    memory/1224-540-0x0000024BE1CE0000-0x0000024BE2571000-memory.dmp

                                    memory/1224-544-0x0000024BE1CE0000-0x0000024BE2571000-memory.dmp

                                    memory/1224-545-0x0000024BE1CE0000-0x0000024BE2571000-memory.dmp

                                    memory/1224-546-0x0000024BE1CE0000-0x0000024BE2571000-memory.dmp

                                    memory/1224-547-0x0000024BE1CE0000-0x0000024BE2571000-memory.dmp

                                    memory/1224-559-0x0000024BDF960000-0x0000024BDF9AE000-memory.dmp

                                    memory/1224-563-0x0000024BE1240000-0x0000024BE12CA000-memory.dmp

                                    memory/1224-569-0x0000024BE1CE0000-0x0000024BE2571000-memory.dmp

                                    memory/1224-564-0x0000024BE1240000-0x0000024BE12CA000-memory.dmp

                                    memory/1224-562-0x0000024BE1240000-0x0000024BE12CA000-memory.dmp

                                    memory/1224-568-0x0000024BE1CE0000-0x0000024BE2571000-memory.dmp

                                    memory/1224-566-0x0000024BE1CE0000-0x0000024BE2571000-memory.dmp

                                    memory/1224-561-0x0000024BE1240000-0x0000024BE12CA000-memory.dmp

                                    memory/1664-579-0x000001E960D40000-0x000001E9615D1000-memory.dmp

                                    memory/1664-581-0x00007FFD0D1C0000-0x00007FFD0D1C2000-memory.dmp

                                    memory/1664-576-0x00007FFCEA5A0000-0x00007FFCEAABE000-memory.dmp

                                    memory/1664-588-0x000001E960D40000-0x000001E9615D1000-memory.dmp

                                    memory/1664-586-0x000001E960D40000-0x000001E9615D1000-memory.dmp

                                    memory/1664-590-0x00007FFD0D1B0000-0x00007FFD0D1B2000-memory.dmp

                                    memory/1664-587-0x000001E960D40000-0x000001E9615D1000-memory.dmp

                                    memory/1664-589-0x000001E960D40000-0x000001E9615D1000-memory.dmp

                                    memory/1664-582-0x000001E960D40000-0x000001E9615D1000-memory.dmp

                                    memory/2432-729-0x0000000074D10000-0x000000007545A000-memory.dmp

                                    memory/2432-728-0x0000000000CB0000-0x0000000000CB1000-memory.dmp

                                    memory/2432-747-0x00000000031D0000-0x00000000039D7000-memory.dmp

                                    memory/2432-732-0x00000000031D0000-0x00000000039D7000-memory.dmp

                                    memory/2432-750-0x0000000000CB0000-0x0000000000CB1000-memory.dmp

                                    memory/2432-746-0x0000000000CD0000-0x0000000000CD1000-memory.dmp

                                    memory/2856-503-0x00007FFD04880000-0x00007FFD04892000-memory.dmp

                                    memory/2856-0-0x00000000056C0000-0x00000000056CD000-memory.dmp

                                    memory/2856-525-0x00000000056C0000-0x00000000056CD000-memory.dmp

                                    memory/2856-526-0x00007FFD04880000-0x00007FFD04892000-memory.dmp

                                    memory/2856-1-0x00000000056D0000-0x00000000056DB000-memory.dmp

                                    memory/3480-609-0x000002203E1D0000-0x000002203E1EE000-memory.dmp

                                    memory/3480-611-0x000002203DFC0000-0x000002203DFCA000-memory.dmp

                                    memory/3480-610-0x000002203E1F0000-0x000002203E2A2000-memory.dmp

                                    memory/3480-605-0x000002203DF70000-0x000002203DF92000-memory.dmp

                                    memory/6100-739-0x0000000002FD0000-0x00000000037D7000-memory.dmp

                                    memory/6100-734-0x00000000007D0000-0x00000000007D1000-memory.dmp

                                    memory/6100-754-0x0000000000C10000-0x0000000000C11000-memory.dmp

                                    memory/6100-755-0x0000000002FD0000-0x00000000037D7000-memory.dmp

                                    memory/6100-735-0x0000000073B90000-0x00000000742DA000-memory.dmp

                                    memory/6100-758-0x00000000007D0000-0x00000000007D1000-memory.dmp