Analysis

  • max time kernel
    148s
  • max time network
    143s
  • platform
    windows11-ltsc_2024_x64
  • resource
    win11ltsc2024-20260709-en
  • resource tags

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

General

  • Target
    2026-08-01_32017513a0972e347b52389d2ce69ffc_cobalt-strike_icedid_njrat_satacom_stealc.exe
  • Size 3.6MB
  • Sample260802-ew69csch84
  • SHA256 a5f3048a7dfde39428569c058f734a680fe2bc73b5fc402ecf576d4ad3519966
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

  • Adds Run key to start application 2 TTPs 2 IoCs
  • Drops file in System32 directory 1 IoCs
  • Hide Artifacts: Ignore Process Interrupts 1 TTPs 1 IoCs

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

  • Command and Scripting Interpreter: PowerShell 1 TTPs 3 IoCs

    Using powershell.exe command.

  • Event Triggered Execution: Netsh Helper DLL 1 TTPs 3 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 20 IoCs

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

  • Enumerates system info in registry 2 TTPs 5 IoCs
  • Scheduled Task/Job: Scheduled Task 1 TTPs 1 IoCs

    Schtasks is often used by malware for persistence or to perform post-infection execution.

  • Suspicious behavior: EnumeratesProcesses 59 IoCs
  • Suspicious behavior: GetForegroundWindowSpam 1 IoCs
  • Suspicious use of AdjustPrivilegeToken 64 IoCs
  • Suspicious use of SetWindowsHookEx 1 IoCs
  • Suspicious use of WriteProcessMemory 40 IoCs
  • Uses Task Scheduler COM API 1 TTPs

    The Task Scheduler COM API can be used to schedule applications to run on boot or at set times.

Processes

  • C:\Users\Admin\AppData\Local\Temp\2026-08-01_32017513a0972e347b52389d2ce69ffc_cobalt-strike_icedid_njrat_satacom_stealc.exe
    "C:\Users\Admin\AppData\Local\Temp\2026-08-01_32017513a0972e347b52389d2ce69ffc_cobalt-strike_icedid_njrat_satacom_stealc.exe"
    1⤵
    • Adds Run key to start application
    • Drops file in System32 directory
    • Enumerates system info in registry
    • Suspicious behavior: GetForegroundWindowSpam
    • Suspicious use of SetWindowsHookEx
    • Suspicious use of WriteProcessMemory
    PID:5936
    • C:\Windows\SYSTEM32\cmd.exe
      cmd.exe /c wmic baseboard get serialnumber
      2⤵
      • Executes a command shell one-liner
      • Suspicious use of WriteProcessMemory
      PID:5068
      • C:\Windows\System32\Wbem\WMIC.exe
        wmic baseboard get serialnumber
        3⤵
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious use of AdjustPrivilegeToken
        PID:6016
    • C:\Windows\SYSTEM32\cmd.exe
      cmd.exe /c wmic bios get serialnumber
      2⤵
      • Executes a command shell one-liner
      • Suspicious use of WriteProcessMemory
      PID:4216
      • C:\Windows\System32\Wbem\WMIC.exe
        wmic bios get serialnumber
        3⤵
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious use of AdjustPrivilegeToken
        PID:2772
    • C:\Windows\SYSTEM32\cmd.exe
      cmd.exe /c wmic csproduct get UUID
      2⤵
      • Executes a command shell one-liner
      • Suspicious use of WriteProcessMemory
      PID:3760
      • C:\Windows\System32\Wbem\WMIC.exe
        wmic csproduct get UUID
        3⤵
        • Suspicious behavior: EnumeratesProcesses
        PID:1884
    • C:\Windows\SYSTEM32\cmd.exe
      cmd.exe /c powershell -Command "Get-NetAdapter -Physical | Where-Object { $_.Status -eq 'Up' } | Select-Object -First 1 -ExpandProperty MacAddress"
      2⤵
      • Executes a command shell one-liner
      • Suspicious use of WriteProcessMemory
      PID:5796
      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
        powershell -Command "Get-NetAdapter -Physical | Where-Object { $_.Status -eq 'Up' } | Select-Object -First 1 -ExpandProperty MacAddress"
        3⤵
        • Command and Scripting Interpreter: PowerShell
        • Suspicious behavior: EnumeratesProcesses
        PID:908
    • C:\Windows\system32\cmd.exe
      C:\Windows\system32\cmd.exe /c wmic baseboard get serial /value
      2⤵
      • Executes a command shell one-liner
      • Suspicious use of WriteProcessMemory
      PID:4400
      • C:\Windows\System32\Wbem\WMIC.exe
        wmic baseboard get serial /value
        3⤵
        • Suspicious behavior: EnumeratesProcesses
        PID:3872
    • C:\Windows\SYSTEM32\cmd.exe
      cmd /c netsh interface set interface name="Ethernet" newmac=00:1A:2B:36:29:0E 2>&1
      2⤵
      • Executes a command shell one-liner
      • Suspicious use of WriteProcessMemory
      PID:5920
      • C:\Windows\system32\netsh.exe
        netsh interface set interface name="Ethernet" newmac=00:1A:2B:36:29:0E
        3⤵
        • Event Triggered Execution: Netsh Helper DLL
        PID:3148
    • C:\Windows\SYSTEM32\cmd.exe
      cmd /c schtasks /create /tn "SpoofPersistence" /tr "C:\Windows\System32\spoof_trigger.cmd" /sc onstart /ru SYSTEM /rl HIGHEST /f 2>&1
      2⤵
      • Executes a command shell one-liner
      • Suspicious use of WriteProcessMemory
      PID:1692
      • C:\Windows\system32\schtasks.exe
        schtasks /create /tn "SpoofPersistence" /tr "C:\Windows\System32\spoof_trigger.cmd" /sc onstart /ru SYSTEM /rl HIGHEST /f
        3⤵
        • Scheduled Task/Job: Scheduled Task
        PID:3144
    • C:\Windows\SYSTEM32\cmd.exe
      cmd /c reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" /v SpoofPersist /t REG_SZ /d "C:\Users\Admin\AppData\Local\Temp\Sparo.exe /spoof" /f 2>&1
      2⤵
      • Executes a command shell one-liner
      • Suspicious use of WriteProcessMemory
      PID:2368
      • C:\Windows\system32\reg.exe
        reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" /v SpoofPersist /t REG_SZ /d "C:\Users\Admin\AppData\Local\Temp\Sparo.exe /spoof" /f
        3⤵
        • Adds Run key to start application
        PID:3176
    • C:\Windows\SYSTEM32\cmd.exe
      cmd.exe /c wmic baseboard get Manufacturer
      2⤵
      • Executes a command shell one-liner
      • Suspicious use of WriteProcessMemory
      PID:5592
      • C:\Windows\System32\Wbem\WMIC.exe
        wmic baseboard get Manufacturer
        3⤵
        • Suspicious behavior: EnumeratesProcesses
        PID:1260
    • C:\Windows\SYSTEM32\cmd.exe
      cmd.exe /c wmic baseboard get Product
      2⤵
      • Executes a command shell one-liner
      • Suspicious use of WriteProcessMemory
      PID:2696
      • C:\Windows\System32\Wbem\WMIC.exe
        wmic baseboard get Product
        3⤵
        • Suspicious behavior: EnumeratesProcesses
        PID:4912
    • C:\Windows\SYSTEM32\cmd.exe
      cmd.exe /c wmic nic where "NetEnabled=true" get Name
      2⤵
      • Executes a command shell one-liner
      • Suspicious use of WriteProcessMemory
      PID:6104
      • C:\Windows\System32\Wbem\WMIC.exe
        wmic nic where "NetEnabled=true" get Name
        3⤵
        • Suspicious behavior: EnumeratesProcesses
        PID:3172
    • C:\Windows\SYSTEM32\cmd.exe
      cmd.exe /c wmic diskdrive get InterfaceType
      2⤵
      • Executes a command shell one-liner
      • Suspicious use of WriteProcessMemory
      PID:3448
      • C:\Windows\System32\Wbem\WMIC.exe
        wmic diskdrive get InterfaceType
        3⤵
        • Suspicious behavior: EnumeratesProcesses
        PID:5792
    • C:\Windows\SYSTEM32\cmd.exe
      cmd.exe /c wmic cpu get Name
      2⤵
      • Executes a command shell one-liner
      • Suspicious use of WriteProcessMemory
      PID:3240
      • C:\Windows\System32\Wbem\WMIC.exe
        wmic cpu get Name
        3⤵
        • Suspicious behavior: EnumeratesProcesses
        PID:1612
    • C:\Windows\SYSTEM32\cmd.exe
      cmd.exe /c wmic baseboard get serialnumber
      2⤵
      • Executes a command shell one-liner
      • Suspicious use of WriteProcessMemory
      PID:2316
      • C:\Windows\System32\Wbem\WMIC.exe
        wmic baseboard get serialnumber
        3⤵
        • Suspicious behavior: EnumeratesProcesses
        PID:4820
    • C:\Windows\SYSTEM32\cmd.exe
      cmd.exe /c wmic bios get serialnumber
      2⤵
      • Executes a command shell one-liner
      • Suspicious use of WriteProcessMemory
      PID:1760
      • C:\Windows\System32\Wbem\WMIC.exe
        wmic bios get serialnumber
        3⤵
        • Suspicious behavior: EnumeratesProcesses
        PID:2352
    • C:\Windows\SYSTEM32\cmd.exe
      cmd.exe /c powershell -Command "Get-NetAdapter -Physical | Where-Object { $_.Status -eq 'Up' } | Select-Object -First 1 -ExpandProperty MacAddress"
      2⤵
      • Executes a command shell one-liner
      • Suspicious use of WriteProcessMemory
      PID:3092
      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
        powershell -Command "Get-NetAdapter -Physical | Where-Object { $_.Status -eq 'Up' } | Select-Object -First 1 -ExpandProperty MacAddress"
        3⤵
        • Command and Scripting Interpreter: PowerShell
        • Suspicious behavior: EnumeratesProcesses
        PID:4884
    • C:\Windows\SYSTEM32\cmd.exe
      cmd.exe /c wmic csproduct get UUID
      2⤵
      • Executes a command shell one-liner
      • Suspicious use of WriteProcessMemory
      PID:2408
      • C:\Windows\System32\Wbem\WMIC.exe
        wmic csproduct get UUID
        3⤵
        • Suspicious behavior: EnumeratesProcesses
        PID:992
    • C:\Windows\SYSTEM32\cmd.exe
      cmd.exe /c powershell -Command "Get-NetAdapter -Physical | Where-Object { ($_.InterfaceDescription -match '802.11' -or $_.InterfaceDescription -match 'Wireless' -or $_.InterfaceDescription -match 'WiFi' -or $_.InterfaceDescription -match 'WLAN') -and $_.Status -eq 'Up' } | Select-Object -First 1 | Format-List"
      2⤵
      • Executes a command shell one-liner
      • Suspicious use of WriteProcessMemory
      PID:5564
      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
        powershell -Command "Get-NetAdapter -Physical | Where-Object { ($_.InterfaceDescription -match '802.11' -or $_.InterfaceDescription -match 'Wireless' -or $_.InterfaceDescription -match 'WiFi' -or $_.InterfaceDescription -match 'WLAN') -and $_.Status -eq 'Up' } | Select-Object -First 1 | Format-List"
        3⤵
        • Command and Scripting Interpreter: PowerShell
        • Suspicious behavior: EnumeratesProcesses
        PID:2420
    • C:\Windows\SYSTEM32\cmd.exe
      cmd.exe /c powershell -Command "$bt=Get-PnpDevice -Class Bluetooth -ErrorAction SilentlyContinue; if ($bt) { $bt | Where-Object { $_.Status -eq 'OK' } | Select-Object -First 1 | Format-List }"
      2⤵
      • Executes a command shell one-liner
      • Suspicious use of WriteProcessMemory
      PID:5412
      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
        powershell -Command "$bt=Get-PnpDevice -Class Bluetooth -ErrorAction SilentlyContinue; if ($bt) { $bt | Where-Object { $_.Status -eq 'OK' } | Select-Object -First 1 | Format-List }"
        3⤵
        • Hide Artifacts: Ignore Process Interrupts
        • Suspicious behavior: EnumeratesProcesses
        PID:3720
    • C:\Windows\SYSTEM32\cmd.exe
      cmd.exe /c reg query "HKLM\SYSTEM\CurrentControlSet\Services\TPM" /v Start 2>nul
      2⤵
      • Executes a command shell one-liner
      • Suspicious use of WriteProcessMemory
      PID:2808
      • C:\Windows\system32\reg.exe
        reg query "HKLM\SYSTEM\CurrentControlSet\Services\TPM" /v Start
        3⤵
          PID:4488

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

          StartupProfileData-NonInteractive

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

          StartupProfileData-NonInteractive

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

          __PSScriptPolicyTest_lhkqg1uk.tne.ps1

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

          memory/908-0-0x0000024F6E410000-0x0000024F6E432000-memory.dmp

          memory/908-5-0x0000024F6E4D0000-0x0000024F6E4EE000-memory.dmp

          memory/908-6-0x0000024F6E700000-0x0000024F6E7B2000-memory.dmp

          memory/908-7-0x0000024F6E4F0000-0x0000024F6E4FA000-memory.dmp

          memory/908-8-0x0000024F6EA30000-0x0000024F6EA4E000-memory.dmp