MalwareBazaar Database
You are currently viewing the MalwareBazaar entry for SHA256 d6a84954e038ddf4a0026705e0942fc003cfdc04e58f658a6bd9e89c37c57d18. 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
ValleyRAT
Vendor detections: 14
| SHA256 hash: | d6a84954e038ddf4a0026705e0942fc003cfdc04e58f658a6bd9e89c37c57d18 |
|---|---|
| SHA3-384 hash: | 499d39ee225f3a86f292698a59903c6f316e1f2973364e6d166ee901a07b19625ef2f84bd9c73609f44f3977cd3bb825 |
| SHA1 hash: | 4f0548a2f6bf73a85ff17f40f420098019ac05ff |
| MD5 hash: | b4f00fba3327488d4cb6fd36b2d567c6 |
| humanhash: | montana-hawaii-monkey-fruit |
| File name: | QQyisSetups64.exe |
| Download: | download sample |
| Signature | ValleyRAT |
| File size: | 5'289'240 bytes |
| First seen: | 2024-12-29 10:16:18 UTC |
| Last seen: | 2025-01-21 01:54:05 UTC |
| File type: | |
| MIME type: | application/x-dosexec |
| imphash | 07af52ac52c26a20d4efc068ff8bb754 (2 x ValleyRAT) |
| ssdeep | 98304:GgF0ET9HlrxRVwJMACNiREvBvlvwvCvxvq:pZ9HhxRVwJMAqoetRqA9q |
| TLSH | T14E36CFA0B642C822C1631678DD1B97F5B975BF315F641893BAF53E0C3E3E5623828297 |
| TrID | 44.4% (.EXE) Inno Setup installer (107240/4/30) 23.8% (.CPL) Windows Control Panel Item (generic) (57583/11/19) 17.8% (.EXE) InstallShield setup (43053/19/16) 4.3% (.EXE) Win64 Executable (generic) (10522/11/4) 4.1% (.EXE) DOS Borland compiled Executable (generic) (10000/1/2) |
| Magika | pebin |
| File icon (PE): | |
| dhash icon | dd9dd95252b5b5b3 (2 x ValleyRAT) |
| Reporter | |
| Tags: | backdoor exe SilverFox ValleyRAT winos |
Intelligence
File Origin
HKVendor 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: | BLOWFISH_Constants |
|---|---|
| Author: | phoul (@phoul) |
| Description: | Look for Blowfish constants |
| Rule name: | BobSoftMiniDelphiBoBBobSoft |
|---|---|
| Author: | malware-lu |
| Rule name: | Borland |
|---|---|
| Author: | malware-lu |
| Rule name: | command_and_control |
|---|---|
| Author: | CD_R0M_ |
| Description: | This rule searches for common strings found by malware using C2. Based on a sample used by a Ransomware group |
| Rule name: | DebuggerCheck__PEB |
|---|---|
| Reference: | https://github.com/naxonez/yaraRules/blob/master/AntiDebugging.yara |
| Rule name: | MD5_Constants |
|---|---|
| Author: | phoul (@phoul) |
| Description: | Look for MD5 constants |
| Rule name: | meth_stackstrings |
|---|---|
| Author: | Willi Ballenthin |
| Rule name: | NET |
|---|---|
| Author: | malware-lu |
| Rule name: | pe_detect_tls_callbacks |
|---|
| Rule name: | PE_Digital_Certificate |
|---|---|
| Author: | albertzsigovits |
| Rule name: | PE_Potentially_Signed_Digital_Certificate |
|---|---|
| Author: | albertzsigovits |
| Rule name: | RansomPyShield_Antiransomware |
|---|---|
| Author: | XiAnzheng |
| Description: | Check for Suspicious String and Import combination that Ransomware mostly abuse(can create FP) |
| Rule name: | shellcode |
|---|---|
| Author: | nex |
| Description: | Matched shellcode byte patterns |
| Rule name: | Sus_Obf_Enc_Spoof_Hide_PE |
|---|---|
| Author: | XiAnzheng |
| Description: | Check for Overlay, Obfuscating, Encrypting, Spoofing, Hiding, or Entropy Technique(can create FP) |
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_NX | Missing Non-Executable Memory Protection | critical |
| CHECK_PIE | Missing Position-Independent Executable (PIE) Protection | high |
| CHECK_TRUST_INFO | Requires Elevated Execution (level:requireAdministrator) | high |
Reviews
| ID | Capabilities | Evidence |
|---|---|---|
| AUTH_API | Manipulates User Authorization | advapi32.dll::InitializeSecurityDescriptor |
| COM_BASE_API | Can Download & Execute components | ole32.dll::CoCreateInstance |
| MULTIMEDIA_API | Can Play Multimedia | gdi32.dll::StretchDIBits |
| RPC_API | Can Execute Remote Procedures | rpcrt4.dll::RpcStringFreeA |
| SECURITY_BASE_API | Uses Security Base API | advapi32.dll::SetSecurityDescriptorDacl |
| SHELL_API | Manipulates System Shell | shell32.dll::ShellExecuteA shell32.dll::SHGetFileInfoA |
| WIN32_PROCESS_API | Can Create Process and Threads | advapi32.dll::CreateProcessAsUserW kernel32.dll::CreateProcessW kernel32.dll::OpenProcess kernel32.dll::WriteProcessMemory kernel32.dll::CloseHandle kernel32.dll::CreateThread |
| WIN_BASE_API | Uses Win Base API | kernel32.dll::TerminateProcess ntdll.dll::NtTerminateProcess ntdll.dll::NtQuerySystemInformation kernel32.dll::LoadLibraryExA kernel32.dll::LoadLibraryA kernel32.dll::GetVolumeInformationA |
| WIN_BASE_IO_API | Can Create Files | kernel32.dll::CopyFileA kernel32.dll::CreateDirectoryA kernel32.dll::CreateFileA kernel32.dll::CreateFileMappingA kernel32.dll::DeleteFileA kernel32.dll::MoveFileA |
| WIN_BASE_USER_API | Retrieves Account Information | advapi32.dll::GetUserNameA |
| WIN_REG_API | Can Manipulate Windows Registry | advapi32.dll::RegCreateKeyExA advapi32.dll::RegOpenKeyExA advapi32.dll::RegQueryValueExA advapi32.dll::RegSetValueExA |
| WIN_SOCK_API | Uses Network to send and receive data | ws2_32.dll::WSAEnumNetworkEvents ws2_32.dll::WSAEventSelect ws2_32.dll::WSAGetOverlappedResult ws2_32.dll::WSARecv ws2_32.dll::WSASend ws2_32.dll::WSASocketA |
| WIN_USER_API | Performs GUI Actions | user32.dll::ActivateKeyboardLayout user32.dll::CreateMenu user32.dll::EmptyClipboard user32.dll::FindWindowExA user32.dll::FindWindowA user32.dll::OpenClipboard |
Comments
Login required
You need to login to in order to write a comment. Login with your abuse.ch account.