MalwareBazaar Database
You are currently viewing the MalwareBazaar entry for SHA256 d787f9aa7215933a6c4edd8fd967fe9271621aa25f0ca91d1b122951ba2eeac9. While MalwareBazaar tries to identify whether the sample provided is malicious or not, there is no guarantee that a sample in MalwareBazaar is malicious.
Database Entry
Socks5Systemz
Vendor detections: 16
| SHA256 hash: | d787f9aa7215933a6c4edd8fd967fe9271621aa25f0ca91d1b122951ba2eeac9 |
|---|---|
| SHA3-384 hash: | bd6693bbc4f5c1e5c249ee19ab49a25fbd7d667ee8b5f14227e1eae99676d5d404cf4de4bc603abe1508808158e8946f |
| SHA1 hash: | 606048453e0954e969ccd69d08edd57c3fb961fb |
| MD5 hash: | 163f02daccafc821121536bd93f8ef29 |
| humanhash: | sodium-ohio-four-single |
| File name: | 163f02daccafc821121536bd93f8ef29.exe |
| Download: | download sample |
| Signature | Socks5Systemz |
| File size: | 4'805'982 bytes |
| First seen: | 2024-06-11 23:10:13 UTC |
| Last seen: | 2024-06-11 23:25:23 UTC |
| File type: | |
| MIME type: | application/x-dosexec |
| imphash | 884310b1928934402ea6fec1dbd3cf5e (3'725 x GCleaner, 3'455 x Socks5Systemz, 262 x RaccoonStealer) |
| ssdeep | 98304:mU+RUid5xVQCMpF5T8LRA8VbQtcf1wLryv8Ln3vKVrHrQ:V+RUid5TQCMX549JQmWLryv8LMrLQ |
| Threatray | 363 similar samples on MalwareBazaar |
| TLSH | T15B263301D4E12C79E76083B8AAC4C4C45BA2B5651F37A5102E8E7FAF1F12C55EEA37E1 |
| TrID | 76.2% (.EXE) Inno Setup installer (107240/4/30) 10.0% (.EXE) Win32 Executable Delphi generic (14182/79/4) 4.6% (.DLL) Win32 Dynamic Link Library (generic) (6578/25/2) 3.2% (.EXE) Win32 Executable (generic) (4504/4/1) 1.4% (.EXE) Win16/32 Executable Delphi generic (2072/23) |
| File icon (PE): | |
| dhash icon | b298acbab2ca7a72 (2'327 x GCleaner, 1'631 x Socks5Systemz, 67 x RedLineStealer) |
| Reporter | |
| Tags: | exe Socks5Systemz |
Intelligence
File Origin
NLVendor Threat Intelligence
Result
Behaviour
Result
Details
Result
Signature
Behaviour
Result
Behaviour
Malware Config
http://bxfmgbb.com/search/?q=67e28dd83955a42b4006aa1b7c27d78406abdd88be4b12ebb517aa5c96bd86ed82df14d714bca5817673aa4ee8889b5e4fa9281ae978f671ea771795af8e05c645db22f31df92d8b38e316a667d307eca743ec4c2b07b52966923a6f8ffb16c5ec95
buersly.com
http://buersly.com/search/?q=67e28dd83954f07a4008f8497c27d78406abdd88be4b12ebb517aa5c96bd86ed82df14d714bca5817673aa4ae8889b5e4fa9281ae978ff71ea771795af8e05c645db22f31dfe339426fa11af66c152adb719a9577e55b8603e983a608ff710c4e890993a
Unpacked files
3ac649efec98618189a42456ee70029e75c7fcbafc1ccee4e2cd54c8be0f5ce9
02d4d03a881594456f183b16d559b8352383ae7e38d9b8276383c13ae196d184
99d02207061f8cd1bb41dfc5ce4891f5913bdf35498e043c7d8c2b9ceee2c00b
97f2f45e34af3ae26a7c14c51e111b48c98eef5a2bae1fafd45df5a0c3f46bee
d787f9aa7215933a6c4edd8fd967fe9271621aa25f0ca91d1b122951ba2eeac9
YARA Signatures
MalwareBazaar uses YARA rules from several public and non-public repositories, such as YARAhub and Malpedia. Those are being matched against malware samples uploaded to MalwareBazaar as well as against any suspicious process dumps they may create. Please note that only results from TLP:CLEAR rules are being displayed.
| Rule name: | INDICATOR_EXE_Packed_VMProtect |
|---|---|
| Author: | ditekSHen |
| Description: | Detects executables packed with VMProtect. |
| Rule name: | MD5_Constants |
|---|---|
| Author: | phoul (@phoul) |
| Description: | Look for MD5 constants |
| Rule name: | shellcode |
|---|---|
| Author: | nex |
| Description: | Matched shellcode byte patterns |
File information
The table below shows additional information about this malware sample such as delivery method and external references.
BLint
The following table provides more information about this file using BLint. BLint is a Binary Linter to check the security properties, and capabilities in executables.
Findings
| ID | Title | Severity |
|---|---|---|
| CHECK_AUTHENTICODE | Missing Authenticode | high |
| CHECK_DLL_CHARACTERISTICS | Missing dll Security Characteristics (HIGH_ENTROPY_VA) | high |
| CHECK_NX | Missing Non-Executable Memory Protection | critical |
| CHECK_PIE | Missing Position-Independent Executable (PIE) Protection | high |
Reviews
| ID | Capabilities | Evidence |
|---|---|---|
| SECURITY_BASE_API | Uses Security Base API | advapi32.dll::AdjustTokenPrivileges |
| WIN32_PROCESS_API | Can Create Process and Threads | kernel32.dll::CreateProcessA advapi32.dll::OpenProcessToken kernel32.dll::CloseHandle |
| WIN_BASE_API | Uses Win Base API | kernel32.dll::LoadLibraryA kernel32.dll::GetSystemInfo kernel32.dll::GetCommandLineA |
| WIN_BASE_IO_API | Can Create Files | kernel32.dll::CreateDirectoryA kernel32.dll::CreateFileA kernel32.dll::DeleteFileA kernel32.dll::GetWindowsDirectoryA kernel32.dll::GetFileAttributesA kernel32.dll::RemoveDirectoryA |
| WIN_BASE_USER_API | Retrieves Account Information | advapi32.dll::LookupPrivilegeValueA |
| WIN_REG_API | Can Manipulate Windows Registry | advapi32.dll::RegOpenKeyExA advapi32.dll::RegQueryValueExA |
| WIN_USER_API | Performs GUI Actions | user32.dll::PeekMessageA user32.dll::CreateWindowExA |
Comments
Login required
You need to login to in order to write a comment. Login with your abuse.ch account.