MalwareBazaar Database
You are currently viewing the MalwareBazaar entry for SHA256 1b173e271544684f09d4a98414fe89b137fae7a7438527e31d6ff0e160f0cf9d. 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
RustyStealer
Vendor detections: 12
| SHA256 hash: | 1b173e271544684f09d4a98414fe89b137fae7a7438527e31d6ff0e160f0cf9d |
|---|---|
| SHA3-384 hash: | 6ddfa6c2c8cc59becabc53305333602cbad679cf9a3b1e278b4442386ebb0bda830a76042ae9d42663f7067899099c04 |
| SHA1 hash: | 362887ccfc36dba5944b3a56c1127f4d9589645b |
| MD5 hash: | b537cdf797733314b4a1c835b7aa21d7 |
| humanhash: | india-carpet-mobile-october |
| File name: | random.exe |
| Download: | download sample |
| Signature | RustyStealer |
| File size: | 15'472'424 bytes |
| First seen: | 2025-01-26 13:22:01 UTC |
| Last seen: | 2025-01-28 13:24:32 UTC |
| File type: | |
| MIME type: | application/x-dosexec |
| imphash | 40ab50289f7ef5fae60801f88d4541fc (59 x ValleyRAT, 49 x Gh0stRAT, 41 x OffLoader) |
| ssdeep | 393216:vun7d/PCnr5l4AjJyFcJG7Rkg4AjJyFcJG7Rkx5WW:Ad/anrYAjsCAjs4L |
| TLSH | T199F63317A2C7A13EF44E073744B2F26595FFAB946823ED269AF484ACCF250145E3E607 |
| TrID | 45.4% (.EXE) Inno Setup installer (107240/4/30) 24.3% (.CPL) Windows Control Panel Item (generic) (57583/11/19) 17.6% (.EXE) Win32 EXE PECompact compressed (generic) (41569/9/9) 4.4% (.EXE) Win64 Executable (generic) (10522/11/4) 2.7% (.DLL) Win32 Dynamic Link Library (generic) (6578/25/2) |
| Magika | pebin |
| File icon (PE): | |
| dhash icon | c48244e4a4ac82c4 (3 x LummaStealer, 1 x RemcosRAT, 1 x RustyStealer) |
| Reporter | |
| Tags: | exe PREMERA LLC RustyStealer signed |
Code Signing Certificate
| Organisation: | PREMERA LLC |
|---|---|
| Issuer: | GlobalSign GCC R45 EV CodeSigning CA 2020 |
| Algorithm: | sha256WithRSAEncryption |
| Valid from: | 2024-12-27T05:47:28Z |
| Valid to: | 2025-12-28T05:47:28Z |
| Serial number: | 69244b6035ed2277724a2f15 |
| Thumbprint Algorithm: | SHA256 |
| Thumbprint: | 01cfd115329264c5240ff1183ec80346abbf0ad87e2c4cda4325ef029dcaebcf |
| Source: | This information was brought to you by ReversingLabs A1000 Malware Analysis Platform |
iamaachum
185.215.113.39/files/needforspeedforeve/random.exeC2: https://api.telegram.org/bot7796466207:AAFr4eJop5lV1qGyhuFlMc4hIV2ErcSZ_4E/sendMessage
Intelligence
File Origin
ESVendor Threat Intelligence
Result
Behaviour
Result
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: | Borland |
|---|---|
| Author: | malware-lu |
| Rule name: | pe_detect_tls_callbacks |
|---|
| Rule name: | PE_Digital_Certificate |
|---|---|
| Author: | albertzsigovits |
| 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) |
| Rule name: | upxHook |
|---|---|
| Author: | @r3dbU7z |
| Description: | Detect artifacts from 'upxHook' - modification of UPX packer |
| Reference: | https://bazaar.abuse.ch/sample/6352be8aa5d8063673aa428c3807228c40505004320232a23d99ebd9ef48478a/ |
File information
The table below shows additional information about this malware sample such as delivery method and external references.
Web download
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_DLL_CHARACTERISTICS | Missing dll Security Characteristics (HIGH_ENTROPY_VA) | high |
Reviews
| ID | Capabilities | Evidence |
|---|---|---|
| AUTH_API | Manipulates User Authorization | advapi32.dll::AllocateAndInitializeSid advapi32.dll::ConvertSidToStringSidW advapi32.dll::ConvertStringSecurityDescriptorToSecurityDescriptorW advapi32.dll::EqualSid advapi32.dll::FreeSid |
| SECURITY_BASE_API | Uses Security Base API | advapi32.dll::AdjustTokenPrivileges advapi32.dll::GetTokenInformation |
| WIN32_PROCESS_API | Can Create Process and Threads | kernel32.dll::CreateProcessW advapi32.dll::OpenProcessToken advapi32.dll::OpenThreadToken kernel32.dll::CloseHandle kernel32.dll::CreateThread |
| WIN_BASE_API | Uses Win Base API | kernel32.dll::LoadLibraryA kernel32.dll::LoadLibraryExW kernel32.dll::LoadLibraryW kernel32.dll::GetDriveTypeW kernel32.dll::GetVolumeInformationW kernel32.dll::GetSystemInfo |
| WIN_BASE_IO_API | Can Create Files | kernel32.dll::CreateDirectoryW kernel32.dll::CreateFileW kernel32.dll::DeleteFileW kernel32.dll::GetWindowsDirectoryW kernel32.dll::GetSystemDirectoryW kernel32.dll::GetFileAttributesW |
| WIN_BASE_USER_API | Retrieves Account Information | advapi32.dll::LookupPrivilegeValueW |
| WIN_REG_API | Can Manipulate Windows Registry | advapi32.dll::RegOpenKeyExW advapi32.dll::RegQueryValueExW |
| WIN_USER_API | Performs GUI Actions | user32.dll::PeekMessageW user32.dll::CreateWindowExW |
Comments
Login required
You need to login to in order to write a comment. Login with your abuse.ch account.