MalwareBazaar Database
You are currently viewing the MalwareBazaar entry for SHA256 475525d4cbab512f143238013112efa360de9fa46dbba201a7219d50c69e0697. 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
Threat unknown
Vendor detections: 14
| SHA256 hash: | 475525d4cbab512f143238013112efa360de9fa46dbba201a7219d50c69e0697 |
|---|---|
| SHA3-384 hash: | 07b2afa9acfabab094f94f5c5872a4f37768ac9466206bc0b4c3a7a753449be6265ab385e97b0a7ca59185693398339e |
| SHA1 hash: | 6681658325e03cae168aa15455e9380f9dbfb8a6 |
| MD5 hash: | dfa3bc45245a6f8f6c7085e625afbb99 |
| humanhash: | yellow-kentucky-virginia-mango |
| File name: | SecuriteInfo.com.Win32.Malware-gen.2354.25353 |
| Download: | download sample |
| File size: | 2'966'016 bytes |
| First seen: | 2024-08-26 18:31:57 UTC |
| Last seen: | Never |
| File type: | |
| MIME type: | application/x-dosexec |
| imphash | 8d813561e4ad07e9f8918a83e16f95c0 (1 x ValleyRAT) |
| ssdeep | 49152:i1beL/xJtcWgiYXbY4B7EWrTwsIPK59E77k2uHf51:iNeNJvgRLYyEHFfk2s |
| TLSH | T176D59C13F7F6C832DBD12271A728DF7195B8BE198B2848C362C87C6E7E318A1C575646 |
| TrID | 39.5% (.CPL) Windows Control Panel Item (generic) (57583/11/19) 21.4% (.EXE) Win32 Executable MS Visual C++ (generic) (31206/45/13) 11.3% (.EXE) Microsoft Visual C++ compiled executable (generic) (16529/12/5) 7.2% (.EXE) Win64 Executable (generic) (10523/12/4) 4.5% (.DLL) Win32 Dynamic Link Library (generic) (6578/25/2) |
| Magika | pebin |
| File icon (PE): | |
| dhash icon | 62e1e8cc8ef03084 |
| Reporter | |
| Tags: | exe |
Intelligence
File Origin
FRVendor Threat Intelligence
Result
Behaviour
Result
Details
Result
Signature
Behaviour
Result
Behaviour
Unpacked files
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: | DebuggerCheck__API |
|---|---|
| Reference: | https://github.com/naxonez/yaraRules/blob/master/AntiDebugging.yara |
| Rule name: | DebuggerException__SetConsoleCtrl |
|---|---|
| Reference: | https://github.com/naxonez/yaraRules/blob/master/AntiDebugging.yara |
| Rule name: | dsc |
|---|---|
| Author: | Aaron DeVera |
| Description: | Discord domains |
| Rule name: | grakate_stealer_nov_2021 |
|---|
| Rule name: | RIPEMD160_Constants |
|---|---|
| Author: | phoul (@phoul) |
| Description: | Look for RIPEMD-160 constants |
| Rule name: | SelfExtractingRAR |
|---|---|
| Author: | Xavier Mertens |
| Description: | Detects an SFX archive with automatic script execution |
| Rule name: | SHA1_Constants |
|---|---|
| Author: | phoul (@phoul) |
| Description: | Look for SHA1 constants |
File information
The table below shows additional information about this malware sample such as delivery method and external references.
Web download
exe 475525d4cbab512f143238013112efa360de9fa46dbba201a7219d50c69e0697
(this sample)
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_NX | Missing Non-Executable Memory Protection | critical |
| CHECK_PIE | Missing Position-Independent Executable (PIE) Protection | high |
Reviews
| ID | Capabilities | Evidence |
|---|---|---|
| COM_BASE_API | Can Download & Execute components | ole32.dll::CLSIDFromProgID ole32.dll::CoCreateInstance ole32.dll::CreateStreamOnHGlobal |
| MULTIMEDIA_API | Can Play Multimedia | WINMM.dll::joyGetDevCapsW WINMM.dll::joyGetPosEx WINMM.dll::mciSendStringW WINMM.dll::mixerClose WINMM.dll::mixerGetControlDetailsW WINMM.dll::mixerGetDevCapsW |
| SECURITY_BASE_API | Uses Security Base API | ADVAPI32.dll::AdjustTokenPrivileges |
| SHELL_API | Manipulates System Shell | SHELL32.dll::ShellExecuteExW SHELL32.dll::SHFileOperationW |
| WIN32_PROCESS_API | Can Create Process and Threads | KERNEL32.dll::CreateProcessW KERNEL32.dll::OpenProcess ADVAPI32.dll::OpenProcessToken KERNEL32.dll::VirtualAllocEx KERNEL32.dll::WriteProcessMemory WININET.dll::InternetCloseHandle KERNEL32.dll::CloseHandle |
| WIN_BASE_API | Uses Win Base API | KERNEL32.dll::TerminateProcess KERNEL32.dll::LoadLibraryExW KERNEL32.dll::LoadLibraryW KERNEL32.dll::GetDriveTypeW KERNEL32.dll::GetVolumeInformationW KERNEL32.dll::GetStartupInfoW |
| WIN_BASE_EXEC_API | Can Execute other programs | KERNEL32.dll::WriteConsoleW KERNEL32.dll::SetStdHandle KERNEL32.dll::GetConsoleCP KERNEL32.dll::GetConsoleMode |
| WIN_BASE_IO_API | Can Create Files | KERNEL32.dll::CopyFileW KERNEL32.dll::CreateDirectoryW KERNEL32.dll::CreateFileW KERNEL32.dll::DeleteFileW KERNEL32.dll::MoveFileW KERNEL32.dll::GetFileAttributesW |
| WIN_BASE_USER_API | Retrieves Account Information | KERNEL32.dll::GetComputerNameW ADVAPI32.dll::GetUserNameW ADVAPI32.dll::LookupPrivilegeValueW KERNEL32.dll::QueryDosDeviceW |
| WIN_REG_API | Can Manipulate Windows Registry | ADVAPI32.dll::RegConnectRegistryW ADVAPI32.dll::RegCreateKeyExW ADVAPI32.dll::RegDeleteKeyW ADVAPI32.dll::RegOpenKeyExW ADVAPI32.dll::RegQueryInfoKeyW ADVAPI32.dll::RegQueryValueExW |
| WIN_SVC_API | Can Manipulate Windows Services | ADVAPI32.dll::OpenSCManagerW ADVAPI32.dll::UnlockServiceDatabase |
| WIN_USER_API | Performs GUI Actions | USER32.dll::ActivateKeyboardLayout USER32.dll::AppendMenuW USER32.dll::BlockInput USER32.dll::CreateMenu USER32.dll::EmptyClipboard USER32.dll::FindWindowW |
Comments
Login required
You need to login to in order to write a comment. Login with your abuse.ch account.