Analysis

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

    arch:x64arch:x86image:win11ltsc2024-20260709-enlocale:en-usos:windows11-ltsc_2024-x64systemwindows
  • submitted
    29/07/2026, 12:30

General

  • Target
    RDPW_Installer.exe
  • Size 2.4MB
  • Sample260729-pptpssvanf
  • SHA256 932bcf6c68e34fb99ffafb5ae62a1473fe761d961034cb5630dc3a9ba9155ccb
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

  • Modifies RDP port number used by Windows 1 TTPs
  • Modifies Windows Firewall 2 TTPs 2 IoCs
  • Server Software Component: Terminal Services DLL 1 TTPs 1 IoCs
  • Executes dropped EXE 21 IoCs
  • Loads dropped DLL 18 IoCs
  • Contacts third-party web service commonly abused for C2 1 TTPs 2 IoCs

    Legitimate web (hosting) services can be abused by malware authors to host malware or C2s.

  • Modifies WinLogon 2 TTPs 1 IoCs
  • Drops file in System32 directory 7 IoCs
  • Drops file in Program Files directory 14 IoCs
  • Drops file in Windows directory 1 IoCs
  • Enumerates physical storage devices 1 TTPs

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

  • Event Triggered Execution: Netsh Helper DLL 1 TTPs 6 IoCs

    Netsh.exe (also referred to as Netshell) is a command-line scripting utility used to interact with the network configuration of a system.

  • Executes a command shell one-liner 1 TTPs 2 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 22 IoCs

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

  • System Network Configuration Discovery: Internet Connection Discovery 1 TTPs 1 IoCs

    Adversaries may check for Internet connectivity on compromised systems.

  • Runs net.exe
  • Runs ping.exe 1 TTPs 1 IoCs
  • Scheduled Task/Job: Scheduled Task 1 TTPs 1 IoCs

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

  • Suspicious behavior: EnumeratesProcesses 64 IoCs
  • Suspicious use of AdjustPrivilegeToken 26 IoCs
  • Suspicious use of SetWindowsHookEx 17 IoCs
  • Suspicious use of WriteProcessMemory 64 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\RDPW_Installer.exe
    "C:\Users\Admin\AppData\Local\Temp\RDPW_Installer.exe"
    1⤵
    • System Location Discovery: System Language Discovery
    • Suspicious use of WriteProcessMemory
    PID:4112
    • C:\Windows\system32\cmd.exe
      "C:\Windows\sysnative\cmd" /c "C:\Users\Admin\AppData\Local\Temp\3BF6.tmp\3BF7.tmp\3BF8.bat C:\Users\Admin\AppData\Local\Temp\RDPW_Installer.exe"
      2⤵
      • Executes a command shell one-liner
      • Suspicious use of WriteProcessMemory
      PID:464
      • C:\Users\Admin\AppData\Local\Temp\3BF6.tmp\RDPWInst.exe
        "RDPWInst" -u
        3⤵
        • Executes dropped EXE
        • System Location Discovery: System Language Discovery
        PID:5232
      • C:\Windows\system32\PING.EXE
        ping -n 3 localhost
        3⤵
        • System Network Configuration Discovery: Internet Connection Discovery
        • Runs ping.exe
        PID:4700
      • C:\Windows\system32\xcopy.exe
        xcopy "RDP_CnC.exe" "C:\Program Files\RDP Wrapper\" /s /I /y
        3⤵
        • Drops file in Program Files directory
        PID:6120
      • C:\Windows\system32\xcopy.exe
        xcopy "RDPWInst.exe" "C:\Program Files\RDP Wrapper\" /s /I /y
        3⤵
        • Drops file in Program Files directory
        PID:5572
      • C:\Windows\system32\xcopy.exe
        xcopy "update.bat" "C:\Program Files\RDP Wrapper\" /s /I /y
        3⤵
        • Drops file in Program Files directory
        PID:2676
      • C:\Windows\system32\xcopy.exe
        xcopy "RDP_CnC.lnk" "C:\Users\Admin\Desktop\" /s /I /y
        3⤵
          PID:2096
        • C:\Program Files\RDP Wrapper\RDPWInst.exe
          "C:\Program Files\RDP Wrapper\RDPWInst" -i -o
          3⤵
          • Server Software Component: Terminal Services DLL
          • Executes dropped EXE
          • Modifies WinLogon
          • Drops file in System32 directory
          • Drops file in Program Files directory
          • System Location Discovery: System Language Discovery
          • Suspicious use of AdjustPrivilegeToken
          • Suspicious use of WriteProcessMemory
          PID:4860
          • C:\Windows\SYSTEM32\netsh.exe
            netsh advfirewall firewall add rule name="Remote Desktop" dir=in protocol=tcp localport=3389 profile=any action=allow
            4⤵
            • Modifies Windows Firewall
            • Event Triggered Execution: Netsh Helper DLL
            PID:2772
          • C:\Windows\SYSTEM32\netsh.exe
            netsh advfirewall firewall add rule name="Remote Desktop" dir=in protocol=udp localport=3389 profile=any action=allow
            4⤵
            • Modifies Windows Firewall
            • Event Triggered Execution: Netsh Helper DLL
            PID:5400
        • C:\Users\Admin\AppData\Local\Temp\3BF6.tmp\LGPO.exe
          lgpo /m H264_ON.pol
          3⤵
          • Executes dropped EXE
          • Drops file in System32 directory
          • System Location Discovery: System Language Discovery
          PID:2308
        • C:\Windows\system32\schtasks.exe
          SCHTASKS /CREATE /SC ONSTART /DELAY 0002:00 /TN "RDPWUpdater" /TR "'C:\Program Files\RDP Wrapper\RDPWInst.exe' -w" /RL HIGHEST /RU SYSTEM /NP /F
          3⤵
          • Scheduled Task/Job: Scheduled Task
          PID:4456
        • C:\Windows\system32\cmd.exe
          cmd.exe /C start "" "C:\Program Files\RDP Wrapper\RDP_CnC.exe"
          3⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:812
          • C:\Program Files\RDP Wrapper\RDP_CnC.exe
            "C:\Program Files\RDP Wrapper\RDP_CnC.exe"
            4⤵
            • Executes dropped EXE
            • System Location Discovery: System Language Discovery
            • Suspicious use of SetWindowsHookEx
            • Suspicious use of WriteProcessMemory
            PID:1112
            • C:\Windows\SYSTEM32\net.exe
              net stop termservice /y
              5⤵
              • Suspicious use of WriteProcessMemory
              PID:2528
              • C:\Windows\system32\net1.exe
                C:\Windows\system32\net1 stop termservice /y
                6⤵
                  PID:5104
              • C:\Windows\SYSTEM32\net.exe
                net start termservice /y
                5⤵
                • Suspicious use of WriteProcessMemory
                PID:3340
                • C:\Windows\system32\net1.exe
                  C:\Windows\system32\net1 start termservice /y
                  6⤵
                    PID:2940
                • C:\Program Files\RDP Wrapper\RDP_CnC.exe
                  "C:\Program Files\RDP Wrapper\RDP_CnC.exe"
                  5⤵
                  • Executes dropped EXE
                  • System Location Discovery: System Language Discovery
                  • Suspicious use of SetWindowsHookEx
                  • Suspicious use of WriteProcessMemory
                  PID:4364
                  • C:\Windows\SYSTEM32\net.exe
                    net stop termservice /y
                    6⤵
                    • Suspicious use of WriteProcessMemory
                    PID:3976
                    • C:\Windows\system32\net1.exe
                      C:\Windows\system32\net1 stop termservice /y
                      7⤵
                        PID:2428
                    • C:\Windows\SYSTEM32\net.exe
                      net start termservice /y
                      6⤵
                      • Suspicious use of WriteProcessMemory
                      PID:836
                      • C:\Windows\system32\net1.exe
                        C:\Windows\system32\net1 start termservice /y
                        7⤵
                          PID:3460
                      • C:\Program Files\RDP Wrapper\RDP_CnC.exe
                        "C:\Program Files\RDP Wrapper\RDP_CnC.exe"
                        6⤵
                        • Executes dropped EXE
                        • System Location Discovery: System Language Discovery
                        • Suspicious use of SetWindowsHookEx
                        • Suspicious use of WriteProcessMemory
                        PID:4264
                        • C:\Windows\SYSTEM32\net.exe
                          net stop termservice /y
                          7⤵
                          • Suspicious use of WriteProcessMemory
                          PID:2088
                          • C:\Windows\system32\net1.exe
                            C:\Windows\system32\net1 stop termservice /y
                            8⤵
                              PID:4544
                          • C:\Windows\SYSTEM32\net.exe
                            net start termservice /y
                            7⤵
                            • Suspicious use of WriteProcessMemory
                            PID:568
                            • C:\Windows\system32\net1.exe
                              C:\Windows\system32\net1 start termservice /y
                              8⤵
                                PID:2964
                            • C:\Program Files\RDP Wrapper\RDP_CnC.exe
                              "C:\Program Files\RDP Wrapper\RDP_CnC.exe"
                              7⤵
                              • Executes dropped EXE
                              • System Location Discovery: System Language Discovery
                              • Suspicious use of SetWindowsHookEx
                              • Suspicious use of WriteProcessMemory
                              PID:4764
                              • C:\Windows\SYSTEM32\net.exe
                                net stop termservice /y
                                8⤵
                                • Suspicious use of WriteProcessMemory
                                PID:1996
                                • C:\Windows\system32\net1.exe
                                  C:\Windows\system32\net1 stop termservice /y
                                  9⤵
                                    PID:3992
                                • C:\Windows\SYSTEM32\net.exe
                                  net start termservice /y
                                  8⤵
                                  • Suspicious use of WriteProcessMemory
                                  PID:4896
                                  • C:\Windows\system32\net1.exe
                                    C:\Windows\system32\net1 start termservice /y
                                    9⤵
                                      PID:4996
                                  • C:\Program Files\RDP Wrapper\RDP_CnC.exe
                                    "C:\Program Files\RDP Wrapper\RDP_CnC.exe"
                                    8⤵
                                    • Executes dropped EXE
                                    • System Location Discovery: System Language Discovery
                                    • Suspicious use of SetWindowsHookEx
                                    • Suspicious use of WriteProcessMemory
                                    PID:3848
                                    • C:\Windows\SYSTEM32\net.exe
                                      net stop termservice /y
                                      9⤵
                                      • Suspicious use of WriteProcessMemory
                                      PID:5056
                                      • C:\Windows\system32\net1.exe
                                        C:\Windows\system32\net1 stop termservice /y
                                        10⤵
                                          PID:4220
                                      • C:\Windows\SYSTEM32\net.exe
                                        net start termservice /y
                                        9⤵
                                        • Suspicious use of WriteProcessMemory
                                        PID:2908
                                        • C:\Windows\system32\net1.exe
                                          C:\Windows\system32\net1 start termservice /y
                                          10⤵
                                            PID:2144
                                        • C:\Program Files\RDP Wrapper\RDP_CnC.exe
                                          "C:\Program Files\RDP Wrapper\RDP_CnC.exe"
                                          9⤵
                                          • Executes dropped EXE
                                          • System Location Discovery: System Language Discovery
                                          • Suspicious use of SetWindowsHookEx
                                          • Suspicious use of WriteProcessMemory
                                          PID:3352
                                          • C:\Windows\SYSTEM32\net.exe
                                            net stop termservice /y
                                            10⤵
                                            • Suspicious use of WriteProcessMemory
                                            PID:244
                                            • C:\Windows\system32\net1.exe
                                              C:\Windows\system32\net1 stop termservice /y
                                              11⤵
                                                PID:2176
                                            • C:\Windows\SYSTEM32\net.exe
                                              net start termservice /y
                                              10⤵
                                              • Suspicious use of WriteProcessMemory
                                              PID:5960
                                              • C:\Windows\system32\net1.exe
                                                C:\Windows\system32\net1 start termservice /y
                                                11⤵
                                                  PID:4352
                                              • C:\Program Files\RDP Wrapper\RDP_CnC.exe
                                                "C:\Program Files\RDP Wrapper\RDP_CnC.exe"
                                                10⤵
                                                • Executes dropped EXE
                                                • System Location Discovery: System Language Discovery
                                                • Suspicious use of SetWindowsHookEx
                                                • Suspicious use of WriteProcessMemory
                                                PID:2716
                                                • C:\Windows\SYSTEM32\net.exe
                                                  net stop termservice /y
                                                  11⤵
                                                  • Suspicious use of WriteProcessMemory
                                                  PID:2096
                                                  • C:\Windows\system32\net1.exe
                                                    C:\Windows\system32\net1 stop termservice /y
                                                    12⤵
                                                      PID:4544
                                                  • C:\Windows\SYSTEM32\net.exe
                                                    net start termservice /y
                                                    11⤵
                                                    • Suspicious use of WriteProcessMemory
                                                    PID:2816
                                                    • C:\Windows\system32\net1.exe
                                                      C:\Windows\system32\net1 start termservice /y
                                                      12⤵
                                                        PID:2164
                                                    • C:\Program Files\RDP Wrapper\RDP_CnC.exe
                                                      "C:\Program Files\RDP Wrapper\RDP_CnC.exe"
                                                      11⤵
                                                      • Executes dropped EXE
                                                      • System Location Discovery: System Language Discovery
                                                      • Suspicious use of SetWindowsHookEx
                                                      • Suspicious use of WriteProcessMemory
                                                      PID:1708
                                                      • C:\Windows\SYSTEM32\net.exe
                                                        net stop termservice /y
                                                        12⤵
                                                        • Suspicious use of WriteProcessMemory
                                                        PID:4320
                                                        • C:\Windows\system32\net1.exe
                                                          C:\Windows\system32\net1 stop termservice /y
                                                          13⤵
                                                            PID:3552
                                                        • C:\Windows\SYSTEM32\net.exe
                                                          net start termservice /y
                                                          12⤵
                                                          • Suspicious use of WriteProcessMemory
                                                          PID:2020
                                                          • C:\Windows\system32\net1.exe
                                                            C:\Windows\system32\net1 start termservice /y
                                                            13⤵
                                                              PID:4680
                                                          • C:\Program Files\RDP Wrapper\RDP_CnC.exe
                                                            "C:\Program Files\RDP Wrapper\RDP_CnC.exe"
                                                            12⤵
                                                            • Executes dropped EXE
                                                            • System Location Discovery: System Language Discovery
                                                            • Suspicious use of SetWindowsHookEx
                                                            • Suspicious use of WriteProcessMemory
                                                            PID:1504
                                                            • C:\Windows\SYSTEM32\net.exe
                                                              net stop termservice /y
                                                              13⤵
                                                              • Suspicious use of WriteProcessMemory
                                                              PID:2876
                                                              • C:\Windows\system32\net1.exe
                                                                C:\Windows\system32\net1 stop termservice /y
                                                                14⤵
                                                                  PID:3400
                                                              • C:\Windows\SYSTEM32\net.exe
                                                                net start termservice /y
                                                                13⤵
                                                                • Suspicious use of WriteProcessMemory
                                                                PID:3328
                                                                • C:\Windows\system32\net1.exe
                                                                  C:\Windows\system32\net1 start termservice /y
                                                                  14⤵
                                                                    PID:3372
                                                                • C:\Program Files\RDP Wrapper\RDP_CnC.exe
                                                                  "C:\Program Files\RDP Wrapper\RDP_CnC.exe"
                                                                  13⤵
                                                                  • Executes dropped EXE
                                                                  • System Location Discovery: System Language Discovery
                                                                  • Suspicious use of SetWindowsHookEx
                                                                  • Suspicious use of WriteProcessMemory
                                                                  PID:2176
                                                                  • C:\Windows\SYSTEM32\net.exe
                                                                    net stop termservice /y
                                                                    14⤵
                                                                    • Suspicious use of WriteProcessMemory
                                                                    PID:4908
                                                                    • C:\Windows\system32\net1.exe
                                                                      C:\Windows\system32\net1 stop termservice /y
                                                                      15⤵
                                                                        PID:4340
                                                                    • C:\Windows\SYSTEM32\net.exe
                                                                      net start termservice /y
                                                                      14⤵
                                                                      • Suspicious use of WriteProcessMemory
                                                                      PID:4664
                                                                      • C:\Windows\system32\net1.exe
                                                                        C:\Windows\system32\net1 start termservice /y
                                                                        15⤵
                                                                          PID:4292
                                                                      • C:\Program Files\RDP Wrapper\RDP_CnC.exe
                                                                        "C:\Program Files\RDP Wrapper\RDP_CnC.exe"
                                                                        14⤵
                                                                        • Executes dropped EXE
                                                                        • System Location Discovery: System Language Discovery
                                                                        • Suspicious use of SetWindowsHookEx
                                                                        PID:4248
                                                                        • C:\Windows\SYSTEM32\net.exe
                                                                          net stop termservice /y
                                                                          15⤵
                                                                            PID:4580
                                                                            • C:\Windows\system32\net1.exe
                                                                              C:\Windows\system32\net1 stop termservice /y
                                                                              16⤵
                                                                                PID:2260
                                                                            • C:\Windows\SYSTEM32\net.exe
                                                                              net start termservice /y
                                                                              15⤵
                                                                                PID:5728
                                                                                • C:\Windows\system32\net1.exe
                                                                                  C:\Windows\system32\net1 start termservice /y
                                                                                  16⤵
                                                                                    PID:1764
                                                                                • C:\Program Files\RDP Wrapper\RDP_CnC.exe
                                                                                  "C:\Program Files\RDP Wrapper\RDP_CnC.exe"
                                                                                  15⤵
                                                                                  • Executes dropped EXE
                                                                                  • System Location Discovery: System Language Discovery
                                                                                  • Suspicious use of SetWindowsHookEx
                                                                                  PID:5400
                                                                                  • C:\Windows\SYSTEM32\net.exe
                                                                                    net stop termservice /y
                                                                                    16⤵
                                                                                      PID:4964
                                                                                      • C:\Windows\system32\net1.exe
                                                                                        C:\Windows\system32\net1 stop termservice /y
                                                                                        17⤵
                                                                                          PID:3332
                                                                                      • C:\Windows\SYSTEM32\net.exe
                                                                                        net start termservice /y
                                                                                        16⤵
                                                                                          PID:3940
                                                                                          • C:\Windows\system32\net1.exe
                                                                                            C:\Windows\system32\net1 start termservice /y
                                                                                            17⤵
                                                                                              PID:3612
                                                                                          • C:\Program Files\RDP Wrapper\RDP_CnC.exe
                                                                                            "C:\Program Files\RDP Wrapper\RDP_CnC.exe"
                                                                                            16⤵
                                                                                            • Executes dropped EXE
                                                                                            • System Location Discovery: System Language Discovery
                                                                                            • Suspicious use of SetWindowsHookEx
                                                                                            PID:5972
                                                                                            • C:\Windows\SYSTEM32\net.exe
                                                                                              net stop termservice /y
                                                                                              17⤵
                                                                                                PID:2100
                                                                                                • C:\Windows\system32\net1.exe
                                                                                                  C:\Windows\system32\net1 stop termservice /y
                                                                                                  18⤵
                                                                                                    PID:3988
                                                                                                • C:\Windows\SYSTEM32\net.exe
                                                                                                  net start termservice /y
                                                                                                  17⤵
                                                                                                    PID:3068
                                                                                                    • C:\Windows\system32\net1.exe
                                                                                                      C:\Windows\system32\net1 start termservice /y
                                                                                                      18⤵
                                                                                                        PID:6000
                                                                                                    • C:\Program Files\RDP Wrapper\RDP_CnC.exe
                                                                                                      "C:\Program Files\RDP Wrapper\RDP_CnC.exe"
                                                                                                      17⤵
                                                                                                      • Executes dropped EXE
                                                                                                      • System Location Discovery: System Language Discovery
                                                                                                      • Suspicious use of SetWindowsHookEx
                                                                                                      PID:6084
                                                                                                      • C:\Windows\SYSTEM32\net.exe
                                                                                                        net stop termservice /y
                                                                                                        18⤵
                                                                                                          PID:5884
                                                                                                          • C:\Windows\system32\net1.exe
                                                                                                            C:\Windows\system32\net1 stop termservice /y
                                                                                                            19⤵
                                                                                                              PID:3460
                                                                                                          • C:\Windows\SYSTEM32\net.exe
                                                                                                            net start termservice /y
                                                                                                            18⤵
                                                                                                              PID:2500
                                                                                                              • C:\Windows\system32\net1.exe
                                                                                                                C:\Windows\system32\net1 start termservice /y
                                                                                                                19⤵
                                                                                                                  PID:3584
                                                                                                              • C:\Program Files\RDP Wrapper\RDP_CnC.exe
                                                                                                                "C:\Program Files\RDP Wrapper\RDP_CnC.exe"
                                                                                                                18⤵
                                                                                                                • Executes dropped EXE
                                                                                                                • System Location Discovery: System Language Discovery
                                                                                                                • Suspicious use of SetWindowsHookEx
                                                                                                                PID:1900
                                                                                                                • C:\Windows\SYSTEM32\net.exe
                                                                                                                  net stop termservice /y
                                                                                                                  19⤵
                                                                                                                    PID:2796
                                                                                                                    • C:\Windows\system32\net1.exe
                                                                                                                      C:\Windows\system32\net1 stop termservice /y
                                                                                                                      20⤵
                                                                                                                        PID:3236
                                                                                                                    • C:\Windows\SYSTEM32\net.exe
                                                                                                                      net start termservice /y
                                                                                                                      19⤵
                                                                                                                        PID:5556
                                                                                                                        • C:\Windows\system32\net1.exe
                                                                                                                          C:\Windows\system32\net1 start termservice /y
                                                                                                                          20⤵
                                                                                                                            PID:632
                                                                                                                        • C:\Program Files\RDP Wrapper\RDP_CnC.exe
                                                                                                                          "C:\Program Files\RDP Wrapper\RDP_CnC.exe"
                                                                                                                          19⤵
                                                                                                                          • Executes dropped EXE
                                                                                                                          • System Location Discovery: System Language Discovery
                                                                                                                          • Suspicious use of SetWindowsHookEx
                                                                                                                          PID:3284
                                                                                                                          • C:\Windows\SYSTEM32\net.exe
                                                                                                                            net stop termservice /y
                                                                                                                            20⤵
                                                                                                                              PID:3996
                                                                                                                              • C:\Windows\system32\net1.exe
                                                                                                                                C:\Windows\system32\net1 stop termservice /y
                                                                                                                                21⤵
                                                                                                                                  PID:5772
                                                                                                                              • C:\Windows\SYSTEM32\net.exe
                                                                                                                                net start termservice /y
                                                                                                                                20⤵
                                                                                                                                  PID:2508
                                                                                                                                  • C:\Windows\system32\net1.exe
                                                                                                                                    C:\Windows\system32\net1 start termservice /y
                                                                                                                                    21⤵
                                                                                                                                      PID:2340
                                                                                                                                  • C:\Program Files\RDP Wrapper\RDP_CnC.exe
                                                                                                                                    "C:\Program Files\RDP Wrapper\RDP_CnC.exe"
                                                                                                                                    20⤵
                                                                                                                                    • Executes dropped EXE
                                                                                                                                    • System Location Discovery: System Language Discovery
                                                                                                                                    • Suspicious use of SetWindowsHookEx
                                                                                                                                    PID:2480
                                                                                                                                    • C:\Windows\SYSTEM32\net.exe
                                                                                                                                      net stop termservice /y
                                                                                                                                      21⤵
                                                                                                                                        PID:4620
                                                                                                                                        • C:\Windows\system32\net1.exe
                                                                                                                                          C:\Windows\system32\net1 stop termservice /y
                                                                                                                                          22⤵
                                                                                                                                            PID:4840
                                                                                                                                        • C:\Windows\SYSTEM32\net.exe
                                                                                                                                          net start termservice /y
                                                                                                                                          21⤵
                                                                                                                                            PID:3936
                                                                                                                                            • C:\Windows\system32\net1.exe
                                                                                                                                              C:\Windows\system32\net1 start termservice /y
                                                                                                                                              22⤵
                                                                                                                                                PID:6064
                                                                                                    • C:\Windows\System32\svchost.exe
                                                                                                      C:\Windows\System32\svchost.exe -k NetworkService -s TermService
                                                                                                      1⤵
                                                                                                        PID:4492
                                                                                                      • C:\Windows\System32\svchost.exe
                                                                                                        C:\Windows\System32\svchost.exe -k NetworkService -s TermService
                                                                                                        1⤵
                                                                                                        • Loads dropped DLL
                                                                                                        • Suspicious behavior: EnumeratesProcesses
                                                                                                        • Suspicious use of AdjustPrivilegeToken
                                                                                                        PID:2100
                                                                                                      • C:\Windows\system32\svchost.exe
                                                                                                        C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc
                                                                                                        1⤵
                                                                                                          PID:2596
                                                                                                        • C:\Windows\System32\svchost.exe
                                                                                                          C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv
                                                                                                          1⤵
                                                                                                          • Drops file in System32 directory
                                                                                                          PID:3948
                                                                                                        • C:\Windows\system32\svchost.exe
                                                                                                          C:\Windows\system32\svchost.exe -k GPSvcGroup
                                                                                                          1⤵
                                                                                                          • Suspicious use of AdjustPrivilegeToken
                                                                                                          PID:4480
                                                                                                        • C:\Windows\system32\svchost.exe
                                                                                                          C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s fhsvc
                                                                                                          1⤵
                                                                                                            PID:5800
                                                                                                          • C:\Windows\system32\svchost.exe
                                                                                                            C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -s WPDBusEnum
                                                                                                            1⤵
                                                                                                            • Drops file in Windows directory
                                                                                                            PID:2980
                                                                                                          • C:\Program Files\RDP Wrapper\RDPWInst.exe
                                                                                                            "C:\Program Files\RDP Wrapper\RDPWInst.exe"
                                                                                                            1⤵
                                                                                                            • Executes dropped EXE
                                                                                                            • System Location Discovery: System Language Discovery
                                                                                                            PID:2460
                                                                                                          • C:\Windows\System32\svchost.exe
                                                                                                            C:\Windows\System32\svchost.exe -k NetworkService -s TermService
                                                                                                            1⤵
                                                                                                            • Loads dropped DLL
                                                                                                            • Suspicious behavior: EnumeratesProcesses
                                                                                                            • Suspicious use of AdjustPrivilegeToken
                                                                                                            PID:2412
                                                                                                          • C:\Windows\system32\svchost.exe
                                                                                                            C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc
                                                                                                            1⤵
                                                                                                              PID:5852
                                                                                                            • C:\Windows\System32\svchost.exe
                                                                                                              C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv
                                                                                                              1⤵
                                                                                                                PID:3824
                                                                                                              • C:\Windows\System32\svchost.exe
                                                                                                                C:\Windows\System32\svchost.exe -k NetworkService -s TermService
                                                                                                                1⤵
                                                                                                                • Loads dropped DLL
                                                                                                                • Suspicious behavior: EnumeratesProcesses
                                                                                                                • Suspicious use of AdjustPrivilegeToken
                                                                                                                PID:440
                                                                                                              • C:\Windows\system32\svchost.exe
                                                                                                                C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc
                                                                                                                1⤵
                                                                                                                  PID:1404
                                                                                                                • C:\Windows\System32\svchost.exe
                                                                                                                  C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv
                                                                                                                  1⤵
                                                                                                                    PID:4836
                                                                                                                  • C:\Windows\System32\svchost.exe
                                                                                                                    C:\Windows\System32\svchost.exe -k NetworkService -s TermService
                                                                                                                    1⤵
                                                                                                                    • Loads dropped DLL
                                                                                                                    • Suspicious behavior: EnumeratesProcesses
                                                                                                                    • Suspicious use of AdjustPrivilegeToken
                                                                                                                    PID:5188
                                                                                                                  • C:\Windows\system32\svchost.exe
                                                                                                                    C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc
                                                                                                                    1⤵
                                                                                                                      PID:5772
                                                                                                                    • C:\Windows\System32\svchost.exe
                                                                                                                      C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv
                                                                                                                      1⤵
                                                                                                                        PID:1244
                                                                                                                      • C:\Windows\System32\svchost.exe
                                                                                                                        C:\Windows\System32\svchost.exe -k NetworkService -s TermService
                                                                                                                        1⤵
                                                                                                                        • Loads dropped DLL
                                                                                                                        • Suspicious behavior: EnumeratesProcesses
                                                                                                                        • Suspicious use of AdjustPrivilegeToken
                                                                                                                        PID:5636
                                                                                                                      • C:\Windows\system32\svchost.exe
                                                                                                                        C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc
                                                                                                                        1⤵
                                                                                                                          PID:964
                                                                                                                        • C:\Windows\System32\svchost.exe
                                                                                                                          C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv
                                                                                                                          1⤵
                                                                                                                            PID:4704
                                                                                                                          • C:\Windows\System32\svchost.exe
                                                                                                                            C:\Windows\System32\svchost.exe -k NetworkService -s TermService
                                                                                                                            1⤵
                                                                                                                            • Loads dropped DLL
                                                                                                                            • Suspicious behavior: EnumeratesProcesses
                                                                                                                            • Suspicious use of AdjustPrivilegeToken
                                                                                                                            PID:468
                                                                                                                          • C:\Windows\system32\svchost.exe
                                                                                                                            C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc
                                                                                                                            1⤵
                                                                                                                              PID:4252
                                                                                                                            • C:\Windows\System32\svchost.exe
                                                                                                                              C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv
                                                                                                                              1⤵
                                                                                                                                PID:1976
                                                                                                                              • C:\Windows\System32\svchost.exe
                                                                                                                                C:\Windows\System32\svchost.exe -k NetworkService -s TermService
                                                                                                                                1⤵
                                                                                                                                • Loads dropped DLL
                                                                                                                                • Suspicious behavior: EnumeratesProcesses
                                                                                                                                • Suspicious use of AdjustPrivilegeToken
                                                                                                                                PID:4248
                                                                                                                              • C:\Windows\system32\svchost.exe
                                                                                                                                C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc
                                                                                                                                1⤵
                                                                                                                                  PID:6016
                                                                                                                                • C:\Windows\System32\svchost.exe
                                                                                                                                  C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv
                                                                                                                                  1⤵
                                                                                                                                    PID:5088
                                                                                                                                  • C:\Windows\System32\svchost.exe
                                                                                                                                    C:\Windows\System32\svchost.exe -k NetworkService -s TermService
                                                                                                                                    1⤵
                                                                                                                                    • Loads dropped DLL
                                                                                                                                    • Suspicious behavior: EnumeratesProcesses
                                                                                                                                    • Suspicious use of AdjustPrivilegeToken
                                                                                                                                    PID:1564
                                                                                                                                  • C:\Windows\system32\svchost.exe
                                                                                                                                    C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc
                                                                                                                                    1⤵
                                                                                                                                      PID:2308
                                                                                                                                    • C:\Windows\System32\svchost.exe
                                                                                                                                      C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv
                                                                                                                                      1⤵
                                                                                                                                        PID:4296
                                                                                                                                      • C:\Windows\System32\svchost.exe
                                                                                                                                        C:\Windows\System32\svchost.exe -k NetworkService -s TermService
                                                                                                                                        1⤵
                                                                                                                                        • Loads dropped DLL
                                                                                                                                        • Suspicious behavior: EnumeratesProcesses
                                                                                                                                        • Suspicious use of AdjustPrivilegeToken
                                                                                                                                        PID:5944
                                                                                                                                      • C:\Windows\system32\svchost.exe
                                                                                                                                        C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc
                                                                                                                                        1⤵
                                                                                                                                          PID:4348
                                                                                                                                        • C:\Windows\System32\svchost.exe
                                                                                                                                          C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv
                                                                                                                                          1⤵
                                                                                                                                            PID:2596
                                                                                                                                          • C:\Windows\System32\svchost.exe
                                                                                                                                            C:\Windows\System32\svchost.exe -k NetworkService -s TermService
                                                                                                                                            1⤵
                                                                                                                                            • Loads dropped DLL
                                                                                                                                            • Suspicious behavior: EnumeratesProcesses
                                                                                                                                            • Suspicious use of AdjustPrivilegeToken
                                                                                                                                            PID:5304
                                                                                                                                          • C:\Windows\system32\svchost.exe
                                                                                                                                            C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc
                                                                                                                                            1⤵
                                                                                                                                              PID:4164
                                                                                                                                            • C:\Windows\System32\svchost.exe
                                                                                                                                              C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv
                                                                                                                                              1⤵
                                                                                                                                                PID:2968
                                                                                                                                              • C:\Windows\System32\svchost.exe
                                                                                                                                                C:\Windows\System32\svchost.exe -k NetworkService -s TermService
                                                                                                                                                1⤵
                                                                                                                                                • Loads dropped DLL
                                                                                                                                                • Suspicious behavior: EnumeratesProcesses
                                                                                                                                                • Suspicious use of AdjustPrivilegeToken
                                                                                                                                                PID:1284
                                                                                                                                              • C:\Windows\system32\svchost.exe
                                                                                                                                                C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc
                                                                                                                                                1⤵
                                                                                                                                                  PID:2732
                                                                                                                                                • C:\Windows\System32\svchost.exe
                                                                                                                                                  C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv
                                                                                                                                                  1⤵
                                                                                                                                                    PID:2660
                                                                                                                                                  • C:\Windows\System32\svchost.exe
                                                                                                                                                    C:\Windows\System32\svchost.exe -k NetworkService -s TermService
                                                                                                                                                    1⤵
                                                                                                                                                    • Loads dropped DLL
                                                                                                                                                    • Suspicious behavior: EnumeratesProcesses
                                                                                                                                                    • Suspicious use of AdjustPrivilegeToken
                                                                                                                                                    PID:3080
                                                                                                                                                  • C:\Windows\system32\svchost.exe
                                                                                                                                                    C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc
                                                                                                                                                    1⤵
                                                                                                                                                      PID:5524
                                                                                                                                                    • C:\Windows\System32\svchost.exe
                                                                                                                                                      C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv
                                                                                                                                                      1⤵
                                                                                                                                                        PID:5924
                                                                                                                                                      • C:\Windows\System32\svchost.exe
                                                                                                                                                        C:\Windows\System32\svchost.exe -k NetworkService -s TermService
                                                                                                                                                        1⤵
                                                                                                                                                        • Loads dropped DLL
                                                                                                                                                        • Suspicious behavior: EnumeratesProcesses
                                                                                                                                                        • Suspicious use of AdjustPrivilegeToken
                                                                                                                                                        PID:1000
                                                                                                                                                      • C:\Windows\system32\svchost.exe
                                                                                                                                                        C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc
                                                                                                                                                        1⤵
                                                                                                                                                          PID:4440
                                                                                                                                                        • C:\Windows\System32\svchost.exe
                                                                                                                                                          C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv
                                                                                                                                                          1⤵
                                                                                                                                                            PID:5664
                                                                                                                                                          • C:\Windows\System32\svchost.exe
                                                                                                                                                            C:\Windows\System32\svchost.exe -k NetworkService -s TermService
                                                                                                                                                            1⤵
                                                                                                                                                            • Loads dropped DLL
                                                                                                                                                            • Suspicious behavior: EnumeratesProcesses
                                                                                                                                                            • Suspicious use of AdjustPrivilegeToken
                                                                                                                                                            PID:4628
                                                                                                                                                          • C:\Windows\system32\svchost.exe
                                                                                                                                                            C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc
                                                                                                                                                            1⤵
                                                                                                                                                              PID:5604
                                                                                                                                                            • C:\Windows\System32\svchost.exe
                                                                                                                                                              C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv
                                                                                                                                                              1⤵
                                                                                                                                                                PID:4180
                                                                                                                                                              • C:\Windows\System32\svchost.exe
                                                                                                                                                                C:\Windows\System32\svchost.exe -k NetworkService -s TermService
                                                                                                                                                                1⤵
                                                                                                                                                                • Loads dropped DLL
                                                                                                                                                                • Suspicious behavior: EnumeratesProcesses
                                                                                                                                                                • Suspicious use of AdjustPrivilegeToken
                                                                                                                                                                PID:4252
                                                                                                                                                              • C:\Windows\system32\svchost.exe
                                                                                                                                                                C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc
                                                                                                                                                                1⤵
                                                                                                                                                                  PID:4944
                                                                                                                                                                • C:\Windows\System32\svchost.exe
                                                                                                                                                                  C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv
                                                                                                                                                                  1⤵
                                                                                                                                                                    PID:736
                                                                                                                                                                  • C:\Windows\System32\svchost.exe
                                                                                                                                                                    C:\Windows\System32\svchost.exe -k NetworkService -s TermService
                                                                                                                                                                    1⤵
                                                                                                                                                                    • Loads dropped DLL
                                                                                                                                                                    • Suspicious behavior: EnumeratesProcesses
                                                                                                                                                                    • Suspicious use of AdjustPrivilegeToken
                                                                                                                                                                    PID:6016
                                                                                                                                                                  • C:\Windows\system32\svchost.exe
                                                                                                                                                                    C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc
                                                                                                                                                                    1⤵
                                                                                                                                                                      PID:1608
                                                                                                                                                                    • C:\Windows\System32\svchost.exe
                                                                                                                                                                      C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv
                                                                                                                                                                      1⤵
                                                                                                                                                                        PID:1764
                                                                                                                                                                      • C:\Windows\System32\svchost.exe
                                                                                                                                                                        C:\Windows\System32\svchost.exe -k NetworkService -s TermService
                                                                                                                                                                        1⤵
                                                                                                                                                                        • Loads dropped DLL
                                                                                                                                                                        • Suspicious use of AdjustPrivilegeToken
                                                                                                                                                                        PID:5924
                                                                                                                                                                      • C:\Windows\system32\svchost.exe
                                                                                                                                                                        C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc
                                                                                                                                                                        1⤵
                                                                                                                                                                          PID:5416
                                                                                                                                                                        • C:\Windows\System32\svchost.exe
                                                                                                                                                                          C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv
                                                                                                                                                                          1⤵
                                                                                                                                                                            PID:1564
                                                                                                                                                                          • C:\Windows\System32\svchost.exe
                                                                                                                                                                            C:\Windows\System32\svchost.exe -k NetworkService -s TermService
                                                                                                                                                                            1⤵
                                                                                                                                                                            • Loads dropped DLL
                                                                                                                                                                            PID:2864
                                                                                                                                                                          • C:\Windows\system32\svchost.exe
                                                                                                                                                                            C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc
                                                                                                                                                                            1⤵
                                                                                                                                                                              PID:5492
                                                                                                                                                                            • C:\Windows\System32\svchost.exe
                                                                                                                                                                              C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv
                                                                                                                                                                              1⤵
                                                                                                                                                                                PID:3892

                                                                                                                                                                              Network

                                                                                                                                                                                    MITRE ATT&CK Enterprise v16

                                                                                                                                                                                    Replay Monitor

                                                                                                                                                                                    Loading Replay Monitor...

                                                                                                                                                                                    Downloads

                                                                                                                                                                                    f686aace6942fb7f7ceb231212eef4a4_332724ed-3c1a-4b0f-bd9b-045e18507ba6

                                                                                                                                                                                    • Path C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys\f686aace6942fb7f7ceb231212eef4a4_332724ed-3c1a-4b0f-bd9b-045e18507ba6
                                                                                                                                                                                    • Size 2KB
                                                                                                                                                                                    • SHA256 cdce969dc52d5d49823327c45c71d0e2288be5204b3b05cf042fc0ba4ba29201
                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                    3BF8.bat

                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\3BF6.tmp\3BF7.tmp\3BF8.bat
                                                                                                                                                                                    • Size 824B
                                                                                                                                                                                    • SHA256 bf7f1043f7d151e06440c07aa91bd2c7048657515c12a0af8dea2becfe6802bd
                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                    H264_ON.pol

                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\3BF6.tmp\H264_ON.pol
                                                                                                                                                                                    • Size 186B
                                                                                                                                                                                    • SHA256 213da1274863316dbf91aa4c725b86f23e37784912930ed951003608834a0b46
                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                    LGPO.exe

                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\3BF6.tmp\LGPO.exe
                                                                                                                                                                                    • Size 469KB
                                                                                                                                                                                    • SHA256 0c97f29543418b30340c4ff5d930d31e6196dd59c2cc74b6b890fa7b90c910c7
                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                    RDPWInst.exe

                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\3BF6.tmp\RDPWInst.exe
                                                                                                                                                                                    • Size 2.3MB
                                                                                                                                                                                    • SHA256 d8b3001c86a1433524f1239c2a14a11d67009bba44dc3c686f295bcc0facc5a1
                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                    RDP_CnC.exe

                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\3BF6.tmp\RDP_CnC.exe
                                                                                                                                                                                    • Size 2.9MB
                                                                                                                                                                                    • SHA256 5552c5ab33a144f420f1f1855392bd216c31385b4470b807f65017b310490c0e
                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                    RDP_CnC.lnk

                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\3BF6.tmp\RDP_CnC.lnk
                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                    • SHA256 83f134b45e9e28abd1e4a773f48c0303bc5f8b8b22f7fc12ee4fcb4011a7733d
                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                    update.bat

                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\3BF6.tmp\update.bat
                                                                                                                                                                                    • Size 322B
                                                                                                                                                                                    • SHA256 ab0cf42c898e0fcff6332094226312901d6afe2eab5598cf7eaccdaaea6ea3d9
                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                    gpt.ini

                                                                                                                                                                                    • Path C:\Windows\System32\GroupPolicy\gpt.ini
                                                                                                                                                                                    • Size 131B
                                                                                                                                                                                    • SHA256 5d251ae6eb8a904a2b89c40fdb24ff66f494604632b78445a3060b6c607023a3
                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                    rdpwrap.dll

                                                                                                                                                                                    • Path \??\c:\program files\rdp wrapper\rdpwrap.dll
                                                                                                                                                                                    • Size 114KB
                                                                                                                                                                                    • SHA256 75fb4394ef5b8d1e7c74dfc61424101582ecdc406060caa9d66adea2ac8b37f8
                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                    rdpwrap.ini

                                                                                                                                                                                    • Path \??\c:\program files\rdp wrapper\rdpwrap.ini
                                                                                                                                                                                    • Size 541KB
                                                                                                                                                                                    • SHA256 e3a803bfc3f05fbc02e08bf0fe6813a1f2216cc584202763303fe520e99c9711
                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                    memory/1112-73-0x0000000000400000-0x0000000000709000-memory.dmp

                                                                                                                                                                                    memory/1504-99-0x0000000000400000-0x0000000000709000-memory.dmp

                                                                                                                                                                                    memory/1708-96-0x0000000000400000-0x0000000000709000-memory.dmp

                                                                                                                                                                                    memory/1900-120-0x0000000000400000-0x0000000000709000-memory.dmp

                                                                                                                                                                                    memory/2176-103-0x0000000000400000-0x0000000000709000-memory.dmp

                                                                                                                                                                                    memory/2460-69-0x0000000000400000-0x000000000065A000-memory.dmp

                                                                                                                                                                                    memory/2716-93-0x0000000000400000-0x0000000000709000-memory.dmp

                                                                                                                                                                                    memory/3284-123-0x0000000000400000-0x0000000000709000-memory.dmp

                                                                                                                                                                                    memory/3352-90-0x0000000000400000-0x0000000000709000-memory.dmp

                                                                                                                                                                                    memory/3848-86-0x0000000000400000-0x0000000000709000-memory.dmp

                                                                                                                                                                                    memory/4112-0-0x0000000000417000-0x0000000000418000-memory.dmp

                                                                                                                                                                                    memory/4248-106-0x0000000000400000-0x0000000000709000-memory.dmp

                                                                                                                                                                                    memory/4264-80-0x0000000000400000-0x0000000000709000-memory.dmp

                                                                                                                                                                                    memory/4364-77-0x0000000000400000-0x0000000000709000-memory.dmp

                                                                                                                                                                                    memory/4764-83-0x0000000000400000-0x0000000000709000-memory.dmp

                                                                                                                                                                                    memory/4860-47-0x0000000000400000-0x000000000065A000-memory.dmp

                                                                                                                                                                                    memory/4860-25-0x0000000000400000-0x000000000065A000-memory.dmp

                                                                                                                                                                                    memory/5232-18-0x0000000000400000-0x000000000065A000-memory.dmp

                                                                                                                                                                                    memory/5400-109-0x0000000000400000-0x0000000000709000-memory.dmp

                                                                                                                                                                                    memory/5972-113-0x0000000000400000-0x0000000000709000-memory.dmp

                                                                                                                                                                                    memory/6084-116-0x0000000000400000-0x0000000000709000-memory.dmp