Windows 7 deprecation
Windows 7 will be removed from tria.ge on 2025-03-31
Analysis
-
max time kernel
121s -
max time network
125s -
platform
windows7_x64 -
resource
win7-20241010-en -
resource tags
arch:x64arch:x86image:win7-20241010-enlocale:en-usos:windows7-x64system -
submitted
13/02/2025, 10:41
Static task
static1
Behavioral task
behavioral1
Sample
be19681b21f2a573b477444a788e00eb8dad2d740d11c02f14e878fe5b89fa70.exe
Resource
win7-20241010-en
Behavioral task
behavioral2
Sample
be19681b21f2a573b477444a788e00eb8dad2d740d11c02f14e878fe5b89fa70.exe
Resource
win10v2004-20250207-en
General
-
Target
be19681b21f2a573b477444a788e00eb8dad2d740d11c02f14e878fe5b89fa70.exe
-
Size
921KB
-
MD5
075cb88f83fbe4ad2ae0f553697e7bdf
-
SHA1
773dce7c01a42e8371cf49ceda07f26cba0907b9
-
SHA256
be19681b21f2a573b477444a788e00eb8dad2d740d11c02f14e878fe5b89fa70
-
SHA512
3f0a503acbfffc79eed37597d59e313c31f6b5451fdad79eacd611119ec17a4a245928079993689811a5695ad310951a282b1c493d08bdb31aa2b5fdbf63bf67
-
SSDEEP
24576:SnkXEg1ZlhKG+WWZtCpDCE5Ie534SCeTpOl135HlIp:SkXEg1ZlIzZtCpGE5j5oSHOlxdlIp
Malware Config
Signatures
-
Avoslocker Ransomware
Avoslocker is a relatively new ransomware, that was observed in late June and early July, 2021.
-
Avoslocker family
-
Renames multiple (171) files with added filename extension
This suggests ransomware activity of encrypting all the files on the system.
-
Sets desktop wallpaper using registry 2 TTPs 1 IoCs
description ioc Process Set value (str) \REGISTRY\USER\S-1-5-21-3692679935-4019334568-335155002-1000\Control Panel\Desktop\Wallpaper = "C:\\Users\\Admin\\AppData\\Local\\Temp\\2012356288.png" reg.exe -
pid Process 2164 powershell.exe -
System Location Discovery: System Language Discovery 1 TTPs 4 IoCs
Attempt gather information about the system language of a victim in order to infer the geographical location of that host.
description ioc Process Key opened \REGISTRY\MACHINE\SYSTEM\ControlSet001\Control\NLS\Language reg.exe Key opened \REGISTRY\MACHINE\SYSTEM\ControlSet001\Control\NLS\Language rundll32.exe Key opened \REGISTRY\MACHINE\SYSTEM\ControlSet001\Control\NLS\Language be19681b21f2a573b477444a788e00eb8dad2d740d11c02f14e878fe5b89fa70.exe Key opened \REGISTRY\MACHINE\SYSTEM\ControlSet001\Control\NLS\Language powershell.exe -
Suspicious behavior: EnumeratesProcesses 1 IoCs
pid Process 2164 powershell.exe -
Suspicious use of AdjustPrivilegeToken 1 IoCs
description pid Process Token: SeDebugPrivilege 2164 powershell.exe -
Suspicious use of WriteProcessMemory 15 IoCs
description pid Process procid_target PID 3032 wrote to memory of 2164 3032 be19681b21f2a573b477444a788e00eb8dad2d740d11c02f14e878fe5b89fa70.exe 31 PID 3032 wrote to memory of 2164 3032 be19681b21f2a573b477444a788e00eb8dad2d740d11c02f14e878fe5b89fa70.exe 31 PID 3032 wrote to memory of 2164 3032 be19681b21f2a573b477444a788e00eb8dad2d740d11c02f14e878fe5b89fa70.exe 31 PID 3032 wrote to memory of 2164 3032 be19681b21f2a573b477444a788e00eb8dad2d740d11c02f14e878fe5b89fa70.exe 31 PID 2164 wrote to memory of 1608 2164 powershell.exe 33 PID 2164 wrote to memory of 1608 2164 powershell.exe 33 PID 2164 wrote to memory of 1608 2164 powershell.exe 33 PID 2164 wrote to memory of 1608 2164 powershell.exe 33 PID 2164 wrote to memory of 1776 2164 powershell.exe 34 PID 2164 wrote to memory of 1776 2164 powershell.exe 34 PID 2164 wrote to memory of 1776 2164 powershell.exe 34 PID 2164 wrote to memory of 1776 2164 powershell.exe 34 PID 2164 wrote to memory of 1776 2164 powershell.exe 34 PID 2164 wrote to memory of 1776 2164 powershell.exe 34 PID 2164 wrote to memory of 1776 2164 powershell.exe 34
Processes
-
C:\Users\Admin\AppData\Local\Temp\be19681b21f2a573b477444a788e00eb8dad2d740d11c02f14e878fe5b89fa70.exe"C:\Users\Admin\AppData\Local\Temp\be19681b21f2a573b477444a788e00eb8dad2d740d11c02f14e878fe5b89fa70.exe"1⤵
- System Location Discovery: System Language Discovery
- Suspicious use of WriteProcessMemory
PID:3032 -
C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exepowershell -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⤵
- Command and Scripting Interpreter: PowerShell
- System Location Discovery: System Language Discovery
- Suspicious behavior: EnumeratesProcesses
- Suspicious use of AdjustPrivilegeToken
- Suspicious use of WriteProcessMemory
PID:2164 -
C:\Windows\SysWOW64\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\2012356288.png /f3⤵
- Sets desktop wallpaper using registry
- System Location Discovery: System Language Discovery
PID:1608
-
-
C:\Windows\SysWOW64\rundll32.exe"C:\Windows\system32\rundll32.exe" user32.dll UpdatePerUserSystemParameters 0 False3⤵
- System Location Discovery: System Language Discovery
PID:1776
-
-
Network
MITRE ATT&CK Enterprise v15
Replay Monitor
Loading Replay Monitor...
Downloads
-
Filesize
1011B
MD5d90d05a5fea9c28b3bf2b55f808c3a45
SHA17774c79c85b4401acfc56002f9e8a3e10e8a7b60
SHA2568a9b224d68a718e7cd4da069a158408d9c71fb8ecc4e4a6581982d7a35b29cec
SHA512783d830a0d75911da6878ea58f7191f1438a429e232c63db86e6f09a1bb390ec7ee72f10db1ee695177686cacab24c9e58f61e7d403d75dd9c817c592131170a
-
Filesize
32KB
MD55ca6d4ad7570cf8bfbdeadfe55e09471
SHA1be3de1209ffbf8553865e6ae02d0f2a2de8cd6b5
SHA25611f5386c7328d46c59a26a5d11aa17fb64fa0e3e283e0da98afdedbefac27666
SHA51281241b00403a894f765451c3ba2db9b7967fd1b12d042ac67b9f9ee8872d7ca3642613ba81d3370a870c369e27dc68a66e875ff5589dc208743d10ad6a4eb915