Analysis

  • max time kernel
    99s
  • max time network
    153s
  • platform
    windows11-ltsc_2024_x64
  • resource
    win11ltsc2024-20260709-en
  • resource tags

    arch:x64arch:x86image:win11ltsc2024-20260709-enlocale:en-usos:windows11-ltsc_2024-x64systemwindows
  • submitted
    26/08/2026, 22:27

General

  • Target
    2026-08-25_6b4be3ff6001324b85d8a28ae9ea9686_coinminer_dosia_glassworm_ngrbot_poet-rat_quasar-rat_snatch.exe
  • Size 11.2MB
  • Sample260826-2dd67axdlg
  • SHA256 c5ac2939f0eae52051b2bd1cdc7fa761e1526aacbe81a61263ede5bdd9d5d048
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

  • Detect binaries embedding considerable number of cryptocurrency wallet browser extension IDs. 1 IoCs
  • Detects executables containing SQL queries to confidential data stores. Observed in infostealers 1 IoCs
  • Detects executables containing artifacts associated with disabling Widnows Defender 1 IoCs
  • Detects executables embedding registry key / value combination indicative of disabling Windows Defen 1 IoCs
  • Detects executables referencing many IR and analysis tools 1 IoCs
  • Detects executables referencing virtualization MAC addresses 1 IoCs
  • detects Windows exceutables potentially bypassing UAC using eventvwr.exe 1 IoCs
  • detects Windows exceutables potentially bypassing UAC using fodhelper.exe 1 IoCs
  • Executes dropped EXE 7 IoCs
  • Adds Run key to start application 2 TTPs 10 IoCs
  • Command and Scripting Interpreter: PowerShell 1 TTPs 64 IoCs

    Using powershell.exe command.

  • Enumerates connected drives 3 TTPs 24 IoCs

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

  • Drops file in System32 directory 3 IoCs
  • Drops file in Windows directory 2 IoCs
  • Hide Artifacts: Ignore Process Interrupts 1 TTPs 16 IoCs

    Command interpreters often include specific commands/flags that ignore errors and other hangups.

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

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

  • Modifies trusted root certificate store through registry 1 TTPs 2 IoCs

    A root certificate was added, modified, or removed in the trusted certificate store registry paths.

  • Modifies system certificate store 2 TTPs 1 IoCs
  • Scheduled Task/Job: Scheduled Task 1 TTPs 23 IoCs

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

  • Suspicious behavior: EnumeratesProcesses 64 IoCs
  • Suspicious use of AdjustPrivilegeToken 64 IoCs
  • Suspicious use of WriteProcessMemory 44 IoCs
  • Uses Task Scheduler COM API 1 TTPs

    The Task Scheduler COM API can be used to schedule applications to run on boot or at set times.

Processes

  • C:\Users\Admin\AppData\Local\Temp\2026-08-25_6b4be3ff6001324b85d8a28ae9ea9686_coinminer_dosia_glassworm_ngrbot_poet-rat_quasar-rat_snatch.exe
    "C:\Users\Admin\AppData\Local\Temp\2026-08-25_6b4be3ff6001324b85d8a28ae9ea9686_coinminer_dosia_glassworm_ngrbot_poet-rat_quasar-rat_snatch.exe"
    1⤵
    • Adds Run key to start application
    • Drops file in System32 directory
    • Drops file in Windows directory
    • Modifies trusted root certificate store through registry
    • Modifies system certificate store
    • Suspicious use of WriteProcessMemory
    PID:3164
    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
      powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
      2⤵
      • Suspicious behavior: EnumeratesProcesses
      • Suspicious use of AdjustPrivilegeToken
      PID:5256
    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
      powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
      2⤵
      • Command and Scripting Interpreter: PowerShell
      • Suspicious behavior: EnumeratesProcesses
      • Suspicious use of AdjustPrivilegeToken
      PID:4140
    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
      powershell -Command "(Get-WmiObject Win32_NetworkAdapterConfiguration | Where-Object {$_.IPEnabled -eq $true}).MACAddress"
      2⤵
      • Suspicious behavior: EnumeratesProcesses
      • Suspicious use of AdjustPrivilegeToken
      PID:4808
    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
      powershell -Command "(Get-WmiObject Win32_BIOS).SerialNumber"
      2⤵
      • Suspicious behavior: EnumeratesProcesses
      • Suspicious use of AdjustPrivilegeToken
      PID:4512
    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
      powershell -Command "(Get-WmiObject Win32_ComputerSystem).Model"
      2⤵
      • Suspicious behavior: EnumeratesProcesses
      • Suspicious use of AdjustPrivilegeToken
      PID:2508
    • C:\Windows\system32\schtasks.exe
      schtasks /create /tn WindowsShell_Experience /tr C:\Windows\Temp\WindowsManager_Service.exe /sc ONLOGON /rl HIGHEST /f
      2⤵
      • Scheduled Task/Job: Scheduled Task
      PID:2652
    • C:\Windows\system32\schtasks.exe
      schtasks /create /tn WindowsPush_Agent /tr C:\Windows\System32\config\WindowsPush_Helper.exe /sc ONLOGON /rl HIGHEST /f
      2⤵
      • Scheduled Task/Job: Scheduled Task
      PID:6020
    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
      powershell -Command "(Get-Process -Name 'windowsmanager_service' -ErrorAction SilentlyContinue).Count"
      2⤵
      • Hide Artifacts: Ignore Process Interrupts
      • Suspicious behavior: EnumeratesProcesses
      • Suspicious use of AdjustPrivilegeToken
      PID:5440
    • C:\Windows\Temp\WindowsManager_Service.exe
      C:\Windows\Temp\WindowsManager_Service.exe
      2⤵
      • Executes dropped EXE
      • Suspicious use of WriteProcessMemory
      PID:3408
      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
        powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
        3⤵
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious use of AdjustPrivilegeToken
        PID:5548
      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
        powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
        3⤵
        • Command and Scripting Interpreter: PowerShell
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious use of AdjustPrivilegeToken
        PID:1540
      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
        powershell -Command "(Get-WmiObject Win32_NetworkAdapterConfiguration | Where-Object {$_.IPEnabled -eq $true}).MACAddress"
        3⤵
        • Command and Scripting Interpreter: PowerShell
        PID:4968
      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
        powershell -Command "(Get-WmiObject Win32_BIOS).SerialNumber"
        3⤵
          PID:4448
        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
          powershell -Command "(Get-WmiObject Win32_ComputerSystem).Model"
          3⤵
            PID:1324
          • C:\Windows\system32\schtasks.exe
            schtasks /create /tn NetworkBroker_Update /tr "C:\Program Files\Windows NT\WindowsShell_Service.exe" /sc ONLOGON /rl HIGHEST /f
            3⤵
            • Scheduled Task/Job: Scheduled Task
            PID:5896
          • C:\Windows\system32\schtasks.exe
            schtasks /create /tn WindowsShell_Installer /tr C:\Windows\Globalization\WindowsPush_Manager.exe /sc ONLOGON /rl HIGHEST /f
            3⤵
            • Scheduled Task/Job: Scheduled Task
            PID:3272
            • C:\Windows\System32\Conhost.exe
              \??\C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
              4⤵
                PID:2608
            • C:\Windows\system32\schtasks.exe
              schtasks /create /tn WindowsUpdate_Client /tr C:\Users\Public\Documents\ComSurrogate_Service.exe /sc ONLOGON /rl HIGHEST /f
              3⤵
              • Scheduled Task/Job: Scheduled Task
              PID:4624
            • C:\Windows\system32\cmd.exe
              cmd /c "wmic csproduct get uuid"
              3⤵
              • Executes a command shell one-liner
              PID:4996
              • C:\Windows\System32\Wbem\WMIC.exe
                wmic csproduct get uuid
                4⤵
                  PID:1296
              • C:\Windows\system32\cmd.exe
                cmd /c ver
                3⤵
                • Executes a command shell one-liner
                PID:5664
              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                powershell -Command (Get-Culture).Name
                3⤵
                • Command and Scripting Interpreter: PowerShell
                PID:1908
              • C:\Windows\system32\cmd.exe
                cmd /c "wmic csproduct get uuid"
                3⤵
                • Executes a command shell one-liner
                PID:1620
                • C:\Windows\System32\Wbem\WMIC.exe
                  wmic csproduct get uuid
                  4⤵
                    PID:1416
                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                  powershell -Command "Get-CimInstance Win32_PnPEntity | Where-Object { $_.PNPClass -eq 'Camera' -or $_.PNPClass -eq 'Image' } | Select-Object -ExpandProperty Caption"
                  3⤵
                    PID:944
                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                    powershell -Command "(Get-WmiObject Win32_Battery).EstimatedChargeRemaining"
                    3⤵
                      PID:1572
                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                      powershell -NoProfile -NonInteractive -Command "try { $p=New-Object -ComObject WMPlayer.OCX; Write-Output $p.settings.volume; [Runtime.InteropServices.Marshal]::ReleaseComObject($p) } catch { Write-Output 50 }"
                      3⤵
                      • Command and Scripting Interpreter: PowerShell
                      PID:792
                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                      powershell -NoProfile -Command "$ws = New-Object -ComObject WScript.Shell; $sc = $ws.CreateShortcut('F:\Documents.lnk'); $sc.TargetPath = 'F:\DCIM_001.exe'; $sc.WorkingDirectory = 'F:\'; $sc.Description = 'Open folder'; $sc.IconLocation = 'C:\Windows\system32\SHELL32.dll, 3'; $sc.Hotkey = 'Ctrl+Shift+E'; $sc.WindowStyle = 7; $sc.Save()"
                      3⤵
                        PID:3120
                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                        powershell -Command "(Get-Process -Name 'windowsshell_service' -ErrorAction SilentlyContinue).Count"
                        3⤵
                        • Hide Artifacts: Ignore Process Interrupts
                        PID:1876
                        • C:\Windows\System32\Conhost.exe
                          \??\C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
                          4⤵
                            PID:2584
                        • C:\Program Files\Windows NT\WindowsShell_Service.exe
                          "C:\Program Files\Windows NT\WindowsShell_Service.exe"
                          3⤵
                            PID:1320
                            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                              powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                              4⤵
                                PID:4684
                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                4⤵
                                  PID:6232
                              • C:\Windows\Globalization\WindowsPush_Manager.exe
                                C:\Windows\Globalization\WindowsPush_Manager.exe
                                3⤵
                                  PID:5492
                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                    powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                    4⤵
                                      PID:2636
                                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                      powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                      4⤵
                                      • Command and Scripting Interpreter: PowerShell
                                      PID:6272
                                  • C:\Users\Public\Documents\ComSurrogate_Service.exe
                                    C:\Users\Public\Documents\ComSurrogate_Service.exe
                                    3⤵
                                      PID:3908
                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                        powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                        4⤵
                                          PID:6872
                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                          powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                          4⤵
                                          • Command and Scripting Interpreter: PowerShell
                                          PID:6924
                                      • C:\Windows\system32\cmd.exe
                                        cmd /c "wmic csproduct get uuid"
                                        3⤵
                                        • Executes a command shell one-liner
                                        PID:5128
                                        • C:\Windows\System32\Wbem\WMIC.exe
                                          wmic csproduct get uuid
                                          4⤵
                                            PID:2636
                                        • C:\Windows\system32\cmd.exe
                                          cmd /c ver
                                          3⤵
                                          • Executes a command shell one-liner
                                          PID:3412
                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                          powershell -Command (Get-Culture).Name
                                          3⤵
                                          • Command and Scripting Interpreter: PowerShell
                                          PID:5752
                                        • C:\Windows\system32\cmd.exe
                                          cmd /c "wmic csproduct get uuid"
                                          3⤵
                                          • Executes a command shell one-liner
                                          PID:4772
                                          • C:\Windows\System32\Wbem\WMIC.exe
                                            wmic csproduct get uuid
                                            4⤵
                                              PID:2524
                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                            powershell -Command "Get-CimInstance Win32_PnPEntity | Where-Object { $_.PNPClass -eq 'Camera' -or $_.PNPClass -eq 'Image' } | Select-Object -ExpandProperty Caption"
                                            3⤵
                                            • Command and Scripting Interpreter: PowerShell
                                            PID:4928
                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                            powershell -Command "(Get-WmiObject Win32_Battery).EstimatedChargeRemaining"
                                            3⤵
                                            • Command and Scripting Interpreter: PowerShell
                                            PID:6848
                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                            powershell -NoProfile -NonInteractive -Command "try { $p=New-Object -ComObject WMPlayer.OCX; Write-Output $p.settings.volume; [Runtime.InteropServices.Marshal]::ReleaseComObject($p) } catch { Write-Output 50 }"
                                            3⤵
                                            • Command and Scripting Interpreter: PowerShell
                                            PID:2816
                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                            powershell -NoProfile -Command "$ws = New-Object -ComObject WScript.Shell; $sc = $ws.CreateShortcut('F:\Documents.lnk'); $sc.TargetPath = 'F:\DCIM_001.exe'; $sc.WorkingDirectory = 'F:\'; $sc.Description = 'Open folder'; $sc.IconLocation = 'C:\Windows\system32\SHELL32.dll, 3'; $sc.Hotkey = 'Ctrl+Shift+E'; $sc.WindowStyle = 7; $sc.Save()"
                                            3⤵
                                              PID:2400
                                            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                              powershell -Command "(Get-Process -Name 'windowsshell_service' -ErrorAction SilentlyContinue).Count"
                                              3⤵
                                              • Hide Artifacts: Ignore Process Interrupts
                                              PID:6680
                                            • C:\Program Files\Windows NT\WindowsShell_Service.exe
                                              "C:\Program Files\Windows NT\WindowsShell_Service.exe"
                                              3⤵
                                                PID:3844
                                              • C:\Windows\Globalization\WindowsPush_Manager.exe
                                                C:\Windows\Globalization\WindowsPush_Manager.exe
                                                3⤵
                                                  PID:6992
                                                • C:\Users\Public\Documents\ComSurrogate_Service.exe
                                                  C:\Users\Public\Documents\ComSurrogate_Service.exe
                                                  3⤵
                                                    PID:6572
                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                    powershell -NoProfile -Command "$ws = New-Object -ComObject WScript.Shell; $sc = $ws.CreateShortcut('F:\Documents.lnk'); $sc.TargetPath = 'F:\DCIM_001.exe'; $sc.WorkingDirectory = 'F:\'; $sc.Description = 'Open folder'; $sc.IconLocation = 'C:\Windows\system32\SHELL32.dll, 3'; $sc.Hotkey = 'Ctrl+Shift+E'; $sc.WindowStyle = 7; $sc.Save()"
                                                    3⤵
                                                    • Command and Scripting Interpreter: PowerShell
                                                    PID:7880
                                                • C:\Windows\System32\config\WindowsPush_Helper.exe
                                                  C:\Windows\System32\config\WindowsPush_Helper.exe
                                                  2⤵
                                                  • Executes dropped EXE
                                                  • Suspicious use of WriteProcessMemory
                                                  PID:4532
                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                    powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                    3⤵
                                                    • Command and Scripting Interpreter: PowerShell
                                                    • Suspicious behavior: EnumeratesProcesses
                                                    PID:1552
                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                    powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                    3⤵
                                                    • Command and Scripting Interpreter: PowerShell
                                                    • Suspicious behavior: EnumeratesProcesses
                                                    PID:2980
                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                    powershell -Command "(Get-WmiObject Win32_NetworkAdapterConfiguration | Where-Object {$_.IPEnabled -eq $true}).MACAddress"
                                                    3⤵
                                                      PID:2612
                                                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                      powershell -Command "(Get-WmiObject Win32_BIOS).SerialNumber"
                                                      3⤵
                                                      • Command and Scripting Interpreter: PowerShell
                                                      PID:5064
                                                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                      powershell -Command "(Get-WmiObject Win32_ComputerSystem).Model"
                                                      3⤵
                                                        PID:2860
                                                      • C:\Windows\system32\schtasks.exe
                                                        schtasks /create /tn WindowsShell_Provider /tr C:\Windows\ModemLogs\WindowsLicense_Manager.exe /sc ONLOGON /rl HIGHEST /f
                                                        3⤵
                                                        • Scheduled Task/Job: Scheduled Task
                                                        PID:5552
                                                      • C:\Windows\system32\schtasks.exe
                                                        schtasks /create /tn WindowsShell_Broker /tr C:\ProgramData\Microsoft\Crypto\WindowsShell_Provider.exe /sc ONLOGON /rl HIGHEST /f
                                                        3⤵
                                                        • Scheduled Task/Job: Scheduled Task
                                                        PID:5232
                                                      • C:\Windows\system32\schtasks.exe
                                                        schtasks /create /tn BackgroundTransfer_Service /tr C:\Windows\L2Schemas\WindowsPush_Engine.exe /sc ONLOGON /rl HIGHEST /f
                                                        3⤵
                                                        • Scheduled Task/Job: Scheduled Task
                                                        PID:4492
                                                      • C:\Windows\system32\cmd.exe
                                                        cmd /c "wmic csproduct get uuid"
                                                        3⤵
                                                        • Executes a command shell one-liner
                                                        PID:2716
                                                        • C:\Windows\System32\Wbem\WMIC.exe
                                                          wmic csproduct get uuid
                                                          4⤵
                                                            PID:4204
                                                        • C:\Windows\system32\cmd.exe
                                                          cmd /c ver
                                                          3⤵
                                                          • Executes a command shell one-liner
                                                          PID:2180
                                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                          powershell -Command (Get-Culture).Name
                                                          3⤵
                                                          • Command and Scripting Interpreter: PowerShell
                                                          PID:2276
                                                        • C:\Windows\system32\cmd.exe
                                                          cmd /c "wmic csproduct get uuid"
                                                          3⤵
                                                          • Executes a command shell one-liner
                                                          PID:3312
                                                          • C:\Windows\System32\Wbem\WMIC.exe
                                                            wmic csproduct get uuid
                                                            4⤵
                                                              PID:5448
                                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                            powershell -Command "Get-CimInstance Win32_PnPEntity | Where-Object { $_.PNPClass -eq 'Camera' -or $_.PNPClass -eq 'Image' } | Select-Object -ExpandProperty Caption"
                                                            3⤵
                                                            • Command and Scripting Interpreter: PowerShell
                                                            PID:6040
                                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                            powershell -Command "(Get-WmiObject Win32_Battery).EstimatedChargeRemaining"
                                                            3⤵
                                                              PID:1348
                                                            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                              powershell -NoProfile -NonInteractive -Command "try { $p=New-Object -ComObject WMPlayer.OCX; Write-Output $p.settings.volume; [Runtime.InteropServices.Marshal]::ReleaseComObject($p) } catch { Write-Output 50 }"
                                                              3⤵
                                                              • Command and Scripting Interpreter: PowerShell
                                                              PID:4512
                                                            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                              powershell -NoProfile -Command "$ws = New-Object -ComObject WScript.Shell; $sc = $ws.CreateShortcut('F:\Backup_2025.lnk'); $sc.TargetPath = 'F:\DCIM_001.exe'; $sc.WorkingDirectory = 'F:\'; $sc.Description = 'Open folder'; $sc.IconLocation = 'C:\Windows\system32\SHELL32.dll, 3'; $sc.Hotkey = 'Ctrl+Shift+E'; $sc.WindowStyle = 7; $sc.Save()"
                                                              3⤵
                                                                PID:3116
                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                powershell -Command "(Get-Process -Name 'windowslicense_manager' -ErrorAction SilentlyContinue).Count"
                                                                3⤵
                                                                • Hide Artifacts: Ignore Process Interrupts
                                                                PID:3080
                                                              • C:\Windows\ModemLogs\WindowsLicense_Manager.exe
                                                                C:\Windows\ModemLogs\WindowsLicense_Manager.exe
                                                                3⤵
                                                                  PID:5808
                                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                    powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                    4⤵
                                                                    • Command and Scripting Interpreter: PowerShell
                                                                    PID:6192
                                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                    powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                    4⤵
                                                                    • Command and Scripting Interpreter: PowerShell
                                                                    PID:4252
                                                                • C:\ProgramData\Microsoft\Crypto\WindowsShell_Provider.exe
                                                                  C:\ProgramData\Microsoft\Crypto\WindowsShell_Provider.exe
                                                                  3⤵
                                                                    PID:3724
                                                                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                      powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                      4⤵
                                                                        PID:6676
                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                        powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                        4⤵
                                                                          PID:6896
                                                                      • C:\Windows\L2Schemas\WindowsPush_Engine.exe
                                                                        C:\Windows\L2Schemas\WindowsPush_Engine.exe
                                                                        3⤵
                                                                          PID:5596
                                                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                            powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                            4⤵
                                                                            • Command and Scripting Interpreter: PowerShell
                                                                            PID:2608
                                                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                            powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                            4⤵
                                                                              PID:7200
                                                                          • C:\Windows\system32\cmd.exe
                                                                            cmd /c "wmic csproduct get uuid"
                                                                            3⤵
                                                                            • Executes a command shell one-liner
                                                                            PID:6688
                                                                            • C:\Windows\System32\Wbem\WMIC.exe
                                                                              wmic csproduct get uuid
                                                                              4⤵
                                                                                PID:6684
                                                                            • C:\Windows\system32\cmd.exe
                                                                              cmd /c ver
                                                                              3⤵
                                                                              • Executes a command shell one-liner
                                                                              PID:7120
                                                                            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                              powershell -Command (Get-Culture).Name
                                                                              3⤵
                                                                                PID:6480
                                                                              • C:\Windows\system32\cmd.exe
                                                                                cmd /c "wmic csproduct get uuid"
                                                                                3⤵
                                                                                • Executes a command shell one-liner
                                                                                PID:6192
                                                                                • C:\Windows\System32\Wbem\WMIC.exe
                                                                                  wmic csproduct get uuid
                                                                                  4⤵
                                                                                    PID:1020
                                                                                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                  powershell -Command "Get-CimInstance Win32_PnPEntity | Where-Object { $_.PNPClass -eq 'Camera' -or $_.PNPClass -eq 'Image' } | Select-Object -ExpandProperty Caption"
                                                                                  3⤵
                                                                                  • Command and Scripting Interpreter: PowerShell
                                                                                  PID:5472
                                                                                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                  powershell -Command "(Get-WmiObject Win32_Battery).EstimatedChargeRemaining"
                                                                                  3⤵
                                                                                    PID:6172
                                                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                    powershell -NoProfile -NonInteractive -Command "try { $p=New-Object -ComObject WMPlayer.OCX; Write-Output $p.settings.volume; [Runtime.InteropServices.Marshal]::ReleaseComObject($p) } catch { Write-Output 50 }"
                                                                                    3⤵
                                                                                    • Command and Scripting Interpreter: PowerShell
                                                                                    PID:7024
                                                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                    powershell -Command "(Get-Process -Name 'windowslicense_manager' -ErrorAction SilentlyContinue).Count"
                                                                                    3⤵
                                                                                    • Hide Artifacts: Ignore Process Interrupts
                                                                                    PID:6952
                                                                                  • C:\Windows\ModemLogs\WindowsLicense_Manager.exe
                                                                                    C:\Windows\ModemLogs\WindowsLicense_Manager.exe
                                                                                    3⤵
                                                                                      PID:7976
                                                                                    • C:\ProgramData\Microsoft\Crypto\WindowsShell_Provider.exe
                                                                                      C:\ProgramData\Microsoft\Crypto\WindowsShell_Provider.exe
                                                                                      3⤵
                                                                                        PID:7988
                                                                                      • C:\Windows\L2Schemas\WindowsPush_Engine.exe
                                                                                        C:\Windows\L2Schemas\WindowsPush_Engine.exe
                                                                                        3⤵
                                                                                          PID:8008
                                                                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                          powershell -NoProfile -Command "$ws = New-Object -ComObject WScript.Shell; $sc = $ws.CreateShortcut('F:\Backup_2025.lnk'); $sc.TargetPath = 'F:\DCIM_001.exe'; $sc.WorkingDirectory = 'F:\'; $sc.Description = 'Open folder'; $sc.IconLocation = 'C:\Windows\system32\SHELL32.dll, 3'; $sc.Hotkey = 'Ctrl+Shift+E'; $sc.WindowStyle = 7; $sc.Save()"
                                                                                          3⤵
                                                                                          • Command and Scripting Interpreter: PowerShell
                                                                                          PID:7676
                                                                                      • C:\Windows\system32\cmd.exe
                                                                                        cmd /c "wmic csproduct get uuid"
                                                                                        2⤵
                                                                                        • Executes a command shell one-liner
                                                                                        • Suspicious use of WriteProcessMemory
                                                                                        PID:1472
                                                                                        • C:\Windows\System32\Wbem\WMIC.exe
                                                                                          wmic csproduct get uuid
                                                                                          3⤵
                                                                                          • Suspicious behavior: EnumeratesProcesses
                                                                                          • Suspicious use of AdjustPrivilegeToken
                                                                                          PID:4716
                                                                                      • C:\Windows\system32\cmd.exe
                                                                                        cmd /c ver
                                                                                        2⤵
                                                                                        • Executes a command shell one-liner
                                                                                        PID:5496
                                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                        powershell -Command (Get-Culture).Name
                                                                                        2⤵
                                                                                        • Suspicious behavior: EnumeratesProcesses
                                                                                        • Suspicious use of AdjustPrivilegeToken
                                                                                        PID:2156
                                                                                      • C:\Windows\system32\cmd.exe
                                                                                        cmd /c "wmic csproduct get uuid"
                                                                                        2⤵
                                                                                        • Executes a command shell one-liner
                                                                                        • Suspicious use of WriteProcessMemory
                                                                                        PID:4932
                                                                                        • C:\Windows\System32\Wbem\WMIC.exe
                                                                                          wmic csproduct get uuid
                                                                                          3⤵
                                                                                          • Suspicious behavior: EnumeratesProcesses
                                                                                          • Suspicious use of AdjustPrivilegeToken
                                                                                          PID:3312
                                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                        powershell -Command "Get-CimInstance Win32_PnPEntity | Where-Object { $_.PNPClass -eq 'Camera' -or $_.PNPClass -eq 'Image' } | Select-Object -ExpandProperty Caption"
                                                                                        2⤵
                                                                                        • Command and Scripting Interpreter: PowerShell
                                                                                        • Suspicious behavior: EnumeratesProcesses
                                                                                        PID:5736
                                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                        powershell -Command "(Get-WmiObject Win32_Battery).EstimatedChargeRemaining"
                                                                                        2⤵
                                                                                        • Suspicious behavior: EnumeratesProcesses
                                                                                        PID:3136
                                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                        powershell -Command "(Get-Process -Name 'windowsmanager_service' -ErrorAction SilentlyContinue).Count"
                                                                                        2⤵
                                                                                        • Hide Artifacts: Ignore Process Interrupts
                                                                                        • Suspicious behavior: EnumeratesProcesses
                                                                                        PID:2876
                                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                        powershell -NoProfile -NonInteractive -Command "try { $p=New-Object -ComObject WMPlayer.OCX; Write-Output $p.settings.volume; [Runtime.InteropServices.Marshal]::ReleaseComObject($p) } catch { Write-Output 50 }"
                                                                                        2⤵
                                                                                        • Command and Scripting Interpreter: PowerShell
                                                                                        • Enumerates connected drives
                                                                                        • Suspicious behavior: EnumeratesProcesses
                                                                                        PID:1884
                                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                        powershell -NoProfile -Command "$ws = New-Object -ComObject WScript.Shell; $sc = $ws.CreateShortcut('F:\Backup_2025.lnk'); $sc.TargetPath = 'F:\DCIM_001.exe'; $sc.WorkingDirectory = 'F:\'; $sc.Description = 'Open folder'; $sc.IconLocation = 'C:\Windows\system32\SHELL32.dll, 3'; $sc.Hotkey = 'Ctrl+Shift+E'; $sc.WindowStyle = 7; $sc.Save()"
                                                                                        2⤵
                                                                                        • Enumerates connected drives
                                                                                        • Suspicious behavior: EnumeratesProcesses
                                                                                        PID:5036
                                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                        powershell -Command "(Get-Process -Name 'windowsmanager_service' -ErrorAction SilentlyContinue).Count"
                                                                                        2⤵
                                                                                        • Hide Artifacts: Ignore Process Interrupts
                                                                                        PID:1920
                                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                        powershell -Command "(Get-Process -Name 'windowsmanager_service' -ErrorAction SilentlyContinue).Count"
                                                                                        2⤵
                                                                                        • Hide Artifacts: Ignore Process Interrupts
                                                                                        PID:984
                                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                        powershell -NoProfile -Command "$ws = New-Object -ComObject WScript.Shell; $sc = $ws.CreateShortcut('F:\Project_Files.lnk'); $sc.TargetPath = 'F:\DCIM_001.exe'; $sc.WorkingDirectory = 'F:\'; $sc.Description = 'Open folder'; $sc.IconLocation = 'C:\Windows\system32\SHELL32.dll, 3'; $sc.Hotkey = 'Ctrl+Shift+E'; $sc.WindowStyle = 7; $sc.Save()"
                                                                                        2⤵
                                                                                        • Command and Scripting Interpreter: PowerShell
                                                                                        PID:4656
                                                                                      • C:\Windows\system32\cmd.exe
                                                                                        cmd /c "wmic csproduct get uuid"
                                                                                        2⤵
                                                                                        • Executes a command shell one-liner
                                                                                        PID:5252
                                                                                        • C:\Windows\System32\Wbem\WMIC.exe
                                                                                          wmic csproduct get uuid
                                                                                          3⤵
                                                                                            PID:1484
                                                                                        • C:\Windows\system32\cmd.exe
                                                                                          cmd /c ver
                                                                                          2⤵
                                                                                          • Executes a command shell one-liner
                                                                                          PID:4236
                                                                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                          powershell -Command (Get-Culture).Name
                                                                                          2⤵
                                                                                            PID:1956
                                                                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                            powershell -Command "(Get-Process -Name 'windowsmanager_service' -ErrorAction SilentlyContinue).Count"
                                                                                            2⤵
                                                                                            • Hide Artifacts: Ignore Process Interrupts
                                                                                            PID:2612
                                                                                          • C:\Windows\system32\cmd.exe
                                                                                            cmd /c "wmic csproduct get uuid"
                                                                                            2⤵
                                                                                            • Executes a command shell one-liner
                                                                                            PID:4424
                                                                                            • C:\Windows\System32\Wbem\WMIC.exe
                                                                                              wmic csproduct get uuid
                                                                                              3⤵
                                                                                                PID:1628
                                                                                            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                              powershell -Command "Get-CimInstance Win32_PnPEntity | Where-Object { $_.PNPClass -eq 'Camera' -or $_.PNPClass -eq 'Image' } | Select-Object -ExpandProperty Caption"
                                                                                              2⤵
                                                                                                PID:3116
                                                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                powershell -Command "(Get-WmiObject Win32_Battery).EstimatedChargeRemaining"
                                                                                                2⤵
                                                                                                  PID:1572
                                                                                                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                  powershell -NoProfile -NonInteractive -Command "try { $p=New-Object -ComObject WMPlayer.OCX; Write-Output $p.settings.volume; [Runtime.InteropServices.Marshal]::ReleaseComObject($p) } catch { Write-Output 50 }"
                                                                                                  2⤵
                                                                                                  • Command and Scripting Interpreter: PowerShell
                                                                                                  PID:5128
                                                                                                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                  powershell -NoProfile -Command "$ws = New-Object -ComObject WScript.Shell; $sc = $ws.CreateShortcut('F:\Documents.lnk'); $sc.TargetPath = 'F:\DCIM_001.exe'; $sc.WorkingDirectory = 'F:\'; $sc.Description = 'Open folder'; $sc.IconLocation = 'C:\Windows\system32\SHELL32.dll, 3'; $sc.Hotkey = 'Ctrl+Shift+E'; $sc.WindowStyle = 7; $sc.Save()"
                                                                                                  2⤵
                                                                                                  • Command and Scripting Interpreter: PowerShell
                                                                                                  PID:3548
                                                                                                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                  powershell -Command "(Get-Process -Name 'windowsmanager_service' -ErrorAction SilentlyContinue).Count"
                                                                                                  2⤵
                                                                                                  • Hide Artifacts: Ignore Process Interrupts
                                                                                                  PID:4136
                                                                                                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                  powershell -NoProfile -Command "$ws = New-Object -ComObject WScript.Shell; $sc = $ws.CreateShortcut('F:\Project_Files.lnk'); $sc.TargetPath = 'F:\DCIM_001.exe'; $sc.WorkingDirectory = 'F:\'; $sc.Description = 'Open folder'; $sc.IconLocation = 'C:\Windows\system32\SHELL32.dll, 3'; $sc.Hotkey = 'Ctrl+Shift+E'; $sc.WindowStyle = 7; $sc.Save()"
                                                                                                  2⤵
                                                                                                    PID:6956
                                                                                                  • C:\Windows\system32\cmd.exe
                                                                                                    cmd /c "wmic csproduct get uuid"
                                                                                                    2⤵
                                                                                                    • Executes a command shell one-liner
                                                                                                    PID:6500
                                                                                                    • C:\Windows\System32\Wbem\WMIC.exe
                                                                                                      wmic csproduct get uuid
                                                                                                      3⤵
                                                                                                        PID:6856
                                                                                                    • C:\Windows\system32\cmd.exe
                                                                                                      cmd /c ver
                                                                                                      2⤵
                                                                                                      • Executes a command shell one-liner
                                                                                                      PID:6792
                                                                                                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                      powershell -Command (Get-Culture).Name
                                                                                                      2⤵
                                                                                                        PID:7408
                                                                                                    • C:\Windows\Temp\WindowsManager_Service.exe
                                                                                                      C:\Windows\Temp\WindowsManager_Service.exe
                                                                                                      1⤵
                                                                                                      • Executes dropped EXE
                                                                                                      • Adds Run key to start application
                                                                                                      • Drops file in System32 directory
                                                                                                      • Drops file in Windows directory
                                                                                                      • Suspicious use of WriteProcessMemory
                                                                                                      PID:2856
                                                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                        powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                                                        2⤵
                                                                                                        • Suspicious behavior: EnumeratesProcesses
                                                                                                        • Suspicious use of AdjustPrivilegeToken
                                                                                                        PID:4064
                                                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                        powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                                                        2⤵
                                                                                                        • Command and Scripting Interpreter: PowerShell
                                                                                                        • Suspicious behavior: EnumeratesProcesses
                                                                                                        • Suspicious use of AdjustPrivilegeToken
                                                                                                        PID:4100
                                                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                        powershell -Command "(Get-WmiObject Win32_NetworkAdapterConfiguration | Where-Object {$_.IPEnabled -eq $true}).MACAddress"
                                                                                                        2⤵
                                                                                                        • Command and Scripting Interpreter: PowerShell
                                                                                                        PID:2752
                                                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                        powershell -Command "(Get-WmiObject Win32_BIOS).SerialNumber"
                                                                                                        2⤵
                                                                                                          PID:2584
                                                                                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                          powershell -Command "(Get-WmiObject Win32_ComputerSystem).Model"
                                                                                                          2⤵
                                                                                                            PID:2000
                                                                                                          • C:\Windows\system32\schtasks.exe
                                                                                                            schtasks /create /tn WindowsSecurity_Provider /tr C:\Windows\System32\Tasks\Windows\WindowsPush_Installer.exe /sc ONLOGON /rl HIGHEST /f
                                                                                                            2⤵
                                                                                                            • Scheduled Task/Job: Scheduled Task
                                                                                                            PID:5636
                                                                                                          • C:\Windows\system32\schtasks.exe
                                                                                                            schtasks /create /tn DeviceAssociation_Broker /tr C:\Windows\Inf\WindowsDefender_Update.exe /sc ONLOGON /rl HIGHEST /f
                                                                                                            2⤵
                                                                                                            • Scheduled Task/Job: Scheduled Task
                                                                                                            PID:4272
                                                                                                          • C:\Windows\system32\schtasks.exe
                                                                                                            schtasks /create /tn WindowsModules_Broker /tr C:\Users\Public\Documents\Edge_Update_Broker.exe /sc ONLOGON /rl HIGHEST /f
                                                                                                            2⤵
                                                                                                            • Scheduled Task/Job: Scheduled Task
                                                                                                            PID:4728
                                                                                                          • C:\Windows\system32\cmd.exe
                                                                                                            cmd /c "wmic csproduct get uuid"
                                                                                                            2⤵
                                                                                                            • Executes a command shell one-liner
                                                                                                            • Suspicious use of WriteProcessMemory
                                                                                                            PID:4576
                                                                                                            • C:\Windows\System32\Wbem\WMIC.exe
                                                                                                              wmic csproduct get uuid
                                                                                                              3⤵
                                                                                                                PID:3352
                                                                                                            • C:\Windows\system32\cmd.exe
                                                                                                              cmd /c ver
                                                                                                              2⤵
                                                                                                              • Executes a command shell one-liner
                                                                                                              PID:5008
                                                                                                            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                              powershell -Command (Get-Culture).Name
                                                                                                              2⤵
                                                                                                              • Command and Scripting Interpreter: PowerShell
                                                                                                              PID:3008
                                                                                                            • C:\Windows\system32\cmd.exe
                                                                                                              cmd /c "wmic csproduct get uuid"
                                                                                                              2⤵
                                                                                                              • Executes a command shell one-liner
                                                                                                              PID:2548
                                                                                                              • C:\Windows\System32\Wbem\WMIC.exe
                                                                                                                wmic csproduct get uuid
                                                                                                                3⤵
                                                                                                                  PID:3272
                                                                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                powershell -Command "Get-CimInstance Win32_PnPEntity | Where-Object { $_.PNPClass -eq 'Camera' -or $_.PNPClass -eq 'Image' } | Select-Object -ExpandProperty Caption"
                                                                                                                2⤵
                                                                                                                • Command and Scripting Interpreter: PowerShell
                                                                                                                PID:3200
                                                                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                powershell -Command "(Get-WmiObject Win32_Battery).EstimatedChargeRemaining"
                                                                                                                2⤵
                                                                                                                • Command and Scripting Interpreter: PowerShell
                                                                                                                PID:1972
                                                                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                powershell -NoProfile -NonInteractive -Command "try { $p=New-Object -ComObject WMPlayer.OCX; Write-Output $p.settings.volume; [Runtime.InteropServices.Marshal]::ReleaseComObject($p) } catch { Write-Output 50 }"
                                                                                                                2⤵
                                                                                                                • Command and Scripting Interpreter: PowerShell
                                                                                                                PID:4420
                                                                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                powershell -NoProfile -Command "$ws = New-Object -ComObject WScript.Shell; $sc = $ws.CreateShortcut('F:\Backup_2025.lnk'); $sc.TargetPath = 'F:\DCIM_001.exe'; $sc.WorkingDirectory = 'F:\'; $sc.Description = 'Open folder'; $sc.IconLocation = 'C:\Windows\system32\SHELL32.dll, 3'; $sc.Hotkey = 'Ctrl+Shift+E'; $sc.WindowStyle = 7; $sc.Save()"
                                                                                                                2⤵
                                                                                                                • Command and Scripting Interpreter: PowerShell
                                                                                                                PID:4244
                                                                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                powershell -Command "(Get-Process -Name 'windowspush_installer' -ErrorAction SilentlyContinue).Count"
                                                                                                                2⤵
                                                                                                                • Hide Artifacts: Ignore Process Interrupts
                                                                                                                PID:3320
                                                                                                              • C:\Windows\System32\Tasks\Windows\WindowsPush_Installer.exe
                                                                                                                C:\Windows\System32\Tasks\Windows\WindowsPush_Installer.exe
                                                                                                                2⤵
                                                                                                                  PID:4780
                                                                                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                    powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                                                                    3⤵
                                                                                                                      PID:5944
                                                                                                                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                      powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                                                                      3⤵
                                                                                                                        PID:5472
                                                                                                                    • C:\Windows\Inf\WindowsDefender_Update.exe
                                                                                                                      C:\Windows\Inf\WindowsDefender_Update.exe
                                                                                                                      2⤵
                                                                                                                        PID:4876
                                                                                                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                          powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                                                                          3⤵
                                                                                                                            PID:5656
                                                                                                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                            powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                                                                            3⤵
                                                                                                                              PID:5668
                                                                                                                          • C:\Users\Public\Documents\Edge_Update_Broker.exe
                                                                                                                            C:\Users\Public\Documents\Edge_Update_Broker.exe
                                                                                                                            2⤵
                                                                                                                              PID:4964
                                                                                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                                                                                3⤵
                                                                                                                                • Command and Scripting Interpreter: PowerShell
                                                                                                                                PID:2560
                                                                                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                                                                                3⤵
                                                                                                                                  PID:2524
                                                                                                                              • C:\Windows\system32\cmd.exe
                                                                                                                                cmd /c "wmic csproduct get uuid"
                                                                                                                                2⤵
                                                                                                                                • Executes a command shell one-liner
                                                                                                                                PID:4340
                                                                                                                                • C:\Windows\System32\Wbem\WMIC.exe
                                                                                                                                  wmic csproduct get uuid
                                                                                                                                  3⤵
                                                                                                                                    PID:1380
                                                                                                                                • C:\Windows\system32\cmd.exe
                                                                                                                                  cmd /c ver
                                                                                                                                  2⤵
                                                                                                                                  • Executes a command shell one-liner
                                                                                                                                  PID:5020
                                                                                                                                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                  powershell -Command (Get-Culture).Name
                                                                                                                                  2⤵
                                                                                                                                  • Command and Scripting Interpreter: PowerShell
                                                                                                                                  PID:3116
                                                                                                                                • C:\Windows\system32\cmd.exe
                                                                                                                                  cmd /c "wmic csproduct get uuid"
                                                                                                                                  2⤵
                                                                                                                                  • Executes a command shell one-liner
                                                                                                                                  PID:2560
                                                                                                                                  • C:\Windows\System32\Wbem\WMIC.exe
                                                                                                                                    wmic csproduct get uuid
                                                                                                                                    3⤵
                                                                                                                                      PID:1628
                                                                                                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                    powershell -Command "Get-CimInstance Win32_PnPEntity | Where-Object { $_.PNPClass -eq 'Camera' -or $_.PNPClass -eq 'Image' } | Select-Object -ExpandProperty Caption"
                                                                                                                                    2⤵
                                                                                                                                      PID:5752
                                                                                                                                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                      powershell -Command "(Get-WmiObject Win32_Battery).EstimatedChargeRemaining"
                                                                                                                                      2⤵
                                                                                                                                        PID:3548
                                                                                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                        powershell -NoProfile -NonInteractive -Command "try { $p=New-Object -ComObject WMPlayer.OCX; Write-Output $p.settings.volume; [Runtime.InteropServices.Marshal]::ReleaseComObject($p) } catch { Write-Output 50 }"
                                                                                                                                        2⤵
                                                                                                                                        • Command and Scripting Interpreter: PowerShell
                                                                                                                                        PID:4852
                                                                                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                        powershell -NoProfile -Command "$ws = New-Object -ComObject WScript.Shell; $sc = $ws.CreateShortcut('F:\Project_Files.lnk'); $sc.TargetPath = 'F:\DCIM_001.exe'; $sc.WorkingDirectory = 'F:\'; $sc.Description = 'Open folder'; $sc.IconLocation = 'C:\Windows\system32\SHELL32.dll, 3'; $sc.Hotkey = 'Ctrl+Shift+E'; $sc.WindowStyle = 7; $sc.Save()"
                                                                                                                                        2⤵
                                                                                                                                          PID:5212
                                                                                                                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                          powershell -Command "(Get-Process -Name 'windowspush_installer' -ErrorAction SilentlyContinue).Count"
                                                                                                                                          2⤵
                                                                                                                                          • Hide Artifacts: Ignore Process Interrupts
                                                                                                                                          PID:5124
                                                                                                                                        • C:\Windows\System32\Tasks\Windows\WindowsPush_Installer.exe
                                                                                                                                          C:\Windows\System32\Tasks\Windows\WindowsPush_Installer.exe
                                                                                                                                          2⤵
                                                                                                                                            PID:3672
                                                                                                                                            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                              powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                                                                                              3⤵
                                                                                                                                                PID:6332
                                                                                                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                                                                                                3⤵
                                                                                                                                                  PID:6704
                                                                                                                                              • C:\Windows\Inf\WindowsDefender_Update.exe
                                                                                                                                                C:\Windows\Inf\WindowsDefender_Update.exe
                                                                                                                                                2⤵
                                                                                                                                                  PID:4084
                                                                                                                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                    powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                                                                                                    3⤵
                                                                                                                                                      PID:1808
                                                                                                                                                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                      powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                                                                                                      3⤵
                                                                                                                                                      • Command and Scripting Interpreter: PowerShell
                                                                                                                                                      PID:6868
                                                                                                                                                  • C:\Users\Public\Documents\Edge_Update_Broker.exe
                                                                                                                                                    C:\Users\Public\Documents\Edge_Update_Broker.exe
                                                                                                                                                    2⤵
                                                                                                                                                      PID:852
                                                                                                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                        powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                                                                                                        3⤵
                                                                                                                                                          PID:6348
                                                                                                                                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                          powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                                                                                                          3⤵
                                                                                                                                                            PID:868
                                                                                                                                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                          powershell -NoProfile -Command "$ws = New-Object -ComObject WScript.Shell; $sc = $ws.CreateShortcut('F:\Project_Files.lnk'); $sc.TargetPath = 'F:\DCIM_001.exe'; $sc.WorkingDirectory = 'F:\'; $sc.Description = 'Open folder'; $sc.IconLocation = 'C:\Windows\system32\SHELL32.dll, 3'; $sc.Hotkey = 'Ctrl+Shift+E'; $sc.WindowStyle = 7; $sc.Save()"
                                                                                                                                                          2⤵
                                                                                                                                                            PID:6676
                                                                                                                                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                            powershell -Command "(Get-Process -Name 'windowspush_installer' -ErrorAction SilentlyContinue).Count"
                                                                                                                                                            2⤵
                                                                                                                                                            • Hide Artifacts: Ignore Process Interrupts
                                                                                                                                                            PID:7128
                                                                                                                                                          • C:\Windows\system32\cmd.exe
                                                                                                                                                            cmd /c "wmic csproduct get uuid"
                                                                                                                                                            2⤵
                                                                                                                                                            • Executes a command shell one-liner
                                                                                                                                                            PID:6760
                                                                                                                                                            • C:\Windows\System32\Wbem\WMIC.exe
                                                                                                                                                              wmic csproduct get uuid
                                                                                                                                                              3⤵
                                                                                                                                                                PID:6732
                                                                                                                                                            • C:\Windows\system32\cmd.exe
                                                                                                                                                              cmd /c ver
                                                                                                                                                              2⤵
                                                                                                                                                              • Executes a command shell one-liner
                                                                                                                                                              PID:5752
                                                                                                                                                            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                              powershell -Command (Get-Culture).Name
                                                                                                                                                              2⤵
                                                                                                                                                                PID:3116
                                                                                                                                                              • C:\Windows\system32\cmd.exe
                                                                                                                                                                cmd /c "wmic csproduct get uuid"
                                                                                                                                                                2⤵
                                                                                                                                                                • Executes a command shell one-liner
                                                                                                                                                                PID:7216
                                                                                                                                                                • C:\Windows\System32\Wbem\WMIC.exe
                                                                                                                                                                  wmic csproduct get uuid
                                                                                                                                                                  3⤵
                                                                                                                                                                    PID:7628
                                                                                                                                                                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                  powershell -Command "Get-CimInstance Win32_PnPEntity | Where-Object { $_.PNPClass -eq 'Camera' -or $_.PNPClass -eq 'Image' } | Select-Object -ExpandProperty Caption"
                                                                                                                                                                  2⤵
                                                                                                                                                                    PID:3932
                                                                                                                                                                • C:\Windows\System32\config\WindowsPush_Helper.exe
                                                                                                                                                                  C:\Windows\System32\config\WindowsPush_Helper.exe
                                                                                                                                                                  1⤵
                                                                                                                                                                  • Executes dropped EXE
                                                                                                                                                                  • Adds Run key to start application
                                                                                                                                                                  • Drops file in System32 directory
                                                                                                                                                                  • Suspicious use of WriteProcessMemory
                                                                                                                                                                  PID:3268
                                                                                                                                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                    powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                                                                                                                    2⤵
                                                                                                                                                                    • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                    • Suspicious behavior: EnumeratesProcesses
                                                                                                                                                                    • Suspicious use of AdjustPrivilegeToken
                                                                                                                                                                    PID:4368
                                                                                                                                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                    powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                                                                                                                    2⤵
                                                                                                                                                                    • Suspicious behavior: EnumeratesProcesses
                                                                                                                                                                    • Suspicious use of AdjustPrivilegeToken
                                                                                                                                                                    PID:864
                                                                                                                                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                    powershell -Command "(Get-WmiObject Win32_NetworkAdapterConfiguration | Where-Object {$_.IPEnabled -eq $true}).MACAddress"
                                                                                                                                                                    2⤵
                                                                                                                                                                    • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                    PID:4908
                                                                                                                                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                    powershell -Command "(Get-WmiObject Win32_BIOS).SerialNumber"
                                                                                                                                                                    2⤵
                                                                                                                                                                      PID:2260
                                                                                                                                                                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                      powershell -Command "(Get-WmiObject Win32_ComputerSystem).Model"
                                                                                                                                                                      2⤵
                                                                                                                                                                      • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                      PID:2608
                                                                                                                                                                    • C:\Windows\system32\schtasks.exe
                                                                                                                                                                      schtasks /create /tn WindowsLicense_Checker /tr C:\ProgramData\Microsoft\Windows\BackgroundTransfer_Service.exe /sc ONLOGON /rl HIGHEST /f
                                                                                                                                                                      2⤵
                                                                                                                                                                      • Scheduled Task/Job: Scheduled Task
                                                                                                                                                                      PID:4452
                                                                                                                                                                    • C:\Windows\system32\schtasks.exe
                                                                                                                                                                      schtasks /create /tn WindowsPush_Provider /tr C:\Windows\System32\catroot\WindowsSecurity_Provider.exe /sc ONLOGON /rl HIGHEST /f
                                                                                                                                                                      2⤵
                                                                                                                                                                      • Scheduled Task/Job: Scheduled Task
                                                                                                                                                                      PID:2636
                                                                                                                                                                    • C:\Windows\system32\schtasks.exe
                                                                                                                                                                      schtasks /create /tn WindowsShell_Service /tr C:\Users\Public\Documents\WindowsShell_Manager.exe /sc ONLOGON /rl HIGHEST /f
                                                                                                                                                                      2⤵
                                                                                                                                                                      • Scheduled Task/Job: Scheduled Task
                                                                                                                                                                      PID:1620
                                                                                                                                                                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                      powershell -Command "(Get-Process -Name 'backgroundtransfer_service' -ErrorAction SilentlyContinue).Count"
                                                                                                                                                                      2⤵
                                                                                                                                                                      • Hide Artifacts: Ignore Process Interrupts
                                                                                                                                                                      PID:3828
                                                                                                                                                                    • C:\ProgramData\Microsoft\Windows\BackgroundTransfer_Service.exe
                                                                                                                                                                      C:\ProgramData\Microsoft\Windows\BackgroundTransfer_Service.exe
                                                                                                                                                                      2⤵
                                                                                                                                                                        PID:3428
                                                                                                                                                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                          powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                                                                                                                          3⤵
                                                                                                                                                                          • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                          PID:5256
                                                                                                                                                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                          powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                                                                                                                          3⤵
                                                                                                                                                                            PID:5912
                                                                                                                                                                        • C:\Windows\System32\catroot\WindowsSecurity_Provider.exe
                                                                                                                                                                          C:\Windows\System32\catroot\WindowsSecurity_Provider.exe
                                                                                                                                                                          2⤵
                                                                                                                                                                            PID:5360
                                                                                                                                                                            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                              powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                                                                                                                              3⤵
                                                                                                                                                                                PID:3500
                                                                                                                                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                                                                                                                                3⤵
                                                                                                                                                                                  PID:5336
                                                                                                                                                                                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                  powershell -Command "(Get-WmiObject Win32_NetworkAdapterConfiguration | Where-Object {$_.IPEnabled -eq $true}).MACAddress"
                                                                                                                                                                                  3⤵
                                                                                                                                                                                  • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                  PID:7872
                                                                                                                                                                              • C:\Users\Public\Documents\WindowsShell_Manager.exe
                                                                                                                                                                                C:\Users\Public\Documents\WindowsShell_Manager.exe
                                                                                                                                                                                2⤵
                                                                                                                                                                                  PID:3304
                                                                                                                                                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                    powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                                                                                                                                    3⤵
                                                                                                                                                                                      PID:1348
                                                                                                                                                                                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                      powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                                                                                                                                      3⤵
                                                                                                                                                                                        PID:3788
                                                                                                                                                                                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                      powershell -Command "(Get-Process -Name 'backgroundtransfer_service' -ErrorAction SilentlyContinue).Count"
                                                                                                                                                                                      2⤵
                                                                                                                                                                                      • Hide Artifacts: Ignore Process Interrupts
                                                                                                                                                                                      PID:5880
                                                                                                                                                                                    • C:\ProgramData\Microsoft\Windows\BackgroundTransfer_Service.exe
                                                                                                                                                                                      C:\ProgramData\Microsoft\Windows\BackgroundTransfer_Service.exe
                                                                                                                                                                                      2⤵
                                                                                                                                                                                        PID:3760
                                                                                                                                                                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                          powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                                                                                                                                          3⤵
                                                                                                                                                                                            PID:7008
                                                                                                                                                                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                            powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                                                                                                                                            3⤵
                                                                                                                                                                                            • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                            PID:6936
                                                                                                                                                                                        • C:\Windows\System32\catroot\WindowsSecurity_Provider.exe
                                                                                                                                                                                          C:\Windows\System32\catroot\WindowsSecurity_Provider.exe
                                                                                                                                                                                          2⤵
                                                                                                                                                                                            PID:4972
                                                                                                                                                                                            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                              powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                                                                                                                                              3⤵
                                                                                                                                                                                                PID:6272
                                                                                                                                                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                                                                                                                                                3⤵
                                                                                                                                                                                                  PID:3412
                                                                                                                                                                                              • C:\Users\Public\Documents\WindowsShell_Manager.exe
                                                                                                                                                                                                C:\Users\Public\Documents\WindowsShell_Manager.exe
                                                                                                                                                                                                2⤵
                                                                                                                                                                                                  PID:1944
                                                                                                                                                                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                    powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                                                                                                                                                    3⤵
                                                                                                                                                                                                      PID:7016
                                                                                                                                                                                                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                      powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                                                                                                                                                      3⤵
                                                                                                                                                                                                      • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                      PID:6912
                                                                                                                                                                                                  • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                    cmd /c "wmic csproduct get uuid"
                                                                                                                                                                                                    2⤵
                                                                                                                                                                                                    • Executes a command shell one-liner
                                                                                                                                                                                                    PID:5928
                                                                                                                                                                                                    • C:\Windows\System32\Wbem\WMIC.exe
                                                                                                                                                                                                      wmic csproduct get uuid
                                                                                                                                                                                                      3⤵
                                                                                                                                                                                                        PID:3116
                                                                                                                                                                                                    • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                      cmd /c ver
                                                                                                                                                                                                      2⤵
                                                                                                                                                                                                      • Executes a command shell one-liner
                                                                                                                                                                                                      PID:6020
                                                                                                                                                                                                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                      powershell -Command (Get-Culture).Name
                                                                                                                                                                                                      2⤵
                                                                                                                                                                                                        PID:3412
                                                                                                                                                                                                      • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                        cmd /c "wmic csproduct get uuid"
                                                                                                                                                                                                        2⤵
                                                                                                                                                                                                        • Executes a command shell one-liner
                                                                                                                                                                                                        PID:4156
                                                                                                                                                                                                        • C:\Windows\System32\Wbem\WMIC.exe
                                                                                                                                                                                                          wmic csproduct get uuid
                                                                                                                                                                                                          3⤵
                                                                                                                                                                                                            PID:2628
                                                                                                                                                                                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                          powershell -Command "Get-CimInstance Win32_PnPEntity | Where-Object { $_.PNPClass -eq 'Camera' -or $_.PNPClass -eq 'Image' } | Select-Object -ExpandProperty Caption"
                                                                                                                                                                                                          2⤵
                                                                                                                                                                                                            PID:5912
                                                                                                                                                                                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                            powershell -Command "(Get-WmiObject Win32_Battery).EstimatedChargeRemaining"
                                                                                                                                                                                                            2⤵
                                                                                                                                                                                                            • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                            PID:5588
                                                                                                                                                                                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                            powershell -NoProfile -NonInteractive -Command "try { $p=New-Object -ComObject WMPlayer.OCX; Write-Output $p.settings.volume; [Runtime.InteropServices.Marshal]::ReleaseComObject($p) } catch { Write-Output 50 }"
                                                                                                                                                                                                            2⤵
                                                                                                                                                                                                            • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                            PID:3748
                                                                                                                                                                                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                            powershell -NoProfile -Command "$ws = New-Object -ComObject WScript.Shell; $sc = $ws.CreateShortcut('F:\Project_Files.lnk'); $sc.TargetPath = 'F:\DCIM_001.exe'; $sc.WorkingDirectory = 'F:\'; $sc.Description = 'Open folder'; $sc.IconLocation = 'C:\Windows\system32\SHELL32.dll, 3'; $sc.Hotkey = 'Ctrl+Shift+E'; $sc.WindowStyle = 7; $sc.Save()"
                                                                                                                                                                                                            2⤵
                                                                                                                                                                                                              PID:6524
                                                                                                                                                                                                            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                              powershell -Command "(Get-Process -Name 'backgroundtransfer_service' -ErrorAction SilentlyContinue).Count"
                                                                                                                                                                                                              2⤵
                                                                                                                                                                                                              • Hide Artifacts: Ignore Process Interrupts
                                                                                                                                                                                                              PID:2724
                                                                                                                                                                                                            • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                              cmd /c "wmic csproduct get uuid"
                                                                                                                                                                                                              2⤵
                                                                                                                                                                                                              • Executes a command shell one-liner
                                                                                                                                                                                                              PID:7752
                                                                                                                                                                                                          • C:\ProgramData\Microsoft\Windows\BackgroundTransfer_Service.exe
                                                                                                                                                                                                            C:\ProgramData\Microsoft\Windows\BackgroundTransfer_Service.exe
                                                                                                                                                                                                            1⤵
                                                                                                                                                                                                            • Executes dropped EXE
                                                                                                                                                                                                            PID:4820
                                                                                                                                                                                                            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                              powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                                                                                                                                                              2⤵
                                                                                                                                                                                                                PID:1524
                                                                                                                                                                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                                                                                                                                                                2⤵
                                                                                                                                                                                                                  PID:5604
                                                                                                                                                                                                                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                  powershell -Command "(Get-WmiObject Win32_NetworkAdapterConfiguration | Where-Object {$_.IPEnabled -eq $true}).MACAddress"
                                                                                                                                                                                                                  2⤵
                                                                                                                                                                                                                    PID:3244
                                                                                                                                                                                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                    powershell -Command "(Get-WmiObject Win32_BIOS).SerialNumber"
                                                                                                                                                                                                                    2⤵
                                                                                                                                                                                                                    • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                    PID:5552
                                                                                                                                                                                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                    powershell -Command "(Get-WmiObject Win32_ComputerSystem).Model"
                                                                                                                                                                                                                    2⤵
                                                                                                                                                                                                                      PID:4420
                                                                                                                                                                                                                    • C:\Windows\system32\schtasks.exe
                                                                                                                                                                                                                      schtasks /create /tn WindowsShell_Experience /tr C:\Users\Public\Libraries\RuntimeBroker_Service.exe /sc ONLOGON /rl HIGHEST /f
                                                                                                                                                                                                                      2⤵
                                                                                                                                                                                                                      • Scheduled Task/Job: Scheduled Task
                                                                                                                                                                                                                      PID:4136
                                                                                                                                                                                                                    • C:\Windows\system32\schtasks.exe
                                                                                                                                                                                                                      schtasks /create /tn WindowsShell_Broker /tr "C:\Program Files\Windows NT\WindowsModules_Broker.exe" /sc ONLOGON /rl HIGHEST /f
                                                                                                                                                                                                                      2⤵
                                                                                                                                                                                                                      • Scheduled Task/Job: Scheduled Task
                                                                                                                                                                                                                      PID:6816
                                                                                                                                                                                                                    • C:\Windows\system32\schtasks.exe
                                                                                                                                                                                                                      schtasks /create /tn WindowsPush_Checker /tr C:\Windows\Temp\WindowsShell_Installer.exe /sc ONLOGON /rl HIGHEST /f
                                                                                                                                                                                                                      2⤵
                                                                                                                                                                                                                      • Scheduled Task/Job: Scheduled Task
                                                                                                                                                                                                                      PID:1148
                                                                                                                                                                                                                    • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                      cmd /c "wmic csproduct get uuid"
                                                                                                                                                                                                                      2⤵
                                                                                                                                                                                                                      • Executes a command shell one-liner
                                                                                                                                                                                                                      PID:4848
                                                                                                                                                                                                                      • C:\Windows\System32\Wbem\WMIC.exe
                                                                                                                                                                                                                        wmic csproduct get uuid
                                                                                                                                                                                                                        3⤵
                                                                                                                                                                                                                          PID:7380
                                                                                                                                                                                                                      • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                        cmd /c ver
                                                                                                                                                                                                                        2⤵
                                                                                                                                                                                                                        • Executes a command shell one-liner
                                                                                                                                                                                                                        PID:5124
                                                                                                                                                                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                        powershell -Command (Get-Culture).Name
                                                                                                                                                                                                                        2⤵
                                                                                                                                                                                                                        • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                        PID:4236
                                                                                                                                                                                                                    • C:\Windows\System32\catroot\WindowsSecurity_Provider.exe
                                                                                                                                                                                                                      C:\Windows\System32\catroot\WindowsSecurity_Provider.exe
                                                                                                                                                                                                                      1⤵
                                                                                                                                                                                                                      • Executes dropped EXE
                                                                                                                                                                                                                      PID:5352
                                                                                                                                                                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                        powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                                                                                                                                                                        2⤵
                                                                                                                                                                                                                        • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                        PID:4808
                                                                                                                                                                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                        powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                                                                                                                                                                        2⤵
                                                                                                                                                                                                                          PID:2508
                                                                                                                                                                                                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                          powershell -Command "(Get-WmiObject Win32_NetworkAdapterConfiguration | Where-Object {$_.IPEnabled -eq $true}).MACAddress"
                                                                                                                                                                                                                          2⤵
                                                                                                                                                                                                                          • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                          PID:5588
                                                                                                                                                                                                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                          powershell -Command "(Get-WmiObject Win32_BIOS).SerialNumber"
                                                                                                                                                                                                                          2⤵
                                                                                                                                                                                                                            PID:7136
                                                                                                                                                                                                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                            powershell -Command "(Get-WmiObject Win32_ComputerSystem).Model"
                                                                                                                                                                                                                            2⤵
                                                                                                                                                                                                                              PID:868
                                                                                                                                                                                                                          • C:\Users\Public\Documents\WindowsShell_Manager.exe
                                                                                                                                                                                                                            C:\Users\Public\Documents\WindowsShell_Manager.exe
                                                                                                                                                                                                                            1⤵
                                                                                                                                                                                                                            • Executes dropped EXE
                                                                                                                                                                                                                            PID:5348
                                                                                                                                                                                                                            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                              powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                                                                                                                                                                              2⤵
                                                                                                                                                                                                                                PID:5584
                                                                                                                                                                                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                                                                                                                                                                                2⤵
                                                                                                                                                                                                                                • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                PID:4656
                                                                                                                                                                                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                powershell -Command "(Get-WmiObject Win32_NetworkAdapterConfiguration | Where-Object {$_.IPEnabled -eq $true}).MACAddress"
                                                                                                                                                                                                                                2⤵
                                                                                                                                                                                                                                • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                PID:6732
                                                                                                                                                                                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                powershell -Command "(Get-WmiObject Win32_BIOS).SerialNumber"
                                                                                                                                                                                                                                2⤵
                                                                                                                                                                                                                                • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                PID:6900
                                                                                                                                                                                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                powershell -Command "(Get-WmiObject Win32_ComputerSystem).Model"
                                                                                                                                                                                                                                2⤵
                                                                                                                                                                                                                                  PID:2696
                                                                                                                                                                                                                                • C:\Windows\system32\schtasks.exe
                                                                                                                                                                                                                                  schtasks /create /tn WindowsShell_Manager /tr C:\Windows\L2Schemas\WindowsShell_Experience.exe /sc ONLOGON /rl HIGHEST /f
                                                                                                                                                                                                                                  2⤵
                                                                                                                                                                                                                                  • Scheduled Task/Job: Scheduled Task
                                                                                                                                                                                                                                  PID:4200
                                                                                                                                                                                                                                • C:\Windows\system32\schtasks.exe
                                                                                                                                                                                                                                  schtasks /create /tn WindowsShell_Service /tr C:\ProgramData\Microsoft\Diagnosis\WindowsModules_Install.exe /sc ONLOGON /rl HIGHEST /f
                                                                                                                                                                                                                                  2⤵
                                                                                                                                                                                                                                  • Scheduled Task/Job: Scheduled Task
                                                                                                                                                                                                                                  PID:3036
                                                                                                                                                                                                                                • C:\Windows\system32\schtasks.exe
                                                                                                                                                                                                                                  schtasks /create /tn SecurityCenter_Provider /tr C:\Windows\Globalization\RuntimeBroker_Service.exe /sc ONLOGON /rl HIGHEST /f
                                                                                                                                                                                                                                  2⤵
                                                                                                                                                                                                                                  • Scheduled Task/Job: Scheduled Task
                                                                                                                                                                                                                                  PID:6468
                                                                                                                                                                                                                                • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                  cmd /c "wmic csproduct get uuid"
                                                                                                                                                                                                                                  2⤵
                                                                                                                                                                                                                                  • Executes a command shell one-liner
                                                                                                                                                                                                                                  PID:7128
                                                                                                                                                                                                                                  • C:\Windows\System32\Wbem\WMIC.exe
                                                                                                                                                                                                                                    wmic csproduct get uuid
                                                                                                                                                                                                                                    3⤵
                                                                                                                                                                                                                                      PID:7172
                                                                                                                                                                                                                                  • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                    cmd /c ver
                                                                                                                                                                                                                                    2⤵
                                                                                                                                                                                                                                    • Executes a command shell one-liner
                                                                                                                                                                                                                                    PID:7900
                                                                                                                                                                                                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                    powershell -Command (Get-Culture).Name
                                                                                                                                                                                                                                    2⤵
                                                                                                                                                                                                                                    • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                    PID:6640
                                                                                                                                                                                                                                • C:\Windows\System32\Tasks\Windows\WindowsPush_Installer.exe
                                                                                                                                                                                                                                  C:\Windows\System32\Tasks\Windows\WindowsPush_Installer.exe
                                                                                                                                                                                                                                  1⤵
                                                                                                                                                                                                                                    PID:5876
                                                                                                                                                                                                                                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                      powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                                                                                                                                                                                      2⤵
                                                                                                                                                                                                                                        PID:5212
                                                                                                                                                                                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                        powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                                                                                                                                                                                        2⤵
                                                                                                                                                                                                                                          PID:3304
                                                                                                                                                                                                                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                          powershell -Command "(Get-WmiObject Win32_NetworkAdapterConfiguration | Where-Object {$_.IPEnabled -eq $true}).MACAddress"
                                                                                                                                                                                                                                          2⤵
                                                                                                                                                                                                                                            PID:6172
                                                                                                                                                                                                                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                            powershell -Command "(Get-WmiObject Win32_BIOS).SerialNumber"
                                                                                                                                                                                                                                            2⤵
                                                                                                                                                                                                                                            • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                            PID:6920
                                                                                                                                                                                                                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                            powershell -Command "(Get-WmiObject Win32_ComputerSystem).Model"
                                                                                                                                                                                                                                            2⤵
                                                                                                                                                                                                                                              PID:4928
                                                                                                                                                                                                                                            • C:\Windows\system32\schtasks.exe
                                                                                                                                                                                                                                              schtasks /create /tn RuntimeBroker_Config /tr "C:\ProgramData\Microsoft\Windows\Start Menu\WindowsPush_Service.exe" /sc ONLOGON /rl HIGHEST /f
                                                                                                                                                                                                                                              2⤵
                                                                                                                                                                                                                                              • Scheduled Task/Job: Scheduled Task
                                                                                                                                                                                                                                              PID:6940
                                                                                                                                                                                                                                            • C:\Windows\system32\schtasks.exe
                                                                                                                                                                                                                                              schtasks /create /tn WindowsPush_Checker /tr C:\Windows\System32\Tasks\Windows\BackgroundTransfer_Service.exe /sc ONLOGON /rl HIGHEST /f
                                                                                                                                                                                                                                              2⤵
                                                                                                                                                                                                                                              • Scheduled Task/Job: Scheduled Task
                                                                                                                                                                                                                                              PID:7608
                                                                                                                                                                                                                                            • C:\Windows\system32\schtasks.exe
                                                                                                                                                                                                                                              schtasks /create /tn WindowsShell_Engine /tr C:\Windows\System32\Tasks\Microsoft\WindowsPush_Manager.exe /sc ONLOGON /rl HIGHEST /f
                                                                                                                                                                                                                                              2⤵
                                                                                                                                                                                                                                              • Scheduled Task/Job: Scheduled Task
                                                                                                                                                                                                                                              PID:7952
                                                                                                                                                                                                                                          • C:\Windows\Inf\WindowsDefender_Update.exe
                                                                                                                                                                                                                                            C:\Windows\Inf\WindowsDefender_Update.exe
                                                                                                                                                                                                                                            1⤵
                                                                                                                                                                                                                                              PID:4528
                                                                                                                                                                                                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                                                                                                                                                                                                2⤵
                                                                                                                                                                                                                                                • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                PID:5584
                                                                                                                                                                                                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                                                                                                                                                                                                2⤵
                                                                                                                                                                                                                                                • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                PID:1600
                                                                                                                                                                                                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                powershell -Command "(Get-WmiObject Win32_NetworkAdapterConfiguration | Where-Object {$_.IPEnabled -eq $true}).MACAddress"
                                                                                                                                                                                                                                                2⤵
                                                                                                                                                                                                                                                  PID:6972
                                                                                                                                                                                                                                                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                  powershell -Command "(Get-WmiObject Win32_BIOS).SerialNumber"
                                                                                                                                                                                                                                                  2⤵
                                                                                                                                                                                                                                                    PID:6368
                                                                                                                                                                                                                                                • C:\Users\Public\Documents\Edge_Update_Broker.exe
                                                                                                                                                                                                                                                  C:\Users\Public\Documents\Edge_Update_Broker.exe
                                                                                                                                                                                                                                                  1⤵
                                                                                                                                                                                                                                                    PID:6136
                                                                                                                                                                                                                                                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                      powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                                                                                                                                                                                                      2⤵
                                                                                                                                                                                                                                                        PID:4896
                                                                                                                                                                                                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                        powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                                                                                                                                                                                                        2⤵
                                                                                                                                                                                                                                                          PID:2072
                                                                                                                                                                                                                                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                          powershell -Command "(Get-WmiObject Win32_NetworkAdapterConfiguration | Where-Object {$_.IPEnabled -eq $true}).MACAddress"
                                                                                                                                                                                                                                                          2⤵
                                                                                                                                                                                                                                                            PID:6908
                                                                                                                                                                                                                                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                            powershell -Command "(Get-WmiObject Win32_BIOS).SerialNumber"
                                                                                                                                                                                                                                                            2⤵
                                                                                                                                                                                                                                                              PID:7656
                                                                                                                                                                                                                                                          • C:\Windows\Globalization\WindowsPush_Manager.exe
                                                                                                                                                                                                                                                            C:\Windows\Globalization\WindowsPush_Manager.exe
                                                                                                                                                                                                                                                            1⤵
                                                                                                                                                                                                                                                              PID:4728
                                                                                                                                                                                                                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                                                                                                                                                                                                                2⤵
                                                                                                                                                                                                                                                                  PID:1380
                                                                                                                                                                                                                                                                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                  powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                                                                                                                                                                                                                  2⤵
                                                                                                                                                                                                                                                                    PID:792
                                                                                                                                                                                                                                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                    powershell -Command "(Get-WmiObject Win32_NetworkAdapterConfiguration | Where-Object {$_.IPEnabled -eq $true}).MACAddress"
                                                                                                                                                                                                                                                                    2⤵
                                                                                                                                                                                                                                                                      PID:6812
                                                                                                                                                                                                                                                                  • C:\Program Files\Windows NT\WindowsShell_Service.exe
                                                                                                                                                                                                                                                                    "C:\Program Files\Windows NT\WindowsShell_Service.exe"
                                                                                                                                                                                                                                                                    1⤵
                                                                                                                                                                                                                                                                      PID:4776
                                                                                                                                                                                                                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                        powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                                                                                                                                                                                                                        2⤵
                                                                                                                                                                                                                                                                          PID:4880
                                                                                                                                                                                                                                                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                          powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                                                                                                                                                                                                                          2⤵
                                                                                                                                                                                                                                                                            PID:1600
                                                                                                                                                                                                                                                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                            powershell -Command "(Get-WmiObject Win32_NetworkAdapterConfiguration | Where-Object {$_.IPEnabled -eq $true}).MACAddress"
                                                                                                                                                                                                                                                                            2⤵
                                                                                                                                                                                                                                                                              PID:7012
                                                                                                                                                                                                                                                                          • C:\Users\Public\Documents\ComSurrogate_Service.exe
                                                                                                                                                                                                                                                                            C:\Users\Public\Documents\ComSurrogate_Service.exe
                                                                                                                                                                                                                                                                            1⤵
                                                                                                                                                                                                                                                                              PID:3184
                                                                                                                                                                                                                                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                                powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                                                                                                                                                                                                                                2⤵
                                                                                                                                                                                                                                                                                  PID:4444
                                                                                                                                                                                                                                                                                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                                  powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                                                                                                                                                                                                                                  2⤵
                                                                                                                                                                                                                                                                                  • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                                  PID:4340
                                                                                                                                                                                                                                                                              • C:\Windows\L2Schemas\WindowsPush_Engine.exe
                                                                                                                                                                                                                                                                                C:\Windows\L2Schemas\WindowsPush_Engine.exe
                                                                                                                                                                                                                                                                                1⤵
                                                                                                                                                                                                                                                                                  PID:1416
                                                                                                                                                                                                                                                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                                    powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                                                                                                                                                                                                                                    2⤵
                                                                                                                                                                                                                                                                                      PID:5584
                                                                                                                                                                                                                                                                                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                                      powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                                                                                                                                                                                                                                      2⤵
                                                                                                                                                                                                                                                                                        PID:3748
                                                                                                                                                                                                                                                                                    • C:\Windows\ModemLogs\WindowsLicense_Manager.exe
                                                                                                                                                                                                                                                                                      C:\Windows\ModemLogs\WindowsLicense_Manager.exe
                                                                                                                                                                                                                                                                                      1⤵
                                                                                                                                                                                                                                                                                        PID:5232
                                                                                                                                                                                                                                                                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                                          powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                                                                                                                                                                                                                                          2⤵
                                                                                                                                                                                                                                                                                          • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                                          PID:3120
                                                                                                                                                                                                                                                                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                                          powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                                                                                                                                                                                                                                          2⤵
                                                                                                                                                                                                                                                                                          • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                                          PID:5124
                                                                                                                                                                                                                                                                                      • C:\ProgramData\Microsoft\Crypto\WindowsShell_Provider.exe
                                                                                                                                                                                                                                                                                        C:\ProgramData\Microsoft\Crypto\WindowsShell_Provider.exe
                                                                                                                                                                                                                                                                                        1⤵
                                                                                                                                                                                                                                                                                          PID:3368
                                                                                                                                                                                                                                                                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                                            powershell -Command "(Get-WmiObject Win32_DiskDrive | Measure-Object -Property Size -Sum).Sum / 1GB"
                                                                                                                                                                                                                                                                                            2⤵
                                                                                                                                                                                                                                                                                              PID:3536
                                                                                                                                                                                                                                                                                            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                                              powershell -Command "(Get-WmiObject Win32_ComputerSystem).TotalPhysicalMemory / 1GB"
                                                                                                                                                                                                                                                                                              2⤵
                                                                                                                                                                                                                                                                                              • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                                              PID:2524
                                                                                                                                                                                                                                                                                          • C:\Users\Public\Libraries\RuntimeBroker_Service.exe
                                                                                                                                                                                                                                                                                            C:\Users\Public\Libraries\RuntimeBroker_Service.exe
                                                                                                                                                                                                                                                                                            1⤵
                                                                                                                                                                                                                                                                                              PID:7164
                                                                                                                                                                                                                                                                                            • C:\Windows\Temp\WindowsShell_Installer.exe
                                                                                                                                                                                                                                                                                              C:\Windows\Temp\WindowsShell_Installer.exe
                                                                                                                                                                                                                                                                                              1⤵
                                                                                                                                                                                                                                                                                                PID:4252
                                                                                                                                                                                                                                                                                              • C:\Program Files\Windows NT\WindowsModules_Broker.exe
                                                                                                                                                                                                                                                                                                "C:\Program Files\Windows NT\WindowsModules_Broker.exe"
                                                                                                                                                                                                                                                                                                1⤵
                                                                                                                                                                                                                                                                                                  PID:6336
                                                                                                                                                                                                                                                                                                • C:\ProgramData\Microsoft\Diagnosis\WindowsModules_Install.exe
                                                                                                                                                                                                                                                                                                  C:\ProgramData\Microsoft\Diagnosis\WindowsModules_Install.exe
                                                                                                                                                                                                                                                                                                  1⤵
                                                                                                                                                                                                                                                                                                    PID:7064
                                                                                                                                                                                                                                                                                                  • C:\Windows\Globalization\RuntimeBroker_Service.exe
                                                                                                                                                                                                                                                                                                    C:\Windows\Globalization\RuntimeBroker_Service.exe
                                                                                                                                                                                                                                                                                                    1⤵
                                                                                                                                                                                                                                                                                                      PID:7296
                                                                                                                                                                                                                                                                                                    • C:\Windows\L2Schemas\WindowsShell_Experience.exe
                                                                                                                                                                                                                                                                                                      C:\Windows\L2Schemas\WindowsShell_Experience.exe
                                                                                                                                                                                                                                                                                                      1⤵
                                                                                                                                                                                                                                                                                                        PID:7308
                                                                                                                                                                                                                                                                                                      • C:\ProgramData\Microsoft\Windows\Start Menu\WindowsPush_Service.exe
                                                                                                                                                                                                                                                                                                        "C:\ProgramData\Microsoft\Windows\Start Menu\WindowsPush_Service.exe"
                                                                                                                                                                                                                                                                                                        1⤵
                                                                                                                                                                                                                                                                                                          PID:7116

                                                                                                                                                                                                                                                                                                        Network

                                                                                                                                                                                                                                                                                                              MITRE ATT&CK Enterprise v16

                                                                                                                                                                                                                                                                                                              Replay Monitor

                                                                                                                                                                                                                                                                                                              Loading Replay Monitor...

                                                                                                                                                                                                                                                                                                              Downloads

                                                                                                                                                                                                                                                                                                              WMSDKNS.XML.bak

                                                                                                                                                                                                                                                                                                              • Path C:\Users\Admin\AppData\Local\Microsoft\Windows Media\12.0\WMSDKNS.XML.bak
                                                                                                                                                                                                                                                                                                              • Size 9KB
                                                                                                                                                                                                                                                                                                              • SHA256 cb87767c4a384c24e4a0f88455f59101b1ae7b4fb8de8a5adb4136c5f7ee545b
                                                                                                                                                                                                                                                                                                              • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                                              StartupProfileData-NonInteractive

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

                                                                                                                                                                                                                                                                                                              StartupProfileData-NonInteractive

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

                                                                                                                                                                                                                                                                                                              StartupProfileData-NonInteractive

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

                                                                                                                                                                                                                                                                                                              StartupProfileData-NonInteractive

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

                                                                                                                                                                                                                                                                                                              StartupProfileData-NonInteractive

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

                                                                                                                                                                                                                                                                                                              StartupProfileData-NonInteractive

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

                                                                                                                                                                                                                                                                                                              StartupProfileData-NonInteractive

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

                                                                                                                                                                                                                                                                                                              StartupProfileData-NonInteractive

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

                                                                                                                                                                                                                                                                                                              StartupProfileData-NonInteractive

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

                                                                                                                                                                                                                                                                                                              StartupProfileData-NonInteractive

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

                                                                                                                                                                                                                                                                                                              StartupProfileData-NonInteractive

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

                                                                                                                                                                                                                                                                                                              StartupProfileData-NonInteractive

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

                                                                                                                                                                                                                                                                                                              StartupProfileData-NonInteractive

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

                                                                                                                                                                                                                                                                                                              StartupProfileData-NonInteractive

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

                                                                                                                                                                                                                                                                                                              StartupProfileData-NonInteractive

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

                                                                                                                                                                                                                                                                                                              StartupProfileData-NonInteractive

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

                                                                                                                                                                                                                                                                                                              StartupProfileData-NonInteractive

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

                                                                                                                                                                                                                                                                                                              StartupProfileData-NonInteractive

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

                                                                                                                                                                                                                                                                                                              StartupProfileData-NonInteractive

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

                                                                                                                                                                                                                                                                                                              StartupProfileData-NonInteractive

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

                                                                                                                                                                                                                                                                                                              StartupProfileData-NonInteractive

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

                                                                                                                                                                                                                                                                                                              __PSScriptPolicyTest_bx1bzkov.ery.ps1

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

                                                                                                                                                                                                                                                                                                              WindowsManager_Service.exe

                                                                                                                                                                                                                                                                                                              • Path C:\Windows\Temp\WindowsManager_Service.exe
                                                                                                                                                                                                                                                                                                              • Size 11.2MB
                                                                                                                                                                                                                                                                                                              • SHA256 c5ac2939f0eae52051b2bd1cdc7fa761e1526aacbe81a61263ede5bdd9d5d048
                                                                                                                                                                                                                                                                                                              • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                                              Backup_2025.lnk

                                                                                                                                                                                                                                                                                                              • Path F:\Backup_2025.lnk
                                                                                                                                                                                                                                                                                                              • Size 1KB
                                                                                                                                                                                                                                                                                                              • SHA256 733e419004d911d634f241409a042827eaddf07c7d61c3737a6ff7d45600a79e
                                                                                                                                                                                                                                                                                                              • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                              Project_Files.lnk

                                                                                                                                                                                                                                                                                                              • Path F:\Project_Files.lnk
                                                                                                                                                                                                                                                                                                              • Size 1KB
                                                                                                                                                                                                                                                                                                              • SHA256 3396f70516c4a821856da0e7032716faf1afe927946d4cb0c3bbbecf35a3625b
                                                                                                                                                                                                                                                                                                              • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                                              memory/792-383-0x00000209DC620000-0x00000209DC710000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/864-51-0x00000234F3FA0000-0x00000234F4090000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/944-337-0x0000023569610000-0x0000023569700000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/944-329-0x0000023569300000-0x00000235693B2000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/1324-257-0x000001A0F3770000-0x000001A0F3860000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/1348-405-0x00000252F8670000-0x00000252F8760000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/1348-430-0x000001246B1F0000-0x000001246B2E0000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/1380-368-0x000002772C730000-0x000002772C820000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/1524-224-0x000001CF28F90000-0x000001CF29080000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/1540-77-0x000001D26BE60000-0x000001D26BF50000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/1552-88-0x000002269A260000-0x000002269A350000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/1572-353-0x000001E971D40000-0x000001E971E30000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/1600-348-0x000002F632600000-0x000002F6326F0000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/1600-399-0x000001DDFB590000-0x000001DDFB680000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/1972-241-0x0000014F7FAE0000-0x0000014F7FBD0000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/2000-182-0x0000027DC9ED0000-0x0000027DC9FC0000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/2072-350-0x000002B529990000-0x000002B529A80000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/2260-147-0x00000259EDD40000-0x00000259EDE30000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/2508-315-0x00000279A7690000-0x00000279A7780000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/2508-33-0x000001EE3C900000-0x000001EE3C9F0000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/2524-437-0x000002494DE30000-0x000002494DF20000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/2560-424-0x000001E567460000-0x000001E567550000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/2584-173-0x000001B97B700000-0x000001B97B7F0000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/2608-154-0x0000017047DB0000-0x0000017047EA0000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/2612-298-0x000001EBF33A0000-0x000001EBF3490000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/2752-163-0x0000016F73AD0000-0x0000016F73BC0000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/2860-339-0x00000288FC330000-0x00000288FC420000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/2980-103-0x000001D02A920000-0x000001D02AA10000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/3136-110-0x00000195F0360000-0x00000195F0450000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/3200-215-0x00000295A2670000-0x00000295A2760000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/3200-213-0x00000295A2460000-0x00000295A2512000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/3304-278-0x00000219E3CF0000-0x00000219E3DE0000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/3500-377-0x000001B573A60000-0x000001B573B50000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/3788-447-0x000001A555120000-0x000001A555210000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/4064-56-0x000001721ED10000-0x000001721EE00000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/4100-61-0x0000027DD3770000-0x0000027DD3860000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/4140-17-0x00000168FB330000-0x00000168FB420000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/4340-409-0x0000028E3FD50000-0x0000028E3FE40000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/4368-46-0x000001BB1A380000-0x000001BB1A470000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/4444-401-0x0000023F60C40000-0x0000023F60D30000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/4448-235-0x000002AE49300000-0x000002AE493F0000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/4512-28-0x000002327D3B0000-0x000002327D4A0000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/4656-250-0x0000029667790000-0x0000029667880000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/4808-23-0x000001E2E1D60000-0x000001E2E1E50000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/4808-294-0x000002AF9D5D0000-0x000002AF9D6C0000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/4880-385-0x00000206AF6A0000-0x00000206AF790000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/4896-331-0x000001436B830000-0x000001436B920000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/4908-142-0x00000222B1E60000-0x00000222B1F50000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/4968-221-0x000002B82D300000-0x000002B82D3F0000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5064-317-0x00000171C8CF0000-0x00000171C8DE0000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5212-264-0x000001485F770000-0x000001485F860000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5256-10-0x000001E0AA480000-0x000001E0AA570000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5256-18-0x00007FFA56000000-0x00007FFA569A4000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5256-3-0x000001E0AA1D0000-0x000001E0AA1F2000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5256-0-0x00007FFA5618F000-0x00007FFA56190000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5256-4-0x00007FFA56000000-0x00007FFA569A4000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5256-11-0x00007FFA56000000-0x00007FFA569A4000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5256-5-0x00007FFA56000000-0x00007FFA569A4000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5256-432-0x000001BB41570000-0x000001BB41660000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5256-8-0x00007FFA56000000-0x00007FFA569A4000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5256-7-0x00007FFA56000000-0x00007FFA569A4000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5256-6-0x00007FFA56000000-0x00007FFA569A4000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5256-12-0x00007FFA56000000-0x00007FFA569A4000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5256-433-0x00007FFA56000000-0x00007FFA569A4000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5336-391-0x000002577D160000-0x000002577D250000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5472-455-0x0000015BBB810000-0x0000015BBB900000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5548-72-0x000002857A970000-0x000002857AA60000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5584-218-0x000002631E540000-0x000002631E630000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5584-326-0x000001C631A30000-0x000001C631B20000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5604-240-0x0000021C71EA0000-0x0000021C71F90000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5656-451-0x0000022E63760000-0x0000022E63850000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5668-462-0x00000206EFDA0000-0x00000206EFE90000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5736-98-0x000002692F590000-0x000002692F5B4000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5736-97-0x000002692F590000-0x000002692F5BA000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5736-93-0x000002692EF30000-0x000002692EF3A000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5736-100-0x000002692F590000-0x000002692F680000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5736-92-0x000002692F250000-0x000002692F302000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5736-91-0x000002692EF00000-0x000002692EF1E000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5752-472-0x000001ED19E20000-0x000001ED19F10000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5912-449-0x000001F359480000-0x000001F359570000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/5944-443-0x000002DFFB0E0000-0x000002DFFB1D0000-memory.dmp

                                                                                                                                                                                                                                                                                                              memory/6040-393-0x000001D1EFB20000-0x000001D1EFC10000-memory.dmp