Analysis

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

    arch:x64arch:x86image:win10v2004-20260513-enlocale:en-usos:windows10-2004-x64systemwindows
  • submitted
    07/09/2026, 14:43

General

  • Target
    JUS Tweaks Utility.exe
  • Size 180.2MB
  • Sample260907-r3rhpsyepf
  • SHA256 065e6224405f066b5dffcd832496544cddd552a5b836200eda4eecf1da1bc8ad
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

  • Command and Scripting Interpreter: PowerShell 1 TTPs 9 IoCs

    Using powershell.exe command.

  • Checks computer location settings 2 TTPs 2 IoCs

    Looks up country code configured in the registry, likely geofence.

  • Hide Artifacts: Ignore Process Interrupts 1 TTPs 2 IoCs

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

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

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

  • Checks processor information in registry 2 TTPs 24 IoCs

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

  • Suspicious behavior: EnumeratesProcesses 30 IoCs
  • Suspicious use of AdjustPrivilegeToken 64 IoCs
  • Suspicious use of WriteProcessMemory 18 IoCs

Processes

  • C:\Users\Admin\AppData\Local\Temp\JUS Tweaks Utility.exe
    "C:\Users\Admin\AppData\Local\Temp\JUS Tweaks Utility.exe"
    1⤵
    • Checks computer location settings
    • Checks processor information in registry
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of WriteProcessMemory
    PID:2720
    • C:\Users\Admin\AppData\Local\Temp\JUS Tweaks Utility.exe
      "C:\Users\Admin\AppData\Local\Temp\JUS Tweaks Utility.exe" --type=gpu-process --user-data-dir="C:\Users\Admin\AppData\Roaming\jus-tweaks-utility" --gpu-preferences=UAAAAAAAAADgAAAEAAAAAAAAAAAAAAAAAABgAAEAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAAAAAAAAIAAAAAAAAAAgAAAAAAAAA --field-trial-handle=1776,i,11371706743775636279,10111676725744593340,262144 --disable-features=SpareRendererForSitePerProcess,WinDelaySpellcheckServiceInit,WinRetrieveSuggestionsOnlyOnDemand --variations-seed-version --mojo-platform-channel-handle=1768 /prefetch:2
      2⤵
        PID:4276
      • C:\Users\Admin\AppData\Local\Temp\JUS Tweaks Utility.exe
        "C:\Users\Admin\AppData\Local\Temp\JUS Tweaks Utility.exe" --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --user-data-dir="C:\Users\Admin\AppData\Roaming\jus-tweaks-utility" --field-trial-handle=2280,i,11371706743775636279,10111676725744593340,262144 --disable-features=SpareRendererForSitePerProcess,WinDelaySpellcheckServiceInit,WinRetrieveSuggestionsOnlyOnDemand --variations-seed-version --mojo-platform-channel-handle=2276 /prefetch:3
        2⤵
          PID:3360
        • C:\Users\Admin\AppData\Local\Temp\JUS Tweaks Utility.exe
          "C:\Users\Admin\AppData\Local\Temp\JUS Tweaks Utility.exe" --type=renderer --user-data-dir="C:\Users\Admin\AppData\Roaming\jus-tweaks-utility" --app-path="C:\Users\Admin\AppData\Local\Temp\resources\app.asar" --enable-sandbox --video-capture-use-gpu-memory-buffer --lang=en-US --device-scale-factor=1 --num-raster-threads=4 --enable-main-frame-before-activation --renderer-client-id=4 --field-trial-handle=2268,i,11371706743775636279,10111676725744593340,262144 --disable-features=SpareRendererForSitePerProcess,WinDelaySpellcheckServiceInit,WinRetrieveSuggestionsOnlyOnDemand --variations-seed-version --mojo-platform-channel-handle=2292 /prefetch:1
          2⤵
          • Checks computer location settings
          PID:1592
        • C:\Windows\system32\cmd.exe
          C:\Windows\system32\cmd.exe /d /s /c "powershell -NoProfile -NonInteractive -Command "[bool]([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)""
          2⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:1712
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -NonInteractive -Command "[bool]([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)"
            3⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:748
        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
          powershell.exe -NoProfile -ExecutionPolicy Bypass -Command " function Get-State($path,$name){ try { $v=(Get-ItemProperty -Path $path -Name $name -ErrorAction Stop).$name; if($v -and $v.Length -gt 0){ return (($v[0] % 2) -eq 0) } } catch {}; return $true } $items=@() foreach($src in @(@('HKCU:','HKCU'),@('HKLM:','HKLM'))){ $run=\"$($src[0])\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\" $app=\"$($src[0])\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run\" try{ $p=Get-ItemProperty -Path $run -ErrorAction Stop; $p.PSObject.Properties | Where-Object { $_.Name -notmatch '^PS' } | ForEach-Object { $items += [pscustomobject]@{ name=$_.Name; key=$_.Name; cmd=[string]$_.Value; source=$src[1]; enabled=(Get-State $app $_.Name) } } }catch{} } $sf=[Environment]::GetFolderPath('Startup') Get-ChildItem -Path $sf -Filter *.lnk -ErrorAction SilentlyContinue | ForEach-Object { $items += [pscustomobject]@{ name=$_.BaseName; key=$_.Name; cmd=$_.FullName; source='Folder'; enabled=(Get-State 'HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\StartupFolder' $_.Name) } } if($items.Count -eq 1){ ConvertTo-Json @($items) -Compress } else { $items | ConvertTo-Json -Compress } "
          2⤵
          • Command and Scripting Interpreter: PowerShell
          • Hide Artifacts: Ignore Process Interrupts
          • Suspicious behavior: EnumeratesProcesses
          • Suspicious use of AdjustPrivilegeToken
          PID:4076
        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
          powershell.exe -NoProfile -ExecutionPolicy Bypass -Command "$out=@{}; foreach($s in 'DiagTrack,dmwappushservice,Fax,RetailDemo,MapsBroker,WerSvc,RemoteRegistry,WMPNetworkSvc,PhoneSvc,WpcMonSvc,SEMgrSvc,lfsvc,SysMain,WSearch,Spooler,XblAuthManager,XblGameSave,XboxNetApiSvc,XboxGipSvc,TabletInputService,BluetoothUserService'.Split(',')){ try{ $svc=Get-Service -Name $s -ErrorAction Stop; $out[$s]=@{ status=[string]$svc.Status; start=[string]$svc.StartType } }catch{ $out[$s]=$null } }; $out | ConvertTo-Json -Compress"
          2⤵
          • Command and Scripting Interpreter: PowerShell
          • Suspicious behavior: EnumeratesProcesses
          • Suspicious use of AdjustPrivilegeToken
          PID:4864
        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
          powershell.exe -NoProfile -ExecutionPolicy Bypass -Command " $r=@{} try{ $cs=Get-CimInstance Win32_ComputerSystem; $r.ramGB=[math]::Round($cs.TotalPhysicalMemory/1GB) $r.laptop = ($cs.PCSystemType -eq 2) }catch{} try{ $cpu=Get-CimInstance Win32_Processor | Select-Object -First 1 $r.cores=[int]$cpu.NumberOfCores; $r.threads=[int]$cpu.NumberOfLogicalProcessors $r.cpuName=[string]$cpu.Name }catch{} try{ $m=Get-CimInstance Win32_PhysicalMemory | Select-Object -First 1 $r.ramSpeed=[int]$m.ConfiguredClockSpeed; $r.ramRated=[int]$m.Speed }catch{} try{ $v=Get-CimInstance Win32_VideoController | Where-Object { $_.CurrentRefreshRate -gt 0 } | Select-Object -First 1 $r.gpuName=[string]$v.Name; $r.refreshCur=[int]$v.CurrentRefreshRate; $r.refreshMax=[int]$v.MaxRefreshRate $r.nvidia = ($v.Name -match 'NVIDIA'); $r.amd = ($v.Name -match 'AMD|Radeon') }catch{} try{ $d=Get-PhysicalDisk | Where-Object { $_.DeviceId -eq 0 } | Select-Object -First 1 $r.ssd = ($d.MediaType -eq 'SSD' -or $d.MediaType -eq 4) }catch{ $r.ssd=$true } try{ $os=Get-CimInstance Win32_OperatingSystem $r.osName=[string]$os.Caption; $r.win11 = ($os.BuildNumber -ge 22000) }catch{} try{ $n=Get-NetAdapter -Physical | Where-Object Status -eq 'Up' | Select-Object -First 1 $r.wifi = ($n.MediaType -match '802.11' -or $n.Name -match 'Wi-Fi|WLAN') }catch{} try{ $d=Get-PSDrive C; $r.diskFreePct=[math]::Round($d.Free/($d.Free+$d.Used)*100) }catch{} $r | ConvertTo-Json -Compress "
          2⤵
          • Command and Scripting Interpreter: PowerShell
          • Suspicious behavior: EnumeratesProcesses
          • Suspicious use of AdjustPrivilegeToken
          PID:1268
        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
          powershell.exe -NoProfile -ExecutionPolicy Bypass -Command "$b=Get-CimInstance Win32_BaseBoard @{ maker=$b.Manufacturer; model=$b.Product } | ConvertTo-Json -Compress"
          2⤵
          • Command and Scripting Interpreter: PowerShell
          • Suspicious behavior: EnumeratesProcesses
          • Suspicious use of AdjustPrivilegeToken
          PID:5060
        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
          powershell.exe -NoProfile -ExecutionPolicy Bypass -Command "$items = '[{\"id\":\"win_game_mode\",\"path\":\"HKCU:\\Software\\Microsoft\\GameBar\",\"name\":\"AutoGameModeEnabled\"},{\"id\":\"win_gamebar_off\",\"path\":\"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\GameDVR\",\"name\":\"AppCaptureEnabled\"},{\"id\":\"win_visualfx\",\"path\":\"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\VisualEffects\",\"name\":\"VisualFXSetting\"},{\"id\":\"win_transparency_off\",\"path\":\"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Themes\\Personalize\",\"name\":\"EnableTransparency\"},{\"id\":\"win_menu_delay\",\"path\":\"HKCU:\\Control Panel\\Desktop\",\"name\":\"MenuShowDelay\"},{\"id\":\"win_startup_delay\",\"path\":\"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Serialize\",\"name\":\"StartupDelayInMSec\"},{\"id\":\"win_show_ext\",\"path\":\"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\",\"name\":\"HideFileExt\"},{\"id\":\"mem_background_off\",\"path\":\"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\BackgroundAccessApplications\",\"name\":\"GlobalUserDisabled\"},{\"id\":\"net_qos_off\",\"path\":\"HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\Psched\",\"name\":\"NonBestEffortLimit\"},{\"id\":\"net_do_off\",\"path\":\"HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\DeliveryOptimization\",\"name\":\"DODownloadMode\"},{\"id\":\"sec_adid_off\",\"path\":\"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\AdvertisingInfo\",\"name\":\"Enabled\"},{\"id\":\"sec_activity_off\",\"path\":\"HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\System\",\"name\":\"PublishUserActivities\"},{\"id\":\"sec_tailored_off\",\"path\":\"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Privacy\",\"name\":\"TailoredExperiencesWithDiagnosticDataEnabled\"},{\"id\":\"sec_bingsearch_off\",\"path\":\"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Search\",\"name\":\"BingSearchEnabled\"},{\"id\":\"sec_consumer_off\",\"path\":\"HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\CloudContent\",\"name\":\"DisableWindowsConsumerFeatures\"},{\"id\":\"sec_location_off\",\"path\":\"HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\CapabilityAccessManager\\ConsentStore\\location\",\"name\":\"Value\"},{\"id\":\"win_widgets_off\",\"path\":\"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\",\"name\":\"TaskbarDa\"},{\"id\":\"win_window_anim_off\",\"path\":\"HKCU:\\Control Panel\\Desktop\\WindowMetrics\",\"name\":\"MinAnimate\"},{\"id\":\"win_taskbar_anim_off\",\"path\":\"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\",\"name\":\"TaskbarAnimations\"},{\"id\":\"win_stickykeys_off\",\"path\":\"HKCU:\\Control Panel\\Accessibility\\StickyKeys\",\"name\":\"Flags\"},{\"id\":\"win_aeroshake_off\",\"path\":\"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\",\"name\":\"DisallowShaking\"},{\"id\":\"win_show_seconds\",\"path\":\"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\",\"name\":\"ShowSecondsInSystemClock\"},{\"id\":\"win_show_hidden\",\"path\":\"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\",\"name\":\"Hidden\"},{\"id\":\"win_snap_flyout_off\",\"path\":\"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\",\"name\":\"EnableSnapAssistFlyout\"},{\"id\":\"win_recent_docs_off\",\"path\":\"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\",\"name\":\"Start_TrackDocs\"},{\"id\":\"win_autoplay_off\",\"path\":\"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\AutoplayHandlers\",\"name\":\"DisableAutoplay\"},{\"id\":\"win_startup_sound_off\",\"path\":\"HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Authentication\\LogonUI\\BootAnimation\",\"name\":\"DisableStartupSound\"},{\"id\":\"win_error_reporting_off\",\"path\":\"HKLM:\\SOFTWARE\\Microsoft\\Windows\\Windows Error Reporting\",\"name\":\"Disabled\"},{\"id\":\"win_end_task_taskbar\",\"path\":\"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\\TaskbarDeveloperSettings\",\"name\":\"TaskbarEndTask\"},{\"id\":\"win_no_autoreboot\",\"path\":\"HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\WindowsUpdate\\AU\",\"name\":\"NoAutoRebootWithLoggedOnUsers\"},{\"id\":\"sec_cortana_off\",\"path\":\"HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\Windows Search\",\"name\":\"AllowCortana\"},{\"id\":\"sec_start_suggestions_off\",\"path\":\"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\ContentDeliveryManager\",\"name\":\"SystemPaneSuggestionsEnabled\"},{\"id\":\"sec_soft_landing_off\",\"path\":\"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\ContentDeliveryManager\",\"name\":\"SoftLandingEnabled\"},{\"id\":\"sec_cloud_clipboard_off\",\"path\":\"HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\System\",\"name\":\"AllowCrossDeviceClipboard\"},{\"id\":\"sec_app_diag_off\",\"path\":\"HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\CapabilityAccessManager\\ConsentStore\\appDiagnostics\",\"name\":\"Value\"},{\"id\":\"sec_handwriting_off\",\"path\":\"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\TabletPC\",\"name\":\"PreventHandwritingDataSharing\"},{\"id\":\"sec_ceip_off\",\"path\":\"HKLM:\\SOFTWARE\\Microsoft\\SQMClient\\Windows\",\"name\":\"CEIPEnable\"},{\"id\":\"in_hover_time\",\"path\":\"HKCU:\\Control Panel\\Mouse\",\"name\":\"MouseHoverTime\"},{\"id\":\"in_filterkeys_off\",\"path\":\"HKCU:\\Control Panel\\Accessibility\\Keyboard Response\",\"name\":\"Flags\"},{\"id\":\"in_togglekeys_off\",\"path\":\"HKCU:\\Control Panel\\Accessibility\\ToggleKeys\",\"name\":\"Flags\"},{\"id\":\"in_xbox_button_off\",\"path\":\"HKCU:\\Software\\Microsoft\\GameBar\",\"name\":\"UseNexusForGameBarEnabled\"},{\"id\":\"aud_ducking_off\",\"path\":\"HKCU:\\Software\\Microsoft\\Multimedia\\Audio\",\"name\":\"UserDuckingPreference\"},{\"id\":\"dsp_dx_settings\",\"path\":\"HKCU:\\Software\\Microsoft\\DirectX\\UserGpuPreferences\",\"name\":\"DirectXUserGlobalSettings\"},{\"id\":\"dsp_dynamic_lighting_off\",\"path\":\"HKLM:\\SOFTWARE\\Microsoft\\Lighting\",\"name\":\"AmbientLightingEnabled\"},{\"id\":\"str_notifications_off\",\"path\":\"HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\PushNotifications\",\"name\":\"ToastEnabled\"},{\"id\":\"str_historical_capture_off\",\"path\":\"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\GameDVR\",\"name\":\"HistoricalCaptureEnabled\"},{\"id\":\"app_chrome_bg_off\",\"path\":\"HKLM:\\SOFTWARE\\Policies\\Google\\Chrome\",\"name\":\"BackgroundModeEnabled\"},{\"id\":\"app_edge_bg_off\",\"path\":\"HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge\",\"name\":\"BackgroundModeEnabled\"},{\"id\":\"app_edge_boost_off\",\"path\":\"HKLM:\\SOFTWARE\\Policies\\Microsoft\\Edge\",\"name\":\"StartupBoostEnabled\"},{\"id\":\"win_no_driver_updates\",\"path\":\"HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\WindowsUpdate\",\"name\":\"ExcludeWUDriversInQualityUpdate\"},{\"id\":\"net_sack\",\"path\":\"HKLM:\\SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters\",\"name\":\"SackOpts\"},{\"id\":\"cpu_no_lowdisk\",\"path\":\"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer\",\"name\":\"NoLowDiskSpaceChecks\"},{\"id\":\"mem_large_cache_off\",\"path\":\"HKLM:\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\Memory Management\",\"name\":\"LargeSystemCache\"},{\"id\":\"win_tasks_maint\",\"path\":\"HKLM:\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Schedule\\Maintenance\",\"name\":\"MaintenanceDisabled\"},{\"id\":\"win_no_bgapps_store\",\"path\":\"HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\AppPrivacy\",\"name\":\"LetAppsRunInBackground\"},{\"id\":\"win_no_delivery\",\"path\":\"HKLM:\\SOFTWARE\\Policies\\Microsoft\\Windows\\DeliveryOptimization\",\"name\":\"DODownloadMode\"},{\"id\":\"in_kbd_delay0\",\"path\":\"HKCU:\\Control Panel\\Keyboard\",\"name\":\"KeyboardDelay\"}]' | ConvertFrom-Json; $out = @{}; foreach($i in $items){ try { $v=(Get-ItemProperty -LiteralPath $i.path -Name $i.name -ErrorAction Stop).$($i.name); $out[$i.id]=\"$v\" } catch { $out[$i.id]='__MISSING__' } }; $out | ConvertTo-Json -Compress"
          2⤵
          • Command and Scripting Interpreter: PowerShell
          • Suspicious behavior: EnumeratesProcesses
          • Suspicious use of AdjustPrivilegeToken
          PID:2304
        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
          powershell.exe -NoProfile -ExecutionPolicy Bypass -Command "$items = Get-Content -Raw -LiteralPath 'C:\Users\Admin\AppData\Roaming\jus-tweaks-utility\slide_check.json' | ConvertFrom-Json; $out = @{}; foreach($i in $items){ $val = (Get-ItemProperty -LiteralPath $i.p -Name $i.n -ErrorAction SilentlyContinue).$($i.n); $out[$i.id] = (\"$val\" -eq $i.v) }; $out | ConvertTo-Json -Compress"
          2⤵
          • Hide Artifacts: Ignore Process Interrupts
          • Suspicious behavior: EnumeratesProcesses
          • Suspicious use of AdjustPrivilegeToken
          PID:4608
        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
          powershell.exe -NoProfile -ExecutionPolicy Bypass -Command " $ErrorActionPreference='SilentlyContinue' $cpu = Get-CimInstance Win32_Processor | Select-Object -First 1 $os = Get-CimInstance Win32_OperatingSystem $used = $os.TotalVisibleMemorySize - $os.FreePhysicalMemory [pscustomobject]@{ cpuName = $cpu.Name.Trim() cores = $cpu.NumberOfLogicalProcessors load = [int]$cpu.LoadPercentage totalGB = [math]::Round($os.TotalVisibleMemorySize/1MB,1) usedGB = [math]::Round($used/1MB,1) ramPct = [math]::Round($used/$os.TotalVisibleMemorySize*100,0) osName = $os.Caption osBuild = \"$($os.BuildNumber)\" uptime = [int]((Get-Date)-$os.LastBootUpTime).TotalSeconds } | ConvertTo-Json -Compress "
          2⤵
          • Command and Scripting Interpreter: PowerShell
          • Suspicious behavior: EnumeratesProcesses
          • Suspicious use of AdjustPrivilegeToken
          PID:560
        • C:\Windows\system32\cmd.exe
          C:\Windows\system32\cmd.exe /d /s /c "powershell -NoProfile -NonInteractive -Command "[bool]([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)""
          2⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:3772
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            powershell -NoProfile -NonInteractive -Command "[bool]([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)"
            3⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of AdjustPrivilegeToken
            PID:4752
        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
          powershell.exe -NoProfile -ExecutionPolicy Bypass -Command "(Get-CimInstance Win32_VideoController | Where-Object {$_.AdapterRAM -gt 0} | Select-Object -First 1 -ExpandProperty Name)"
          2⤵
          • Command and Scripting Interpreter: PowerShell
          • Suspicious behavior: EnumeratesProcesses
          PID:5000
        • C:\Users\Admin\AppData\Local\Temp\JUS Tweaks Utility.exe
          "C:\Users\Admin\AppData\Local\Temp\JUS Tweaks Utility.exe" --type=gpu-process --disable-gpu-sandbox --use-gl=disabled --gpu-vendor-id=5140 --gpu-device-id=140 --gpu-sub-system-id=0 --gpu-revision=0 --gpu-driver-version=10.0.19041.546 --user-data-dir="C:\Users\Admin\AppData\Roaming\jus-tweaks-utility" --gpu-preferences=UAAAAAAAAADoAAAEAAAAAAAAAAAAAAAAAABgAAEAAAAAAAAAAAAAAAAAAABCAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAEAAAAAAAAAAIAAAAAAAAAAgAAAAAAAAA --field-trial-handle=3488,i,11371706743775636279,10111676725744593340,262144 --disable-features=SpareRendererForSitePerProcess,WinDelaySpellcheckServiceInit,WinRetrieveSuggestionsOnlyOnDemand --variations-seed-version --mojo-platform-channel-handle=1156 /prefetch:8
          2⤵
          • Suspicious behavior: EnumeratesProcesses
          PID:1448

      Network

            MITRE ATT&CK Enterprise v16

            Replay Monitor

            Loading Replay Monitor...

            Downloads

            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 64B
            • SHA256 787628c3dd129679416857bcb63c52f8477a02cfeadfe0d4d5d98eb7902c61d8
            • MD5 SHA1 SHA512

            StartupProfileData-NonInteractive

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

            StartupProfileData-NonInteractive

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

            StartupProfileData-NonInteractive

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

            StartupProfileData-NonInteractive

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

            StartupProfileData-NonInteractive

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

            StartupProfileData-NonInteractive

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

            StartupProfileData-NonInteractive

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

            __PSScriptPolicyTest_ijgu5web.v3b.ps1

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

            default.dic

            • Path C:\Users\Admin\AppData\Roaming\Microsoft\Spelling\en-US\default.dic
            • Size 2B
            • SHA256 b3d510ef04275ca8e698e5b3cbb0ece3949ef9252f0cdc839e9ee347409a2209
            • MD5 SHA1 SHA512

            slide_check.json

            • Path C:\Users\Admin\AppData\Roaming\jus-tweaks-utility\slide_check.json
            • Size 9KB
            • SHA256 6f4e475d2a2913c9701298d0482c52f34f96f6df65ae883075b16cf392b6e5a9
            • MD5 SHA1 SHA512 SSDEEP TLSH

            memory/560-133-0x000001BC38640000-0x000001BC3866A000-memory.dmp

            memory/560-134-0x000001BC38640000-0x000001BC38664000-memory.dmp

            memory/748-64-0x000001AC698A0000-0x000001AC698C2000-memory.dmp

            memory/1448-190-0x0000015AAE200000-0x0000015AAE201000-memory.dmp

            memory/1448-189-0x0000015AAE200000-0x0000015AAE201000-memory.dmp

            memory/1448-186-0x0000015AAE200000-0x0000015AAE201000-memory.dmp

            memory/1448-187-0x0000015AAE200000-0x0000015AAE201000-memory.dmp

            memory/1448-188-0x0000015AAE200000-0x0000015AAE201000-memory.dmp

            memory/1448-182-0x0000015AAE200000-0x0000015AAE201000-memory.dmp

            memory/1448-181-0x0000015AAE200000-0x0000015AAE201000-memory.dmp

            memory/1448-180-0x0000015AAE200000-0x0000015AAE201000-memory.dmp

            memory/1448-192-0x0000015AAE200000-0x0000015AAE201000-memory.dmp

            memory/1448-191-0x0000015AAE200000-0x0000015AAE201000-memory.dmp

            memory/1592-29-0x00007FF8C6240000-0x00007FF8C6241000-memory.dmp

            memory/1592-139-0x000001D5036D0000-0x000001D503E0F000-memory.dmp

            memory/1592-28-0x00007FF8C5910000-0x00007FF8C5911000-memory.dmp

            memory/4864-135-0x0000019830960000-0x0000019830B22000-memory.dmp

            memory/4864-136-0x0000019831060000-0x0000019831588000-memory.dmp