Analysis

  • max time kernel
    89s
  • max time network
    161s
  • platform
    windows11-ltsc_2024_x64
  • resource
    win11ltsc2024-20260709-en
  • resource tags

    arch:x64arch:x86image:win11ltsc2024-20260709-enlocale:en-usos:windows11-ltsc_2024-x64systemwindows
  • submitted
    19/08/2026, 11:00

General

  • Target
    NewLauncher-2.0.9-windows-x64.exe
  • Size 101.4MB
  • Sample260819-m4ajcssdre
  • SHA256 e01045fc1bfecf3957302fd8c1101ba6110b50c25ac51ba292f9d5c56f8f61f1
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

  • Family: Sheetrat, NonEuclid rat

    Sheetrat aka NonEuclid RAT is a trojan written in C#.

  • Detects Sheetrat Payload 3 IoCs

    Sheetrat aka NonEuclid RAT is a trojan written in C#.

  • Modifies Windows Defender DisableAntiSpyware settings 3 TTPs 2 IoCs
  • Modifies Windows Defender TamperProtection settings 3 TTPs 1 IoCs
  • UAC bypass 3 TTPs 8 IoCs
  • Modifies boot configuration data using bcdedit 1 TTPs 2 IoCs
  • Command and Scripting Interpreter: PowerShell 1 TTPs 35 IoCs

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

  • Drops file in Drivers directory 14 IoCs
  • Modifies Windows Firewall 2 TTPs 2 IoCs
  • Possible privilege escalation attempt 22 IoCs
  • Creates new service(s) 2 TTPs
  • Executes dropped EXE 22 IoCs
  • Loads dropped DLL 5 IoCs
  • Modifies file permissions 1 TTPs 22 IoCs
  • Registers new Windows logon scripts automatically executed at logon. 1 TTPs 2 IoCs
  • Stops running service(s) 4 TTPs
  • Windows security modification 2 TTPs 1 IoCs
  • Checks whether UAC is enabled 1 TTPs 4 IoCs
  • Enumerates connected drives 3 TTPs 33 IoCs

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

  • File and Directory Permissions Modification: Windows File and Directory Permissions Modification 1 TTPs
  • Looks up external IP address via web service 1 TTPs 1 IoCs

    Uses a legitimate IP lookup service to find the infected system's external IP.

  • Drops file in System32 directory 1 IoCs
  • Drops file in Windows directory 4 IoCs
  • Launches sc.exe 8 IoCs

    Sc.exe is a Windows utlilty to control services on the system.

  • 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 14 IoCs

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

  • Modifies data under HKEY_USERS 2 IoCs
  • Modifies registry class 7 IoCs
  • Runs net.exe
  • Scheduled Task/Job: Scheduled Task 1 TTPs 18 IoCs

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

  • Suspicious behavior: EnumeratesProcesses 64 IoCs
  • Suspicious behavior: GetForegroundWindowSpam 1 IoCs
  • Suspicious use of AdjustPrivilegeToken 64 IoCs
  • Suspicious use of FindShellTrayWindow 2 IoCs
  • Suspicious use of SendNotifyMessage 64 IoCs
  • Suspicious use of WriteProcessMemory 64 IoCs
  • System policy modification 1 TTPs 12 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\NewLauncher-2.0.9-windows-x64.exe
    "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
    1⤵
    • Suspicious use of WriteProcessMemory
    PID:1824
    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
      "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
      2⤵
      • Command and Scripting Interpreter: PowerShell
      • Suspicious behavior: EnumeratesProcesses
      • Suspicious use of AdjustPrivilegeToken
      PID:6560
    • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
      "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
      2⤵
      • Modifies Windows Defender DisableAntiSpyware settings
      • UAC bypass
      • Executes dropped EXE
      • Registers new Windows logon scripts automatically executed at logon.
      • Checks whether UAC is enabled
      • Drops file in System32 directory
      • Drops file in Windows directory
      • Suspicious behavior: EnumeratesProcesses
      • Suspicious use of AdjustPrivilegeToken
      • Suspicious use of WriteProcessMemory
      • System policy modification
      PID:2312
      • C:\Windows\SYSTEM32\cmd.exe
        "cmd.exe" /C netsh advfirewall firewall add rule name="QeFpSiX4SFvaSb" dir=in action=allow program="C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe" enable=yes & exit
        3⤵
        • Executes a command shell one-liner
        • Suspicious use of WriteProcessMemory
        PID:4300
        • C:\Windows\system32\netsh.exe
          netsh advfirewall firewall add rule name="QeFpSiX4SFvaSb" dir=in action=allow program="C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe" enable=yes
          4⤵
          • Modifies Windows Firewall
          • Event Triggered Execution: Netsh Helper DLL
          PID:2280
      • C:\Windows\SYSTEM32\mountvol.exe
        "mountvol" E: /S
        3⤵
          PID:1912
        • C:\Windows\SYSTEM32\sc.exe
          "sc.exe" delete "WindowsUpdaterDefenderMicrosoft"
          3⤵
          • Launches sc.exe
          PID:1428
        • C:\Windows\SYSTEM32\sc.exe
          "sc.exe" create "WindowsUpdaterDefenderMicrosoft" binPath= "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe" start= auto DisplayName= "WindowsUpdaterDefenderMicrosoft"
          3⤵
          • Launches sc.exe
          PID:6420
        • C:\Windows\SYSTEM32\sc.exe
          "sc.exe" start "WindowsUpdaterDefenderMicrosoft"
          3⤵
          • Launches sc.exe
          PID:1108
        • C:\Windows\SYSTEM32\mountvol.exe
          "mountvol" E: /D
          3⤵
            PID:1608
          • C:\Windows\SYSTEM32\mountvol.exe
            "mountvol" F: /S
            3⤵
              PID:6592
            • C:\Windows\SYSTEM32\mountvol.exe
              "mountvol" F: /D
              3⤵
                PID:7132
              • C:\Windows\SYSTEM32\mountvol.exe
                "mountvol" G: /S
                3⤵
                  PID:2988
                • C:\Windows\SYSTEM32\mountvol.exe
                  "mountvol" G: /D
                  3⤵
                  • Enumerates connected drives
                  PID:7080
                • C:\Windows\SYSTEM32\mountvol.exe
                  "mountvol" H: /S
                  3⤵
                    PID:6984
                  • C:\Windows\SYSTEM32\mountvol.exe
                    "mountvol" H: /D
                    3⤵
                    • Enumerates connected drives
                    PID:2180
                  • C:\Windows\SYSTEM32\mountvol.exe
                    "mountvol" I: /S
                    3⤵
                      PID:2556
                    • C:\Windows\SYSTEM32\mountvol.exe
                      "mountvol" I: /D
                      3⤵
                      • Enumerates connected drives
                      PID:5604
                    • C:\Windows\SYSTEM32\mountvol.exe
                      "mountvol" J: /S
                      3⤵
                        PID:6664
                      • C:\Windows\SYSTEM32\mountvol.exe
                        "mountvol" J: /D
                        3⤵
                        • Enumerates connected drives
                        PID:4496
                      • C:\Windows\SYSTEM32\mountvol.exe
                        "mountvol" K: /S
                        3⤵
                          PID:4128
                        • C:\Windows\SYSTEM32\schtasks.exe
                          "schtasks.exe" /Delete /TN "FamilySafetyRefreshTask_299c0403" /F
                          3⤵
                            PID:5896
                          • C:\Windows\SYSTEM32\schtasks.exe
                            "schtasks.exe" /Create /TN "FamilySafetyRefreshTask_299c0403" /XML "C:\Users\Admin\AppData\Local\Temp\b323e5fd-b05a-412c-8b41-d3bbe108ceb4.xml" /F
                            3⤵
                            • Scheduled Task/Job: Scheduled Task
                            PID:2448
                          • C:\Windows\SYSTEM32\cmd.exe
                            "cmd" /c schtasks /create /f /sc minute /mo 9 /tn "MicrosoftEdgeUpdate" /tr "C:\Windows\System32\BootFiles\BootExecutor.exe" /RL HIGHEST & exit
                            3⤵
                            • Executes a command shell one-liner
                            • Suspicious use of WriteProcessMemory
                            PID:5396
                            • C:\Windows\system32\schtasks.exe
                              schtasks /create /f /sc minute /mo 9 /tn "MicrosoftEdgeUpdate" /tr "C:\Windows\System32\BootFiles\BootExecutor.exe" /RL HIGHEST
                              4⤵
                              • Scheduled Task/Job: Scheduled Task
                              PID:4624
                          • C:\Windows\SYSTEM32\mountvol.exe
                            "mountvol" K: /D
                            3⤵
                            • Enumerates connected drives
                            PID:6580
                          • C:\Windows\SYSTEM32\schtasks.exe
                            "schtasks.exe" /Delete /TN "UsbCeip_afd6f5b2" /F
                            3⤵
                              PID:6832
                            • C:\Windows\SYSTEM32\mountvol.exe
                              "mountvol" L: /S
                              3⤵
                                PID:6196
                              • C:\Windows\SYSTEM32\sc.exe
                                "sc" start TrustedInstaller
                                3⤵
                                • Launches sc.exe
                                PID:5892
                              • C:\Windows\SYSTEM32\schtasks.exe
                                "schtasks.exe" /Create /TN "UsbCeip_afd6f5b2" /XML "C:\Users\Admin\AppData\Local\Temp\315221ab-23d0-4fe2-b4d8-0b05a49dd3bb.xml" /F
                                3⤵
                                • Scheduled Task/Job: Scheduled Task
                                PID:4844
                              • C:\Windows\SYSTEM32\CMD.exe
                                "CMD" netsh advfirewall firewall add rule name="WindowsControl" dir=in action=allow program="C:\Windows\Speech_OneCore\Engines\TTS\ru-RU\M1004NUS.exe" enable=yes & exit
                                3⤵
                                  PID:856
                                • C:\Windows\SYSTEM32\CMD.exe
                                  "CMD" /c schtasks /delete /F /TN "MicrosoftEdgeUpdate" & exit
                                  3⤵
                                  • Executes a command shell one-liner
                                  • Suspicious use of WriteProcessMemory
                                  PID:5828
                                  • C:\Windows\system32\schtasks.exe
                                    schtasks /delete /F /TN "MicrosoftEdgeUpdate"
                                    4⤵
                                      PID:6388
                                  • C:\Windows\SYSTEM32\cmd.exe
                                    "cmd.exe" /c schtasks /create /f /tn "MicrosoftEdgeUpdate_OnLock" /tr "C:\Windows\Speech_OneCore\Engines\TTS\ru-RU\M1004NUS.exe" /sc onlock /rl highest /ru "Admin" /desc "Windows component maintenance" & exit
                                    3⤵
                                    • Executes a command shell one-liner
                                    • Suspicious use of WriteProcessMemory
                                    PID:7148
                                    • C:\Windows\system32\schtasks.exe
                                      schtasks /create /f /tn "MicrosoftEdgeUpdate_OnLock" /tr "C:\Windows\Speech_OneCore\Engines\TTS\ru-RU\M1004NUS.exe" /sc onlock /rl highest /ru "Admin" /desc "Windows component maintenance"
                                      4⤵
                                      • Scheduled Task/Job: Scheduled Task
                                      PID:2800
                                  • C:\Windows\SYSTEM32\cmd.exe
                                    "cmd.exe" /c schtasks /create /f /tn "MicrosoftEdgeUpdate_OnUnlock" /tr "C:\Windows\Speech_OneCore\Engines\TTS\ru-RU\M1004NUS.exe" /sc onunlock /rl highest /ru "Admin" /desc "Windows component maintenance" & exit
                                    3⤵
                                    • Executes a command shell one-liner
                                    • Suspicious use of WriteProcessMemory
                                    PID:5468
                                    • C:\Windows\system32\schtasks.exe
                                      schtasks /create /f /tn "MicrosoftEdgeUpdate_OnUnlock" /tr "C:\Windows\Speech_OneCore\Engines\TTS\ru-RU\M1004NUS.exe" /sc onunlock /rl highest /ru "Admin" /desc "Windows component maintenance"
                                      4⤵
                                      • Scheduled Task/Job: Scheduled Task
                                      PID:4732
                                  • C:\Windows\SYSTEM32\cmd.exe
                                    "cmd.exe" /c schtasks /create /f /tn "MicrosoftEdgeUpdate_OnIdle" /tr "C:\Windows\Speech_OneCore\Engines\TTS\ru-RU\M1004NUS.exe" /sc onidle /i 5 /rl highest /ru "Admin" /desc "Windows component maintenance" & exit
                                    3⤵
                                    • Executes a command shell one-liner
                                    • Suspicious use of WriteProcessMemory
                                    PID:3160
                                    • C:\Windows\system32\schtasks.exe
                                      schtasks /create /f /tn "MicrosoftEdgeUpdate_OnIdle" /tr "C:\Windows\Speech_OneCore\Engines\TTS\ru-RU\M1004NUS.exe" /sc onidle /i 5 /rl highest /ru "Admin" /desc "Windows component maintenance"
                                      4⤵
                                      • Scheduled Task/Job: Scheduled Task
                                      PID:4944
                                  • C:\Windows\SYSTEM32\cmd.exe
                                    "cmd.exe" /c schtasks /create /f /tn "MicrosoftEdgeUpdate_Evt4624" /tr "C:\Windows\Speech_OneCore\Engines\TTS\ru-RU\M1004NUS.exe" /sc onevent /ec Security /mo "*[System[Provider[@Name='Microsoft-Windows-Security-Auditing'] and EventID=4624]]" /rl highest /ru "Admin" /desc "Windows component maintenance" & exit
                                    3⤵
                                    • Executes a command shell one-liner
                                    • Suspicious use of WriteProcessMemory
                                    PID:5392
                                    • C:\Windows\system32\schtasks.exe
                                      schtasks /create /f /tn "MicrosoftEdgeUpdate_Evt4624" /tr "C:\Windows\Speech_OneCore\Engines\TTS\ru-RU\M1004NUS.exe" /sc onevent /ec Security /mo "*[System[Provider[@Name='Microsoft-Windows-Security-Auditing'] and EventID=4624]]" /rl highest /ru "Admin" /desc "Windows component maintenance"
                                      4⤵
                                      • Scheduled Task/Job: Scheduled Task
                                      PID:6520
                                  • C:\Windows\Speech_OneCore\Engines\TTS\ru-RU\M1004NUS.exe
                                    "C:\Windows\Speech_OneCore\Engines\TTS\ru-RU\M1004NUS.exe"
                                    3⤵
                                    • Modifies Windows Defender DisableAntiSpyware settings
                                    • Modifies Windows Defender TamperProtection settings
                                    • UAC bypass
                                    • Drops file in Drivers directory
                                    • Executes dropped EXE
                                    • Registers new Windows logon scripts automatically executed at logon.
                                    • Windows security modification
                                    • Checks whether UAC is enabled
                                    • Drops file in Windows directory
                                    • Suspicious behavior: EnumeratesProcesses
                                    • Suspicious use of WriteProcessMemory
                                    • System policy modification
                                    PID:5272
                                    • C:\Windows\SYSTEM32\cmd.exe
                                      "cmd.exe" /C netsh advfirewall firewall add rule name="QeFpSiX4SFvaSb" dir=in action=allow program="C:\Windows\Speech_OneCore\Engines\TTS\ru-RU\M1004NUS.exe" enable=yes & exit
                                      4⤵
                                      • Executes a command shell one-liner
                                      • Suspicious use of WriteProcessMemory
                                      PID:5784
                                      • C:\Windows\system32\netsh.exe
                                        netsh advfirewall firewall add rule name="QeFpSiX4SFvaSb" dir=in action=allow program="C:\Windows\Speech_OneCore\Engines\TTS\ru-RU\M1004NUS.exe" enable=yes
                                        5⤵
                                        • Modifies Windows Firewall
                                        • Event Triggered Execution: Netsh Helper DLL
                                        PID:2012
                                    • C:\Windows\SYSTEM32\mountvol.exe
                                      "mountvol" E: /S
                                      4⤵
                                        PID:3456
                                      • C:\Windows\SYSTEM32\sc.exe
                                        "sc.exe" delete "WindowsUpdaterDefenderMicrosoft"
                                        4⤵
                                        • Launches sc.exe
                                        PID:3536
                                      • C:\Windows\SYSTEM32\sc.exe
                                        "sc.exe" create "WindowsUpdaterDefenderMicrosoft" binPath= "C:\Windows\Speech_OneCore\Engines\TTS\ru-RU\M1004NUS.exe" start= auto DisplayName= "WindowsUpdaterDefenderMicrosoft"
                                        4⤵
                                        • Launches sc.exe
                                        PID:1708
                                      • C:\Windows\SYSTEM32\sc.exe
                                        "sc.exe" start "WindowsUpdaterDefenderMicrosoft"
                                        4⤵
                                        • Launches sc.exe
                                        PID:4280
                                      • C:\Windows\SYSTEM32\schtasks.exe
                                        "schtasks.exe" /Delete /TN "NvProfileUpdaterDaily_{B2FE1952-0186-46C3-BAEC-A80AA35AC5B8}_146fa105" /F
                                        4⤵
                                          PID:4500
                                        • C:\Windows\SYSTEM32\schtasks.exe
                                          "schtasks.exe" /Create /TN "NvProfileUpdaterDaily_{B2FE1952-0186-46C3-BAEC-A80AA35AC5B8}_146fa105" /XML "C:\Users\Admin\AppData\Local\Temp\36789cc8-d48b-485c-8bfd-919f57df15ae.xml" /F
                                          4⤵
                                          • Scheduled Task/Job: Scheduled Task
                                          PID:4632
                                        • C:\Windows\SYSTEM32\cmd.exe
                                          "cmd" /c schtasks /create /f /sc minute /mo 9 /tn "MicrosoftEdgeUpdate" /tr "C:\Windows\System32\BootFiles\BootExecutor.exe" /RL HIGHEST & exit
                                          4⤵
                                          • Executes a command shell one-liner
                                          PID:1176
                                          • C:\Windows\system32\schtasks.exe
                                            schtasks /create /f /sc minute /mo 9 /tn "MicrosoftEdgeUpdate" /tr "C:\Windows\System32\BootFiles\BootExecutor.exe" /RL HIGHEST
                                            5⤵
                                            • Scheduled Task/Job: Scheduled Task
                                            PID:556
                                        • C:\Windows\SYSTEM32\schtasks.exe
                                          "schtasks.exe" /Delete /TN "OneDrive Standalone Update Task_078dd752" /F
                                          4⤵
                                            PID:5488
                                          • C:\Windows\SYSTEM32\schtasks.exe
                                            "schtasks.exe" /Create /TN "OneDrive Standalone Update Task_078dd752" /XML "C:\Users\Admin\AppData\Local\Temp\d8f8ba0e-730b-49dd-aa07-9e17b5361060.xml" /F
                                            4⤵
                                            • Scheduled Task/Job: Scheduled Task
                                            PID:2016
                                          • C:\Windows\SYSTEM32\CMD.exe
                                            "CMD" /c schtasks /delete /F /TN "MicrosoftEdgeUpdate" & exit
                                            4⤵
                                            • Executes a command shell one-liner
                                            PID:3356
                                            • C:\Windows\System32\Conhost.exe
                                              \??\C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
                                              5⤵
                                                PID:7132
                                              • C:\Windows\system32\schtasks.exe
                                                schtasks /delete /F /TN "MicrosoftEdgeUpdate"
                                                5⤵
                                                  PID:5224
                                              • C:\Windows\SYSTEM32\mountvol.exe
                                                "mountvol" E: /D
                                                4⤵
                                                • Enumerates connected drives
                                                PID:4128
                                                • C:\Windows\System32\Conhost.exe
                                                  \??\C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
                                                  5⤵
                                                    PID:2556
                                                • C:\Windows\SYSTEM32\sc.exe
                                                  "sc" start TrustedInstaller
                                                  4⤵
                                                  • Launches sc.exe
                                                  PID:7080
                                                • C:\Windows\SYSTEM32\cmd.exe
                                                  "cmd.exe" /c schtasks /create /f /tn "MicrosoftEdgeUpdate_OnLock" /tr "C:\Windows\Speech_OneCore\Engines\TTS\ru-RU\M1004NUS.exe" /sc onlock /rl highest /ru "Admin" /desc "Windows component maintenance" & exit
                                                  4⤵
                                                  • Executes a command shell one-liner
                                                  PID:6984
                                                  • C:\Windows\system32\schtasks.exe
                                                    schtasks /create /f /tn "MicrosoftEdgeUpdate_OnLock" /tr "C:\Windows\Speech_OneCore\Engines\TTS\ru-RU\M1004NUS.exe" /sc onlock /rl highest /ru "Admin" /desc "Windows component maintenance"
                                                    5⤵
                                                    • Scheduled Task/Job: Scheduled Task
                                                    PID:2292
                                                • C:\Windows\SYSTEM32\cmd.exe
                                                  "cmd.exe" /c schtasks /create /f /tn "MicrosoftEdgeUpdate_OnUnlock" /tr "C:\Windows\Speech_OneCore\Engines\TTS\ru-RU\M1004NUS.exe" /sc onunlock /rl highest /ru "Admin" /desc "Windows component maintenance" & exit
                                                  4⤵
                                                  • Executes a command shell one-liner
                                                  PID:2472
                                                  • C:\Windows\system32\schtasks.exe
                                                    schtasks /create /f /tn "MicrosoftEdgeUpdate_OnUnlock" /tr "C:\Windows\Speech_OneCore\Engines\TTS\ru-RU\M1004NUS.exe" /sc onunlock /rl highest /ru "Admin" /desc "Windows component maintenance"
                                                    5⤵
                                                    • Scheduled Task/Job: Scheduled Task
                                                    PID:6852
                                                • C:\Windows\SYSTEM32\cmd.exe
                                                  "cmd.exe" /c schtasks /create /f /tn "MicrosoftEdgeUpdate_OnIdle" /tr "C:\Windows\Speech_OneCore\Engines\TTS\ru-RU\M1004NUS.exe" /sc onidle /i 5 /rl highest /ru "Admin" /desc "Windows component maintenance" & exit
                                                  4⤵
                                                  • Executes a command shell one-liner
                                                  PID:3180
                                                  • C:\Windows\system32\schtasks.exe
                                                    schtasks /create /f /tn "MicrosoftEdgeUpdate_OnIdle" /tr "C:\Windows\Speech_OneCore\Engines\TTS\ru-RU\M1004NUS.exe" /sc onidle /i 5 /rl highest /ru "Admin" /desc "Windows component maintenance"
                                                    5⤵
                                                    • Scheduled Task/Job: Scheduled Task
                                                    PID:1924
                                                • C:\Windows\SYSTEM32\cmd.exe
                                                  "cmd.exe" /c schtasks /create /f /tn "MicrosoftEdgeUpdate_Evt4624" /tr "C:\Windows\Speech_OneCore\Engines\TTS\ru-RU\M1004NUS.exe" /sc onevent /ec Security /mo "*[System[Provider[@Name='Microsoft-Windows-Security-Auditing'] and EventID=4624]]" /rl highest /ru "Admin" /desc "Windows component maintenance" & exit
                                                  4⤵
                                                  • Executes a command shell one-liner
                                                  PID:3248
                                                  • C:\Windows\system32\schtasks.exe
                                                    schtasks /create /f /tn "MicrosoftEdgeUpdate_Evt4624" /tr "C:\Windows\Speech_OneCore\Engines\TTS\ru-RU\M1004NUS.exe" /sc onevent /ec Security /mo "*[System[Provider[@Name='Microsoft-Windows-Security-Auditing'] and EventID=4624]]" /rl highest /ru "Admin" /desc "Windows component maintenance"
                                                    5⤵
                                                    • Scheduled Task/Job: Scheduled Task
                                                    PID:6544
                                                • C:\Windows\SYSTEM32\schtasks.exe
                                                  "schtasks.exe" /Delete /TN "DropboxUpdateTaskMachineCore_a3515ba0" /F
                                                  4⤵
                                                    PID:3856
                                                  • C:\Windows\SYSTEM32\mountvol.exe
                                                    "mountvol" F: /S
                                                    4⤵
                                                      PID:6056
                                                    • C:\Windows\SYSTEM32\schtasks.exe
                                                      "schtasks.exe" /Create /TN "DropboxUpdateTaskMachineCore_a3515ba0" /XML "C:\Users\Admin\AppData\Local\Temp\81206e40-6ad9-49fb-be59-85fb96c43c42.xml" /F
                                                      4⤵
                                                      • Scheduled Task/Job: Scheduled Task
                                                      PID:5600
                                                    • C:\Windows\SYSTEM32\schtasks.exe
                                                      "schtasks.exe" /Delete /TN "ProgramDataUpdater_d8a7bb14" /F
                                                      4⤵
                                                        PID:3312
                                                      • C:\Windows\SYSTEM32\schtasks.exe
                                                        "schtasks.exe" /Create /TN "ProgramDataUpdater_d8a7bb14" /XML "C:\Users\Admin\AppData\Local\Temp\c7706728-1e13-455c-809b-6838b71e2e1d.xml" /F
                                                        4⤵
                                                        • Scheduled Task/Job: Scheduled Task
                                                        PID:4772
                                                      • C:\Windows\SYSTEM32\mountvol.exe
                                                        "mountvol" F: /D
                                                        4⤵
                                                        • Enumerates connected drives
                                                        PID:1208
                                                      • C:\Windows\SYSTEM32\schtasks.exe
                                                        "schtasks.exe" /Delete /TN "Intel PTT EK Recertification_cdc965cb" /F
                                                        4⤵
                                                          PID:4716
                                                        • C:\Windows\SYSTEM32\net.exe
                                                          "net" stop WinDefend
                                                          4⤵
                                                            PID:6032
                                                            • C:\Windows\system32\net1.exe
                                                              C:\Windows\system32\net1 stop WinDefend
                                                              5⤵
                                                                PID:5872
                                                            • C:\Windows\SYSTEM32\mountvol.exe
                                                              "mountvol" G: /S
                                                              4⤵
                                                                PID:2356
                                                              • C:\Windows\SYSTEM32\schtasks.exe
                                                                "schtasks.exe" /Create /TN "Intel PTT EK Recertification_cdc965cb" /XML "C:\Users\Admin\AppData\Local\Temp\4c8064d5-9f48-40e6-a6bb-f50978e3d01b.xml" /F
                                                                4⤵
                                                                • Scheduled Task/Job: Scheduled Task
                                                                PID:3188
                                                              • C:\Windows\SYSTEM32\net.exe
                                                                "net" start WinDefend
                                                                4⤵
                                                                  PID:5376
                                                                  • C:\Windows\system32\net1.exe
                                                                    C:\Windows\system32\net1 start WinDefend
                                                                    5⤵
                                                                      PID:2820
                                                                  • C:\Windows\SYSTEM32\schtasks.exe
                                                                    "schtasks.exe" /Delete /TN "NvDriverUpdateCheckDaily_{B2FE1952-0186-46C3-BAEC-A80AA35AC5B8}_8d16fe89" /F
                                                                    4⤵
                                                                      PID:5592
                                                                    • C:\Windows\SYSTEM32\schtasks.exe
                                                                      "schtasks.exe" /Create /TN "NvDriverUpdateCheckDaily_{B2FE1952-0186-46C3-BAEC-A80AA35AC5B8}_8d16fe89" /XML "C:\Users\Admin\AppData\Local\Temp\b0ae58de-8af2-4be8-9440-45d19fdc319f.xml" /F
                                                                      4⤵
                                                                      • Scheduled Task/Job: Scheduled Task
                                                                      PID:3192
                                                                    • C:\Windows\SYSTEM32\mountvol.exe
                                                                      "mountvol" G: /D
                                                                      4⤵
                                                                      • Enumerates connected drives
                                                                      PID:472
                                                                    • C:\Windows\SYSTEM32\bcdedit.exe
                                                                      "bcdedit" /set testsigning on
                                                                      4⤵
                                                                      • Modifies boot configuration data using bcdedit
                                                                      PID:7076
                                                                    • C:\Windows\SYSTEM32\mountvol.exe
                                                                      "mountvol" H: /S
                                                                      4⤵
                                                                        PID:4272
                                                                      • C:\Windows\SYSTEM32\bcdedit.exe
                                                                        "bcdedit" /set nointegritychecks on
                                                                        4⤵
                                                                        • Modifies boot configuration data using bcdedit
                                                                        PID:1944
                                                                      • C:\Windows\SYSTEM32\icacls.exe
                                                                        "icacls" "C:\Windows\system32\drivers\null.sys" /grant administrators:F /t /c
                                                                        4⤵
                                                                        • Possible privilege escalation attempt
                                                                        • Modifies file permissions
                                                                        PID:600
                                                                      • C:\Windows\SYSTEM32\takeown.exe
                                                                        "takeown" /f "C:\Windows\system32\drivers\null.sys" /a
                                                                        4⤵
                                                                        • Possible privilege escalation attempt
                                                                        • Modifies file permissions
                                                                        PID:6400
                                                                      • C:\Windows\SYSTEM32\icacls.exe
                                                                        "icacls" "C:\Windows\system32\drivers\null.sys" /grant administrators:F
                                                                        4⤵
                                                                        • Possible privilege escalation attempt
                                                                        • Modifies file permissions
                                                                        PID:4112
                                                                      • C:\Windows\SYSTEM32\icacls.exe
                                                                        "icacls" "C:\Windows\system32\drivers\beep.sys" /grant administrators:F /t /c
                                                                        4⤵
                                                                        • Possible privilege escalation attempt
                                                                        • Modifies file permissions
                                                                        PID:4872
                                                                      • C:\Windows\SYSTEM32\takeown.exe
                                                                        "takeown" /f "C:\Windows\system32\drivers\beep.sys" /a
                                                                        4⤵
                                                                        • Possible privilege escalation attempt
                                                                        • Modifies file permissions
                                                                        PID:2348
                                                                      • C:\Windows\SYSTEM32\mountvol.exe
                                                                        "mountvol" H: /D
                                                                        4⤵
                                                                        • Enumerates connected drives
                                                                        PID:3852
                                                                        • C:\Windows\System32\Conhost.exe
                                                                          \??\C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
                                                                          5⤵
                                                                            PID:6664
                                                                        • C:\Windows\SYSTEM32\icacls.exe
                                                                          "icacls" "C:\Windows\system32\drivers\beep.sys" /grant administrators:F
                                                                          4⤵
                                                                          • Possible privilege escalation attempt
                                                                          • Modifies file permissions
                                                                          PID:6048
                                                                          • C:\Windows\System32\Conhost.exe
                                                                            \??\C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
                                                                            5⤵
                                                                              PID:5604
                                                                          • C:\Windows\SYSTEM32\mountvol.exe
                                                                            "mountvol" I: /S
                                                                            4⤵
                                                                              PID:3948
                                                                              • C:\Windows\System32\Conhost.exe
                                                                                \??\C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
                                                                                5⤵
                                                                                  PID:3640
                                                                              • C:\Windows\SYSTEM32\icacls.exe
                                                                                "icacls" "C:\Windows\system32\drivers\rasl2tp.sys" /grant administrators:F /t /c
                                                                                4⤵
                                                                                • Possible privilege escalation attempt
                                                                                • Modifies file permissions
                                                                                PID:4496
                                                                              • C:\Windows\SYSTEM32\takeown.exe
                                                                                "takeown" /f "C:\Windows\system32\drivers\rasl2tp.sys" /a
                                                                                4⤵
                                                                                • Possible privilege escalation attempt
                                                                                • Modifies file permissions
                                                                                PID:3924
                                                                              • C:\Windows\SYSTEM32\icacls.exe
                                                                                "icacls" "C:\Windows\system32\drivers\rasl2tp.sys" /grant administrators:F
                                                                                4⤵
                                                                                • Possible privilege escalation attempt
                                                                                • Modifies file permissions
                                                                                PID:2656
                                                                              • C:\Windows\SYSTEM32\icacls.exe
                                                                                "icacls" "C:\Windows\system32\drivers\raspppoe.sys" /grant administrators:F /t /c
                                                                                4⤵
                                                                                • Possible privilege escalation attempt
                                                                                • Modifies file permissions
                                                                                PID:1392
                                                                              • C:\Windows\SYSTEM32\takeown.exe
                                                                                "takeown" /f "C:\Windows\system32\drivers\raspppoe.sys" /a
                                                                                4⤵
                                                                                • Possible privilege escalation attempt
                                                                                • Modifies file permissions
                                                                                PID:2092
                                                                              • C:\Windows\SYSTEM32\icacls.exe
                                                                                "icacls" "C:\Windows\system32\drivers\raspppoe.sys" /grant administrators:F
                                                                                4⤵
                                                                                • Possible privilege escalation attempt
                                                                                • Modifies file permissions
                                                                                PID:5632
                                                                              • C:\Windows\SYSTEM32\icacls.exe
                                                                                "icacls" "C:\Windows\system32\drivers\raspptp.sys" /grant administrators:F /t /c
                                                                                4⤵
                                                                                • Possible privilege escalation attempt
                                                                                • Modifies file permissions
                                                                                PID:5600
                                                                                • C:\Windows\System32\Conhost.exe
                                                                                  \??\C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
                                                                                  5⤵
                                                                                    PID:3536
                                                                                • C:\Windows\SYSTEM32\takeown.exe
                                                                                  "takeown" /f "C:\Windows\system32\drivers\raspptp.sys" /a
                                                                                  4⤵
                                                                                  • Possible privilege escalation attempt
                                                                                  • Modifies file permissions
                                                                                  PID:2340
                                                                                • C:\Windows\SYSTEM32\icacls.exe
                                                                                  "icacls" "C:\Windows\system32\drivers\raspptp.sys" /grant administrators:F
                                                                                  4⤵
                                                                                  • Possible privilege escalation attempt
                                                                                  • Modifies file permissions
                                                                                  PID:3108
                                                                                • C:\Windows\SYSTEM32\icacls.exe
                                                                                  "icacls" "C:\Windows\system32\drivers\modem.sys" /grant administrators:F /t /c
                                                                                  4⤵
                                                                                  • Possible privilege escalation attempt
                                                                                  • Modifies file permissions
                                                                                  PID:5360
                                                                                • C:\Windows\SYSTEM32\takeown.exe
                                                                                  "takeown" /f "C:\Windows\system32\drivers\modem.sys" /a
                                                                                  4⤵
                                                                                  • Possible privilege escalation attempt
                                                                                  • Modifies file permissions
                                                                                  PID:6748
                                                                                • C:\Windows\SYSTEM32\icacls.exe
                                                                                  "icacls" "C:\Windows\system32\drivers\modem.sys" /grant administrators:F
                                                                                  4⤵
                                                                                  • Possible privilege escalation attempt
                                                                                  • Modifies file permissions
                                                                                  PID:4944
                                                                                • C:\Windows\SYSTEM32\icacls.exe
                                                                                  "icacls" "C:\Windows\system32\drivers\parport.sys" /grant administrators:F /t /c
                                                                                  4⤵
                                                                                  • Possible privilege escalation attempt
                                                                                  • Modifies file permissions
                                                                                  PID:1888
                                                                                • C:\Windows\SYSTEM32\icacls.exe
                                                                                  "icacls" "C:\Windows\system32\drivers\serenum.sys" /grant administrators:F /t /c
                                                                                  4⤵
                                                                                  • Possible privilege escalation attempt
                                                                                  • Modifies file permissions
                                                                                  PID:5892
                                                                                  • C:\Windows\System32\Conhost.exe
                                                                                    \??\C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
                                                                                    5⤵
                                                                                      PID:6832
                                                                                  • C:\Windows\SYSTEM32\icacls.exe
                                                                                    "icacls" "C:\Windows\system32\drivers\serial.sys" /grant administrators:F /t /c
                                                                                    4⤵
                                                                                    • Possible privilege escalation attempt
                                                                                    • Modifies file permissions
                                                                                    PID:2884
                                                                                  • C:\Windows\SYSTEM32\icacls.exe
                                                                                    "icacls" "C:\Windows\system32\drivers\usbprint.sys" /grant administrators:F /t /c
                                                                                    4⤵
                                                                                    • Possible privilege escalation attempt
                                                                                    • Modifies file permissions
                                                                                    PID:1660
                                                                                  • C:\Windows\SYSTEM32\mountvol.exe
                                                                                    "mountvol" I: /D
                                                                                    4⤵
                                                                                    • Enumerates connected drives
                                                                                    PID:6256
                                                                                  • C:\Windows\SYSTEM32\mountvol.exe
                                                                                    "mountvol" J: /S
                                                                                    4⤵
                                                                                      PID:6172
                                                                                    • C:\Windows\SYSTEM32\mountvol.exe
                                                                                      "mountvol" J: /D
                                                                                      4⤵
                                                                                      • Enumerates connected drives
                                                                                      PID:248
                                                                                    • C:\Windows\SYSTEM32\mountvol.exe
                                                                                      "mountvol" K: /S
                                                                                      4⤵
                                                                                        PID:3368
                                                                                      • C:\Windows\SYSTEM32\mountvol.exe
                                                                                        "mountvol" K: /D
                                                                                        4⤵
                                                                                        • Enumerates connected drives
                                                                                        PID:5768
                                                                                      • C:\Windows\SYSTEM32\mountvol.exe
                                                                                        "mountvol" L: /S
                                                                                        4⤵
                                                                                          PID:5616
                                                                                        • C:\Windows\SYSTEM32\mountvol.exe
                                                                                          "mountvol" L: /D
                                                                                          4⤵
                                                                                          • Enumerates connected drives
                                                                                          PID:6004
                                                                                        • C:\Windows\SYSTEM32\mountvol.exe
                                                                                          "mountvol" M: /S
                                                                                          4⤵
                                                                                            PID:2876
                                                                                          • C:\Windows\SYSTEM32\mountvol.exe
                                                                                            "mountvol" M: /D
                                                                                            4⤵
                                                                                            • Enumerates connected drives
                                                                                            PID:964
                                                                                          • C:\Windows\SYSTEM32\mountvol.exe
                                                                                            "mountvol" N: /S
                                                                                            4⤵
                                                                                              PID:6888
                                                                                            • C:\Windows\SYSTEM32\mountvol.exe
                                                                                              "mountvol" N: /D
                                                                                              4⤵
                                                                                              • Enumerates connected drives
                                                                                              PID:2180
                                                                                            • C:\Windows\SYSTEM32\mountvol.exe
                                                                                              "mountvol" O: /S
                                                                                              4⤵
                                                                                                PID:4648
                                                                                              • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                "mountvol" O: /D
                                                                                                4⤵
                                                                                                • Enumerates connected drives
                                                                                                PID:6524
                                                                                              • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                "mountvol" P: /S
                                                                                                4⤵
                                                                                                  PID:2128
                                                                                                • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                  "mountvol" P: /D
                                                                                                  4⤵
                                                                                                  • Enumerates connected drives
                                                                                                  PID:5200
                                                                                                • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                  "mountvol" Q: /S
                                                                                                  4⤵
                                                                                                    PID:200
                                                                                                  • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                    "mountvol" Q: /D
                                                                                                    4⤵
                                                                                                    • Enumerates connected drives
                                                                                                    PID:2428
                                                                                                  • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                    "mountvol" R: /S
                                                                                                    4⤵
                                                                                                      PID:3808
                                                                                                    • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                      "mountvol" R: /D
                                                                                                      4⤵
                                                                                                      • Enumerates connected drives
                                                                                                      PID:4140
                                                                                                    • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                      "mountvol" S: /S
                                                                                                      4⤵
                                                                                                        PID:1300
                                                                                                      • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                        "mountvol" S: /D
                                                                                                        4⤵
                                                                                                        • Enumerates connected drives
                                                                                                        PID:6176
                                                                                                      • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                        "mountvol" T: /S
                                                                                                        4⤵
                                                                                                          PID:3512
                                                                                                        • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                          "mountvol" T: /D
                                                                                                          4⤵
                                                                                                          • Enumerates connected drives
                                                                                                          PID:4092
                                                                                                        • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                          "mountvol" U: /S
                                                                                                          4⤵
                                                                                                            PID:1112
                                                                                                          • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                            "mountvol" U: /D
                                                                                                            4⤵
                                                                                                            • Enumerates connected drives
                                                                                                            PID:1752
                                                                                                          • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                            "mountvol" V: /S
                                                                                                            4⤵
                                                                                                              PID:4192
                                                                                                            • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                              "mountvol" V: /D
                                                                                                              4⤵
                                                                                                              • Enumerates connected drives
                                                                                                              PID:6920
                                                                                                              • C:\Windows\System32\Conhost.exe
                                                                                                                \??\C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
                                                                                                                5⤵
                                                                                                                  PID:4264
                                                                                                              • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                "mountvol" W: /S
                                                                                                                4⤵
                                                                                                                  PID:1432
                                                                                                                • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                  "mountvol" W: /D
                                                                                                                  4⤵
                                                                                                                  • Enumerates connected drives
                                                                                                                  PID:1308
                                                                                                                  • C:\Windows\System32\Conhost.exe
                                                                                                                    \??\C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
                                                                                                                    5⤵
                                                                                                                      PID:4272
                                                                                                                  • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                    "mountvol" X: /S
                                                                                                                    4⤵
                                                                                                                      PID:5604
                                                                                                                      • C:\Windows\System32\Conhost.exe
                                                                                                                        \??\C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
                                                                                                                        5⤵
                                                                                                                          PID:5616
                                                                                                                      • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                        "mountvol" X: /D
                                                                                                                        4⤵
                                                                                                                        • Enumerates connected drives
                                                                                                                        PID:5768
                                                                                                                      • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                        "mountvol" Y: /S
                                                                                                                        4⤵
                                                                                                                          PID:4696
                                                                                                                        • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                          "mountvol" Y: /D
                                                                                                                          4⤵
                                                                                                                          • Enumerates connected drives
                                                                                                                          PID:4672
                                                                                                                        • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                          "mountvol" E: /S
                                                                                                                          4⤵
                                                                                                                            PID:2964
                                                                                                                          • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                            "mountvol" E: /D
                                                                                                                            4⤵
                                                                                                                            • Enumerates connected drives
                                                                                                                            PID:3956
                                                                                                                          • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                            "mountvol" F: /S
                                                                                                                            4⤵
                                                                                                                              PID:4280
                                                                                                                            • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                              "mountvol" F: /D
                                                                                                                              4⤵
                                                                                                                              • Enumerates connected drives
                                                                                                                              PID:2004
                                                                                                                            • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                              "mountvol" G: /S
                                                                                                                              4⤵
                                                                                                                                PID:6048
                                                                                                                              • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                "mountvol" G: /D
                                                                                                                                4⤵
                                                                                                                                • Enumerates connected drives
                                                                                                                                PID:3960
                                                                                                                              • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                "mountvol" H: /S
                                                                                                                                4⤵
                                                                                                                                  PID:464
                                                                                                                                • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                  "mountvol" H: /D
                                                                                                                                  4⤵
                                                                                                                                  • Enumerates connected drives
                                                                                                                                  PID:3760
                                                                                                                                • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                  "mountvol" I: /S
                                                                                                                                  4⤵
                                                                                                                                    PID:6636
                                                                                                                                    • C:\Windows\System32\Conhost.exe
                                                                                                                                      \??\C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
                                                                                                                                      5⤵
                                                                                                                                        PID:4140
                                                                                                                                    • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                      "mountvol" I: /D
                                                                                                                                      4⤵
                                                                                                                                      • Enumerates connected drives
                                                                                                                                      PID:552
                                                                                                                                    • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                      "mountvol" J: /S
                                                                                                                                      4⤵
                                                                                                                                        PID:4856
                                                                                                                                      • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                        "mountvol" J: /D
                                                                                                                                        4⤵
                                                                                                                                          PID:7156
                                                                                                                                        • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                          "mountvol" K: /S
                                                                                                                                          4⤵
                                                                                                                                            PID:1508
                                                                                                                                          • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                            "mountvol" K: /D
                                                                                                                                            4⤵
                                                                                                                                              PID:2556
                                                                                                                                            • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                              "mountvol" L: /S
                                                                                                                                              4⤵
                                                                                                                                                PID:6212
                                                                                                                                              • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                                "mountvol" L: /D
                                                                                                                                                4⤵
                                                                                                                                                  PID:2284
                                                                                                                                                • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                                  "mountvol" M: /S
                                                                                                                                                  4⤵
                                                                                                                                                    PID:908
                                                                                                                                                  • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                                    "mountvol" M: /D
                                                                                                                                                    4⤵
                                                                                                                                                      PID:5808
                                                                                                                                                    • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                                      "mountvol" N: /S
                                                                                                                                                      4⤵
                                                                                                                                                        PID:3036
                                                                                                                                                      • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                                        "mountvol" N: /D
                                                                                                                                                        4⤵
                                                                                                                                                          PID:6392
                                                                                                                                                        • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                                          "mountvol" O: /S
                                                                                                                                                          4⤵
                                                                                                                                                            PID:1336
                                                                                                                                                          • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                                            "mountvol" O: /D
                                                                                                                                                            4⤵
                                                                                                                                                              PID:6648
                                                                                                                                                            • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                                              "mountvol" P: /S
                                                                                                                                                              4⤵
                                                                                                                                                                PID:2340
                                                                                                                                                              • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                                                "mountvol" P: /D
                                                                                                                                                                4⤵
                                                                                                                                                                  PID:5088
                                                                                                                                                                • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                                                  "mountvol" Q: /S
                                                                                                                                                                  4⤵
                                                                                                                                                                    PID:1628
                                                                                                                                                                  • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                                                    "mountvol" Q: /D
                                                                                                                                                                    4⤵
                                                                                                                                                                      PID:7024
                                                                                                                                                                    • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                                                      "mountvol" R: /S
                                                                                                                                                                      4⤵
                                                                                                                                                                        PID:4592
                                                                                                                                                                      • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                                                        "mountvol" R: /D
                                                                                                                                                                        4⤵
                                                                                                                                                                          PID:264
                                                                                                                                                                        • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                                                          "mountvol" S: /S
                                                                                                                                                                          4⤵
                                                                                                                                                                            PID:6676
                                                                                                                                                                            • C:\Windows\System32\Conhost.exe
                                                                                                                                                                              \??\C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
                                                                                                                                                                              5⤵
                                                                                                                                                                                PID:2128
                                                                                                                                                                            • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                                                              "mountvol" S: /D
                                                                                                                                                                              4⤵
                                                                                                                                                                                PID:3208
                                                                                                                                                                              • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                                                                "mountvol" T: /S
                                                                                                                                                                                4⤵
                                                                                                                                                                                  PID:2840
                                                                                                                                                                                • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                                                                  "mountvol" T: /D
                                                                                                                                                                                  4⤵
                                                                                                                                                                                    PID:2588
                                                                                                                                                                                  • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                                                                    "mountvol" U: /S
                                                                                                                                                                                    4⤵
                                                                                                                                                                                      PID:5200
                                                                                                                                                                                    • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                                                                      "mountvol" U: /D
                                                                                                                                                                                      4⤵
                                                                                                                                                                                        PID:7012
                                                                                                                                                                                      • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                                                                        "mountvol" V: /S
                                                                                                                                                                                        4⤵
                                                                                                                                                                                          PID:3172
                                                                                                                                                                                        • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                                                                          "mountvol" V: /D
                                                                                                                                                                                          4⤵
                                                                                                                                                                                            PID:4564
                                                                                                                                                                                          • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                                                                            "mountvol" W: /S
                                                                                                                                                                                            4⤵
                                                                                                                                                                                              PID:7112
                                                                                                                                                                                            • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                                                                              "mountvol" W: /D
                                                                                                                                                                                              4⤵
                                                                                                                                                                                                PID:3904
                                                                                                                                                                                              • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                                                                                "mountvol" X: /S
                                                                                                                                                                                                4⤵
                                                                                                                                                                                                  PID:5604
                                                                                                                                                                                                • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                                                                                  "mountvol" X: /D
                                                                                                                                                                                                  4⤵
                                                                                                                                                                                                    PID:6692
                                                                                                                                                                                                  • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                                                                                    "mountvol" Y: /S
                                                                                                                                                                                                    4⤵
                                                                                                                                                                                                      PID:3284
                                                                                                                                                                                                    • C:\Windows\SYSTEM32\mountvol.exe
                                                                                                                                                                                                      "mountvol" Y: /D
                                                                                                                                                                                                      4⤵
                                                                                                                                                                                                        PID:5876
                                                                                                                                                                                                    • C:\Windows\SYSTEM32\schtasks.exe
                                                                                                                                                                                                      "schtasks.exe" /Delete /TN "Intel PTT EK Recertification_43b3b259" /F
                                                                                                                                                                                                      3⤵
                                                                                                                                                                                                        PID:1940
                                                                                                                                                                                                    • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                      "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                      2⤵
                                                                                                                                                                                                      • Suspicious use of WriteProcessMemory
                                                                                                                                                                                                      PID:2480
                                                                                                                                                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                        "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                        3⤵
                                                                                                                                                                                                        • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                        • Suspicious behavior: EnumeratesProcesses
                                                                                                                                                                                                        • Suspicious use of AdjustPrivilegeToken
                                                                                                                                                                                                        PID:5112
                                                                                                                                                                                                      • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                        "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                        3⤵
                                                                                                                                                                                                        • Executes dropped EXE
                                                                                                                                                                                                        • Suspicious use of AdjustPrivilegeToken
                                                                                                                                                                                                        PID:2396
                                                                                                                                                                                                      • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                        "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                        3⤵
                                                                                                                                                                                                        • Suspicious use of WriteProcessMemory
                                                                                                                                                                                                        PID:3792
                                                                                                                                                                                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                          "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                          4⤵
                                                                                                                                                                                                          • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                          • Suspicious behavior: EnumeratesProcesses
                                                                                                                                                                                                          • Suspicious use of AdjustPrivilegeToken
                                                                                                                                                                                                          PID:600
                                                                                                                                                                                                        • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                          "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                          4⤵
                                                                                                                                                                                                          • Executes dropped EXE
                                                                                                                                                                                                          PID:1900
                                                                                                                                                                                                        • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                          "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                          4⤵
                                                                                                                                                                                                          • Suspicious use of WriteProcessMemory
                                                                                                                                                                                                          PID:1396
                                                                                                                                                                                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                            "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                            5⤵
                                                                                                                                                                                                            • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                            • Suspicious behavior: EnumeratesProcesses
                                                                                                                                                                                                            PID:2296
                                                                                                                                                                                                          • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                            "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                            5⤵
                                                                                                                                                                                                            • Executes dropped EXE
                                                                                                                                                                                                            PID:3544
                                                                                                                                                                                                          • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                            "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                            5⤵
                                                                                                                                                                                                            • Suspicious use of WriteProcessMemory
                                                                                                                                                                                                            PID:4132
                                                                                                                                                                                                            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                              "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                              6⤵
                                                                                                                                                                                                              • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                              • Suspicious behavior: EnumeratesProcesses
                                                                                                                                                                                                              PID:3640
                                                                                                                                                                                                            • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                              "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                              6⤵
                                                                                                                                                                                                              • Executes dropped EXE
                                                                                                                                                                                                              PID:1008
                                                                                                                                                                                                            • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                              "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                              6⤵
                                                                                                                                                                                                              • Suspicious use of WriteProcessMemory
                                                                                                                                                                                                              PID:5400
                                                                                                                                                                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                7⤵
                                                                                                                                                                                                                • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                • Loads dropped DLL
                                                                                                                                                                                                                • Suspicious behavior: EnumeratesProcesses
                                                                                                                                                                                                                PID:4340
                                                                                                                                                                                                              • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                7⤵
                                                                                                                                                                                                                • Executes dropped EXE
                                                                                                                                                                                                                PID:7024
                                                                                                                                                                                                              • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                7⤵
                                                                                                                                                                                                                  PID:2400
                                                                                                                                                                                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                    "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                    8⤵
                                                                                                                                                                                                                    • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                    • Loads dropped DLL
                                                                                                                                                                                                                    PID:3960
                                                                                                                                                                                                                  • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                    "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                    8⤵
                                                                                                                                                                                                                    • Executes dropped EXE
                                                                                                                                                                                                                    PID:6808
                                                                                                                                                                                                                  • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                    "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                    8⤵
                                                                                                                                                                                                                      PID:5896
                                                                                                                                                                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                        "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                        9⤵
                                                                                                                                                                                                                        • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                        PID:3436
                                                                                                                                                                                                                      • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                        "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                        9⤵
                                                                                                                                                                                                                        • Executes dropped EXE
                                                                                                                                                                                                                        PID:2280
                                                                                                                                                                                                                      • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                        "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                        9⤵
                                                                                                                                                                                                                          PID:5440
                                                                                                                                                                                                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                            "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                            10⤵
                                                                                                                                                                                                                            • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                            PID:4768
                                                                                                                                                                                                                          • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                            "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                            10⤵
                                                                                                                                                                                                                            • Executes dropped EXE
                                                                                                                                                                                                                            PID:4264
                                                                                                                                                                                                                          • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                            "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                            10⤵
                                                                                                                                                                                                                              PID:2452
                                                                                                                                                                                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                                11⤵
                                                                                                                                                                                                                                • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                PID:5592
                                                                                                                                                                                                                                • C:\Windows\System32\Conhost.exe
                                                                                                                                                                                                                                  \??\C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
                                                                                                                                                                                                                                  12⤵
                                                                                                                                                                                                                                    PID:3188
                                                                                                                                                                                                                                • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                  "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                                  11⤵
                                                                                                                                                                                                                                  • Executes dropped EXE
                                                                                                                                                                                                                                  PID:1844
                                                                                                                                                                                                                                • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                                  "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                                  11⤵
                                                                                                                                                                                                                                    PID:1992
                                                                                                                                                                                                                                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                      "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                                      12⤵
                                                                                                                                                                                                                                      • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                      • Loads dropped DLL
                                                                                                                                                                                                                                      PID:6664
                                                                                                                                                                                                                                    • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                      "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                                      12⤵
                                                                                                                                                                                                                                      • Executes dropped EXE
                                                                                                                                                                                                                                      PID:5916
                                                                                                                                                                                                                                    • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                                      "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                                      12⤵
                                                                                                                                                                                                                                        PID:6572
                                                                                                                                                                                                                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                          "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                                          13⤵
                                                                                                                                                                                                                                          • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                          PID:1580
                                                                                                                                                                                                                                        • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                          "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                                          13⤵
                                                                                                                                                                                                                                          • Executes dropped EXE
                                                                                                                                                                                                                                          PID:3108
                                                                                                                                                                                                                                        • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                                          "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                                          13⤵
                                                                                                                                                                                                                                            PID:4608
                                                                                                                                                                                                                                            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                              "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                                              14⤵
                                                                                                                                                                                                                                              • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                              PID:4592
                                                                                                                                                                                                                                            • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                              "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                                              14⤵
                                                                                                                                                                                                                                              • Executes dropped EXE
                                                                                                                                                                                                                                              PID:5184
                                                                                                                                                                                                                                            • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                                              "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                                              14⤵
                                                                                                                                                                                                                                                PID:4368
                                                                                                                                                                                                                                                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                  "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                                                  15⤵
                                                                                                                                                                                                                                                  • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                  PID:700
                                                                                                                                                                                                                                                • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                                  "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                                                  15⤵
                                                                                                                                                                                                                                                  • Executes dropped EXE
                                                                                                                                                                                                                                                  PID:6076
                                                                                                                                                                                                                                                • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                                                  "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                                                  15⤵
                                                                                                                                                                                                                                                    PID:1080
                                                                                                                                                                                                                                                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                      "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                                                      16⤵
                                                                                                                                                                                                                                                      • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                      • Loads dropped DLL
                                                                                                                                                                                                                                                      PID:5956
                                                                                                                                                                                                                                                    • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                                      "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                                                      16⤵
                                                                                                                                                                                                                                                      • Executes dropped EXE
                                                                                                                                                                                                                                                      PID:2816
                                                                                                                                                                                                                                                    • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                                                      "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                                                      16⤵
                                                                                                                                                                                                                                                        PID:2628
                                                                                                                                                                                                                                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                          "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                                                          17⤵
                                                                                                                                                                                                                                                          • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                          PID:3396
                                                                                                                                                                                                                                                        • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                                          "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                                                          17⤵
                                                                                                                                                                                                                                                          • Executes dropped EXE
                                                                                                                                                                                                                                                          PID:6428
                                                                                                                                                                                                                                                        • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                                                          "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                                                          17⤵
                                                                                                                                                                                                                                                            PID:3384
                                                                                                                                                                                                                                                            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                              "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                                                              18⤵
                                                                                                                                                                                                                                                              • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                              PID:2332
                                                                                                                                                                                                                                                            • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                                              "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                                                              18⤵
                                                                                                                                                                                                                                                              • Executes dropped EXE
                                                                                                                                                                                                                                                              PID:7024
                                                                                                                                                                                                                                                            • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                                                              "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                                                              18⤵
                                                                                                                                                                                                                                                                PID:2264
                                                                                                                                                                                                                                                                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                  "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                                                                  19⤵
                                                                                                                                                                                                                                                                  • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                  PID:5080
                                                                                                                                                                                                                                                                • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                                                  "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                                                                  19⤵
                                                                                                                                                                                                                                                                  • Executes dropped EXE
                                                                                                                                                                                                                                                                  PID:4152
                                                                                                                                                                                                                                                                • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                                                                  "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                                                                  19⤵
                                                                                                                                                                                                                                                                    PID:2428
                                                                                                                                                                                                                                                                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                      "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                                                                      20⤵
                                                                                                                                                                                                                                                                      • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                      PID:4452
                                                                                                                                                                                                                                                                    • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                                                      "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                                                                      20⤵
                                                                                                                                                                                                                                                                        PID:2372
                                                                                                                                                                                                                                                                      • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                                                                        "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                                                                        20⤵
                                                                                                                                                                                                                                                                          PID:2596
                                                                                                                                                                                                                                                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                            "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                                                                            21⤵
                                                                                                                                                                                                                                                                            • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                            PID:6904
                                                                                                                                                                                                                                                                          • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                                                            "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                                                                            21⤵
                                                                                                                                                                                                                                                                              PID:1752
                                                                                                                                                                                                                                                                            • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                                                                              "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                                                                              21⤵
                                                                                                                                                                                                                                                                                PID:1504
                                                                                                                                                                                                                                                                                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                                  "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                                                                                  22⤵
                                                                                                                                                                                                                                                                                  • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                                  PID:6992
                                                                                                                                                                                                                                                                                • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                                                                  "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                                                                                  22⤵
                                                                                                                                                                                                                                                                                    PID:688
                                                                                                                                                                                                                                                                                  • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                                                                                    "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                                                                                    22⤵
                                                                                                                                                                                                                                                                                      PID:4352
                                                                                                                                                                                                                                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                                        "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                                                                                        23⤵
                                                                                                                                                                                                                                                                                        • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                                        PID:4772
                                                                                                                                                                                                                                                                                      • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                                                                        "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                                                                                        23⤵
                                                                                                                                                                                                                                                                                          PID:5404
                                                                                                                                                                                                                                                                                        • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                                                                                          "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                                                                                          23⤵
                                                                                                                                                                                                                                                                                            PID:4536
                                                                                                                                                                                                                                                                                            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                                              "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                                                                                              24⤵
                                                                                                                                                                                                                                                                                              • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                                              PID:4136
                                                                                                                                                                                                                                                                                            • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                                                                              "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                                                                                              24⤵
                                                                                                                                                                                                                                                                                                PID:1052
                                                                                                                                                                                                                                                                                              • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                                                                                                "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                                                                                                24⤵
                                                                                                                                                                                                                                                                                                  PID:1700
                                                                                                                                                                                                                                                                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                                                    "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                                                                                                    25⤵
                                                                                                                                                                                                                                                                                                    • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                                                    PID:6272
                                                                                                                                                                                                                                                                                                  • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                                                                                    "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                                                                                                    25⤵
                                                                                                                                                                                                                                                                                                      PID:3372
                                                                                                                                                                                                                                                                                                    • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                                                                                                      "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                                                                                                      25⤵
                                                                                                                                                                                                                                                                                                        PID:7104
                                                                                                                                                                                                                                                                                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                                                          "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                                                                                                          26⤵
                                                                                                                                                                                                                                                                                                          • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                                                          PID:1900
                                                                                                                                                                                                                                                                                                        • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                                                                                          "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                                                                                                          26⤵
                                                                                                                                                                                                                                                                                                            PID:248
                                                                                                                                                                                                                                                                                                          • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                                                                                                            "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                                                                                                            26⤵
                                                                                                                                                                                                                                                                                                              PID:6248
                                                                                                                                                                                                                                                                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                                                                "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                                                                                                                27⤵
                                                                                                                                                                                                                                                                                                                • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                                                                PID:3220
                                                                                                                                                                                                                                                                                                              • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                                                                                                "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                                                                                                                27⤵
                                                                                                                                                                                                                                                                                                                  PID:1752
                                                                                                                                                                                                                                                                                                                • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                                                                                                                  "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                                                                                                                  27⤵
                                                                                                                                                                                                                                                                                                                    PID:3296
                                                                                                                                                                                                                                                                                                                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                                                                      "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                                                                                                                      28⤵
                                                                                                                                                                                                                                                                                                                      • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                                                                      PID:6664
                                                                                                                                                                                                                                                                                                                    • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                                                                                                      "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                                                                                                                      28⤵
                                                                                                                                                                                                                                                                                                                        PID:6428
                                                                                                                                                                                                                                                                                                                      • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                                                                                                                        "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                                                                                                                        28⤵
                                                                                                                                                                                                                                                                                                                          PID:1896
                                                                                                                                                                                                                                                                                                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                                                                            "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                                                                                                                            29⤵
                                                                                                                                                                                                                                                                                                                            • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                                                                            PID:6748
                                                                                                                                                                                                                                                                                                                          • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                                                                                                            "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                                                                                                                            29⤵
                                                                                                                                                                                                                                                                                                                              PID:5276
                                                                                                                                                                                                                                                                                                                            • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                                                                                                                              "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                                                                                                                              29⤵
                                                                                                                                                                                                                                                                                                                                PID:4792
                                                                                                                                                                                                                                                                                                                                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                                                                                  "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                                                                                                                                  30⤵
                                                                                                                                                                                                                                                                                                                                  • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                                                                                  PID:5476
                                                                                                                                                                                                                                                                                                                                • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                                                                                                                  "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                                                                                                                                  30⤵
                                                                                                                                                                                                                                                                                                                                    PID:6332
                                                                                                                                                                                                                                                                                                                                  • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                                                                                                                                    "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                                                                                                                                    30⤵
                                                                                                                                                                                                                                                                                                                                      PID:7024
                                                                                                                                                                                                                                                                                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                                                                                        "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                                                                                                                                        31⤵
                                                                                                                                                                                                                                                                                                                                        • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                                                                                        PID:5068
                                                                                                                                                                                                                                                                                                                                      • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                                                                                                                        "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                                                                                                                                        31⤵
                                                                                                                                                                                                                                                                                                                                          PID:4280
                                                                                                                                                                                                                                                                                                                                        • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                                                                                                                                          "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                                                                                                                                          31⤵
                                                                                                                                                                                                                                                                                                                                            PID:6624
                                                                                                                                                                                                                                                                                                                                            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                                                                                              "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                                                                                                                                              32⤵
                                                                                                                                                                                                                                                                                                                                              • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                                                                                              PID:3644
                                                                                                                                                                                                                                                                                                                                            • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                                                                                                                              "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                                                                                                                                              32⤵
                                                                                                                                                                                                                                                                                                                                                PID:3840
                                                                                                                                                                                                                                                                                                                                              • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                                                                                                                                                "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                                                                                                                                                32⤵
                                                                                                                                                                                                                                                                                                                                                  PID:620
                                                                                                                                                                                                                                                                                                                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                                                                                                    "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                                                                                                                                                    33⤵
                                                                                                                                                                                                                                                                                                                                                    • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                                                                                                    PID:4976
                                                                                                                                                                                                                                                                                                                                                  • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                                                                                                                                    "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                                                                                                                                                    33⤵
                                                                                                                                                                                                                                                                                                                                                      PID:3728
                                                                                                                                                                                                                                                                                                                                                    • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                                                                                                                                                      "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                                                                                                                                                      33⤵
                                                                                                                                                                                                                                                                                                                                                        PID:6288
                                                                                                                                                                                                                                                                                                                                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                                                                                                          "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                                                                                                                                                          34⤵
                                                                                                                                                                                                                                                                                                                                                          • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                                                                                                          PID:5588
                                                                                                                                                                                                                                                                                                                                                        • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                                                                                                                                          "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                                                                                                                                                          34⤵
                                                                                                                                                                                                                                                                                                                                                            PID:4684
                                                                                                                                                                                                                                                                                                                                                          • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                                                                                                                                                            "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                                                                                                                                                            34⤵
                                                                                                                                                                                                                                                                                                                                                              PID:4072
                                                                                                                                                                                                                                                                                                                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                                                                                                                "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                                                                                                                                                                35⤵
                                                                                                                                                                                                                                                                                                                                                                • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                                                                                                                PID:1844
                                                                                                                                                                                                                                                                                                                                                              • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                                                                                                                                                "C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe"
                                                                                                                                                                                                                                                                                                                                                                35⤵
                                                                                                                                                                                                                                                                                                                                                                  PID:6476
                                                                                                                                                                                                                                                                                                                                                                • C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe
                                                                                                                                                                                                                                                                                                                                                                  "C:\Users\Admin\AppData\Local\Temp\NewLauncher-2.0.9-windows-x64.exe"
                                                                                                                                                                                                                                                                                                                                                                  35⤵
                                                                                                                                                                                                                                                                                                                                                                    PID:2444
                                                                                                                                                                                                                                                                                                                                                                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                                                                                                                      "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -ExecutionPolicy Bypass Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe'
                                                                                                                                                                                                                                                                                                                                                                      36⤵
                                                                                                                                                                                                                                                                                                                                                                      • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                                                                                                                      PID:6812
                                                                                                                                                                                                                                                                                              • C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                                                                                C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                                                                                1⤵
                                                                                                                                                                                                                                                                                                • Executes dropped EXE
                                                                                                                                                                                                                                                                                                • Modifies data under HKEY_USERS
                                                                                                                                                                                                                                                                                                • Suspicious use of AdjustPrivilegeToken
                                                                                                                                                                                                                                                                                                PID:5980
                                                                                                                                                                                                                                                                                              • C:\Windows\Speech_OneCore\Engines\TTS\ru-RU\M1004NUS.exe
                                                                                                                                                                                                                                                                                                C:\Windows\Speech_OneCore\Engines\TTS\ru-RU\M1004NUS.exe
                                                                                                                                                                                                                                                                                                1⤵
                                                                                                                                                                                                                                                                                                • Executes dropped EXE
                                                                                                                                                                                                                                                                                                PID:5236

                                                                                                                                                                                                                                                                                              Network

                                                                                                                                                                                                                                                                                                    MITRE ATT&CK Enterprise v16

                                                                                                                                                                                                                                                                                                    Replay Monitor

                                                                                                                                                                                                                                                                                                    Loading Replay Monitor...

                                                                                                                                                                                                                                                                                                    Downloads

                                                                                                                                                                                                                                                                                                    StartupProfileData-NonInteractive

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                                    • SHA256 60189ce232913ac9d476c59ec44eb41c42967b9f308aadb2540d7953bdb6e91b
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    StartupProfileData-NonInteractive

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                                    • SHA256 096ccca96837ea0640b0989d893ecc5bdb3f3bbefeeedc749189b2e7f4d8b6b7
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    StartupProfileData-NonInteractive

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                                    • SHA256 1006a9c8a4e3a0eedd19c26eeab7a525fd616d6b5d6de8406201431838418eb6
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    StartupProfileData-NonInteractive

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                                    • SHA256 8d4006b02dd1a9e89a65506a48d77fad6335cce8026d7e926ffb7fe28589bfce
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    StartupProfileData-NonInteractive

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                                    • SHA256 5fda996ac15b59137be54cd32aef6c798ff5beff612ff21d96bdf254de083a86
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    StartupProfileData-NonInteractive

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                                    • SHA256 cfaf0dfae4147698c2f251e2d209099621af1bd338efe826fcbded1d7e0603b7
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    StartupProfileData-NonInteractive

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                                    • SHA256 90794283977fb2b2e80ef66ecea231e297f646627757f36672bc64d973dbd25a
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    StartupProfileData-NonInteractive

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                                    • SHA256 c88ebecf1cd20b584dc9e97f11a9d1001b13ecbb5d612db254d0b636a2382ef7
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    StartupProfileData-NonInteractive

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                                    • SHA256 38e4b7794ae3e6571601da9c95dea46d3185c1822a1eb5be41e3a8f0b2f3b28d
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    StartupProfileData-NonInteractive

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                                    • SHA256 c7b6604ff5990e616d846a778a556a5efde1ee36f30514268effc2484ad84ebc
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    StartupProfileData-NonInteractive

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                                    • SHA256 37e9ef16984c276199f0598bcc020f730092539d2319900d288730a9101d5006
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    StartupProfileData-NonInteractive

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                                    • SHA256 c92918e0d7a215d2cce28f7d8419d65f18d3118e1163cc89897537a44169d882
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    StartupProfileData-NonInteractive

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                                    • SHA256 287307bc450d600c2d2233396ad78e35ee001205892e0d2fc4efa4360072a1f1
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    StartupProfileData-NonInteractive

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                                    • SHA256 6d2084fe08eebaac61a0a01061d98c661a00c5773a821bf88f9debe8ca4f5f45
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    StartupProfileData-NonInteractive

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                                    • SHA256 d28ef187840dcd1fe0a8a757ef9cd326023bec38b39ef1338f91d508d55dcf28
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    StartupProfileData-NonInteractive

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                                    • SHA256 93de6a0da32b834563f75b8c94b50fc1688d806718d17a4d0b84595a34deb1bd
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    StartupProfileData-NonInteractive

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                                    • SHA256 e605c963d9f17fea5d2d9bd709e2192be27353e4f124e7b48d2176f0f49629c5
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    StartupProfileData-NonInteractive

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                                    • SHA256 9250044356fa6984548a9a533f981bc309124d9c2c91d17289bf7fc58fd77399
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    00a51777fc6a487fb41aa1b8ee1794a0.dll

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\00a51777fc6a487fb41aa1b8ee1794a0.dll
                                                                                                                                                                                                                                                                                                    • Size 147KB
                                                                                                                                                                                                                                                                                                    • SHA256 ff95571a4b3880be2807cad8875ee6ccd0b2b705caf0d4d0d0f56950dd78ee5a
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                                    315221ab-23d0-4fe2-b4d8-0b05a49dd3bb.xml

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\315221ab-23d0-4fe2-b4d8-0b05a49dd3bb.xml
                                                                                                                                                                                                                                                                                                    • Size 3KB
                                                                                                                                                                                                                                                                                                    • SHA256 9dcc51434156d3f60875cd1c900dfdf5b7654acd6b707503576584fc5395543a
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    36789cc8-d48b-485c-8bfd-919f57df15ae.xml

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\36789cc8-d48b-485c-8bfd-919f57df15ae.xml
                                                                                                                                                                                                                                                                                                    • Size 3KB
                                                                                                                                                                                                                                                                                                    • SHA256 2b2b3829f1ba411b6aa45a69617f364f2d21450571b8ff84ebd3773dcbb6c817
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    4c8064d5-9f48-40e6-a6bb-f50978e3d01b.xml

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\4c8064d5-9f48-40e6-a6bb-f50978e3d01b.xml
                                                                                                                                                                                                                                                                                                    • Size 3KB
                                                                                                                                                                                                                                                                                                    • SHA256 1e65e5797078e852c652d8462ca967de6f179d0edc63c0d77ae61183fded9d60
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    81206e40-6ad9-49fb-be59-85fb96c43c42.xml

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\81206e40-6ad9-49fb-be59-85fb96c43c42.xml
                                                                                                                                                                                                                                                                                                    • Size 3KB
                                                                                                                                                                                                                                                                                                    • SHA256 2c211526c5217756372096e614b90892dfc056ac1983830f77954c4ac7d2420c
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    MicrosoftEdgeUpdate.exe

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\MicrosoftEdgeUpdate.exe
                                                                                                                                                                                                                                                                                                    • Size 431KB
                                                                                                                                                                                                                                                                                                    • SHA256 d9301ce71e4b2865632b7bfc2aa6dcdf549e3d7a5edcce9785645f99f29aa56f
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                                    __PSScriptPolicyTest_0xzscoqc.gwn.ps1

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\__PSScriptPolicyTest_0xzscoqc.gwn.ps1
                                                                                                                                                                                                                                                                                                    • Size 60B
                                                                                                                                                                                                                                                                                                    • SHA256 96ad1146eb96877eab5942ae0736b82d8b5e2039a80d3d6932665c1a4c87dcf7
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    b0ae58de-8af2-4be8-9440-45d19fdc319f.xml

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\b0ae58de-8af2-4be8-9440-45d19fdc319f.xml
                                                                                                                                                                                                                                                                                                    • Size 3KB
                                                                                                                                                                                                                                                                                                    • SHA256 554264a2668edf697691ff7c89c47ae7443a0a1e555821c1d1be7fafed6e132a
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    b323e5fd-b05a-412c-8b41-d3bbe108ceb4.xml

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\b323e5fd-b05a-412c-8b41-d3bbe108ceb4.xml
                                                                                                                                                                                                                                                                                                    • Size 3KB
                                                                                                                                                                                                                                                                                                    • SHA256 182c9210587efc46d7fcbe7d21e388d8e32a4912630231e6ed10066c061911d7
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    c7706728-1e13-455c-809b-6838b71e2e1d.xml

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\c7706728-1e13-455c-809b-6838b71e2e1d.xml
                                                                                                                                                                                                                                                                                                    • Size 3KB
                                                                                                                                                                                                                                                                                                    • SHA256 86dd609c68220e1f423f3e8118166675bb50fdabc4fd3f79eb077c6fb00e06a8
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    d8f8ba0e-730b-49dd-aa07-9e17b5361060.xml

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\d8f8ba0e-730b-49dd-aa07-9e17b5361060.xml
                                                                                                                                                                                                                                                                                                    • Size 3KB
                                                                                                                                                                                                                                                                                                    • SHA256 be93fc3cbebaabcb3d2be8ab104b274d311e7db831589104ea97f826c3b4788b
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    driver_infector.log

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\Desktop\driver_infector.log
                                                                                                                                                                                                                                                                                                    • Size 219B
                                                                                                                                                                                                                                                                                                    • SHA256 50bf427b9c8d31bc197f30d6a5c9b175e156d27528c77d933654f2500307b28f
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                    driver_infector.log

                                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\Desktop\driver_infector.log
                                                                                                                                                                                                                                                                                                    • Size 4KB
                                                                                                                                                                                                                                                                                                    • SHA256 6fd31646ac11d3cb58e5d8ba79a8fd27bf9b5049e67ff31e559a2d839060bbb8
                                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                                    memory/600-63-0x000001B12CE40000-0x000001B12CEF2000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/1824-41-0x00007FFE21E10000-0x00007FFE227B4000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/1824-3-0x00007FFE21E10000-0x00007FFE227B4000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/1824-2-0x0000000000B80000-0x0000000001B80000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/1824-0-0x00007FFE21F9F000-0x00007FFE21FA0000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/1824-37-0x00007FFE21E10000-0x00007FFE227B4000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/1824-31-0x00007FFE21E10000-0x00007FFE227B4000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/1824-1-0x00007FFE21E10000-0x00007FFE227B4000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/2296-71-0x00000211F6D90000-0x00000211F6E42000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/2312-50-0x00007FFE44920000-0x00007FFE44B83000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/2312-51-0x00007FFE42B50000-0x00007FFE42C17000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/2312-52-0x00007FFE41D60000-0x00007FFE42101000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/2312-40-0x000002579A860000-0x000002579A8D0000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/2596-455-0x00007FFE04A60000-0x00007FFE04A70000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/3960-176-0x00000194B7580000-0x00000194B7632000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/3960-184-0x00007FFE04A60000-0x00007FFE04A70000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/4136-490-0x00007FFE04A60000-0x00007FFE04A70000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/4340-136-0x00007FFE04A60000-0x00007FFE04A70000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/4452-429-0x000002B13D1B0000-0x000002B13D262000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/4548-581-0x0000021F1BDD0000-0x0000021F1BDD1000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/4548-450-0x00007FFE04A60000-0x00007FFE04A70000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/4548-587-0x0000021F1BDE0000-0x0000021F1BDE1000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/4548-596-0x0000021F1BDF0000-0x0000021F1BDF1000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/4548-578-0x0000021F1BDC0000-0x0000021F1BDC1000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/4548-463-0x0000021F1BC60000-0x0000021F1BC61000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/4548-478-0x0000021F1BC80000-0x0000021F1BC81000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/4548-602-0x0000021F1BE00000-0x0000021F1BE01000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/4548-495-0x0000021F1BCA0000-0x0000021F1BCA1000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/4548-498-0x0000021F1BCB0000-0x0000021F1BCB1000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/4548-504-0x0000021F1BCC0000-0x0000021F1BCC1000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/4548-552-0x0000021F1BD70000-0x0000021F1BD71000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/4548-513-0x0000021F1BCE0000-0x0000021F1BCE1000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/4548-525-0x0000021F1BD10000-0x0000021F1BD11000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/4548-531-0x0000021F1BD20000-0x0000021F1BD21000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/4548-561-0x0000021F1BD90000-0x0000021F1BD91000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/4548-570-0x0000021F1BDB0000-0x0000021F1BDB1000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/4548-567-0x0000021F1BDA0000-0x0000021F1BDA1000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/4548-452-0x0000021F1BC50000-0x0000021F1BC51000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/4548-543-0x0000021F1BD50000-0x0000021F1BD51000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/4976-577-0x00007FFE04A60000-0x00007FFE04A70000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/5112-47-0x000001E850690000-0x000001E850742000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/5236-155-0x000001E17FA60000-0x000001E17FA8B000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/5236-158-0x000001E17FA60000-0x000001E17FA8B000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/5236-162-0x000001E17F620000-0x000001E17F690000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/5236-149-0x000001E17FA60000-0x000001E17FA8B000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/5236-150-0x000001E17FA60000-0x000001E17FA8B000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/5236-156-0x000001E17FA60000-0x000001E17FA8B000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/5236-157-0x000001E17FA60000-0x000001E17FA8B000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/5236-159-0x000001E17FA60000-0x000001E17FA8B000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/5236-160-0x00007FFE04A60000-0x00007FFE04A70000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/5236-177-0x000001E17FA60000-0x000001E17FA8B000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/5236-147-0x000001E17F700000-0x000001E17F725000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/5272-127-0x00007FFE41D60000-0x00007FFE42101000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/5272-126-0x00007FFE42B50000-0x00007FFE42C17000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/5272-423-0x00000170C2D00000-0x00000170C2D0C000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/5272-125-0x00007FFE44920000-0x00007FFE44B83000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/5520-145-0x00000000069C0000-0x00000000069C1000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/5520-102-0x0000000006980000-0x0000000006981000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/5520-56-0x00007FFE04A60000-0x00007FFE04A70000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/6560-24-0x00007FFE21E10000-0x00007FFE227B4000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/6560-14-0x00007FFE21E10000-0x00007FFE227B4000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/6560-4-0x00007FFE21E10000-0x00007FFE227B4000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/6560-8-0x00007FFE21E10000-0x00007FFE227B4000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/6560-7-0x000001A5749C0000-0x000001A5749E2000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/6560-9-0x00007FFE21E10000-0x00007FFE227B4000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/6560-10-0x00007FFE21E10000-0x00007FFE227B4000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/6560-29-0x00007FFE21E10000-0x00007FFE227B4000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/6560-11-0x00007FFE21E10000-0x00007FFE227B4000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/6560-12-0x00007FFE21E10000-0x00007FFE227B4000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/6560-13-0x00007FFE21E10000-0x00007FFE227B4000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/6560-27-0x00007FFE21E10000-0x00007FFE227B4000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/6560-15-0x00007FFE21E10000-0x00007FFE227B4000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/6560-16-0x00007FFE21E10000-0x00007FFE227B4000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/6560-17-0x00007FFE21E10000-0x00007FFE227B4000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/6560-18-0x00007FFE21E10000-0x00007FFE227B4000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/6560-19-0x00007FFE21E10000-0x00007FFE227B4000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/6560-20-0x00007FFE21E10000-0x00007FFE227B4000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/6560-23-0x000001A574C80000-0x000001A574C9E000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/6560-25-0x000001A574CA0000-0x000001A574D52000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/6560-26-0x000001A574A60000-0x000001A574A6A000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/6664-359-0x00007FFE04A60000-0x00007FFE04A70000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/6812-617-0x000001A4D6DC0000-0x000001A4D6E72000-memory.dmp

                                                                                                                                                                                                                                                                                                    memory/6904-442-0x00007FFE04A60000-0x00007FFE04A70000-memory.dmp