Resubmissions

05/08/2026, 00:30

260805-atlgnaba278

05/08/2026, 00:07

260805-aer1wstdmf8

Analysis

  • user interaction
    yes
  • max time kernel
    54s
  • max time network
    61s
  • platform
    windows10-2004_x64
  • resource
    win10v2004-20260513-en
  • resource tags

    arch:x64arch:x86image:win10v2004-20260513-enlocale:en-usos:windows10-2004-x64systemwindows
  • submitted
    05/08/2026, 00:07

General

  • Target
    LostInWinter Setup 2.1.1.exe
  • Size 85.9MB
  • Sample260805-aer1wstdmf
  • SHA256 b1d3214d094f13957cf4cfaa04f6cbd5d621ddc5f4aee5a64d686740f063c76e
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

  • Command and Scripting Interpreter: PowerShell 1 TTPs 55 IoCs

    Run Powershell to get system information as a root user.

  • Modifies Windows Firewall 2 TTPs 2 IoCs
  • Executes dropped EXE 3 IoCs
  • Loads dropped DLL 17 IoCs
  • Reads user/profile data of web browsers 3 TTPs

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

  • Checks installed software on the system 1 TTPs

    Looks up Uninstall key entries in the registry to enumerate software on the system.

  • Looks up external IP address via web service 1 TTPs 1 IoCs

    Uses a legitimate IP lookup service to find the infected system's external IP.

  • Obfuscated Files or Information: Command Obfuscation 1 TTPs

    Adversaries may obfuscate content during command execution to impede detection.

  • Discovers running processes 1 TTPs 1 IoCs

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

  • Hide Artifacts: Ignore Process Interrupts 1 TTPs 2 IoCs

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

  • Enumerates physical storage devices 1 TTPs

    Attempts to interact with connected storage/optical drive(s).

  • Event Triggered Execution: Netsh Helper DLL 1 TTPs 6 IoCs

    Netsh.exe (also referred to as Netshell) is a command-line scripting utility used to interact with the network configuration of a system.

  • Executes a command shell one-liner 1 TTPs 64 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.

  • System Network Configuration Discovery: Wi-Fi Discovery 1 TTPs 8 IoCs

    Adversaries may search for information about Wi-Fi networks, such as network names and passwords, on compromised systems.

  • Gathers network information 2 TTPs 1 IoCs

    Uses commandline utility to view network configuration.

  • Kills process with taskkill 36 IoCs
  • Runs net.exe
  • Suspicious behavior: EnumeratesProcesses 18 IoCs
  • Suspicious use of AdjustPrivilegeToken 53 IoCs
  • Suspicious use of SetWindowsHookEx 1 IoCs
  • Suspicious use of WriteProcessMemory 55 IoCs

Processes

  • C:\Users\Admin\AppData\Local\Temp\LostInWinter Setup 2.1.1.exe
    "C:\Users\Admin\AppData\Local\Temp\LostInWinter Setup 2.1.1.exe"
    1⤵
    • Loads dropped DLL
    • System Location Discovery: System Language Discovery
    • Suspicious behavior: EnumeratesProcesses
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of WriteProcessMemory
    PID:3988
    • C:\Windows\SysWOW64\cmd.exe
      "C:\Windows\system32\cmd.exe" /c tasklist /FI "USERNAME eq %USERNAME%" /FI "IMAGENAME eq LostInWinter.exe" /FO csv | "C:\Windows\system32\find.exe" "LostInWinter.exe"
      2⤵
      • System Location Discovery: System Language Discovery
      • Suspicious use of WriteProcessMemory
      PID:3512
      • C:\Windows\SysWOW64\tasklist.exe
        tasklist /FI "USERNAME eq Admin" /FI "IMAGENAME eq LostInWinter.exe" /FO csv
        3⤵
        • Discovers running processes
        • System Location Discovery: System Language Discovery
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious use of AdjustPrivilegeToken
        PID:2504
      • C:\Windows\SysWOW64\find.exe
        "C:\Windows\system32\find.exe" "LostInWinter.exe"
        3⤵
        • System Location Discovery: System Language Discovery
        PID:3364
  • C:\Users\Admin\AppData\Local\Programs\lostinwinter\LostInWinter.exe
    "C:\Users\Admin\AppData\Local\Programs\lostinwinter\LostInWinter.exe"
    1⤵
    • Executes dropped EXE
    • Loads dropped DLL
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of WriteProcessMemory
    PID:2168
    • C:\Windows\system32\cmd.exe
      C:\Windows\system32\cmd.exe /d /s /c "chcp"
      2⤵
      • Executes a command shell one-liner
      • Suspicious use of WriteProcessMemory
      PID:4944
      • C:\Windows\system32\chcp.com
        chcp
        3⤵
          PID:1948
      • C:\Windows\system32\cmd.exe
        C:\Windows\system32\cmd.exe /d /s /c "netsh wlan show profiles"
        2⤵
        • System Network Configuration Discovery: Wi-Fi Discovery
        • Suspicious use of WriteProcessMemory
        PID:4716
        • C:\Windows\system32\netsh.exe
          netsh wlan show profiles
          3⤵
          • Event Triggered Execution: Netsh Helper DLL
          • System Network Configuration Discovery: Wi-Fi Discovery
          PID:4124
      • C:\Windows\system32\cmd.exe
        C:\Windows\system32\cmd.exe /d /s /c "wmic /namespace:\\root\SecurityCenter2 path AntiVirusProduct get displayName,productState,instanceGuid /format:list"
        2⤵
        • Suspicious use of WriteProcessMemory
        PID:1632
        • C:\Windows\System32\Wbem\WMIC.exe
          wmic /namespace:\\root\SecurityCenter2 path AntiVirusProduct get displayName,productState,instanceGuid /format:list
          3⤵
          • Suspicious use of AdjustPrivilegeToken
          PID:4040
      • C:\Windows\system32\cmd.exe
        C:\Windows\system32\cmd.exe /d /s /c "powershell -NoProfile -Command "Get-MpComputerStatus | ConvertTo-Json -Depth 10""
        2⤵
        • Suspicious use of WriteProcessMemory
        PID:3776
        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
          powershell -NoProfile -Command "Get-MpComputerStatus | ConvertTo-Json -Depth 10"
          3⤵
          • Command and Scripting Interpreter: PowerShell
          • Suspicious behavior: EnumeratesProcesses
          • Suspicious use of AdjustPrivilegeToken
          PID:5048
      • C:\Windows\system32\cmd.exe
        C:\Windows\system32\cmd.exe /d /s /c "openssl version"
        2⤵
          PID:1720
        • C:\Windows\system32\cmd.exe
          C:\Windows\system32\cmd.exe /d /s /c "npm -v"
          2⤵
          • Executes a command shell one-liner
          PID:2256
        • C:\Windows\system32\cmd.exe
          C:\Windows\system32\cmd.exe /d /s /c "pm2.cmd -v"
          2⤵
            PID:4136
          • C:\Windows\system32\cmd.exe
            C:\Windows\system32\cmd.exe /d /s /c "yarn --version"
            2⤵
              PID:1984
            • C:\Windows\system32\cmd.exe
              C:\Windows\system32\cmd.exe /d /s /c "gulp.cmd --version"
              2⤵
                PID:1368
              • C:\Windows\system32\cmd.exe
                C:\Windows\system32\cmd.exe /d /s /c "brew --version"
                2⤵
                • Executes a command shell one-liner
                PID:1028
              • C:\Windows\system32\cmd.exe
                C:\Windows\system32\cmd.exe /d /s /c "tsc.cmd --version"
                2⤵
                • Executes a command shell one-liner
                PID:2300
              • C:\Windows\system32\cmd.exe
                C:\Windows\system32\cmd.exe /d /s /c "grunt.cmd --version"
                2⤵
                  PID:1032
                • C:\Windows\system32\cmd.exe
                  C:\Windows\system32\cmd.exe /d /s /c "git --version"
                  2⤵
                  • Executes a command shell one-liner
                  PID:4324
                • C:\Windows\system32\cmd.exe
                  C:\Windows\system32\cmd.exe /d /s /c "apachectl -v 2>&1"
                  2⤵
                  • Executes a command shell one-liner
                  PID:1456
                • C:\Windows\system32\cmd.exe
                  C:\Windows\system32\cmd.exe /d /s /c "nginx -v 2>&1"
                  2⤵
                    PID:1664
                  • C:\Windows\system32\cmd.exe
                    C:\Windows\system32\cmd.exe /d /s /c "mysql -V"
                    2⤵
                      PID:2924
                    • C:\Windows\system32\cmd.exe
                      C:\Windows\system32\cmd.exe /d /s /c "php -v"
                      2⤵
                      • Executes a command shell one-liner
                      PID:2260
                    • C:\Windows\system32\cmd.exe
                      C:\Windows\system32\cmd.exe /d /s /c "redis-server --version"
                      2⤵
                      • Executes a command shell one-liner
                      PID:2124
                    • C:\Windows\system32\cmd.exe
                      C:\Windows\system32\cmd.exe /d /s /c "docker --version"
                      2⤵
                      • Executes a command shell one-liner
                      PID:912
                    • C:\Windows\system32\cmd.exe
                      C:\Windows\system32\cmd.exe /d /s /c "postconf -d | grep mail_version"
                      2⤵
                      • Executes a command shell one-liner
                      PID:4672
                    • C:\Windows\system32\cmd.exe
                      C:\Windows\system32\cmd.exe /d /s /c "mongod --version"
                      2⤵
                        PID:820
                      • C:\Windows\system32\cmd.exe
                        C:\Windows\system32\cmd.exe /d /s /c "perl -v"
                        2⤵
                        • Executes a command shell one-liner
                        PID:2128
                      • C:\Windows\system32\cmd.exe
                        C:\Windows\system32\cmd.exe /d /s /c "python -V 2>&1"
                        2⤵
                          PID:4992
                        • C:\Windows\system32\cmd.exe
                          C:\Windows\system32\cmd.exe /d /s /c "python3 -V 2>&1"
                          2⤵
                            PID:2460
                          • C:\Windows\system32\cmd.exe
                            C:\Windows\system32\cmd.exe /d /s /c "pip -V 2>&1"
                            2⤵
                              PID:520
                            • C:\Windows\system32\cmd.exe
                              C:\Windows\system32\cmd.exe /d /s /c "pip3 -V 2>&1"
                              2⤵
                                PID:4860
                              • C:\Windows\system32\cmd.exe
                                C:\Windows\system32\cmd.exe /d /s /c "java -version 2>&1"
                                2⤵
                                • Suspicious use of WriteProcessMemory
                                PID:1308
                                • C:\Program Files (x86)\Common Files\Oracle\Java\javapath\java.exe
                                  java -version
                                  3⤵
                                  • Suspicious use of SetWindowsHookEx
                                  PID:5796
                              • C:\Windows\system32\cmd.exe
                                C:\Windows\system32\cmd.exe /d /s /c "gcc -dumpversion"
                                2⤵
                                • Executes a command shell one-liner
                                PID:1792
                              • C:\Windows\system32\cmd.exe
                                C:\Windows\system32\cmd.exe /d /s /c ""undefined\VBoxManage.exe" -v 2>&1"
                                2⤵
                                  PID:2408
                                • C:\Windows\system32\cmd.exe
                                  C:\Windows\system32\cmd.exe /d /s /c "bash --version"
                                  2⤵
                                    PID:3888
                                  • C:\Windows\system32\cmd.exe
                                    C:\Windows\system32\cmd.exe /d /s /c "zsh --version"
                                    2⤵
                                    • Executes a command shell one-liner
                                    PID:640
                                  • C:\Windows\system32\cmd.exe
                                    C:\Windows\system32\cmd.exe /d /s /c "fish --version"
                                    2⤵
                                      PID:3752
                                    • C:\Windows\system32\cmd.exe
                                      C:\Windows\system32\cmd.exe /d /s /c "bun -v"
                                      2⤵
                                        PID:208
                                      • C:\Windows\system32\cmd.exe
                                        C:\Windows\system32\cmd.exe /d /s /c "deno -v"
                                        2⤵
                                          PID:3096
                                        • C:\Windows\system32\cmd.exe
                                          C:\Windows\system32\cmd.exe /d /s /c "node -v"
                                          2⤵
                                          • Executes a command shell one-liner
                                          PID:3936
                                        • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                          C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Get-CimInstance Win32_Service | select caption | fl"
                                          2⤵
                                          • Command and Scripting Interpreter: PowerShell
                                          • Suspicious behavior: EnumeratesProcesses
                                          • Suspicious use of AdjustPrivilegeToken
                                          PID:1228
                                        • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                          C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command $PSVersionTable
                                          2⤵
                                          • Command and Scripting Interpreter: PowerShell
                                          • Suspicious behavior: EnumeratesProcesses
                                          • Suspicious use of AdjustPrivilegeToken
                                          PID:1392
                                        • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                          C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "gci \"HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP\" -recurse | gp -name Version,Release -EA 0 | where { $_.PSChildName -match \"^(?!S)\p{L}\"} | select PSChildName, Version, Release"
                                          2⤵
                                          • Command and Scripting Interpreter: PowerShell
                                          • Suspicious behavior: EnumeratesProcesses
                                          • Suspicious use of AdjustPrivilegeToken
                                          PID:3368
                                        • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                          C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Get-CimInstance Win32_Process | select-Object ProcessId,ParentProcessId,ExecutionState,Caption,CommandLine,ExecutablePath,UserModeTime,KernelModeTime,WorkingSetSize,Priority,PageFileUsage, @{n=\"CreationDate\";e={$_.CreationDate.ToString(\"yyyy-MM-dd HH:mm:ss\")}} | fl"
                                          2⤵
                                          • Command and Scripting Interpreter: PowerShell
                                          • Suspicious behavior: EnumeratesProcesses
                                          • Suspicious use of AdjustPrivilegeToken
                                          PID:3748
                                        • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                          C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Get-CimInstance Win32_Process | select-Object ProcessId,ParentProcessId,ExecutionState,Caption,CommandLine,ExecutablePath,UserModeTime,KernelModeTime,WorkingSetSize,Priority,PageFileUsage, @{n=\"CreationDate\";e={$_.CreationDate.ToString(\"yyyy-MM-dd HH:mm:ss\")}} | fl"
                                          2⤵
                                          • Command and Scripting Interpreter: PowerShell
                                          • Suspicious behavior: EnumeratesProcesses
                                          • Suspicious use of AdjustPrivilegeToken
                                          PID:4140
                                        • C:\Windows\system32\cmd.exe
                                          C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM chrome.exe"
                                          2⤵
                                          • Executes a command shell one-liner
                                          • Suspicious use of WriteProcessMemory
                                          PID:1012
                                          • C:\Windows\system32\taskkill.exe
                                            taskkill /F /IM chrome.exe
                                            3⤵
                                            • Kills process with taskkill
                                            • Suspicious use of AdjustPrivilegeToken
                                            PID:5804
                                        • C:\Users\Admin\AppData\Local\Programs\lostinwinter\LostInWinter.exe
                                          "C:\Users\Admin\AppData\Local\Programs\lostinwinter\LostInWinter.exe" --type=gpu-process --user-data-dir="C:\Users\Admin\AppData\Roaming\lostinwinter" --gpu-preferences=WAAAAAAAAADgAAAMAAAAAAAAAAAAAAAAAABgAAAAAAA4AAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAYAAAAAAAAAAgAAAAAAAAACAAAAAAAAAAIAAAAAAAAAA== --mojo-platform-channel-handle=2592 --field-trial-handle=2596,i,17874308681287658515,16196722869359860792,262144 --disable-features=SpareRendererForSitePerProcess,WinDelaySpellcheckServiceInit,WinRetrieveSuggestionsOnlyOnDemand /prefetch:2
                                          2⤵
                                          • Executes dropped EXE
                                          • Loads dropped DLL
                                          PID:1076
                                        • C:\Users\Admin\AppData\Local\Programs\lostinwinter\LostInWinter.exe
                                          "C:\Users\Admin\AppData\Local\Programs\lostinwinter\LostInWinter.exe" --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --user-data-dir="C:\Users\Admin\AppData\Roaming\lostinwinter" --mojo-platform-channel-handle=3048 --field-trial-handle=2596,i,17874308681287658515,16196722869359860792,262144 --disable-features=SpareRendererForSitePerProcess,WinDelaySpellcheckServiceInit,WinRetrieveSuggestionsOnlyOnDemand /prefetch:8
                                          2⤵
                                          • Executes dropped EXE
                                          • Loads dropped DLL
                                          PID:5128
                                        • C:\Windows\system32\cmd.exe
                                          C:\Windows\system32\cmd.exe /d /s /c "netsh wlan show profiles"
                                          2⤵
                                          • Executes a command shell one-liner
                                          • System Network Configuration Discovery: Wi-Fi Discovery
                                          • Suspicious use of WriteProcessMemory
                                          PID:5684
                                          • C:\Windows\system32\netsh.exe
                                            netsh wlan show profiles
                                            3⤵
                                            • Event Triggered Execution: Netsh Helper DLL
                                            • System Network Configuration Discovery: Wi-Fi Discovery
                                            PID:6048
                                        • C:\Windows\system32\cmd.exe
                                          C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM msedge.exe"
                                          2⤵
                                          • Executes a command shell one-liner
                                          PID:5316
                                          • C:\Windows\system32\taskkill.exe
                                            taskkill /F /IM msedge.exe
                                            3⤵
                                            • Kills process with taskkill
                                            PID:4792
                                        • C:\Windows\system32\cmd.exe
                                          C:\Windows\system32\cmd.exe /d /s /c "gcc --version"
                                          2⤵
                                          • Executes a command shell one-liner
                                          PID:5176
                                        • C:\Windows\system32\cmd.exe
                                          C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM brave.exe"
                                          2⤵
                                            PID:2516
                                            • C:\Windows\system32\taskkill.exe
                                              taskkill /F /IM brave.exe
                                              3⤵
                                              • Kills process with taskkill
                                              PID:5248
                                          • C:\Windows\system32\cmd.exe
                                            C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM firefox.exe"
                                            2⤵
                                              PID:5292
                                              • C:\Windows\system32\taskkill.exe
                                                taskkill /F /IM firefox.exe
                                                3⤵
                                                • Kills process with taskkill
                                                PID:980
                                            • C:\Windows\system32\cmd.exe
                                              C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM opera.exe"
                                              2⤵
                                                PID:4964
                                                • C:\Windows\system32\taskkill.exe
                                                  taskkill /F /IM opera.exe
                                                  3⤵
                                                  • Kills process with taskkill
                                                  PID:2120
                                              • C:\Windows\system32\cmd.exe
                                                C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM kometa.exe"
                                                2⤵
                                                  PID:1104
                                                  • C:\Windows\system32\taskkill.exe
                                                    taskkill /F /IM kometa.exe
                                                    3⤵
                                                    • Kills process with taskkill
                                                    PID:440
                                                • C:\Windows\system32\cmd.exe
                                                  C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM orbitum.exe"
                                                  2⤵
                                                    PID:5452
                                                    • C:\Windows\system32\taskkill.exe
                                                      taskkill /F /IM orbitum.exe
                                                      3⤵
                                                      • Kills process with taskkill
                                                      PID:5080
                                                  • C:\Windows\system32\cmd.exe
                                                    C:\Windows\system32\cmd.exe /d /s /c "openssl version"
                                                    2⤵
                                                      PID:876
                                                    • C:\Windows\system32\cmd.exe
                                                      C:\Windows\system32\cmd.exe /d /s /c "npm -v"
                                                      2⤵
                                                        PID:5560
                                                      • C:\Windows\system32\cmd.exe
                                                        C:\Windows\system32\cmd.exe /d /s /c "pm2.cmd -v"
                                                        2⤵
                                                          PID:5520
                                                        • C:\Windows\system32\cmd.exe
                                                          C:\Windows\system32\cmd.exe /d /s /c "yarn --version"
                                                          2⤵
                                                            PID:5268
                                                          • C:\Windows\system32\cmd.exe
                                                            C:\Windows\system32\cmd.exe /d /s /c "gulp.cmd --version"
                                                            2⤵
                                                              PID:1580
                                                            • C:\Windows\system32\cmd.exe
                                                              C:\Windows\system32\cmd.exe /d /s /c "brew --version"
                                                              2⤵
                                                                PID:5820
                                                              • C:\Windows\system32\cmd.exe
                                                                C:\Windows\system32\cmd.exe /d /s /c "tsc.cmd --version"
                                                                2⤵
                                                                  PID:5828
                                                                • C:\Windows\system32\cmd.exe
                                                                  C:\Windows\system32\cmd.exe /d /s /c "grunt.cmd --version"
                                                                  2⤵
                                                                  • Executes a command shell one-liner
                                                                  PID:5836
                                                                • C:\Windows\system32\cmd.exe
                                                                  C:\Windows\system32\cmd.exe /d /s /c "git --version"
                                                                  2⤵
                                                                    PID:5848
                                                                  • C:\Windows\system32\cmd.exe
                                                                    C:\Windows\system32\cmd.exe /d /s /c "apachectl -v 2>&1"
                                                                    2⤵
                                                                    • Executes a command shell one-liner
                                                                    PID:5408
                                                                  • C:\Windows\system32\cmd.exe
                                                                    C:\Windows\system32\cmd.exe /d /s /c "nginx -v 2>&1"
                                                                    2⤵
                                                                      PID:1684
                                                                    • C:\Windows\system32\cmd.exe
                                                                      C:\Windows\system32\cmd.exe /d /s /c "mysql -V"
                                                                      2⤵
                                                                      • Executes a command shell one-liner
                                                                      PID:3652
                                                                    • C:\Windows\system32\cmd.exe
                                                                      C:\Windows\system32\cmd.exe /d /s /c "php -v"
                                                                      2⤵
                                                                        PID:5876
                                                                      • C:\Windows\system32\cmd.exe
                                                                        C:\Windows\system32\cmd.exe /d /s /c "redis-server --version"
                                                                        2⤵
                                                                          PID:5884
                                                                        • C:\Windows\system32\cmd.exe
                                                                          C:\Windows\system32\cmd.exe /d /s /c "docker --version"
                                                                          2⤵
                                                                            PID:5892
                                                                          • C:\Windows\system32\cmd.exe
                                                                            C:\Windows\system32\cmd.exe /d /s /c "postconf -d | grep mail_version"
                                                                            2⤵
                                                                              PID:5908
                                                                            • C:\Windows\system32\cmd.exe
                                                                              C:\Windows\system32\cmd.exe /d /s /c "mongod --version"
                                                                              2⤵
                                                                                PID:5932
                                                                              • C:\Windows\system32\cmd.exe
                                                                                C:\Windows\system32\cmd.exe /d /s /c "perl -v"
                                                                                2⤵
                                                                                  PID:5940
                                                                                • C:\Windows\system32\cmd.exe
                                                                                  C:\Windows\system32\cmd.exe /d /s /c "python -V 2>&1"
                                                                                  2⤵
                                                                                    PID:5956
                                                                                  • C:\Windows\system32\cmd.exe
                                                                                    C:\Windows\system32\cmd.exe /d /s /c "python3 -V 2>&1"
                                                                                    2⤵
                                                                                      PID:5964
                                                                                    • C:\Windows\system32\cmd.exe
                                                                                      C:\Windows\system32\cmd.exe /d /s /c "pip -V 2>&1"
                                                                                      2⤵
                                                                                        PID:5976
                                                                                      • C:\Windows\system32\cmd.exe
                                                                                        C:\Windows\system32\cmd.exe /d /s /c "pip3 -V 2>&1"
                                                                                        2⤵
                                                                                          PID:5980
                                                                                        • C:\Windows\system32\cmd.exe
                                                                                          C:\Windows\system32\cmd.exe /d /s /c "java -version 2>&1"
                                                                                          2⤵
                                                                                            PID:5992
                                                                                            • C:\Program Files (x86)\Common Files\Oracle\Java\javapath\java.exe
                                                                                              java -version
                                                                                              3⤵
                                                                                                PID:2304
                                                                                            • C:\Windows\system32\cmd.exe
                                                                                              C:\Windows\system32\cmd.exe /d /s /c "gcc -dumpversion"
                                                                                              2⤵
                                                                                                PID:6008
                                                                                              • C:\Windows\system32\cmd.exe
                                                                                                C:\Windows\system32\cmd.exe /d /s /c ""undefined\VBoxManage.exe" -v 2>&1"
                                                                                                2⤵
                                                                                                • Executes a command shell one-liner
                                                                                                PID:6016
                                                                                              • C:\Windows\system32\cmd.exe
                                                                                                C:\Windows\system32\cmd.exe /d /s /c "bash --version"
                                                                                                2⤵
                                                                                                • Executes a command shell one-liner
                                                                                                PID:6024
                                                                                              • C:\Windows\system32\cmd.exe
                                                                                                C:\Windows\system32\cmd.exe /d /s /c "zsh --version"
                                                                                                2⤵
                                                                                                  PID:6040
                                                                                                • C:\Windows\system32\cmd.exe
                                                                                                  C:\Windows\system32\cmd.exe /d /s /c "fish --version"
                                                                                                  2⤵
                                                                                                    PID:5912
                                                                                                  • C:\Windows\system32\cmd.exe
                                                                                                    C:\Windows\system32\cmd.exe /d /s /c "bun -v"
                                                                                                    2⤵
                                                                                                      PID:6044
                                                                                                    • C:\Windows\system32\cmd.exe
                                                                                                      C:\Windows\system32\cmd.exe /d /s /c "deno -v"
                                                                                                      2⤵
                                                                                                        PID:5808
                                                                                                      • C:\Windows\system32\cmd.exe
                                                                                                        C:\Windows\system32\cmd.exe /d /s /c "node -v"
                                                                                                        2⤵
                                                                                                        • Executes a command shell one-liner
                                                                                                        PID:5860
                                                                                                      • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                        C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Get-CimInstance Win32_Service | select caption | fl"
                                                                                                        2⤵
                                                                                                        • Command and Scripting Interpreter: PowerShell
                                                                                                        PID:5480
                                                                                                      • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                        C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command $PSVersionTable
                                                                                                        2⤵
                                                                                                        • Command and Scripting Interpreter: PowerShell
                                                                                                        PID:5444
                                                                                                      • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                        C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "gci \"HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP\" -recurse | gp -name Version,Release -EA 0 | where { $_.PSChildName -match \"^(?!S)\p{L}\"} | select PSChildName, Version, Release"
                                                                                                        2⤵
                                                                                                        • Command and Scripting Interpreter: PowerShell
                                                                                                        PID:4660
                                                                                                      • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                        C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Get-CimInstance Win32_Process | select-Object ProcessId,ParentProcessId,ExecutionState,Caption,CommandLine,ExecutablePath,UserModeTime,KernelModeTime,WorkingSetSize,Priority,PageFileUsage, @{n=\"CreationDate\";e={$_.CreationDate.ToString(\"yyyy-MM-dd HH:mm:ss\")}} | fl"
                                                                                                        2⤵
                                                                                                        • Command and Scripting Interpreter: PowerShell
                                                                                                        PID:2988
                                                                                                      • C:\Windows\system32\cmd.exe
                                                                                                        C:\Windows\system32\cmd.exe /d /s /c "wmic /namespace:\\root\SecurityCenter2 path AntiVirusProduct get displayName,productState,instanceGuid /format:list"
                                                                                                        2⤵
                                                                                                          PID:2636
                                                                                                          • C:\Windows\System32\Wbem\WMIC.exe
                                                                                                            wmic /namespace:\\root\SecurityCenter2 path AntiVirusProduct get displayName,productState,instanceGuid /format:list
                                                                                                            3⤵
                                                                                                              PID:6160
                                                                                                          • C:\Windows\system32\cmd.exe
                                                                                                            C:\Windows\system32\cmd.exe /d /s /c "powershell -NoProfile -Command "Get-MpComputerStatus | ConvertTo-Json -Depth 10""
                                                                                                            2⤵
                                                                                                            • Executes a command shell one-liner
                                                                                                            PID:6456
                                                                                                            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                              powershell -NoProfile -Command "Get-MpComputerStatus | ConvertTo-Json -Depth 10"
                                                                                                              3⤵
                                                                                                              • Command and Scripting Interpreter: PowerShell
                                                                                                              PID:6516
                                                                                                          • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                            C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Get-CimInstance Win32_Process | select-Object ProcessId,ParentProcessId,ExecutionState,Caption,CommandLine,ExecutablePath,UserModeTime,KernelModeTime,WorkingSetSize,Priority,PageFileUsage, @{n=\"CreationDate\";e={$_.CreationDate.ToString(\"yyyy-MM-dd HH:mm:ss\")}} | fl"
                                                                                                            2⤵
                                                                                                            • Command and Scripting Interpreter: PowerShell
                                                                                                            PID:6692
                                                                                                          • C:\Windows\system32\cmd.exe
                                                                                                            C:\Windows\system32\cmd.exe /d /s /c "wmic /namespace:\\root\SecurityCenter2 path AntiVirusProduct get displayName,productState,instanceGuid /format:list"
                                                                                                            2⤵
                                                                                                              PID:6700
                                                                                                              • C:\Windows\System32\Wbem\WMIC.exe
                                                                                                                wmic /namespace:\\root\SecurityCenter2 path AntiVirusProduct get displayName,productState,instanceGuid /format:list
                                                                                                                3⤵
                                                                                                                  PID:6808
                                                                                                              • C:\Windows\system32\cmd.exe
                                                                                                                C:\Windows\system32\cmd.exe /d /s /c "powershell -NoProfile -Command "Get-MpComputerStatus | ConvertTo-Json -Depth 10""
                                                                                                                2⤵
                                                                                                                  PID:6976
                                                                                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                    powershell -NoProfile -Command "Get-MpComputerStatus | ConvertTo-Json -Depth 10"
                                                                                                                    3⤵
                                                                                                                    • Command and Scripting Interpreter: PowerShell
                                                                                                                    PID:7032
                                                                                                                • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                  C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Get-CimInstance Win32_Process | select-Object ProcessId,ParentProcessId,ExecutionState,Caption,CommandLine,ExecutablePath,UserModeTime,KernelModeTime,WorkingSetSize,Priority,PageFileUsage, @{n=\"CreationDate\";e={$_.CreationDate.ToString(\"yyyy-MM-dd HH:mm:ss\")}} | fl"
                                                                                                                  2⤵
                                                                                                                  • Command and Scripting Interpreter: PowerShell
                                                                                                                  PID:6052
                                                                                                                • C:\Windows\system32\cmd.exe
                                                                                                                  C:\Windows\system32\cmd.exe /d /s /c "gcc --version"
                                                                                                                  2⤵
                                                                                                                    PID:1344
                                                                                                                  • C:\Windows\system32\cmd.exe
                                                                                                                    C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM centbrowser.exe"
                                                                                                                    2⤵
                                                                                                                    • Executes a command shell one-liner
                                                                                                                    PID:456
                                                                                                                    • C:\Windows\system32\taskkill.exe
                                                                                                                      taskkill /F /IM centbrowser.exe
                                                                                                                      3⤵
                                                                                                                      • Kills process with taskkill
                                                                                                                      PID:2128
                                                                                                                  • C:\Windows\system32\cmd.exe
                                                                                                                    C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM 7star.exe"
                                                                                                                    2⤵
                                                                                                                    • Executes a command shell one-liner
                                                                                                                    PID:3060
                                                                                                                    • C:\Windows\system32\taskkill.exe
                                                                                                                      taskkill /F /IM 7star.exe
                                                                                                                      3⤵
                                                                                                                      • Kills process with taskkill
                                                                                                                      PID:3368
                                                                                                                  • C:\Windows\system32\cmd.exe
                                                                                                                    C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM sputnik.exe"
                                                                                                                    2⤵
                                                                                                                      PID:3892
                                                                                                                      • C:\Windows\system32\taskkill.exe
                                                                                                                        taskkill /F /IM sputnik.exe
                                                                                                                        3⤵
                                                                                                                        • Kills process with taskkill
                                                                                                                        PID:2500
                                                                                                                    • C:\Windows\system32\cmd.exe
                                                                                                                      C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM vivaldi.exe"
                                                                                                                      2⤵
                                                                                                                        PID:5780
                                                                                                                        • C:\Windows\system32\taskkill.exe
                                                                                                                          taskkill /F /IM vivaldi.exe
                                                                                                                          3⤵
                                                                                                                          • Kills process with taskkill
                                                                                                                          PID:6084
                                                                                                                      • C:\Windows\system32\cmd.exe
                                                                                                                        C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM epicprivacybrowser.exe"
                                                                                                                        2⤵
                                                                                                                          PID:5704
                                                                                                                          • C:\Windows\system32\taskkill.exe
                                                                                                                            taskkill /F /IM epicprivacybrowser.exe
                                                                                                                            3⤵
                                                                                                                            • Kills process with taskkill
                                                                                                                            PID:820
                                                                                                                        • C:\Windows\system32\cmd.exe
                                                                                                                          C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM uran.exe"
                                                                                                                          2⤵
                                                                                                                            PID:5428
                                                                                                                            • C:\Windows\system32\taskkill.exe
                                                                                                                              taskkill /F /IM uran.exe
                                                                                                                              3⤵
                                                                                                                              • Kills process with taskkill
                                                                                                                              PID:1800
                                                                                                                          • C:\Windows\system32\cmd.exe
                                                                                                                            C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM yandex.exe"
                                                                                                                            2⤵
                                                                                                                            • Executes a command shell one-liner
                                                                                                                            PID:5644
                                                                                                                            • C:\Windows\system32\taskkill.exe
                                                                                                                              taskkill /F /IM yandex.exe
                                                                                                                              3⤵
                                                                                                                              • Kills process with taskkill
                                                                                                                              PID:6104
                                                                                                                          • C:\Windows\system32\cmd.exe
                                                                                                                            C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM iridium.exe"
                                                                                                                            2⤵
                                                                                                                              PID:6500
                                                                                                                              • C:\Windows\system32\taskkill.exe
                                                                                                                                taskkill /F /IM iridium.exe
                                                                                                                                3⤵
                                                                                                                                • Kills process with taskkill
                                                                                                                                PID:4028
                                                                                                                            • C:\Windows\system32\cmd.exe
                                                                                                                              C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM tor.exe"
                                                                                                                              2⤵
                                                                                                                                PID:5224
                                                                                                                                • C:\Windows\system32\taskkill.exe
                                                                                                                                  taskkill /F /IM tor.exe
                                                                                                                                  3⤵
                                                                                                                                  • Kills process with taskkill
                                                                                                                                  PID:6680
                                                                                                                              • C:\Windows\system32\cmd.exe
                                                                                                                                C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM waterfox.exe"
                                                                                                                                2⤵
                                                                                                                                  PID:6284
                                                                                                                                  • C:\Windows\system32\taskkill.exe
                                                                                                                                    taskkill /F /IM waterfox.exe
                                                                                                                                    3⤵
                                                                                                                                    • Kills process with taskkill
                                                                                                                                    PID:4596
                                                                                                                                • C:\Windows\system32\cmd.exe
                                                                                                                                  C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM arc.exe"
                                                                                                                                  2⤵
                                                                                                                                  • Executes a command shell one-liner
                                                                                                                                  PID:4316
                                                                                                                                  • C:\Windows\system32\taskkill.exe
                                                                                                                                    taskkill /F /IM arc.exe
                                                                                                                                    3⤵
                                                                                                                                    • Kills process with taskkill
                                                                                                                                    PID:7024
                                                                                                                                • C:\Windows\system32\cmd.exe
                                                                                                                                  C:\Windows\system32\cmd.exe /d /s /c "reg query "HKLM\SOFTWARE\Microsoft\Cryptography" /v MachineGuid"
                                                                                                                                  2⤵
                                                                                                                                    PID:5976
                                                                                                                                    • C:\Windows\system32\reg.exe
                                                                                                                                      reg query "HKLM\SOFTWARE\Microsoft\Cryptography" /v MachineGuid
                                                                                                                                      3⤵
                                                                                                                                        PID:5484
                                                                                                                                    • C:\Windows\system32\cmd.exe
                                                                                                                                      C:\Windows\system32\cmd.exe /d /s /c "netsh advfirewall show allprofiles state"
                                                                                                                                      2⤵
                                                                                                                                        PID:6360
                                                                                                                                        • C:\Windows\system32\netsh.exe
                                                                                                                                          netsh advfirewall show allprofiles state
                                                                                                                                          3⤵
                                                                                                                                          • Modifies Windows Firewall
                                                                                                                                          PID:1040
                                                                                                                                      • C:\Windows\system32\cmd.exe
                                                                                                                                        C:\Windows\system32\cmd.exe /d /s /c "powershell -NoProfile -Command "Get-MpComputerStatus | Select-Object -ExpandProperty AntivirusEnabled""
                                                                                                                                        2⤵
                                                                                                                                          PID:1028
                                                                                                                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                            powershell -NoProfile -Command "Get-MpComputerStatus | Select-Object -ExpandProperty AntivirusEnabled"
                                                                                                                                            3⤵
                                                                                                                                            • Command and Scripting Interpreter: PowerShell
                                                                                                                                            PID:7092
                                                                                                                                        • C:\Windows\system32\cmd.exe
                                                                                                                                          C:\Windows\system32\cmd.exe /d /s /c "powershell -NoProfile -Command "Get-HotFix | Sort-Object InstalledOn -Descending | Select-Object -First 1 | Select-Object -ExpandProperty InstalledOn""
                                                                                                                                          2⤵
                                                                                                                                            PID:1984
                                                                                                                                            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                              powershell -NoProfile -Command "Get-HotFix | Sort-Object InstalledOn -Descending | Select-Object -First 1 | Select-Object -ExpandProperty InstalledOn"
                                                                                                                                              3⤵
                                                                                                                                              • Command and Scripting Interpreter: PowerShell
                                                                                                                                              PID:6756
                                                                                                                                          • C:\Windows\system32\cmd.exe
                                                                                                                                            C:\Windows\system32\cmd.exe /d /s /c "reg query "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v EnableLUA"
                                                                                                                                            2⤵
                                                                                                                                            • Executes a command shell one-liner
                                                                                                                                            PID:1844
                                                                                                                                            • C:\Windows\system32\reg.exe
                                                                                                                                              reg query "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v EnableLUA
                                                                                                                                              3⤵
                                                                                                                                                PID:6688
                                                                                                                                            • C:\Windows\system32\cmd.exe
                                                                                                                                              C:\Windows\system32\cmd.exe /d /s /c "powershell -NoProfile -Command "Get-VpnConnection | Where-Object {$_.ConnectionStatus -eq 'Connected'} | Select-Object -First 1""
                                                                                                                                              2⤵
                                                                                                                                              • Executes a command shell one-liner
                                                                                                                                              PID:5836
                                                                                                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                powershell -NoProfile -Command "Get-VpnConnection | Where-Object {$_.ConnectionStatus -eq 'Connected'} | Select-Object -First 1"
                                                                                                                                                3⤵
                                                                                                                                                • Command and Scripting Interpreter: PowerShell
                                                                                                                                                PID:3948
                                                                                                                                            • C:\Windows\system32\cmd.exe
                                                                                                                                              C:\Windows\system32\cmd.exe /d /s /c "net session"
                                                                                                                                              2⤵
                                                                                                                                                PID:5304
                                                                                                                                                • C:\Windows\system32\net.exe
                                                                                                                                                  net session
                                                                                                                                                  3⤵
                                                                                                                                                    PID:6448
                                                                                                                                                    • C:\Windows\system32\net1.exe
                                                                                                                                                      C:\Windows\system32\net1 session
                                                                                                                                                      4⤵
                                                                                                                                                        PID:6104
                                                                                                                                                  • C:\Windows\system32\cmd.exe
                                                                                                                                                    C:\Windows\system32\cmd.exe /d /s /c "powershell -NoProfile -Command "[bool](([System.Security.Principal.WindowsIdentity]::GetCurrent()).groups -match 'S-1-5-32-544')""
                                                                                                                                                    2⤵
                                                                                                                                                    • Executes a command shell one-liner
                                                                                                                                                    PID:5584
                                                                                                                                                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                      powershell -NoProfile -Command "[bool](([System.Security.Principal.WindowsIdentity]::GetCurrent()).groups -match 'S-1-5-32-544')"
                                                                                                                                                      3⤵
                                                                                                                                                      • Command and Scripting Interpreter: PowerShell
                                                                                                                                                      PID:2564
                                                                                                                                                  • C:\Windows\system32\cmd.exe
                                                                                                                                                    C:\Windows\system32\cmd.exe /d /s /c "powershell -NoProfile -EncodedCommand JABFAHIAcgBvAHIAQQBjAHQAaQBvAG4AUAByAGUAZgBlAHIAZQBuAGMAZQA9ACcAUwBpAGwAZQBuAHQAbAB5AEMAbwBuAHQAaQBuAHUAZQAnACAAJABwAD0AQAAoACkAIAB0AHIAeQAgAHsAIAAgACAAJABjAD0ARwBlAHQALQBDAGkAbQBJAG4AcwB0AGEAbgBjAGUAIAAtAE4AYQBtAGUAcwBwAGEAYwBlACAAcgBvAG8AdAAvAFMAZQBjAHUAcgBpAHQAeQBDAGUAbgB0AGUAcgAyACAALQBDAGwAYQBzAHMATgBhAG0AZQAgAEEAbgB0AGkAVgBpAHIAdQBzAFAAcgBvAGQAdQBjAHQAIAAtAEUAcgByAG8AcgBBAGMAdABpAG8AbgAgAFMAaQBsAGUAbgB0AGwAeQBDAG8AbgB0AGkAbgB1AGUAIAAgACAAaQBmACAAKAAkAGMAKQAgAHsAIABmAG8AcgBlAGEAYwBoACAAKAAkAHgAIABpAG4AIABAACgAJABjACkAKQAgAHsAIAAkAHAAKwA9AFsAUABTAEMAdQBzAHQAbwBtAE8AYgBqAGUAYwB0AF0AQAB7AE4APQBbAHMAdAByAGkAbgBnAF0AJAB4AC4AZABpAHMAcABsAGEAeQBOAGEAbQBlADsAUwA9AFsAaQBuAHQANgA0AF0AJAB4AC4AcAByAG8AZAB1AGMAdABTAHQAYQB0AGUAfQAgAH0AIAB9ACAAfQAgAGMAYQB0AGMAaAAgAHsAfQAgAGkAZgAgACgAJABwAC4AQwBvAHUAbgB0ACAALQBlAHEAIAAwACkAIAB7ACAAdAByAHkAIAB7ACAAIAAgACQAdwA9AEcAZQB0AC0AVwBtAGkATwBiAGoAZQBjAHQAIAAtAE4AYQBtAGUAcwBwAGEAYwBlACAAcgBvAG8AdABcAFMAZQBjAHUAcgBpAHQAeQBDAGUAbgB0AGUAcgAyACAALQBDAGwAYQBzAHMAIABBAG4AdABpAFYAaQByAHUAcwBQAHIAbwBkAHUAYwB0ACAALQBFAHIAcgBvAHIAQQBjAHQAaQBvAG4AIABTAGkAbABlAG4AdABsAHkAQwBvAG4AdABpAG4AdQBlACAAIAAgAGkAZgAgACgAJAB3ACkAIAB7ACAAZgBvAHIAZQBhAGMAaAAgACgAJAB4ACAAaQBuACAAQAAoACQAdwApACkAIAB7ACAAJABwACsAPQBbAFAAUwBDAHUAcwB0AG8AbQBPAGIAagBlAGMAdABdAEAAewBOAD0AWwBzAHQAcgBpAG4AZwBdACQAeAAuAGQAaQBzAHAAbABhAHkATgBhAG0AZQA7AFMAPQBbAGkAbgB0ADYANABdACQAeAAuAHAAcgBvAGQAdQBjAHQAUwB0AGEAdABlAH0AIAB9ACAAfQAgAH0AIABjAGEAdABjAGgAIAB7AH0AIAB9ACAAJABkAD0AJABuAHUAbABsACAAdAByAHkAIAB7ACAAIAAgACQAbQA9AEcAZQB0AC0ATQBwAEMAbwBtAHAAdQB0AGUAcgBTAHQAYQB0AHUAcwAgAC0ARQByAHIAbwByAEEAYwB0AGkAbwBuACAAUwBpAGwAZQBuAHQAbAB5AEMAbwBuAHQAaQBuAHUAZQAgACAAIABpAGYAIAAoACQAbQApACAAewAgACAAIAAgACAAJABkAD0AWwBQAFMAQwB1AHMAdABvAG0ATwBiAGoAZQBjAHQAXQBAAHsAQQBFAD0AJABtAC4AQQBuAHQAaQB2AGkAcgB1AHMARQBuAGEAYgBsAGUAZAA7AFIAVAA9ACQAbQAuAFIAZQBhAGwAVABpAG0AZQBQAHIAbwB0AGUAYwB0AGkAbwBuAEUAbgBhAGIAbABlAGQAOwBBAE0APQAkAG0ALgBBAE0AUwBlAHIAdgBpAGMAZQBFAG4AYQBiAGwAZQBkADsAUgBNAD0AWwBzAHQAcgBpAG4AZwBdACQAbQAuAEEATQBSAHUAbgBuAGkAbgBnAE0AbwBkAGUAfQAgACAAIAB9ACAAfQAgAGMAYQB0AGMAaAAgAHsAfQAgAFsAUABTAEMAdQBzAHQAbwBtAE8AYgBqAGUAYwB0AF0AQAB7AFAAPQAkAHAAOwBEAD0AJABkAH0AfABDAG8AbgB2AGUAcgB0AFQAbwAtAEoAcwBvAG4AIAAtAEMAbwBtAHAAcgBlAHMAcwAgAC0ARABlAHAAdABoACAANgA="
                                                                                                                                                    2⤵
                                                                                                                                                    • Executes a command shell one-liner
                                                                                                                                                    PID:6232
                                                                                                                                                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                      powershell -NoProfile -EncodedCommand JABFAHIAcgBvAHIAQQBjAHQAaQBvAG4AUAByAGUAZgBlAHIAZQBuAGMAZQA9ACcAUwBpAGwAZQBuAHQAbAB5AEMAbwBuAHQAaQBuAHUAZQAnACAAJABwAD0AQAAoACkAIAB0AHIAeQAgAHsAIAAgACAAJABjAD0ARwBlAHQALQBDAGkAbQBJAG4AcwB0AGEAbgBjAGUAIAAtAE4AYQBtAGUAcwBwAGEAYwBlACAAcgBvAG8AdAAvAFMAZQBjAHUAcgBpAHQAeQBDAGUAbgB0AGUAcgAyACAALQBDAGwAYQBzAHMATgBhAG0AZQAgAEEAbgB0AGkAVgBpAHIAdQBzAFAAcgBvAGQAdQBjAHQAIAAtAEUAcgByAG8AcgBBAGMAdABpAG8AbgAgAFMAaQBsAGUAbgB0AGwAeQBDAG8AbgB0AGkAbgB1AGUAIAAgACAAaQBmACAAKAAkAGMAKQAgAHsAIABmAG8AcgBlAGEAYwBoACAAKAAkAHgAIABpAG4AIABAACgAJABjACkAKQAgAHsAIAAkAHAAKwA9AFsAUABTAEMAdQBzAHQAbwBtAE8AYgBqAGUAYwB0AF0AQAB7AE4APQBbAHMAdAByAGkAbgBnAF0AJAB4AC4AZABpAHMAcABsAGEAeQBOAGEAbQBlADsAUwA9AFsAaQBuAHQANgA0AF0AJAB4AC4AcAByAG8AZAB1AGMAdABTAHQAYQB0AGUAfQAgAH0AIAB9ACAAfQAgAGMAYQB0AGMAaAAgAHsAfQAgAGkAZgAgACgAJABwAC4AQwBvAHUAbgB0ACAALQBlAHEAIAAwACkAIAB7ACAAdAByAHkAIAB7ACAAIAAgACQAdwA9AEcAZQB0AC0AVwBtAGkATwBiAGoAZQBjAHQAIAAtAE4AYQBtAGUAcwBwAGEAYwBlACAAcgBvAG8AdABcAFMAZQBjAHUAcgBpAHQAeQBDAGUAbgB0AGUAcgAyACAALQBDAGwAYQBzAHMAIABBAG4AdABpAFYAaQByAHUAcwBQAHIAbwBkAHUAYwB0ACAALQBFAHIAcgBvAHIAQQBjAHQAaQBvAG4AIABTAGkAbABlAG4AdABsAHkAQwBvAG4AdABpAG4AdQBlACAAIAAgAGkAZgAgACgAJAB3ACkAIAB7ACAAZgBvAHIAZQBhAGMAaAAgACgAJAB4ACAAaQBuACAAQAAoACQAdwApACkAIAB7ACAAJABwACsAPQBbAFAAUwBDAHUAcwB0AG8AbQBPAGIAagBlAGMAdABdAEAAewBOAD0AWwBzAHQAcgBpAG4AZwBdACQAeAAuAGQAaQBzAHAAbABhAHkATgBhAG0AZQA7AFMAPQBbAGkAbgB0ADYANABdACQAeAAuAHAAcgBvAGQAdQBjAHQAUwB0AGEAdABlAH0AIAB9ACAAfQAgAH0AIABjAGEAdABjAGgAIAB7AH0AIAB9ACAAJABkAD0AJABuAHUAbABsACAAdAByAHkAIAB7ACAAIAAgACQAbQA9AEcAZQB0AC0ATQBwAEMAbwBtAHAAdQB0AGUAcgBTAHQAYQB0AHUAcwAgAC0ARQByAHIAbwByAEEAYwB0AGkAbwBuACAAUwBpAGwAZQBuAHQAbAB5AEMAbwBuAHQAaQBuAHUAZQAgACAAIABpAGYAIAAoACQAbQApACAAewAgACAAIAAgACAAJABkAD0AWwBQAFMAQwB1AHMAdABvAG0ATwBiAGoAZQBjAHQAXQBAAHsAQQBFAD0AJABtAC4AQQBuAHQAaQB2AGkAcgB1AHMARQBuAGEAYgBsAGUAZAA7AFIAVAA9ACQAbQAuAFIAZQBhAGwAVABpAG0AZQBQAHIAbwB0AGUAYwB0AGkAbwBuAEUAbgBhAGIAbABlAGQAOwBBAE0APQAkAG0ALgBBAE0AUwBlAHIAdgBpAGMAZQBFAG4AYQBiAGwAZQBkADsAUgBNAD0AWwBzAHQAcgBpAG4AZwBdACQAbQAuAEEATQBSAHUAbgBuAGkAbgBnAE0AbwBkAGUAfQAgACAAIAB9ACAAfQAgAGMAYQB0AGMAaAAgAHsAfQAgAFsAUABTAEMAdQBzAHQAbwBtAE8AYgBqAGUAYwB0AF0AQAB7AFAAPQAkAHAAOwBEAD0AJABkAH0AfABDAG8AbgB2AGUAcgB0AFQAbwAtAEoAcwBvAG4AIAAtAEMAbwBtAHAAcgBlAHMAcwAgAC0ARABlAHAAdABoACAANgA=
                                                                                                                                                      3⤵
                                                                                                                                                        PID:5192
                                                                                                                                                    • C:\Windows\system32\cmd.exe
                                                                                                                                                      C:\Windows\system32\cmd.exe /d /s /c "powershell -NoProfile -Command "(Get-MpComputerStatus).AntivirusEnabled""
                                                                                                                                                      2⤵
                                                                                                                                                      • Executes a command shell one-liner
                                                                                                                                                      PID:5716
                                                                                                                                                      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                        powershell -NoProfile -Command "(Get-MpComputerStatus).AntivirusEnabled"
                                                                                                                                                        3⤵
                                                                                                                                                        • Command and Scripting Interpreter: PowerShell
                                                                                                                                                        PID:7136
                                                                                                                                                    • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                      C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Get-WmiObject Win32_logicaldisk | select Access,Caption,FileSystem,FreeSpace,Size | fl"
                                                                                                                                                      2⤵
                                                                                                                                                      • Command and Scripting Interpreter: PowerShell
                                                                                                                                                      PID:1232
                                                                                                                                                    • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                      C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Get-CimInstance win32_VideoController | fl *"
                                                                                                                                                      2⤵
                                                                                                                                                      • Command and Scripting Interpreter: PowerShell
                                                                                                                                                      PID:6412
                                                                                                                                                    • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                      C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "gp \"HKLM:\SYSTEM\ControlSet001\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\*\" -ErrorAction SilentlyContinue | where MatchingDeviceId $null -NE | select MatchingDeviceId,HardwareInformation.qwMemorySize | fl"
                                                                                                                                                      2⤵
                                                                                                                                                      • Command and Scripting Interpreter: PowerShell
                                                                                                                                                      • Hide Artifacts: Ignore Process Interrupts
                                                                                                                                                      PID:4444
                                                                                                                                                    • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                      C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Get-CimInstance win32_desktopmonitor | fl *"
                                                                                                                                                      2⤵
                                                                                                                                                      • Command and Scripting Interpreter: PowerShell
                                                                                                                                                      PID:3376
                                                                                                                                                    • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                      C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Get-CimInstance -Namespace root\wmi -ClassName WmiMonitorBasicDisplayParams | fl"
                                                                                                                                                      2⤵
                                                                                                                                                      • Command and Scripting Interpreter: PowerShell
                                                                                                                                                      PID:4388
                                                                                                                                                    • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                      C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Add-Type -AssemblyName System.Windows.Forms; [System.Windows.Forms.Screen]::AllScreens"
                                                                                                                                                      2⤵
                                                                                                                                                      • Command and Scripting Interpreter: PowerShell
                                                                                                                                                      PID:5956
                                                                                                                                                    • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                      C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Get-CimInstance -Namespace root\wmi -ClassName WmiMonitorConnectionParams | fl"
                                                                                                                                                      2⤵
                                                                                                                                                      • Command and Scripting Interpreter: PowerShell
                                                                                                                                                      PID:6780
                                                                                                                                                    • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                      C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "gwmi WmiMonitorID -Namespace root\wmi | ForEach-Object {(($_.ManufacturerName -notmatch 0 | foreach {[char]$_}) -join \"\") + \"|\" + (($_.ProductCodeID -notmatch 0 | foreach {[char]$_}) -join \"\") + \"|\" + (($_.UserFriendlyName -notmatch 0 | foreach {[char]$_}) -join \"\") + \"|\" + (($_.SerialNumberID -notmatch 0 | foreach {[char]$_}) -join \"\") + \"|\" + $_.InstanceName}"
                                                                                                                                                      2⤵
                                                                                                                                                      • Command and Scripting Interpreter: PowerShell
                                                                                                                                                      PID:3096
                                                                                                                                                    • C:\Windows\system32\cmd.exe
                                                                                                                                                      C:\Windows\system32\cmd.exe /d /s /c "reg query "HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0" /v FeatureSet"
                                                                                                                                                      2⤵
                                                                                                                                                        PID:6020
                                                                                                                                                        • C:\Windows\system32\reg.exe
                                                                                                                                                          reg query "HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0" /v FeatureSet
                                                                                                                                                          3⤵
                                                                                                                                                            PID:5940
                                                                                                                                                        • C:\Windows\system32\cmd.exe
                                                                                                                                                          C:\Windows\system32\cmd.exe /d /s /c "ipconfig /all"
                                                                                                                                                          2⤵
                                                                                                                                                            PID:5404
                                                                                                                                                            • C:\Windows\system32\ipconfig.exe
                                                                                                                                                              ipconfig /all
                                                                                                                                                              3⤵
                                                                                                                                                              • Gathers network information
                                                                                                                                                              PID:5052
                                                                                                                                                          • C:\Windows\system32\cmd.exe
                                                                                                                                                            C:\Windows\system32\cmd.exe /d /s /c "route print"
                                                                                                                                                            2⤵
                                                                                                                                                              PID:2460
                                                                                                                                                              • C:\Windows\system32\ROUTE.EXE
                                                                                                                                                                route print
                                                                                                                                                                3⤵
                                                                                                                                                                  PID:6888
                                                                                                                                                              • C:\Windows\system32\cmd.exe
                                                                                                                                                                C:\Windows\system32\cmd.exe /d /s /c "wmic service get name,displayName,state,startMode,pathName /format:list"
                                                                                                                                                                2⤵
                                                                                                                                                                  PID:7048
                                                                                                                                                                  • C:\Windows\System32\Wbem\WMIC.exe
                                                                                                                                                                    wmic service get name,displayName,state,startMode,pathName /format:list
                                                                                                                                                                    3⤵
                                                                                                                                                                      PID:672
                                                                                                                                                                  • C:\Windows\system32\cmd.exe
                                                                                                                                                                    C:\Windows\system32\cmd.exe /d /s /c "reg query "HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0" /v FeatureSet"
                                                                                                                                                                    2⤵
                                                                                                                                                                    • Executes a command shell one-liner
                                                                                                                                                                    PID:6096
                                                                                                                                                                    • C:\Windows\system32\reg.exe
                                                                                                                                                                      reg query "HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0" /v FeatureSet
                                                                                                                                                                      3⤵
                                                                                                                                                                        PID:7044
                                                                                                                                                                    • C:\Windows\system32\cmd.exe
                                                                                                                                                                      C:\Windows\system32\cmd.exe /d /s /c "wmic /namespace:\\root\SecurityCenter2 path AntiVirusProduct get displayName,productState,instanceGuid /format:list"
                                                                                                                                                                      2⤵
                                                                                                                                                                        PID:6820
                                                                                                                                                                        • C:\Windows\System32\Wbem\WMIC.exe
                                                                                                                                                                          wmic /namespace:\\root\SecurityCenter2 path AntiVirusProduct get displayName,productState,instanceGuid /format:list
                                                                                                                                                                          3⤵
                                                                                                                                                                            PID:6104
                                                                                                                                                                        • C:\Windows\system32\cmd.exe
                                                                                                                                                                          C:\Windows\system32\cmd.exe /d /s /c "powershell -NoProfile -Command "Get-MpComputerStatus | ConvertTo-Json -Depth 10""
                                                                                                                                                                          2⤵
                                                                                                                                                                          • Executes a command shell one-liner
                                                                                                                                                                          PID:7112
                                                                                                                                                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                            powershell -NoProfile -Command "Get-MpComputerStatus | ConvertTo-Json -Depth 10"
                                                                                                                                                                            3⤵
                                                                                                                                                                            • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                            PID:6536
                                                                                                                                                                        • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                          C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Get-CimInstance Win32_Process | select-Object ProcessId,ParentProcessId,ExecutionState,Caption,CommandLine,ExecutablePath,UserModeTime,KernelModeTime,WorkingSetSize,Priority,PageFileUsage, @{n=\"CreationDate\";e={$_.CreationDate.ToString(\"yyyy-MM-dd HH:mm:ss\")}} | fl"
                                                                                                                                                                          2⤵
                                                                                                                                                                          • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                          PID:540
                                                                                                                                                                        • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                          C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Get-CimInstance Win32_processor | select Name, Revision, L2CacheSize, L3CacheSize, Manufacturer, MaxClockSpeed, Description, UpgradeMethod, Caption, NumberOfLogicalProcessors, NumberOfCores | fl"
                                                                                                                                                                          2⤵
                                                                                                                                                                          • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                          PID:4952
                                                                                                                                                                        • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                          C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Get-CimInstance Win32_CacheMemory | select CacheType,InstalledSize,Level | fl"
                                                                                                                                                                          2⤵
                                                                                                                                                                          • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                          PID:4424
                                                                                                                                                                        • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                          C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "(Get-CimInstance Win32_ComputerSystem).HypervisorPresent"
                                                                                                                                                                          2⤵
                                                                                                                                                                          • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                          PID:5368
                                                                                                                                                                        • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                          C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Get-CimInstance Win32_PageFileUsage | Select AllocatedBaseSize, CurrentUsage"
                                                                                                                                                                          2⤵
                                                                                                                                                                          • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                          PID:6008
                                                                                                                                                                        • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                          C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Get-CimInstance Win32_processor | select Name, Revision, L2CacheSize, L3CacheSize, Manufacturer, MaxClockSpeed, Description, UpgradeMethod, Caption, NumberOfLogicalProcessors, NumberOfCores | fl"
                                                                                                                                                                          2⤵
                                                                                                                                                                          • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                          PID:3440
                                                                                                                                                                        • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                          C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Get-CimInstance Win32_CacheMemory | select CacheType,InstalledSize,Level | fl"
                                                                                                                                                                          2⤵
                                                                                                                                                                          • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                          PID:6760
                                                                                                                                                                        • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                          C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "(Get-CimInstance Win32_ComputerSystem).HypervisorPresent"
                                                                                                                                                                          2⤵
                                                                                                                                                                          • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                          PID:4544
                                                                                                                                                                        • C:\Windows\system32\cmd.exe
                                                                                                                                                                          C:\Windows\system32\cmd.exe /d /s /c "wmic product get name,version,vendor,installDate /format:list"
                                                                                                                                                                          2⤵
                                                                                                                                                                            PID:6420
                                                                                                                                                                        • C:\Users\Admin\AppData\Local\Programs\lostinwinter\LostInWinter.exe
                                                                                                                                                                          "C:\Users\Admin\AppData\Local\Programs\lostinwinter\LostInWinter.exe"
                                                                                                                                                                          1⤵
                                                                                                                                                                            PID:1396
                                                                                                                                                                            • C:\Windows\system32\cmd.exe
                                                                                                                                                                              C:\Windows\system32\cmd.exe /d /s /c "chcp"
                                                                                                                                                                              2⤵
                                                                                                                                                                                PID:6628
                                                                                                                                                                                • C:\Windows\system32\chcp.com
                                                                                                                                                                                  chcp
                                                                                                                                                                                  3⤵
                                                                                                                                                                                    PID:6668
                                                                                                                                                                                • C:\Windows\system32\cmd.exe
                                                                                                                                                                                  C:\Windows\system32\cmd.exe /d /s /c "netsh wlan show profiles"
                                                                                                                                                                                  2⤵
                                                                                                                                                                                  • System Network Configuration Discovery: Wi-Fi Discovery
                                                                                                                                                                                  PID:6752
                                                                                                                                                                                  • C:\Windows\system32\netsh.exe
                                                                                                                                                                                    netsh wlan show profiles
                                                                                                                                                                                    3⤵
                                                                                                                                                                                    • System Network Configuration Discovery: Wi-Fi Discovery
                                                                                                                                                                                    PID:6900
                                                                                                                                                                                • C:\Windows\system32\cmd.exe
                                                                                                                                                                                  C:\Windows\system32\cmd.exe /d /s /c "wmic /namespace:\\root\SecurityCenter2 path AntiVirusProduct get displayName,productState,instanceGuid /format:list"
                                                                                                                                                                                  2⤵
                                                                                                                                                                                    PID:7144
                                                                                                                                                                                    • C:\Windows\System32\Wbem\WMIC.exe
                                                                                                                                                                                      wmic /namespace:\\root\SecurityCenter2 path AntiVirusProduct get displayName,productState,instanceGuid /format:list
                                                                                                                                                                                      3⤵
                                                                                                                                                                                        PID:3084
                                                                                                                                                                                    • C:\Windows\system32\cmd.exe
                                                                                                                                                                                      C:\Windows\system32\cmd.exe /d /s /c "powershell -NoProfile -Command "Get-MpComputerStatus | ConvertTo-Json -Depth 10""
                                                                                                                                                                                      2⤵
                                                                                                                                                                                        PID:2924
                                                                                                                                                                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                          powershell -NoProfile -Command "Get-MpComputerStatus | ConvertTo-Json -Depth 10"
                                                                                                                                                                                          3⤵
                                                                                                                                                                                          • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                          PID:2696
                                                                                                                                                                                      • C:\Windows\system32\cmd.exe
                                                                                                                                                                                        C:\Windows\system32\cmd.exe /d /s /c "openssl version"
                                                                                                                                                                                        2⤵
                                                                                                                                                                                          PID:4596
                                                                                                                                                                                        • C:\Windows\system32\cmd.exe
                                                                                                                                                                                          C:\Windows\system32\cmd.exe /d /s /c "npm -v"
                                                                                                                                                                                          2⤵
                                                                                                                                                                                            PID:3508
                                                                                                                                                                                          • C:\Windows\system32\cmd.exe
                                                                                                                                                                                            C:\Windows\system32\cmd.exe /d /s /c "pm2.cmd -v"
                                                                                                                                                                                            2⤵
                                                                                                                                                                                              PID:1720
                                                                                                                                                                                            • C:\Windows\system32\cmd.exe
                                                                                                                                                                                              C:\Windows\system32\cmd.exe /d /s /c "yarn --version"
                                                                                                                                                                                              2⤵
                                                                                                                                                                                                PID:5384
                                                                                                                                                                                              • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                C:\Windows\system32\cmd.exe /d /s /c "gulp.cmd --version"
                                                                                                                                                                                                2⤵
                                                                                                                                                                                                  PID:4544
                                                                                                                                                                                                • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                  C:\Windows\system32\cmd.exe /d /s /c "brew --version"
                                                                                                                                                                                                  2⤵
                                                                                                                                                                                                    PID:640
                                                                                                                                                                                                  • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                    C:\Windows\system32\cmd.exe /d /s /c "tsc.cmd --version"
                                                                                                                                                                                                    2⤵
                                                                                                                                                                                                    • Executes a command shell one-liner
                                                                                                                                                                                                    PID:5224
                                                                                                                                                                                                  • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                    C:\Windows\system32\cmd.exe /d /s /c "grunt.cmd --version"
                                                                                                                                                                                                    2⤵
                                                                                                                                                                                                    • Executes a command shell one-liner
                                                                                                                                                                                                    PID:3932
                                                                                                                                                                                                  • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                    C:\Windows\system32\cmd.exe /d /s /c "git --version"
                                                                                                                                                                                                    2⤵
                                                                                                                                                                                                      PID:4672
                                                                                                                                                                                                    • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                      C:\Windows\system32\cmd.exe /d /s /c "apachectl -v 2>&1"
                                                                                                                                                                                                      2⤵
                                                                                                                                                                                                        PID:5228
                                                                                                                                                                                                      • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                        C:\Windows\system32\cmd.exe /d /s /c "nginx -v 2>&1"
                                                                                                                                                                                                        2⤵
                                                                                                                                                                                                        • Executes a command shell one-liner
                                                                                                                                                                                                        PID:5056
                                                                                                                                                                                                      • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                        C:\Windows\system32\cmd.exe /d /s /c "mysql -V"
                                                                                                                                                                                                        2⤵
                                                                                                                                                                                                          PID:5692
                                                                                                                                                                                                        • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                          C:\Windows\system32\cmd.exe /d /s /c "php -v"
                                                                                                                                                                                                          2⤵
                                                                                                                                                                                                          • Executes a command shell one-liner
                                                                                                                                                                                                          PID:4492
                                                                                                                                                                                                        • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                          C:\Windows\system32\cmd.exe /d /s /c "redis-server --version"
                                                                                                                                                                                                          2⤵
                                                                                                                                                                                                          • Executes a command shell one-liner
                                                                                                                                                                                                          PID:3856
                                                                                                                                                                                                        • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                          C:\Windows\system32\cmd.exe /d /s /c "docker --version"
                                                                                                                                                                                                          2⤵
                                                                                                                                                                                                          • Executes a command shell one-liner
                                                                                                                                                                                                          PID:5736
                                                                                                                                                                                                        • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                          C:\Windows\system32\cmd.exe /d /s /c "postconf -d | grep mail_version"
                                                                                                                                                                                                          2⤵
                                                                                                                                                                                                            PID:556
                                                                                                                                                                                                          • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                            C:\Windows\system32\cmd.exe /d /s /c "mongod --version"
                                                                                                                                                                                                            2⤵
                                                                                                                                                                                                              PID:2164
                                                                                                                                                                                                            • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                              C:\Windows\system32\cmd.exe /d /s /c "perl -v"
                                                                                                                                                                                                              2⤵
                                                                                                                                                                                                              • Executes a command shell one-liner
                                                                                                                                                                                                              PID:4224
                                                                                                                                                                                                            • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                              C:\Windows\system32\cmd.exe /d /s /c "python -V 2>&1"
                                                                                                                                                                                                              2⤵
                                                                                                                                                                                                              • Executes a command shell one-liner
                                                                                                                                                                                                              PID:4684
                                                                                                                                                                                                            • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                              C:\Windows\system32\cmd.exe /d /s /c "python3 -V 2>&1"
                                                                                                                                                                                                              2⤵
                                                                                                                                                                                                              • Executes a command shell one-liner
                                                                                                                                                                                                              PID:5264
                                                                                                                                                                                                            • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                              C:\Windows\system32\cmd.exe /d /s /c "pip -V 2>&1"
                                                                                                                                                                                                              2⤵
                                                                                                                                                                                                              • Executes a command shell one-liner
                                                                                                                                                                                                              PID:5544
                                                                                                                                                                                                            • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                              C:\Windows\system32\cmd.exe /d /s /c "pip3 -V 2>&1"
                                                                                                                                                                                                              2⤵
                                                                                                                                                                                                              • Executes a command shell one-liner
                                                                                                                                                                                                              PID:3028
                                                                                                                                                                                                            • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                              C:\Windows\system32\cmd.exe /d /s /c "java -version 2>&1"
                                                                                                                                                                                                              2⤵
                                                                                                                                                                                                              • Executes a command shell one-liner
                                                                                                                                                                                                              PID:5280
                                                                                                                                                                                                              • C:\Program Files (x86)\Common Files\Oracle\Java\javapath\java.exe
                                                                                                                                                                                                                java -version
                                                                                                                                                                                                                3⤵
                                                                                                                                                                                                                  PID:5680
                                                                                                                                                                                                              • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                C:\Windows\system32\cmd.exe /d /s /c "gcc -dumpversion"
                                                                                                                                                                                                                2⤵
                                                                                                                                                                                                                • Executes a command shell one-liner
                                                                                                                                                                                                                PID:5776
                                                                                                                                                                                                              • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                C:\Windows\system32\cmd.exe /d /s /c ""undefined\VBoxManage.exe" -v 2>&1"
                                                                                                                                                                                                                2⤵
                                                                                                                                                                                                                • Executes a command shell one-liner
                                                                                                                                                                                                                PID:208
                                                                                                                                                                                                              • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                C:\Windows\system32\cmd.exe /d /s /c "bash --version"
                                                                                                                                                                                                                2⤵
                                                                                                                                                                                                                  PID:2440
                                                                                                                                                                                                                • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                  C:\Windows\system32\cmd.exe /d /s /c "zsh --version"
                                                                                                                                                                                                                  2⤵
                                                                                                                                                                                                                    PID:5124
                                                                                                                                                                                                                  • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                    C:\Windows\system32\cmd.exe /d /s /c "fish --version"
                                                                                                                                                                                                                    2⤵
                                                                                                                                                                                                                    • Executes a command shell one-liner
                                                                                                                                                                                                                    PID:6252
                                                                                                                                                                                                                  • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                    C:\Windows\system32\cmd.exe /d /s /c "bun -v"
                                                                                                                                                                                                                    2⤵
                                                                                                                                                                                                                    • Executes a command shell one-liner
                                                                                                                                                                                                                    PID:6236
                                                                                                                                                                                                                  • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                    C:\Windows\system32\cmd.exe /d /s /c "deno -v"
                                                                                                                                                                                                                    2⤵
                                                                                                                                                                                                                      PID:6228
                                                                                                                                                                                                                    • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                      C:\Windows\system32\cmd.exe /d /s /c "node -v"
                                                                                                                                                                                                                      2⤵
                                                                                                                                                                                                                        PID:6272
                                                                                                                                                                                                                      • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                        C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Get-CimInstance Win32_Service | select caption | fl"
                                                                                                                                                                                                                        2⤵
                                                                                                                                                                                                                        • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                        PID:1536
                                                                                                                                                                                                                      • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                        C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command $PSVersionTable
                                                                                                                                                                                                                        2⤵
                                                                                                                                                                                                                        • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                        PID:6304
                                                                                                                                                                                                                      • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                        C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "gci \"HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP\" -recurse | gp -name Version,Release -EA 0 | where { $_.PSChildName -match \"^(?!S)\p{L}\"} | select PSChildName, Version, Release"
                                                                                                                                                                                                                        2⤵
                                                                                                                                                                                                                        • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                        PID:6292
                                                                                                                                                                                                                      • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                        C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Get-CimInstance Win32_Process | select-Object ProcessId,ParentProcessId,ExecutionState,Caption,CommandLine,ExecutablePath,UserModeTime,KernelModeTime,WorkingSetSize,Priority,PageFileUsage, @{n=\"CreationDate\";e={$_.CreationDate.ToString(\"yyyy-MM-dd HH:mm:ss\")}} | fl"
                                                                                                                                                                                                                        2⤵
                                                                                                                                                                                                                        • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                        PID:6336
                                                                                                                                                                                                                      • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                        C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Get-CimInstance Win32_Process | select-Object ProcessId,ParentProcessId,ExecutionState,Caption,CommandLine,ExecutablePath,UserModeTime,KernelModeTime,WorkingSetSize,Priority,PageFileUsage, @{n=\"CreationDate\";e={$_.CreationDate.ToString(\"yyyy-MM-dd HH:mm:ss\")}} | fl"
                                                                                                                                                                                                                        2⤵
                                                                                                                                                                                                                        • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                        PID:6344
                                                                                                                                                                                                                      • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                        C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM chrome.exe"
                                                                                                                                                                                                                        2⤵
                                                                                                                                                                                                                          PID:5928
                                                                                                                                                                                                                          • C:\Windows\system32\taskkill.exe
                                                                                                                                                                                                                            taskkill /F /IM chrome.exe
                                                                                                                                                                                                                            3⤵
                                                                                                                                                                                                                            • Kills process with taskkill
                                                                                                                                                                                                                            PID:2780
                                                                                                                                                                                                                        • C:\Users\Admin\AppData\Local\Programs\lostinwinter\LostInWinter.exe
                                                                                                                                                                                                                          "C:\Users\Admin\AppData\Local\Programs\lostinwinter\LostInWinter.exe" --type=gpu-process --user-data-dir="C:\Users\Admin\AppData\Roaming\lostinwinter" --gpu-preferences=WAAAAAAAAADgAAAMAAAAAAAAAAAAAAAAAABgAAAAAAA4AAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAYAAAAAAAAAAgAAAAAAAAACAAAAAAAAAAIAAAAAAAAAA== --mojo-platform-channel-handle=2996 --field-trial-handle=3000,i,6957369415773103674,12253053106617482383,262144 --disable-features=SpareRendererForSitePerProcess,WinDelaySpellcheckServiceInit,WinRetrieveSuggestionsOnlyOnDemand /prefetch:2
                                                                                                                                                                                                                          2⤵
                                                                                                                                                                                                                            PID:6900
                                                                                                                                                                                                                          • C:\Users\Admin\AppData\Local\Programs\lostinwinter\LostInWinter.exe
                                                                                                                                                                                                                            "C:\Users\Admin\AppData\Local\Programs\lostinwinter\LostInWinter.exe" --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --user-data-dir="C:\Users\Admin\AppData\Roaming\lostinwinter" --mojo-platform-channel-handle=3052 --field-trial-handle=3000,i,6957369415773103674,12253053106617482383,262144 --disable-features=SpareRendererForSitePerProcess,WinDelaySpellcheckServiceInit,WinRetrieveSuggestionsOnlyOnDemand /prefetch:8
                                                                                                                                                                                                                            2⤵
                                                                                                                                                                                                                              PID:6764
                                                                                                                                                                                                                            • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                              C:\Windows\system32\cmd.exe /d /s /c "gcc --version"
                                                                                                                                                                                                                              2⤵
                                                                                                                                                                                                                              • Executes a command shell one-liner
                                                                                                                                                                                                                              PID:6000
                                                                                                                                                                                                                            • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                              C:\Windows\system32\cmd.exe /d /s /c "netsh wlan show profiles"
                                                                                                                                                                                                                              2⤵
                                                                                                                                                                                                                              • Executes a command shell one-liner
                                                                                                                                                                                                                              • System Network Configuration Discovery: Wi-Fi Discovery
                                                                                                                                                                                                                              PID:7104
                                                                                                                                                                                                                              • C:\Windows\system32\netsh.exe
                                                                                                                                                                                                                                netsh wlan show profiles
                                                                                                                                                                                                                                3⤵
                                                                                                                                                                                                                                • System Network Configuration Discovery: Wi-Fi Discovery
                                                                                                                                                                                                                                PID:5888
                                                                                                                                                                                                                            • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                              C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM msedge.exe"
                                                                                                                                                                                                                              2⤵
                                                                                                                                                                                                                                PID:7064
                                                                                                                                                                                                                                • C:\Windows\system32\taskkill.exe
                                                                                                                                                                                                                                  taskkill /F /IM msedge.exe
                                                                                                                                                                                                                                  3⤵
                                                                                                                                                                                                                                  • Kills process with taskkill
                                                                                                                                                                                                                                  PID:4320
                                                                                                                                                                                                                              • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM brave.exe"
                                                                                                                                                                                                                                2⤵
                                                                                                                                                                                                                                  PID:3728
                                                                                                                                                                                                                                  • C:\Windows\system32\taskkill.exe
                                                                                                                                                                                                                                    taskkill /F /IM brave.exe
                                                                                                                                                                                                                                    3⤵
                                                                                                                                                                                                                                    • Kills process with taskkill
                                                                                                                                                                                                                                    PID:4484
                                                                                                                                                                                                                                • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                  C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM firefox.exe"
                                                                                                                                                                                                                                  2⤵
                                                                                                                                                                                                                                  • Executes a command shell one-liner
                                                                                                                                                                                                                                  PID:6720
                                                                                                                                                                                                                                  • C:\Windows\system32\taskkill.exe
                                                                                                                                                                                                                                    taskkill /F /IM firefox.exe
                                                                                                                                                                                                                                    3⤵
                                                                                                                                                                                                                                    • Kills process with taskkill
                                                                                                                                                                                                                                    PID:5580
                                                                                                                                                                                                                                • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                  C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM opera.exe"
                                                                                                                                                                                                                                  2⤵
                                                                                                                                                                                                                                    PID:6600
                                                                                                                                                                                                                                    • C:\Windows\system32\taskkill.exe
                                                                                                                                                                                                                                      taskkill /F /IM opera.exe
                                                                                                                                                                                                                                      3⤵
                                                                                                                                                                                                                                      • Kills process with taskkill
                                                                                                                                                                                                                                      PID:6608
                                                                                                                                                                                                                                  • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                    C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM kometa.exe"
                                                                                                                                                                                                                                    2⤵
                                                                                                                                                                                                                                      PID:5728
                                                                                                                                                                                                                                      • C:\Windows\system32\taskkill.exe
                                                                                                                                                                                                                                        taskkill /F /IM kometa.exe
                                                                                                                                                                                                                                        3⤵
                                                                                                                                                                                                                                        • Kills process with taskkill
                                                                                                                                                                                                                                        PID:6384
                                                                                                                                                                                                                                    • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                      C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM orbitum.exe"
                                                                                                                                                                                                                                      2⤵
                                                                                                                                                                                                                                        PID:7052
                                                                                                                                                                                                                                        • C:\Windows\system32\taskkill.exe
                                                                                                                                                                                                                                          taskkill /F /IM orbitum.exe
                                                                                                                                                                                                                                          3⤵
                                                                                                                                                                                                                                          • Kills process with taskkill
                                                                                                                                                                                                                                          PID:4440
                                                                                                                                                                                                                                      • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                        C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM centbrowser.exe"
                                                                                                                                                                                                                                        2⤵
                                                                                                                                                                                                                                        • Executes a command shell one-liner
                                                                                                                                                                                                                                        PID:5296
                                                                                                                                                                                                                                        • C:\Windows\system32\taskkill.exe
                                                                                                                                                                                                                                          taskkill /F /IM centbrowser.exe
                                                                                                                                                                                                                                          3⤵
                                                                                                                                                                                                                                          • Kills process with taskkill
                                                                                                                                                                                                                                          PID:5572
                                                                                                                                                                                                                                      • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                        C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM 7star.exe"
                                                                                                                                                                                                                                        2⤵
                                                                                                                                                                                                                                        • Executes a command shell one-liner
                                                                                                                                                                                                                                        PID:5972
                                                                                                                                                                                                                                        • C:\Windows\system32\taskkill.exe
                                                                                                                                                                                                                                          taskkill /F /IM 7star.exe
                                                                                                                                                                                                                                          3⤵
                                                                                                                                                                                                                                          • Kills process with taskkill
                                                                                                                                                                                                                                          PID:5100
                                                                                                                                                                                                                                      • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                        C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM sputnik.exe"
                                                                                                                                                                                                                                        2⤵
                                                                                                                                                                                                                                          PID:1064
                                                                                                                                                                                                                                          • C:\Windows\system32\taskkill.exe
                                                                                                                                                                                                                                            taskkill /F /IM sputnik.exe
                                                                                                                                                                                                                                            3⤵
                                                                                                                                                                                                                                            • Kills process with taskkill
                                                                                                                                                                                                                                            PID:7100
                                                                                                                                                                                                                                        • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                          C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM vivaldi.exe"
                                                                                                                                                                                                                                          2⤵
                                                                                                                                                                                                                                            PID:6988
                                                                                                                                                                                                                                            • C:\Windows\system32\taskkill.exe
                                                                                                                                                                                                                                              taskkill /F /IM vivaldi.exe
                                                                                                                                                                                                                                              3⤵
                                                                                                                                                                                                                                              • Kills process with taskkill
                                                                                                                                                                                                                                              PID:5456
                                                                                                                                                                                                                                          • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                            C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM epicprivacybrowser.exe"
                                                                                                                                                                                                                                            2⤵
                                                                                                                                                                                                                                              PID:2780
                                                                                                                                                                                                                                              • C:\Windows\system32\taskkill.exe
                                                                                                                                                                                                                                                taskkill /F /IM epicprivacybrowser.exe
                                                                                                                                                                                                                                                3⤵
                                                                                                                                                                                                                                                • Kills process with taskkill
                                                                                                                                                                                                                                                PID:6448
                                                                                                                                                                                                                                            • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                              C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM uran.exe"
                                                                                                                                                                                                                                              2⤵
                                                                                                                                                                                                                                                PID:4852
                                                                                                                                                                                                                                                • C:\Windows\system32\taskkill.exe
                                                                                                                                                                                                                                                  taskkill /F /IM uran.exe
                                                                                                                                                                                                                                                  3⤵
                                                                                                                                                                                                                                                  • Kills process with taskkill
                                                                                                                                                                                                                                                  PID:7044
                                                                                                                                                                                                                                              • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                                C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM yandex.exe"
                                                                                                                                                                                                                                                2⤵
                                                                                                                                                                                                                                                • Executes a command shell one-liner
                                                                                                                                                                                                                                                PID:7072
                                                                                                                                                                                                                                                • C:\Windows\system32\taskkill.exe
                                                                                                                                                                                                                                                  taskkill /F /IM yandex.exe
                                                                                                                                                                                                                                                  3⤵
                                                                                                                                                                                                                                                  • Kills process with taskkill
                                                                                                                                                                                                                                                  PID:5344
                                                                                                                                                                                                                                              • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                                C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM iridium.exe"
                                                                                                                                                                                                                                                2⤵
                                                                                                                                                                                                                                                  PID:6652
                                                                                                                                                                                                                                                  • C:\Windows\system32\taskkill.exe
                                                                                                                                                                                                                                                    taskkill /F /IM iridium.exe
                                                                                                                                                                                                                                                    3⤵
                                                                                                                                                                                                                                                    • Kills process with taskkill
                                                                                                                                                                                                                                                    PID:6684
                                                                                                                                                                                                                                                • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                                  C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM tor.exe"
                                                                                                                                                                                                                                                  2⤵
                                                                                                                                                                                                                                                    PID:4740
                                                                                                                                                                                                                                                    • C:\Windows\system32\taskkill.exe
                                                                                                                                                                                                                                                      taskkill /F /IM tor.exe
                                                                                                                                                                                                                                                      3⤵
                                                                                                                                                                                                                                                      • Kills process with taskkill
                                                                                                                                                                                                                                                      PID:4684
                                                                                                                                                                                                                                                  • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                                    C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM waterfox.exe"
                                                                                                                                                                                                                                                    2⤵
                                                                                                                                                                                                                                                      PID:5916
                                                                                                                                                                                                                                                      • C:\Windows\system32\taskkill.exe
                                                                                                                                                                                                                                                        taskkill /F /IM waterfox.exe
                                                                                                                                                                                                                                                        3⤵
                                                                                                                                                                                                                                                        • Kills process with taskkill
                                                                                                                                                                                                                                                        PID:3336
                                                                                                                                                                                                                                                    • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                                      C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM arc.exe"
                                                                                                                                                                                                                                                      2⤵
                                                                                                                                                                                                                                                        PID:6376
                                                                                                                                                                                                                                                        • C:\Windows\system32\taskkill.exe
                                                                                                                                                                                                                                                          taskkill /F /IM arc.exe
                                                                                                                                                                                                                                                          3⤵
                                                                                                                                                                                                                                                          • Kills process with taskkill
                                                                                                                                                                                                                                                          PID:6400
                                                                                                                                                                                                                                                      • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                                        C:\Windows\system32\cmd.exe /d /s /c "reg query "HKLM\SOFTWARE\Microsoft\Cryptography" /v MachineGuid"
                                                                                                                                                                                                                                                        2⤵
                                                                                                                                                                                                                                                          PID:6932
                                                                                                                                                                                                                                                          • C:\Windows\system32\reg.exe
                                                                                                                                                                                                                                                            reg query "HKLM\SOFTWARE\Microsoft\Cryptography" /v MachineGuid
                                                                                                                                                                                                                                                            3⤵
                                                                                                                                                                                                                                                              PID:7024
                                                                                                                                                                                                                                                          • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                                            C:\Windows\system32\cmd.exe /d /s /c "netsh advfirewall show allprofiles state"
                                                                                                                                                                                                                                                            2⤵
                                                                                                                                                                                                                                                            • Executes a command shell one-liner
                                                                                                                                                                                                                                                            PID:3412
                                                                                                                                                                                                                                                            • C:\Windows\system32\netsh.exe
                                                                                                                                                                                                                                                              netsh advfirewall show allprofiles state
                                                                                                                                                                                                                                                              3⤵
                                                                                                                                                                                                                                                              • Modifies Windows Firewall
                                                                                                                                                                                                                                                              PID:3648
                                                                                                                                                                                                                                                          • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                                            C:\Windows\system32\cmd.exe /d /s /c "powershell -NoProfile -Command "Get-MpComputerStatus | Select-Object -ExpandProperty AntivirusEnabled""
                                                                                                                                                                                                                                                            2⤵
                                                                                                                                                                                                                                                            • Executes a command shell one-liner
                                                                                                                                                                                                                                                            PID:1408
                                                                                                                                                                                                                                                            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                              powershell -NoProfile -Command "Get-MpComputerStatus | Select-Object -ExpandProperty AntivirusEnabled"
                                                                                                                                                                                                                                                              3⤵
                                                                                                                                                                                                                                                              • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                              PID:6312
                                                                                                                                                                                                                                                          • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                                            C:\Windows\system32\cmd.exe /d /s /c "powershell -NoProfile -Command "Get-HotFix | Sort-Object InstalledOn -Descending | Select-Object -First 1 | Select-Object -ExpandProperty InstalledOn""
                                                                                                                                                                                                                                                            2⤵
                                                                                                                                                                                                                                                              PID:5196
                                                                                                                                                                                                                                                              • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                powershell -NoProfile -Command "Get-HotFix | Sort-Object InstalledOn -Descending | Select-Object -First 1 | Select-Object -ExpandProperty InstalledOn"
                                                                                                                                                                                                                                                                3⤵
                                                                                                                                                                                                                                                                • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                PID:2460
                                                                                                                                                                                                                                                            • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                                              C:\Windows\system32\cmd.exe /d /s /c "reg query "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v EnableLUA"
                                                                                                                                                                                                                                                              2⤵
                                                                                                                                                                                                                                                              • Executes a command shell one-liner
                                                                                                                                                                                                                                                              PID:2996
                                                                                                                                                                                                                                                              • C:\Windows\system32\reg.exe
                                                                                                                                                                                                                                                                reg query "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v EnableLUA
                                                                                                                                                                                                                                                                3⤵
                                                                                                                                                                                                                                                                  PID:1720
                                                                                                                                                                                                                                                              • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                                                C:\Windows\system32\cmd.exe /d /s /c "powershell -NoProfile -Command "Get-VpnConnection | Where-Object {$_.ConnectionStatus -eq 'Connected'} | Select-Object -First 1""
                                                                                                                                                                                                                                                                2⤵
                                                                                                                                                                                                                                                                  PID:6160
                                                                                                                                                                                                                                                                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                    powershell -NoProfile -Command "Get-VpnConnection | Where-Object {$_.ConnectionStatus -eq 'Connected'} | Select-Object -First 1"
                                                                                                                                                                                                                                                                    3⤵
                                                                                                                                                                                                                                                                    • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                    PID:5432
                                                                                                                                                                                                                                                                • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                                                  C:\Windows\system32\cmd.exe /d /s /c "net session"
                                                                                                                                                                                                                                                                  2⤵
                                                                                                                                                                                                                                                                    PID:2712
                                                                                                                                                                                                                                                                    • C:\Windows\system32\net.exe
                                                                                                                                                                                                                                                                      net session
                                                                                                                                                                                                                                                                      3⤵
                                                                                                                                                                                                                                                                        PID:2512
                                                                                                                                                                                                                                                                        • C:\Windows\system32\net1.exe
                                                                                                                                                                                                                                                                          C:\Windows\system32\net1 session
                                                                                                                                                                                                                                                                          4⤵
                                                                                                                                                                                                                                                                            PID:2484
                                                                                                                                                                                                                                                                      • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                                                        C:\Windows\system32\cmd.exe /d /s /c "powershell -NoProfile -Command "[bool](([System.Security.Principal.WindowsIdentity]::GetCurrent()).groups -match 'S-1-5-32-544')""
                                                                                                                                                                                                                                                                        2⤵
                                                                                                                                                                                                                                                                        • Executes a command shell one-liner
                                                                                                                                                                                                                                                                        PID:3700
                                                                                                                                                                                                                                                                        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                          powershell -NoProfile -Command "[bool](([System.Security.Principal.WindowsIdentity]::GetCurrent()).groups -match 'S-1-5-32-544')"
                                                                                                                                                                                                                                                                          3⤵
                                                                                                                                                                                                                                                                          • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                          PID:4344
                                                                                                                                                                                                                                                                      • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                                                        C:\Windows\system32\cmd.exe /d /s /c "powershell -NoProfile -EncodedCommand JABFAHIAcgBvAHIAQQBjAHQAaQBvAG4AUAByAGUAZgBlAHIAZQBuAGMAZQA9ACcAUwBpAGwAZQBuAHQAbAB5AEMAbwBuAHQAaQBuAHUAZQAnACAAJABwAD0AQAAoACkAIAB0AHIAeQAgAHsAIAAgACAAJABjAD0ARwBlAHQALQBDAGkAbQBJAG4AcwB0AGEAbgBjAGUAIAAtAE4AYQBtAGUAcwBwAGEAYwBlACAAcgBvAG8AdAAvAFMAZQBjAHUAcgBpAHQAeQBDAGUAbgB0AGUAcgAyACAALQBDAGwAYQBzAHMATgBhAG0AZQAgAEEAbgB0AGkAVgBpAHIAdQBzAFAAcgBvAGQAdQBjAHQAIAAtAEUAcgByAG8AcgBBAGMAdABpAG8AbgAgAFMAaQBsAGUAbgB0AGwAeQBDAG8AbgB0AGkAbgB1AGUAIAAgACAAaQBmACAAKAAkAGMAKQAgAHsAIABmAG8AcgBlAGEAYwBoACAAKAAkAHgAIABpAG4AIABAACgAJABjACkAKQAgAHsAIAAkAHAAKwA9AFsAUABTAEMAdQBzAHQAbwBtAE8AYgBqAGUAYwB0AF0AQAB7AE4APQBbAHMAdAByAGkAbgBnAF0AJAB4AC4AZABpAHMAcABsAGEAeQBOAGEAbQBlADsAUwA9AFsAaQBuAHQANgA0AF0AJAB4AC4AcAByAG8AZAB1AGMAdABTAHQAYQB0AGUAfQAgAH0AIAB9ACAAfQAgAGMAYQB0AGMAaAAgAHsAfQAgAGkAZgAgACgAJABwAC4AQwBvAHUAbgB0ACAALQBlAHEAIAAwACkAIAB7ACAAdAByAHkAIAB7ACAAIAAgACQAdwA9AEcAZQB0AC0AVwBtAGkATwBiAGoAZQBjAHQAIAAtAE4AYQBtAGUAcwBwAGEAYwBlACAAcgBvAG8AdABcAFMAZQBjAHUAcgBpAHQAeQBDAGUAbgB0AGUAcgAyACAALQBDAGwAYQBzAHMAIABBAG4AdABpAFYAaQByAHUAcwBQAHIAbwBkAHUAYwB0ACAALQBFAHIAcgBvAHIAQQBjAHQAaQBvAG4AIABTAGkAbABlAG4AdABsAHkAQwBvAG4AdABpAG4AdQBlACAAIAAgAGkAZgAgACgAJAB3ACkAIAB7ACAAZgBvAHIAZQBhAGMAaAAgACgAJAB4ACAAaQBuACAAQAAoACQAdwApACkAIAB7ACAAJABwACsAPQBbAFAAUwBDAHUAcwB0AG8AbQBPAGIAagBlAGMAdABdAEAAewBOAD0AWwBzAHQAcgBpAG4AZwBdACQAeAAuAGQAaQBzAHAAbABhAHkATgBhAG0AZQA7AFMAPQBbAGkAbgB0ADYANABdACQAeAAuAHAAcgBvAGQAdQBjAHQAUwB0AGEAdABlAH0AIAB9ACAAfQAgAH0AIABjAGEAdABjAGgAIAB7AH0AIAB9ACAAJABkAD0AJABuAHUAbABsACAAdAByAHkAIAB7ACAAIAAgACQAbQA9AEcAZQB0AC0ATQBwAEMAbwBtAHAAdQB0AGUAcgBTAHQAYQB0AHUAcwAgAC0ARQByAHIAbwByAEEAYwB0AGkAbwBuACAAUwBpAGwAZQBuAHQAbAB5AEMAbwBuAHQAaQBuAHUAZQAgACAAIABpAGYAIAAoACQAbQApACAAewAgACAAIAAgACAAJABkAD0AWwBQAFMAQwB1AHMAdABvAG0ATwBiAGoAZQBjAHQAXQBAAHsAQQBFAD0AJABtAC4AQQBuAHQAaQB2AGkAcgB1AHMARQBuAGEAYgBsAGUAZAA7AFIAVAA9ACQAbQAuAFIAZQBhAGwAVABpAG0AZQBQAHIAbwB0AGUAYwB0AGkAbwBuAEUAbgBhAGIAbABlAGQAOwBBAE0APQAkAG0ALgBBAE0AUwBlAHIAdgBpAGMAZQBFAG4AYQBiAGwAZQBkADsAUgBNAD0AWwBzAHQAcgBpAG4AZwBdACQAbQAuAEEATQBSAHUAbgBuAGkAbgBnAE0AbwBkAGUAfQAgACAAIAB9ACAAfQAgAGMAYQB0AGMAaAAgAHsAfQAgAFsAUABTAEMAdQBzAHQAbwBtAE8AYgBqAGUAYwB0AF0AQAB7AFAAPQAkAHAAOwBEAD0AJABkAH0AfABDAG8AbgB2AGUAcgB0AFQAbwAtAEoAcwBvAG4AIAAtAEMAbwBtAHAAcgBlAHMAcwAgAC0ARABlAHAAdABoACAANgA="
                                                                                                                                                                                                                                                                        2⤵
                                                                                                                                                                                                                                                                          PID:4228
                                                                                                                                                                                                                                                                          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                            powershell -NoProfile -EncodedCommand JABFAHIAcgBvAHIAQQBjAHQAaQBvAG4AUAByAGUAZgBlAHIAZQBuAGMAZQA9ACcAUwBpAGwAZQBuAHQAbAB5AEMAbwBuAHQAaQBuAHUAZQAnACAAJABwAD0AQAAoACkAIAB0AHIAeQAgAHsAIAAgACAAJABjAD0ARwBlAHQALQBDAGkAbQBJAG4AcwB0AGEAbgBjAGUAIAAtAE4AYQBtAGUAcwBwAGEAYwBlACAAcgBvAG8AdAAvAFMAZQBjAHUAcgBpAHQAeQBDAGUAbgB0AGUAcgAyACAALQBDAGwAYQBzAHMATgBhAG0AZQAgAEEAbgB0AGkAVgBpAHIAdQBzAFAAcgBvAGQAdQBjAHQAIAAtAEUAcgByAG8AcgBBAGMAdABpAG8AbgAgAFMAaQBsAGUAbgB0AGwAeQBDAG8AbgB0AGkAbgB1AGUAIAAgACAAaQBmACAAKAAkAGMAKQAgAHsAIABmAG8AcgBlAGEAYwBoACAAKAAkAHgAIABpAG4AIABAACgAJABjACkAKQAgAHsAIAAkAHAAKwA9AFsAUABTAEMAdQBzAHQAbwBtAE8AYgBqAGUAYwB0AF0AQAB7AE4APQBbAHMAdAByAGkAbgBnAF0AJAB4AC4AZABpAHMAcABsAGEAeQBOAGEAbQBlADsAUwA9AFsAaQBuAHQANgA0AF0AJAB4AC4AcAByAG8AZAB1AGMAdABTAHQAYQB0AGUAfQAgAH0AIAB9ACAAfQAgAGMAYQB0AGMAaAAgAHsAfQAgAGkAZgAgACgAJABwAC4AQwBvAHUAbgB0ACAALQBlAHEAIAAwACkAIAB7ACAAdAByAHkAIAB7ACAAIAAgACQAdwA9AEcAZQB0AC0AVwBtAGkATwBiAGoAZQBjAHQAIAAtAE4AYQBtAGUAcwBwAGEAYwBlACAAcgBvAG8AdABcAFMAZQBjAHUAcgBpAHQAeQBDAGUAbgB0AGUAcgAyACAALQBDAGwAYQBzAHMAIABBAG4AdABpAFYAaQByAHUAcwBQAHIAbwBkAHUAYwB0ACAALQBFAHIAcgBvAHIAQQBjAHQAaQBvAG4AIABTAGkAbABlAG4AdABsAHkAQwBvAG4AdABpAG4AdQBlACAAIAAgAGkAZgAgACgAJAB3ACkAIAB7ACAAZgBvAHIAZQBhAGMAaAAgACgAJAB4ACAAaQBuACAAQAAoACQAdwApACkAIAB7ACAAJABwACsAPQBbAFAAUwBDAHUAcwB0AG8AbQBPAGIAagBlAGMAdABdAEAAewBOAD0AWwBzAHQAcgBpAG4AZwBdACQAeAAuAGQAaQBzAHAAbABhAHkATgBhAG0AZQA7AFMAPQBbAGkAbgB0ADYANABdACQAeAAuAHAAcgBvAGQAdQBjAHQAUwB0AGEAdABlAH0AIAB9ACAAfQAgAH0AIABjAGEAdABjAGgAIAB7AH0AIAB9ACAAJABkAD0AJABuAHUAbABsACAAdAByAHkAIAB7ACAAIAAgACQAbQA9AEcAZQB0AC0ATQBwAEMAbwBtAHAAdQB0AGUAcgBTAHQAYQB0AHUAcwAgAC0ARQByAHIAbwByAEEAYwB0AGkAbwBuACAAUwBpAGwAZQBuAHQAbAB5AEMAbwBuAHQAaQBuAHUAZQAgACAAIABpAGYAIAAoACQAbQApACAAewAgACAAIAAgACAAJABkAD0AWwBQAFMAQwB1AHMAdABvAG0ATwBiAGoAZQBjAHQAXQBAAHsAQQBFAD0AJABtAC4AQQBuAHQAaQB2AGkAcgB1AHMARQBuAGEAYgBsAGUAZAA7AFIAVAA9ACQAbQAuAFIAZQBhAGwAVABpAG0AZQBQAHIAbwB0AGUAYwB0AGkAbwBuAEUAbgBhAGIAbABlAGQAOwBBAE0APQAkAG0ALgBBAE0AUwBlAHIAdgBpAGMAZQBFAG4AYQBiAGwAZQBkADsAUgBNAD0AWwBzAHQAcgBpAG4AZwBdACQAbQAuAEEATQBSAHUAbgBuAGkAbgBnAE0AbwBkAGUAfQAgACAAIAB9ACAAfQAgAGMAYQB0AGMAaAAgAHsAfQAgAFsAUABTAEMAdQBzAHQAbwBtAE8AYgBqAGUAYwB0AF0AQAB7AFAAPQAkAHAAOwBEAD0AJABkAH0AfABDAG8AbgB2AGUAcgB0AFQAbwAtAEoAcwBvAG4AIAAtAEMAbwBtAHAAcgBlAHMAcwAgAC0ARABlAHAAdABoACAANgA=
                                                                                                                                                                                                                                                                            3⤵
                                                                                                                                                                                                                                                                              PID:2940
                                                                                                                                                                                                                                                                          • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                                                            C:\Windows\system32\cmd.exe /d /s /c "powershell -NoProfile -Command "(Get-MpComputerStatus).AntivirusEnabled""
                                                                                                                                                                                                                                                                            2⤵
                                                                                                                                                                                                                                                                            • Executes a command shell one-liner
                                                                                                                                                                                                                                                                            PID:6300
                                                                                                                                                                                                                                                                            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                              powershell -NoProfile -Command "(Get-MpComputerStatus).AntivirusEnabled"
                                                                                                                                                                                                                                                                              3⤵
                                                                                                                                                                                                                                                                              • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                              PID:3440
                                                                                                                                                                                                                                                                          • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                            C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Get-WmiObject Win32_logicaldisk | select Access,Caption,FileSystem,FreeSpace,Size | fl"
                                                                                                                                                                                                                                                                            2⤵
                                                                                                                                                                                                                                                                            • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                            PID:3856
                                                                                                                                                                                                                                                                          • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                            C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Get-CimInstance win32_VideoController | fl *"
                                                                                                                                                                                                                                                                            2⤵
                                                                                                                                                                                                                                                                            • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                            PID:640
                                                                                                                                                                                                                                                                          • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                            C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "gp \"HKLM:\SYSTEM\ControlSet001\Control\Class\{4d36e968-e325-11ce-bfc1-08002be10318}\*\" -ErrorAction SilentlyContinue | where MatchingDeviceId $null -NE | select MatchingDeviceId,HardwareInformation.qwMemorySize | fl"
                                                                                                                                                                                                                                                                            2⤵
                                                                                                                                                                                                                                                                            • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                            • Hide Artifacts: Ignore Process Interrupts
                                                                                                                                                                                                                                                                            PID:4620
                                                                                                                                                                                                                                                                          • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                            C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Get-CimInstance win32_desktopmonitor | fl *"
                                                                                                                                                                                                                                                                            2⤵
                                                                                                                                                                                                                                                                            • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                            PID:820
                                                                                                                                                                                                                                                                          • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                            C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Get-CimInstance -Namespace root\wmi -ClassName WmiMonitorBasicDisplayParams | fl"
                                                                                                                                                                                                                                                                            2⤵
                                                                                                                                                                                                                                                                            • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                            PID:6236
                                                                                                                                                                                                                                                                          • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                            C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Add-Type -AssemblyName System.Windows.Forms; [System.Windows.Forms.Screen]::AllScreens"
                                                                                                                                                                                                                                                                            2⤵
                                                                                                                                                                                                                                                                            • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                            PID:1204
                                                                                                                                                                                                                                                                          • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                            C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "Get-CimInstance -Namespace root\wmi -ClassName WmiMonitorConnectionParams | fl"
                                                                                                                                                                                                                                                                            2⤵
                                                                                                                                                                                                                                                                            • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                            PID:6496
                                                                                                                                                                                                                                                                          • C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe
                                                                                                                                                                                                                                                                            C:\Windows\system32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NoLogo -InputFormat Text -ExecutionPolicy Unrestricted -Command "gwmi WmiMonitorID -Namespace root\wmi | ForEach-Object {(($_.ManufacturerName -notmatch 0 | foreach {[char]$_}) -join \"\") + \"|\" + (($_.ProductCodeID -notmatch 0 | foreach {[char]$_}) -join \"\") + \"|\" + (($_.UserFriendlyName -notmatch 0 | foreach {[char]$_}) -join \"\") + \"|\" + (($_.SerialNumberID -notmatch 0 | foreach {[char]$_}) -join \"\") + \"|\" + $_.InstanceName}"
                                                                                                                                                                                                                                                                            2⤵
                                                                                                                                                                                                                                                                            • Command and Scripting Interpreter: PowerShell
                                                                                                                                                                                                                                                                            PID:6180
                                                                                                                                                                                                                                                                          • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                                                            C:\Windows\system32\cmd.exe /d /s /c "reg query "HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0" /v FeatureSet"
                                                                                                                                                                                                                                                                            2⤵
                                                                                                                                                                                                                                                                              PID:720
                                                                                                                                                                                                                                                                              • C:\Windows\system32\reg.exe
                                                                                                                                                                                                                                                                                reg query "HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0" /v FeatureSet
                                                                                                                                                                                                                                                                                3⤵
                                                                                                                                                                                                                                                                                  PID:5044
                                                                                                                                                                                                                                                                              • C:\Windows\system32\cmd.exe
                                                                                                                                                                                                                                                                                C:\Windows\system32\cmd.exe /d /s /c "wmic product get name,version,vendor,installDate /format:list"
                                                                                                                                                                                                                                                                                2⤵
                                                                                                                                                                                                                                                                                • Executes a command shell one-liner
                                                                                                                                                                                                                                                                                PID:5244
                                                                                                                                                                                                                                                                                • C:\Windows\System32\Wbem\WMIC.exe
                                                                                                                                                                                                                                                                                  wmic product get name,version,vendor,installDate /format:list
                                                                                                                                                                                                                                                                                  3⤵
                                                                                                                                                                                                                                                                                    PID:2324

                                                                                                                                                                                                                                                                              Network

                                                                                                                                                                                                                                                                                    MITRE ATT&CK Enterprise v16

                                                                                                                                                                                                                                                                                    Replay Monitor

                                                                                                                                                                                                                                                                                    Loading Replay Monitor...

                                                                                                                                                                                                                                                                                    Downloads

                                                                                                                                                                                                                                                                                    3903daac9bc4a3b7.timestamp

                                                                                                                                                                                                                                                                                    • Path C:\ProgramData\Oracle\Java\.oracle_jre_usage\3903daac9bc4a3b7.timestamp
                                                                                                                                                                                                                                                                                    • Size 46B
                                                                                                                                                                                                                                                                                    • SHA256 76f5738a18ad55c6fee5fee44af7fb915cfb39cdf02ba5063adfadd915cdbcfe
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512

                                                                                                                                                                                                                                                                                    powershell.exe.log

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

                                                                                                                                                                                                                                                                                    StartupProfileData-NonInteractive

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                                                                                                                                                                                                                                                                    • Size 948B
                                                                                                                                                                                                                                                                                    • SHA256 efb112f579616e7e8161092a898f39d984e84340cd5b5dd560e6babbd99051bd
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    StartupProfileData-NonInteractive

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

                                                                                                                                                                                                                                                                                    chrome_100_percent.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Programs\lostinwinter\chrome_100_percent.pak
                                                                                                                                                                                                                                                                                    • Size 132KB
                                                                                                                                                                                                                                                                                    • SHA256 86f6b8ffa8788603a433d425a4bc3c4031e5d394762fd53257b0d4b1cfb2ffa2
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    __PSScriptPolicyTest_3ni0lq3b.qlo.ps1

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

                                                                                                                                                                                                                                                                                    LICENSE.electron.txt

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\LICENSE.electron.txt
                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                    • SHA256 5154e165bd6c2cc0cfbcd8916498c7abab0497923bafcd5cb07673fe8480087d
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    LICENSES.chromium.html

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\LICENSES.chromium.html
                                                                                                                                                                                                                                                                                    • Size 8.8MB
                                                                                                                                                                                                                                                                                    • SHA256 6a717038f81271f62318212f00b1a2173b9cb0cc435f984710ac8355eb409081
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    chrome_200_percent.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\chrome_200_percent.pak
                                                                                                                                                                                                                                                                                    • Size 190KB
                                                                                                                                                                                                                                                                                    • SHA256 8c1ae81d19fd6323a02eb460e075e2f25aba322bc7d46f2e6edb1c4600e6537a
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    d3dcompiler_47.dll

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\d3dcompiler_47.dll
                                                                                                                                                                                                                                                                                    • Size 4.7MB
                                                                                                                                                                                                                                                                                    • SHA256 7353f25dc5cf84d09894e3e0461cef0e56799adbc617fce37620ca67240b547d
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    ffmpeg.dll

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\ffmpeg.dll
                                                                                                                                                                                                                                                                                    • Size 2.8MB
                                                                                                                                                                                                                                                                                    • SHA256 9db39b8556ef7cd73a8f600c931b833fba4be852f9af388795768d2d8df85806
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    icudtl.dat

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\icudtl.dat
                                                                                                                                                                                                                                                                                    • Size 10.2MB
                                                                                                                                                                                                                                                                                    • SHA256 f5170aa2b388d23bebf98784dd488a9bcb741470384a6a9a8d7a2638d768defb
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    libEGL.dll

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\libEGL.dll
                                                                                                                                                                                                                                                                                    • Size 477KB
                                                                                                                                                                                                                                                                                    • SHA256 f1430eb55200da71a1d4be09c4f17b4c04f17ab87ca1b2b3a114592e3ea8044a
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    libGLESv2.dll

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\libGLESv2.dll
                                                                                                                                                                                                                                                                                    • Size 7.3MB
                                                                                                                                                                                                                                                                                    • SHA256 be6bc168af3bd1aa9a54f46f4c63043c8a9894247699957a46c96fdca646aac0
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    af.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\af.pak
                                                                                                                                                                                                                                                                                    • Size 446KB
                                                                                                                                                                                                                                                                                    • SHA256 2b7a1625342c2b34fd220dba6b416786595dbf625948f5be7ddc52bf7e7116d2
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    am.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\am.pak
                                                                                                                                                                                                                                                                                    • Size 726KB
                                                                                                                                                                                                                                                                                    • SHA256 fd0d603e89b2514572f8c03f7479f395b2012bd5ccbeb89366b813e8f02a557f
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    ar.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\ar.pak
                                                                                                                                                                                                                                                                                    • Size 793KB
                                                                                                                                                                                                                                                                                    • SHA256 c141fab5d80ef650198ee0e396d14f96cab75c39299e396788efaab5e8543e87
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    bg.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\bg.pak
                                                                                                                                                                                                                                                                                    • Size 827KB
                                                                                                                                                                                                                                                                                    • SHA256 bc7047b3d87646a5350cbdf983ea859b97a49a82e5a13d91ec1c410de6ee087b
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    bn.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\bn.pak
                                                                                                                                                                                                                                                                                    • Size 1.0MB
                                                                                                                                                                                                                                                                                    • SHA256 8ad04a66e23db319fe3195d1309569b9b35e65571c69376bf39a4e79460b557c
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    ca.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\ca.pak
                                                                                                                                                                                                                                                                                    • Size 503KB
                                                                                                                                                                                                                                                                                    • SHA256 3666b428ed75fa7ad06d812fbfef6b7c9d80300da4bf1d8b0f78a52046c43f4d
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    cs.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\cs.pak
                                                                                                                                                                                                                                                                                    • Size 517KB
                                                                                                                                                                                                                                                                                    • SHA256 359b49b141d15256b76cc1fa50eda0829abac7f0e8cc20e41455dd65e87e20e2
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    da.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\da.pak
                                                                                                                                                                                                                                                                                    • Size 468KB
                                                                                                                                                                                                                                                                                    • SHA256 45f036a650bb91a3812646b8fac57df10956d75e1bdb85a8067cc16c7d56c428
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    de.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\de.pak
                                                                                                                                                                                                                                                                                    • Size 499KB
                                                                                                                                                                                                                                                                                    • SHA256 e92b111a23bfac2ffe3cd0603ab31096a296343059dfdb606c4f71600ad00807
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    el.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\el.pak
                                                                                                                                                                                                                                                                                    • Size 907KB
                                                                                                                                                                                                                                                                                    • SHA256 aa71a264558696cc04ab62c6c6ecb0a0c307a98d2ae5755b8cff2bea5ed255cd
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    en-GB.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\en-GB.pak
                                                                                                                                                                                                                                                                                    • Size 408KB
                                                                                                                                                                                                                                                                                    • SHA256 2ffb3d6354131844f41a629697b8bfff23ad53d4f849a30f1426a7de31cec56d
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    en-US.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\en-US.pak
                                                                                                                                                                                                                                                                                    • Size 411KB
                                                                                                                                                                                                                                                                                    • SHA256 e4f1a09dd11cd6686aabe1cf51e6ede6028667725471fc59ff38354cd9590c9d
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    es-419.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\es-419.pak
                                                                                                                                                                                                                                                                                    • Size 496KB
                                                                                                                                                                                                                                                                                    • SHA256 e8b21712259df34917149cb3c7804a93d80065f95c35512a7c0ae55c3613773a
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    es.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\es.pak
                                                                                                                                                                                                                                                                                    • Size 495KB
                                                                                                                                                                                                                                                                                    • SHA256 4db78987dd4a4d6c508aa9322a67d110926618aefba14fd5ec0c4f7bbf38cae5
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    et.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\et.pak
                                                                                                                                                                                                                                                                                    • Size 449KB
                                                                                                                                                                                                                                                                                    • SHA256 53be055fb30bc22f428d965ed909b241e995080cbce9d6a763ca7db561ea48a8
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    fa.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\fa.pak
                                                                                                                                                                                                                                                                                    • Size 737KB
                                                                                                                                                                                                                                                                                    • SHA256 31fb604cd4e35d749e2f6f5d72422190209f6fc705e48dbb9bfba115d4c172c8
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    fi.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\fi.pak
                                                                                                                                                                                                                                                                                    • Size 459KB
                                                                                                                                                                                                                                                                                    • SHA256 3f4917da84f78778a81e5f5b64b2c206e511fcbc942dacd22348c82ffa7e2dd4
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    fil.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\fil.pak
                                                                                                                                                                                                                                                                                    • Size 519KB
                                                                                                                                                                                                                                                                                    • SHA256 98293378007df4fb9a842de7608fef8580f59419d5778ebb5879d6997f1a095d
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    fr.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\fr.pak
                                                                                                                                                                                                                                                                                    • Size 537KB
                                                                                                                                                                                                                                                                                    • SHA256 cdbf514aaaa4f1dd044a2cfb48211273ad11d67fe1a0a11d26a93460ffdeba0d
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    gu.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\gu.pak
                                                                                                                                                                                                                                                                                    • Size 1.0MB
                                                                                                                                                                                                                                                                                    • SHA256 016b9b8154eb0bfa301b9274054d2f6b58da0672821b419a3ffc6ab968f885c8
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    he.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\he.pak
                                                                                                                                                                                                                                                                                    • Size 643KB
                                                                                                                                                                                                                                                                                    • SHA256 1fe1bb311e0d0df953d10c4a2e29b3b9748ea7cce4de35fa43236c5bc702e88f
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    hi.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\hi.pak
                                                                                                                                                                                                                                                                                    • Size 1.1MB
                                                                                                                                                                                                                                                                                    • SHA256 ef7cd76edf1892f50baf5ea15911538112d267bb0a22cc2b2bee8e0d9325e879
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    hr.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\hr.pak
                                                                                                                                                                                                                                                                                    • Size 500KB
                                                                                                                                                                                                                                                                                    • SHA256 1e073014f52a7ab6a3af811a491a5cbdb3ba71e3bea883967012dd266d8144af
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    hu.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\hu.pak
                                                                                                                                                                                                                                                                                    • Size 538KB
                                                                                                                                                                                                                                                                                    • SHA256 7ea7c32fc2b691dfc83deb5b4605e35f9c272d6e30f3cf917b91ae1b2eea89bd
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    id.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\id.pak
                                                                                                                                                                                                                                                                                    • Size 443KB
                                                                                                                                                                                                                                                                                    • SHA256 7054cc583c09d0efb4e3e46091719a5424e73a9ec434ec598d3da011ca61f208
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    it.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\it.pak
                                                                                                                                                                                                                                                                                    • Size 489KB
                                                                                                                                                                                                                                                                                    • SHA256 28f8c622ff191300fc52f1a88f0f5fd8311e952cfdf32d7960c5cb46b8a58dc0
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    ja.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\ja.pak
                                                                                                                                                                                                                                                                                    • Size 598KB
                                                                                                                                                                                                                                                                                    • SHA256 b2cd05443b760cc4aeee1a26d602bb7699c6c679c671e56ec1e877c6596c083f
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    kn.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\kn.pak
                                                                                                                                                                                                                                                                                    • Size 1.2MB
                                                                                                                                                                                                                                                                                    • SHA256 19a3d8589d950c0740a3415972d88717632771df291582f99eee6baeace798d6
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    ko.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\ko.pak
                                                                                                                                                                                                                                                                                    • Size 504KB
                                                                                                                                                                                                                                                                                    • SHA256 fecf0a0de6161a13fc0cbd0197ed229efd5a12e43e8f28425d5052909c5a9bd9
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    lt.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\lt.pak
                                                                                                                                                                                                                                                                                    • Size 542KB
                                                                                                                                                                                                                                                                                    • SHA256 4210fe468edcbac2a77edee244a25dba7d08cf2fb5520d0196442f74ca44dbe3
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    lv.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\lv.pak
                                                                                                                                                                                                                                                                                    • Size 540KB
                                                                                                                                                                                                                                                                                    • SHA256 fd7000f43ec37827cd15b5d361711513b2dbec7a2e3bc98661f2590e261808ed
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    ml.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\ml.pak
                                                                                                                                                                                                                                                                                    • Size 1.2MB
                                                                                                                                                                                                                                                                                    • SHA256 5186f5a242dec13e9bba20a959dbddf1d71a10287401fe98af3a2a432a0d871e
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    mr.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\mr.pak
                                                                                                                                                                                                                                                                                    • Size 1.0MB
                                                                                                                                                                                                                                                                                    • SHA256 8e2ec996c5c4cd36bc5ecb3e611989e86ddefaa9c5279fcc376615162aadc5ad
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    ms.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\ms.pak
                                                                                                                                                                                                                                                                                    • Size 464KB
                                                                                                                                                                                                                                                                                    • SHA256 ba41290d3895815e066d2d748996310780b9a605bbf5922dfdd8a9fe89db3051
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    nb.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\nb.pak
                                                                                                                                                                                                                                                                                    • Size 452KB
                                                                                                                                                                                                                                                                                    • SHA256 5d1e5e3ad44a50d926cb2687d0c774068bd5f7a100bd65201d03fdf4860c8842
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    nl.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\nl.pak
                                                                                                                                                                                                                                                                                    • Size 466KB
                                                                                                                                                                                                                                                                                    • SHA256 db0b49131c59385fc616c30885274f3db3353a6ea2afecd8f372948b91a91026
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    pl.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\pl.pak
                                                                                                                                                                                                                                                                                    • Size 521KB
                                                                                                                                                                                                                                                                                    • SHA256 708a8199432d94a7f70d0412c87c99ecdc589a68d04f0265d364824c4389c9a5
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    pt-BR.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\pt-BR.pak
                                                                                                                                                                                                                                                                                    • Size 490KB
                                                                                                                                                                                                                                                                                    • SHA256 bc99a4bd3520ff278facaecac063eac823339caec9fdf7995eef9a56b0a9774a
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    pt-PT.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\pt-PT.pak
                                                                                                                                                                                                                                                                                    • Size 491KB
                                                                                                                                                                                                                                                                                    • SHA256 9e7e8fab4556b907c915ba6322077c2776d3e1ea5a0915d837e24097d47f3904
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    ro.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\ro.pak
                                                                                                                                                                                                                                                                                    • Size 510KB
                                                                                                                                                                                                                                                                                    • SHA256 c6a7ee8c8a0bf9b4b3025bd5bb926462a929c7612fa197acd545ab793ab59342
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    ru.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\ru.pak
                                                                                                                                                                                                                                                                                    • Size 835KB
                                                                                                                                                                                                                                                                                    • SHA256 beec322e330c92484a3110b4e17e06ef755a7d6bb0fc8be2645c1838cdbb4a36
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    sk.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\sk.pak
                                                                                                                                                                                                                                                                                    • Size 526KB
                                                                                                                                                                                                                                                                                    • SHA256 a4619eb695409a92b20e0c80a9b3bcccc3162d949df0f8f13148591501639b2b
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    sl.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\sl.pak
                                                                                                                                                                                                                                                                                    • Size 506KB
                                                                                                                                                                                                                                                                                    • SHA256 d7c3a9618c2a527b84717b553639de8eae307a2310e46a7f23fdb6d076cb5b0b
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    sr.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\sr.pak
                                                                                                                                                                                                                                                                                    • Size 779KB
                                                                                                                                                                                                                                                                                    • SHA256 5cc6b15a276eddbbff6520fcc6e2d6758c8530687e9c31b68eac586adf93d2a4
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    sv.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\sv.pak
                                                                                                                                                                                                                                                                                    • Size 454KB
                                                                                                                                                                                                                                                                                    • SHA256 3788d7e497c95e0336a5b5ed552d752dac6b710d6ab0a16182a80937cf3d5859
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    sw.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\sw.pak
                                                                                                                                                                                                                                                                                    • Size 478KB
                                                                                                                                                                                                                                                                                    • SHA256 02a7f49c1860304103327389f63b3dc7e95efd1ff1f3076b2fa41b8346854a27
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    ta.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\ta.pak
                                                                                                                                                                                                                                                                                    • Size 1.2MB
                                                                                                                                                                                                                                                                                    • SHA256 4dfbadff61ab2815a9d723d1dab6b6a8ae4e209547cfa824ff19eb21f640ef9b
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    te.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\te.pak
                                                                                                                                                                                                                                                                                    • Size 1.1MB
                                                                                                                                                                                                                                                                                    • SHA256 002e38131d5f817f0e78e8dbb75fd8a5788e153960918c67a2a397805295bdc4
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    th.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\th.pak
                                                                                                                                                                                                                                                                                    • Size 963KB
                                                                                                                                                                                                                                                                                    • SHA256 fd9ebf10934592d30f81135c485b0e82cc0d6379f5feef03bf41fed5c718ead8
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    tr.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\tr.pak
                                                                                                                                                                                                                                                                                    • Size 488KB
                                                                                                                                                                                                                                                                                    • SHA256 9ed3cc6ced3413cdc988bbcd44a73e9780ea08dedab8ee570ac904477b0b39f6
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    uk.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\uk.pak
                                                                                                                                                                                                                                                                                    • Size 835KB
                                                                                                                                                                                                                                                                                    • SHA256 3e38984a2e08d5c7618075b2a9b348bd3561180ed58684ecfc09a4aa0b8e63a3
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    ur.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\ur.pak
                                                                                                                                                                                                                                                                                    • Size 731KB
                                                                                                                                                                                                                                                                                    • SHA256 169bfcdb002f99450eae27784a19a2c298448e84a4015074e3e7a778137b2576
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    vi.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\vi.pak
                                                                                                                                                                                                                                                                                    • Size 578KB
                                                                                                                                                                                                                                                                                    • SHA256 33f141beda6f660cfa3eb54eb02f926e0c2c9c0ba78118efafd3dda5af62313e
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    zh-CN.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\zh-CN.pak
                                                                                                                                                                                                                                                                                    • Size 418KB
                                                                                                                                                                                                                                                                                    • SHA256 0962bcf949dc0429d8c3ad77a58a3773d4689c10d1bc1addbf6e5869131c6386
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    zh-TW.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\locales\zh-TW.pak
                                                                                                                                                                                                                                                                                    • Size 414KB
                                                                                                                                                                                                                                                                                    • SHA256 4e3532b560076efb7e944a3a1e4817235cf8baef54243d92b974c6b4b7b34149
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    resources.pak

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources.pak
                                                                                                                                                                                                                                                                                    • Size 5.2MB
                                                                                                                                                                                                                                                                                    • SHA256 c529aaf037a3bed39e7c5aff8e5999decfc5d8d7b785a2427adbcfb98059d41e
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    LICENSE

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\@primno\dpapi\LICENSE
                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                    • SHA256 455dda47a3fc2f58ab06d8e526f490ec43d0fc23a5ea80dd0942644397316d9b
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    index.js

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\@primno\dpapi\dist\index.js
                                                                                                                                                                                                                                                                                    • Size 412B
                                                                                                                                                                                                                                                                                    • SHA256 a7ff0225cb5ebcbef8499c6c8ac2be924f584eb375dacb1d8bd3dc6540b510f2
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    package.json

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\@primno\dpapi\package.json
                                                                                                                                                                                                                                                                                    • Size 934B
                                                                                                                                                                                                                                                                                    • SHA256 59f4704391d2247b2a8d029d7338566d47d2ff0cd7477c49343efe93475f7a12
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    node.napi.node

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\@primno\dpapi\prebuilds\win32-x64\node.napi.node
                                                                                                                                                                                                                                                                                    • Size 137KB
                                                                                                                                                                                                                                                                                    • SHA256 da2172ce055fa47d6a0ea1c90654f530abed33f69a74d52fab06c4c7653b48fd
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    dpapi_addon.h

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\@primno\dpapi\src\dpapi_addon.h
                                                                                                                                                                                                                                                                                    • Size 206B
                                                                                                                                                                                                                                                                                    • SHA256 18280b1135123aff82fbf4188a5aadfc9a5d6fffad9309f72f347f380f2da550
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    dpapi_not_supported.cpp

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\@primno\dpapi\src\dpapi_not_supported.cpp
                                                                                                                                                                                                                                                                                    • Size 327B
                                                                                                                                                                                                                                                                                    • SHA256 7c03cec11c438b6d2512239477d9f1b45d6e16763122a3a36458ab339f50d3c4
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    dpapi_win.cpp

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\@primno\dpapi\src\dpapi_win.cpp
                                                                                                                                                                                                                                                                                    • Size 2KB
                                                                                                                                                                                                                                                                                    • SHA256 da37b02fb0babb651244479ea019d229fff1c41ecde74bc06335b5e603d9b30e
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    main.cpp

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\@primno\dpapi\src\main.cpp
                                                                                                                                                                                                                                                                                    • Size 698B
                                                                                                                                                                                                                                                                                    • SHA256 1ada21451bab629832372d519e366bfb08c80facfefe5a40c76a4f10a697c905
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    LICENSE

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\LICENSE
                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                    • SHA256 09856b52897c91ab67e7456ef43067019f31dfd3b87fda72e655736b1ebdee55
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    better_sqlite3.node

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\build\Release\better_sqlite3.node
                                                                                                                                                                                                                                                                                    • Size 1.8MB
                                                                                                                                                                                                                                                                                    • SHA256 12ec9b3a27810b53168a3ff3014e98062392f7bd511d66138772ae5fc9ee5102
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    common.gypi

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\deps\common.gypi
                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                    • SHA256 e71a565cd7733e05efc3a2792b54e260126f03f490325aa2a201202acbbdb315
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    copy.js

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\deps\copy.js
                                                                                                                                                                                                                                                                                    • Size 897B
                                                                                                                                                                                                                                                                                    • SHA256 05a2bd41dbd96e33e2fc6cf4bcbc722b4bc8c529813b882f92113d7dbbbece67
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    defines.gypi

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\deps\defines.gypi
                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                    • SHA256 1ffa84b8af99780a293dcb7a9031c2dccc8b0d013aef434a35c283cc6c984f2e
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    download.sh

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\deps\download.sh
                                                                                                                                                                                                                                                                                    • Size 3KB
                                                                                                                                                                                                                                                                                    • SHA256 8501c2c20079610f4e1258eec8860502f8b61aa7f444731dedf0c4e561e76947
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    1208.patch

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\deps\patches\1208.patch
                                                                                                                                                                                                                                                                                    • Size 597B
                                                                                                                                                                                                                                                                                    • SHA256 5d1f22d69fee3551b70a7b7b9b14be43fcfd04dbc8683233667abfa75905011a
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    sqlite3.gyp

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\deps\sqlite3.gyp
                                                                                                                                                                                                                                                                                    • Size 2KB
                                                                                                                                                                                                                                                                                    • SHA256 a009b8f80cf0a944eacaf71a84e590504f353fbd8f8b341138d0c3094e372d18
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    sqlite3.c

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\deps\sqlite3\sqlite3.c
                                                                                                                                                                                                                                                                                    • Size 8.9MB
                                                                                                                                                                                                                                                                                    • SHA256 90b7189566ea710ee18361b25d893f5cda3fcf43033223a16384762f53e99a85
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    sqlite3.h

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\deps\sqlite3\sqlite3.h
                                                                                                                                                                                                                                                                                    • Size 646KB
                                                                                                                                                                                                                                                                                    • SHA256 abd1514e0351f79393d1be882830afdb40a8099e8257f311f0bfdf8486f11bea
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    sqlite3ext.h

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\deps\sqlite3\sqlite3ext.h
                                                                                                                                                                                                                                                                                    • Size 37KB
                                                                                                                                                                                                                                                                                    • SHA256 9a91de0d5e5ccc04ec59041275c67972d6f8894f7543a10033e387b69987beb5
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    test_extension.c

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\deps\test_extension.c
                                                                                                                                                                                                                                                                                    • Size 587B
                                                                                                                                                                                                                                                                                    • SHA256 948af88dbf356835f5496c1a3d047fdbcc58f3717aa9bc94d0943d7de2b7cf5b
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    database.js

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\lib\database.js
                                                                                                                                                                                                                                                                                    • Size 4KB
                                                                                                                                                                                                                                                                                    • SHA256 02ea23bdd23d7ac5de0675a2f32fc686e76d5c6a32bd3e3891f360e72e07f61f
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    index.js

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\lib\index.js
                                                                                                                                                                                                                                                                                    • Size 110B
                                                                                                                                                                                                                                                                                    • SHA256 82db11c4ee43a41d859988c5db42c3771dff565371f94bacbd1e4d8d6ceb47cd
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    aggregate.js

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\lib\methods\aggregate.js
                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                    • SHA256 e9f74eb919ec93fe089c95ddf25a98f1f631c80418fa34fb2346ca1bc29f1b82
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    backup.js

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\lib\methods\backup.js
                                                                                                                                                                                                                                                                                    • Size 2KB
                                                                                                                                                                                                                                                                                    • SHA256 ea29d34992bb02e006d0fdeda9675ac5d2bb227aaf57468decd997e9fc9c7dbf
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    function.js

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\lib\methods\function.js
                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                    • SHA256 f431d49303b8bbdc044b1f1b455bdad21fc9b74b007de0acb22f08f25b4febd3
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    inspect.js

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\lib\methods\inspect.js
                                                                                                                                                                                                                                                                                    • Size 174B
                                                                                                                                                                                                                                                                                    • SHA256 4975a78daee850adee62ba98719d0f223819a0ec135a07c0e302994bd8dbff61
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    pragma.js

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\lib\methods\pragma.js
                                                                                                                                                                                                                                                                                    • Size 536B
                                                                                                                                                                                                                                                                                    • SHA256 8b1c54475bd4340b15e25c50d53d06308be65f8f919ecbe4aa9d285ca859ad5a
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    serialize.js

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\lib\methods\serialize.js
                                                                                                                                                                                                                                                                                    • Size 625B
                                                                                                                                                                                                                                                                                    • SHA256 7a10ee5c2735384b7f0c361811bc6d017db29f62b203fd3c68a35f667e2c2605
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    table.js

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\lib\methods\table.js
                                                                                                                                                                                                                                                                                    • Size 6KB
                                                                                                                                                                                                                                                                                    • SHA256 97c42d9ded1aa96c7d916b5b92f96b4e59581d50eaf629cd2c7afb78ff26a9ea
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    transaction.js

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\lib\methods\transaction.js
                                                                                                                                                                                                                                                                                    • Size 2KB
                                                                                                                                                                                                                                                                                    • SHA256 bc8624a3ef689d8f78e5669020ad121e17acbc93b1d5ee5afe26860b1084c66c
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    wrappers.js

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\lib\methods\wrappers.js
                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                    • SHA256 a150a6271d23f4e5f8953b129f370ff096c7cdc4b812afbf080a6cf4ab741bcf
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    sqlite-error.js

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\lib\sqlite-error.js
                                                                                                                                                                                                                                                                                    • Size 717B
                                                                                                                                                                                                                                                                                    • SHA256 2582d61c27680dead168543f392eb102be621dfbef282a4ca4c7c21aa5e7c75d
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    util.js

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\lib\util.js
                                                                                                                                                                                                                                                                                    • Size 331B
                                                                                                                                                                                                                                                                                    • SHA256 92b2e39e2151b43a2252e10b6d6de876ecaf0008336a4fa1dfe1317b20f1916f
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    package.json

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\package.json
                                                                                                                                                                                                                                                                                    • Size 927B
                                                                                                                                                                                                                                                                                    • SHA256 ac189a42eefe280418bd6a312270dbc5e8ed184d7146f1a483fd16f5d07538c0
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    addon.cpp

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\src\addon.cpp
                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                    • SHA256 20f19f480ce060900521cf9510922e5ca1c8e76936f07ac2916f316e549a0190
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    better_sqlite3.cpp

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\src\better_sqlite3.cpp
                                                                                                                                                                                                                                                                                    • Size 2KB
                                                                                                                                                                                                                                                                                    • SHA256 5a0fa5cff411e2cf0a767099720dce11f62de00a1b08f0db1c1163942d833be6
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    backup.cpp

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\src\objects\backup.cpp
                                                                                                                                                                                                                                                                                    • Size 4KB
                                                                                                                                                                                                                                                                                    • SHA256 16a67102c49c9312eb1deecd08c27064325840df51d6957fe134b871f5d8798c
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    backup.hpp

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\src\objects\backup.hpp
                                                                                                                                                                                                                                                                                    • Size 705B
                                                                                                                                                                                                                                                                                    • SHA256 02d57e03a1a03b3f8bb2fc503fc1704d4143b76d939fe37230fbb3b44177c44a
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    database.cpp

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\src\objects\database.cpp
                                                                                                                                                                                                                                                                                    • Size 13KB
                                                                                                                                                                                                                                                                                    • SHA256 0e5806c8d74bcf66ef596516227479f4ae921e58f76c742e564abb15e4360720
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    database.hpp

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\src\objects\database.hpp
                                                                                                                                                                                                                                                                                    • Size 3KB
                                                                                                                                                                                                                                                                                    • SHA256 f47ab5d6bb775cadd0b2b73c4fcb6faf5cb2ae783a049ff4691fafc5d29a0bca
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    statement-iterator.cpp

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\src\objects\statement-iterator.cpp
                                                                                                                                                                                                                                                                                    • Size 3KB
                                                                                                                                                                                                                                                                                    • SHA256 6ac791fbb786fc498450e843f2a043eddeb03093eb6b31012a04ae7b84a8d7ab
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    statement-iterator.hpp

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\src\objects\statement-iterator.hpp
                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                    • SHA256 c064f10ad6bca99154d4f5325e187978d4c6d6cc6fedaa047a4d2f3b4b4f9655
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    statement.cpp

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\src\objects\statement.cpp
                                                                                                                                                                                                                                                                                    • Size 12KB
                                                                                                                                                                                                                                                                                    • SHA256 4625dc26594004c168f011982b51c1c039ada1eb360e8ab11c4c006270e988fb
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    statement.hpp

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\src\objects\statement.hpp
                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                    • SHA256 3dca186418c62d81f4b9170904fdc02e624c3d76a0c0c61e6aa95486799808e9
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    bind-map.cpp

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\src\util\bind-map.cpp
                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                    • SHA256 7026e107a7f662b6460fbd05e91d9594f5114ffa69de7a8ddb082911f6e90876
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    binder.cpp

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\src\util\binder.cpp
                                                                                                                                                                                                                                                                                    • Size 5KB
                                                                                                                                                                                                                                                                                    • SHA256 dcc9fc44f05e61724efef30af48f027c6bf41deeb56db7d0e707158d7b34ac53
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    constants.cpp

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\src\util\constants.cpp
                                                                                                                                                                                                                                                                                    • Size 8KB
                                                                                                                                                                                                                                                                                    • SHA256 bbf4a3f983631f01f723627ee0e897f92b12cd6ca3e8b8b965318931bba0f2b4
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    custom-aggregate.cpp

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\src\util\custom-aggregate.cpp
                                                                                                                                                                                                                                                                                    • Size 3KB
                                                                                                                                                                                                                                                                                    • SHA256 742d03187a7b8483c9f42bb7b77ed29d0f6877450584fba2662164d2b8dd11b6
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    custom-function.cpp

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\src\util\custom-function.cpp
                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                    • SHA256 6a1f826df2cc2c402d8a3dd747a57dbcedb52fe9220a2bbda6a5e01f038b13d1
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    custom-table.cpp

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\src\util\custom-table.cpp
                                                                                                                                                                                                                                                                                    • Size 14KB
                                                                                                                                                                                                                                                                                    • SHA256 7549b38f24b7e69e78d407534a5cde8814a8a08628a421b122644a43940e0aaf
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    data-converter.cpp

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\src\util\data-converter.cpp
                                                                                                                                                                                                                                                                                    • Size 460B
                                                                                                                                                                                                                                                                                    • SHA256 3cb73d0911e92893abf840752e9cfd6baded604d49b39ec4000599eec7c8c594
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    data.cpp

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\src\util\data.cpp
                                                                                                                                                                                                                                                                                    • Size 9KB
                                                                                                                                                                                                                                                                                    • SHA256 3ecc8175ae0b99769ee890d8e7e22c362b47f68b3bb5e3a283c51cc26aaefd52
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    helpers.cpp

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\src\util\helpers.cpp
                                                                                                                                                                                                                                                                                    • Size 4KB
                                                                                                                                                                                                                                                                                    • SHA256 4d273c4ee67337fbe3440ec49058a2ee5cbe6a627b14917dc1e1c98fda8178f1
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    macros.cpp

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\src\util\macros.cpp
                                                                                                                                                                                                                                                                                    • Size 3KB
                                                                                                                                                                                                                                                                                    • SHA256 19c0a65cf803bcf98f9b79a1739e60916084366fb75fa553c3b82e432e6eb312
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    query-macros.cpp

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\src\util\query-macros.cpp
                                                                                                                                                                                                                                                                                    • Size 4KB
                                                                                                                                                                                                                                                                                    • SHA256 0dcf68c3ff527398ebe0a6b874b38aa23b3fb87f285b9701636c3b19282dde8c
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    row-builder.cpp

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\better-sqlite3\src\util\row-builder.cpp
                                                                                                                                                                                                                                                                                    • Size 1018B
                                                                                                                                                                                                                                                                                    • SHA256 34572742d4fd208f434165c723ec4e6c2edd8b1d033c2e35774ee282d692a314
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    LICENSE

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\sqlite3\LICENSE
                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                    • SHA256 7686f81e580cd6774f609a2d8a41b2cebdf79bc30e6b46c3efff5a656158981c
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    node_sqlite3.node

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\sqlite3\build\Release\node_sqlite3.node
                                                                                                                                                                                                                                                                                    • Size 1.8MB
                                                                                                                                                                                                                                                                                    • SHA256 f806f89dc41dde00ca7124dc1e649bdc9b08ff2eff5c891b764f3e5aefa9548c
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    common-sqlite.gypi

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\sqlite3\deps\common-sqlite.gypi
                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                    • SHA256 4d65f2899fb54955218f28ec358a2cad2c2074a7b43f862933c6a35e69ae0632
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    extract.js

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\sqlite3\deps\extract.js
                                                                                                                                                                                                                                                                                    • Size 224B
                                                                                                                                                                                                                                                                                    • SHA256 5be353d29c0fabea29cfd34448c196da9506009c0b20fde55e01d4191941dd74
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    sqlite-autoconf-3440200.tar.gz

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\sqlite3\deps\sqlite-autoconf-3440200.tar.gz
                                                                                                                                                                                                                                                                                    • Size 3.1MB
                                                                                                                                                                                                                                                                                    • SHA256 1c6719a148bc41cf0f2bbbe3926d7ce3f5ca09d878f1246fcc20767b175bb407
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    sqlite3.gyp

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\sqlite3\deps\sqlite3.gyp
                                                                                                                                                                                                                                                                                    • Size 2KB
                                                                                                                                                                                                                                                                                    • SHA256 8793f62b1133892ba376d18a15f552ef12b1e016f7e5df32ffb7279b760c11bd
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    sqlite3-binding.js

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\sqlite3\lib\sqlite3-binding.js
                                                                                                                                                                                                                                                                                    • Size 59B
                                                                                                                                                                                                                                                                                    • SHA256 762c7a74d7f92860a3873487b68e89f654a21d2aaeae9524eab5de9c65e66a9c
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    sqlite3.js

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\sqlite3\lib\sqlite3.js
                                                                                                                                                                                                                                                                                    • Size 6KB
                                                                                                                                                                                                                                                                                    • SHA256 8d6b400ae7f69a80d0cdd37a968d7b9a913661fa53475e5b8de49dda21684973
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    trace.js

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\sqlite3\lib\trace.js
                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                    • SHA256 d06caec6136120c6fb7ee3681b1ca949e8b634e747ea8d3080c90f35aeb7728f
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    package.json

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\sqlite3\package.json
                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                    • SHA256 91008a93e604674024bd65569670af5b01f1e4caf86cde50835ee58f59a5dc61
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    async.h

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\sqlite3\src\async.h
                                                                                                                                                                                                                                                                                    • Size 1KB
                                                                                                                                                                                                                                                                                    • SHA256 cce55c56b41cb493ebd43b232ff8ffc9f5a180f5bab2d10372eca6780eb105f6
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    backup.h

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\sqlite3\src\backup.h
                                                                                                                                                                                                                                                                                    • Size 6KB
                                                                                                                                                                                                                                                                                    • SHA256 556ba9af78010f41bc6b5b806743dc728bc181934bf8a7c6e5d606f9b8c7a2e9
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    database.h

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\sqlite3\src\database.h
                                                                                                                                                                                                                                                                                    • Size 5KB
                                                                                                                                                                                                                                                                                    • SHA256 8521f458b206ed8f9bf79e2bd869da0a35054b4be44d6ea8c371db207eccb283
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    gcc-preinclude.h

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\sqlite3\src\gcc-preinclude.h
                                                                                                                                                                                                                                                                                    • Size 861B
                                                                                                                                                                                                                                                                                    • SHA256 9d4264bb1dcbef8d927bb3a1809a01b0b89d726c217cee99ea9ccfdc7d456b6f
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    macros.h

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\sqlite3\src\macros.h
                                                                                                                                                                                                                                                                                    • Size 10KB
                                                                                                                                                                                                                                                                                    • SHA256 c25be1861bd8e8457300b218f5fa0bba734f9d1f92b47d3b6ab8ee7c1862ccbe
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    statement.h

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\sqlite3\src\statement.h
                                                                                                                                                                                                                                                                                    • Size 6KB
                                                                                                                                                                                                                                                                                    • SHA256 605633ba0fb1922c16aa5fbfffed52a097f29bf31cee7190d810c24c02de515b
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    threading.h

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\app.asar.unpacked\node_modules\sqlite3\src\threading.h
                                                                                                                                                                                                                                                                                    • Size 388B
                                                                                                                                                                                                                                                                                    • SHA256 e0ab4f798bccb877548b0ab0f3d98c051b36cde240fdf424c70ace7daf0ffd36
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    elevate.exe

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\resources\elevate.exe
                                                                                                                                                                                                                                                                                    • Size 105KB
                                                                                                                                                                                                                                                                                    • SHA256 9b1fbf0c11c520ae714af8aa9af12cfd48503eedecd7398d8992ee94d1b4dc37
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    snapshot_blob.bin

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\snapshot_blob.bin
                                                                                                                                                                                                                                                                                    • Size 261KB
                                                                                                                                                                                                                                                                                    • SHA256 b21d129deaff12c8e2ec7eb50e8318a5937a11523b2d63bfc676285e2fa382d6
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    v8_context_snapshot.bin

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\v8_context_snapshot.bin
                                                                                                                                                                                                                                                                                    • Size 611KB
                                                                                                                                                                                                                                                                                    • SHA256 40d955781ef6cdbc58ddfdf77839fb8750af31ce000b24c1380d3127868df038
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    vk_swiftshader.dll

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\vk_swiftshader.dll
                                                                                                                                                                                                                                                                                    • Size 4.9MB
                                                                                                                                                                                                                                                                                    • SHA256 10411f9a38ee2df37d8f12fc8adb47eb653abff5b3cd8a80260ff55490698a21
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    vk_swiftshader_icd.json

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\vk_swiftshader_icd.json
                                                                                                                                                                                                                                                                                    • Size 106B
                                                                                                                                                                                                                                                                                    • SHA256 32d83ff113fef532a9f97e0d2831f8656628ab1c99e9060f0332b1532839afd9
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    vulkan-1.dll

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\7z-out\vulkan-1.dll
                                                                                                                                                                                                                                                                                    • Size 931KB
                                                                                                                                                                                                                                                                                    • SHA256 982d9aedc579a34035e15b3a425e605676937843e65f3b7157f805d434902ca6
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    SpiderBanner.dll

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\SpiderBanner.dll
                                                                                                                                                                                                                                                                                    • Size 9KB
                                                                                                                                                                                                                                                                                    • SHA256 996a259e53ca18b89ec36d038c40148957c978c0fd600a268497d4c92f882a93
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    StdUtils.dll

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\StdUtils.dll
                                                                                                                                                                                                                                                                                    • Size 100KB
                                                                                                                                                                                                                                                                                    • SHA256 b72e9013a6204e9f01076dc38dabbf30870d44dfc66962adbf73619d4331601e
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    System.dll

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\System.dll
                                                                                                                                                                                                                                                                                    • Size 12KB
                                                                                                                                                                                                                                                                                    • SHA256 3eb38ae99653a7dbc724132ee240f6e5c4af4bfe7c01d31d23faf373f9f2eaca
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    WinShell.dll

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\WinShell.dll
                                                                                                                                                                                                                                                                                    • Size 3KB
                                                                                                                                                                                                                                                                                    • SHA256 9be85b986ea66a6997dde658abe82b3147ed2a1a3dcb784bb5176f41d22815a6
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 TLSH

                                                                                                                                                                                                                                                                                    nsExec.dll

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\nsExec.dll
                                                                                                                                                                                                                                                                                    • Size 6KB
                                                                                                                                                                                                                                                                                    • SHA256 5d9ceb1ce5f35aea5f9e5a0c0edeeec04dfefe0c77890c80c70e98209b58b962
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    nsis7z.dll

                                                                                                                                                                                                                                                                                    • Path C:\Users\Admin\AppData\Local\Temp\nsw5659.tmp\nsis7z.dll
                                                                                                                                                                                                                                                                                    • Size 424KB
                                                                                                                                                                                                                                                                                    • SHA256 b393f05e8ff919ef071181050e1873c9a776e1a0ae8329aefff7007d0cadf592
                                                                                                                                                                                                                                                                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                                                                                                                                                                                                                                    memory/2304-1382-0x0000029ABE770000-0x0000029ABE771000-memory.dmp

                                                                                                                                                                                                                                                                                    memory/4140-1322-0x0000019B22430000-0x0000019B2245A000-memory.dmp

                                                                                                                                                                                                                                                                                    memory/4140-1323-0x0000019B22430000-0x0000019B22454000-memory.dmp

                                                                                                                                                                                                                                                                                    memory/5048-1263-0x0000025259520000-0x000002525968A000-memory.dmp

                                                                                                                                                                                                                                                                                    memory/5048-1260-0x00000252587E0000-0x0000025258802000-memory.dmp

                                                                                                                                                                                                                                                                                    memory/5680-1473-0x000001C93F290000-0x000001C93F291000-memory.dmp

                                                                                                                                                                                                                                                                                    memory/5796-1336-0x0000029676BD0000-0x0000029676BD1000-memory.dmp