Analysis

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

    arch:x64arch:x86image:win10v2004-20260513-enlocale:en-usos:windows10-2004-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 8 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:456
    • C:\Windows\SYSTEM32\cmd.exe
      cmd.exe /c wmic baseboard get serialnumber
      2⤵
      • Executes a command shell one-liner
      • Suspicious use of WriteProcessMemory
      PID:1096
      • C:\Windows\System32\Wbem\WMIC.exe
        wmic baseboard get serialnumber
        3⤵
        • Suspicious use of AdjustPrivilegeToken
        PID:5484
    • C:\Windows\SYSTEM32\cmd.exe
      cmd.exe /c wmic bios get serialnumber
      2⤵
      • Executes a command shell one-liner
      • Suspicious use of WriteProcessMemory
      PID:3748
      • C:\Windows\System32\Wbem\WMIC.exe
        wmic bios get serialnumber
        3⤵
        • Suspicious use of AdjustPrivilegeToken
        PID:4704
    • C:\Windows\SYSTEM32\cmd.exe
      cmd.exe /c wmic csproduct get UUID
      2⤵
      • Executes a command shell one-liner
      • Suspicious use of WriteProcessMemory
      PID:5536
      • C:\Windows\System32\Wbem\WMIC.exe
        wmic csproduct get UUID
        3⤵
          PID:5504
      • 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:5692
        • 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:5680
      • 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:5904
        • C:\Windows\System32\Wbem\WMIC.exe
          wmic baseboard get serial /value
          3⤵
            PID:3044
        • C:\Windows\SYSTEM32\cmd.exe
          cmd /c netsh interface set interface name="Ethernet" newmac=00:22:15:BD:F3:7F 2>&1
          2⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:6036
          • C:\Windows\system32\netsh.exe
            netsh interface set interface name="Ethernet" newmac=00:22:15:BD:F3:7F
            3⤵
            • Event Triggered Execution: Netsh Helper DLL
            PID:6024
        • 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:3488
          • 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:5708
        • 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:2164
          • 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:5480
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c wmic baseboard get Manufacturer
          2⤵
          • Executes a command shell one-liner
          • Suspicious use of WriteProcessMemory
          PID:940
          • C:\Windows\System32\Wbem\WMIC.exe
            wmic baseboard get Manufacturer
            3⤵
              PID:2800
          • C:\Windows\SYSTEM32\cmd.exe
            cmd.exe /c wmic baseboard get Product
            2⤵
            • Executes a command shell one-liner
            • Suspicious use of WriteProcessMemory
            PID:3660
            • C:\Windows\System32\Wbem\WMIC.exe
              wmic baseboard get Product
              3⤵
                PID:1100
            • 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:5044
              • C:\Windows\System32\Wbem\WMIC.exe
                wmic nic where "NetEnabled=true" get Name
                3⤵
                  PID:3648
              • C:\Windows\SYSTEM32\cmd.exe
                cmd.exe /c wmic diskdrive get InterfaceType
                2⤵
                • Executes a command shell one-liner
                • Suspicious use of WriteProcessMemory
                PID:5020
                • C:\Windows\System32\Wbem\WMIC.exe
                  wmic diskdrive get InterfaceType
                  3⤵
                    PID:2112
                • C:\Windows\SYSTEM32\cmd.exe
                  cmd.exe /c wmic cpu get Name
                  2⤵
                  • Executes a command shell one-liner
                  • Suspicious use of WriteProcessMemory
                  PID:1596
                  • C:\Windows\System32\Wbem\WMIC.exe
                    wmic cpu get Name
                    3⤵
                      PID:4548
                  • C:\Windows\SYSTEM32\cmd.exe
                    cmd.exe /c wmic baseboard get serialnumber
                    2⤵
                    • Executes a command shell one-liner
                    • Suspicious use of WriteProcessMemory
                    PID:1492
                    • C:\Windows\System32\Wbem\WMIC.exe
                      wmic baseboard get serialnumber
                      3⤵
                        PID:4728
                    • C:\Windows\SYSTEM32\cmd.exe
                      cmd.exe /c wmic bios get serialnumber
                      2⤵
                      • Executes a command shell one-liner
                      • Suspicious use of WriteProcessMemory
                      PID:1028
                      • C:\Windows\System32\Wbem\WMIC.exe
                        wmic bios get serialnumber
                        3⤵
                          PID:3060
                      • 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:32
                        • 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:4480
                      • C:\Windows\SYSTEM32\cmd.exe
                        cmd.exe /c wmic csproduct get UUID
                        2⤵
                        • Executes a command shell one-liner
                        • Suspicious use of WriteProcessMemory
                        PID:1092
                        • C:\Windows\System32\Wbem\WMIC.exe
                          wmic csproduct get UUID
                          3⤵
                            PID:4000
                        • 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:976
                          • 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:4904
                        • 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:3084
                          • 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:4652
                        • 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:4508
                          • C:\Windows\system32\reg.exe
                            reg query "HKLM\SYSTEM\CurrentControlSet\Services\TPM" /v Start
                            3⤵
                              PID:4628

                        Network

                              MITRE ATT&CK Enterprise v16

                              Replay Monitor

                              Loading Replay Monitor...

                              Downloads

                              powershell.exe.log

                              • Path C:\Users\Admin\AppData\Local\Microsoft\CLR_v4.0\UsageLogs\powershell.exe.log
                              • Size 3KB
                              • SHA256 417c4cb2b29babf944e6c41ea1b362908782127c5894ef0fe3372abc855fbfd3
                              • MD5 SHA1 SHA512 TLSH

                              StartupProfileData-NonInteractive

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

                              StartupProfileData-NonInteractive

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

                              StartupProfileData-NonInteractive

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

                              __PSScriptPolicyTest_g3ugt13i.zuw.ps1

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

                              memory/4652-39-0x0000027855EA0000-0x00000278560BC000-memory.dmp

                              memory/5680-0-0x0000022EA3FD0000-0x0000022EA3FF2000-memory.dmp