MalwareBazaar Database
You are currently viewing the MalwareBazaar entry for SHA256 f29fed1cc0af2f516151338dc12d285752d53b19a1675986a44f954841221c05. 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
HijackLoader
Vendor detections: 14
| SHA256 hash: | f29fed1cc0af2f516151338dc12d285752d53b19a1675986a44f954841221c05 |
|---|---|
| SHA3-384 hash: | e8e978a36a5e5fc6ff0774cc7b2cbd09132d366828e0ef24660e67ab91ff0237d39b633a9ed997a8dab13b600f9aa2cc |
| SHA1 hash: | 68ec7cc2e8a2a483441be26462fa374e19b2c9ed |
| MD5 hash: | 600d1a9b366ca3560b85f6461a5449f5 |
| humanhash: | mississippi-butter-romeo-four |
| File name: | 600d1a9b366ca3560b85f6461a5449f5.exe |
| Download: | download sample |
| Signature | HijackLoader |
| File size: | 12'132'031 bytes |
| First seen: | 2025-08-12 07:19:00 UTC |
| Last seen: | 2025-08-12 12:19:07 UTC |
| File type: | |
| MIME type: | application/x-dosexec |
| imphash | 2ac0df3cb49d714c81e70b5b92c304f2 (3 x HijackLoader, 1 x ACRStealer, 1 x DeerStealer) |
| ssdeep | 196608:4iCBw3C6K4ilndB0tAHWJjFlW5JG/Jbm+z2yya5X4P9U2h5BP0pYTOu9qh6iW:ew3vKTd2AHWJ3WO/Rm+iyya5Ye2rBPp |
| Threatray | 113 similar samples on MalwareBazaar |
| TLSH | T16EC6F1177690903EE5AA02714C5FAE6485A97D738A314257F7A0FF0D2DF09C2B623B1B |
| TrID | 88.5% (.AX) DirectShow filter (201555/2/20) 4.6% (.EXE) Win64 Executable (generic) (10522/11/4) 2.2% (.EXE) Win16 NE executable (generic) (5038/12/1) 1.9% (.EXE) Win32 Executable (generic) (4504/4/1) 0.8% (.EXE) OS/2 Executable (generic) (2029/13) |
| Magika | pebin |
| dhash icon | 5b3931b29cd1631d (9 x LummaStealer, 3 x RemcosRAT, 2 x RedLineStealer) |
| Reporter | |
| Tags: | exe HIjackLoader |
Intelligence
File Origin
SEVendor Threat Intelligence
Result
Behaviour
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: | DebuggerCheck__QueryInfo |
|---|---|
| Reference: | https://github.com/naxonez/yaraRules/blob/master/AntiDebugging.yara |
| Rule name: | golang_bin_JCorn_CSC846 |
|---|---|
| Author: | Justin Cornwell |
| Description: | CSC-846 Golang detection ruleset |
| Rule name: | MD5_Constants |
|---|---|
| Author: | phoul (@phoul) |
| Description: | Look for MD5 constants |
| Rule name: | NET |
|---|---|
| Author: | malware-lu |
| 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: | vmdetect |
|---|---|
| Author: | nex |
| Description: | Possibly employs anti-virtualization techniques |
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_AUTHENTICODE | Missing Authenticode | high |
| 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::CreateWellKnownSid ADVAPI32.dll::EqualSid ADVAPI32.dll::FreeSid ADVAPI32.dll::SetEntriesInAclW ADVAPI32.dll::InitializeSecurityDescriptor |
| COM_BASE_API | Can Download & Execute components | ole32.dll::CoCreateInstance ole32.dll::CoInitializeSecurity ole32.dll::CreateStreamOnHGlobal |
| GDI_PLUS_API | Interfaces with Graphics | gdiplus.dll::GdiplusStartup gdiplus.dll::GdipDeleteGraphics gdiplus.dll::GdipAlloc gdiplus.dll::GdipCreateFromHDC |
| RPC_API | Can Execute Remote Procedures | RPCRT4.dll::RpcStringFreeW |
| SECURITY_BASE_API | Uses Security Base API | ADVAPI32.dll::AdjustTokenPrivileges ADVAPI32.dll::GetTokenInformation ADVAPI32.dll::SetSecurityDescriptorDacl ADVAPI32.dll::SetSecurityDescriptorGroup ADVAPI32.dll::SetSecurityDescriptorOwner |
| SHELL_API | Manipulates System Shell | SHELL32.dll::ShellExecuteExW |
| WIN32_PROCESS_API | Can Create Process and Threads | KERNEL32.dll::CreateProcessW KERNEL32.dll::OpenProcess ADVAPI32.dll::OpenProcessToken ADVAPI32.dll::OpenThreadToken KERNEL32.dll::CloseHandle KERNEL32.dll::CreateThread |
| WIN_BASE_API | Uses Win Base API | KERNEL32.dll::TerminateProcess KERNEL32.dll::LoadLibraryA KERNEL32.dll::LoadLibraryW KERNEL32.dll::LoadLibraryExW KERNEL32.dll::LoadLibraryExA KERNEL32.dll::GetSystemInfo |
| WIN_BASE_EXEC_API | Can Execute other programs | KERNEL32.dll::WriteConsoleW KERNEL32.dll::ReadConsoleW KERNEL32.dll::SetStdHandle KERNEL32.dll::GetConsoleMode KERNEL32.dll::GetConsoleCP |
| WIN_BASE_IO_API | Can Create Files | KERNEL32.dll::CopyFileW KERNEL32.dll::CreateDirectoryW KERNEL32.dll::CreateFileW KERNEL32.dll::CreateFileMappingW KERNEL32.dll::DeleteFileW KERNEL32.dll::MoveFileW KERNEL32.dll::MoveFileExW |
| WIN_BASE_USER_API | Retrieves Account Information | ADVAPI32.dll::LookupPrivilegeValueW |
| WIN_REG_API | Can Manipulate Windows Registry | ADVAPI32.dll::RegCreateKeyExW ADVAPI32.dll::RegDeleteKeyW ADVAPI32.dll::RegOpenKeyExW ADVAPI32.dll::RegOpenKeyW ADVAPI32.dll::RegQueryInfoKeyW ADVAPI32.dll::RegQueryValueExW |
| WIN_USER_API | Performs GUI Actions | USER32.dll::FindWindowExW 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.