MalwareBazaar Database
You are currently viewing the MalwareBazaar entry for SHA256 487b948a265af4cb1678ba8743bd9ab34cf2fac0cf9771d6fe37a056989d3629. 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: 7
| SHA256 hash: | 487b948a265af4cb1678ba8743bd9ab34cf2fac0cf9771d6fe37a056989d3629 |
|---|---|
| SHA3-384 hash: | 454b31d3fa92ddaea3207249eb8911cde8e084ed489b3ebda022a755a7cb87aa2d071ba75d3feb0b02570658fd0ed237 |
| SHA1 hash: | d86489385d79e389c3b960c788f80b947a875967 |
| MD5 hash: | 671b35e038904eb57840e0aa4a302eb2 |
| humanhash: | jupiter-mars-lithium-charlie |
| File name: | icuuc68.dll |
| Download: | download sample |
| File size: | 6'027'264 bytes |
| First seen: | 2025-01-30 03:21:10 UTC |
| Last seen: | Never |
| File type: | |
| MIME type: | application/x-dosexec |
| imphash | acc066fc732d3b0da9d15511694f1662 |
| ssdeep | 49152:pF+WWeLKsnmo3nfKiDoZ3bX1P+w2yrK8wEvZg0Ukz9hKxgITwMXDlSxYHs1Csb9/:eWWZYpvndER3Dz9h0SMkF53Mrw4vnV |
| TLSH | T1D656AE11A3D600B5E47BDB34CAD18233D5B0BE969731850B0A59D6092FB3BA05F6FB36 |
| TrID | 47.1% (.CPL) Windows Control Panel Item (generic) (57583/11/19) 35.2% (.EXE) InstallShield setup (43053/19/16) 8.6% (.EXE) Win64 Executable (generic) (10522/11/4) 4.1% (.EXE) Win16 NE executable (generic) (5038/12/1) 1.6% (.EXE) OS/2 Executable (generic) (2029/13) |
| Magika | pebin |
| Reporter | |
| Tags: | exe |
Intelligence
File Origin
CHVendor Threat Intelligence
Result
Result
Details
Result
Signature
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__MemoryWorkingSet |
|---|---|
| Author: | Fernando Mercês |
| Description: | Anti-debug process memory working set size check |
| Reference: | http://www.gironsec.com/blog/2015/06/anti-debugger-trick-quicky/ |
| Rule name: | golang_bin_JCorn_CSC846 |
|---|---|
| Author: | Justin Cornwell |
| Description: | CSC-846 Golang detection ruleset |
| Rule name: | Jupyter_infostealer |
|---|---|
| Author: | CD_R0M_ |
| Description: | Rule for Jupyter Infostealer/Solarmarker malware from september 2021-December 2022 |
| Rule name: | ldpreload |
|---|---|
| Author: | xorseed |
| Reference: | https://stuff.rop.io/ |
| Rule name: | NET |
|---|---|
| Author: | malware-lu |
| Rule name: | pe_detect_tls_callbacks |
|---|
| Rule name: | RIPEMD160_Constants |
|---|---|
| Author: | phoul (@phoul) |
| Description: | Look for RIPEMD-160 constants |
| Rule name: | SEH__vectored |
|---|---|
| Reference: | https://github.com/naxonez/yaraRules/blob/master/AntiDebugging.yara |
| Rule name: | SHA1_Constants |
|---|---|
| Author: | phoul (@phoul) |
| Description: | Look for SHA1 constants |
| Rule name: | ThreadControl__Context |
|---|---|
| Reference: | https://github.com/naxonez/yaraRules/blob/master/AntiDebugging.yara |
File information
The table below shows additional information about this malware sample such as delivery method and external references.
Malspam
exe 487b948a265af4cb1678ba8743bd9ab34cf2fac0cf9771d6fe37a056989d3629
(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_DLL_CHARACTERISTICS | Missing dll Security Characteristics (GUARD_CF) | high |
Reviews
| ID | Capabilities | Evidence |
|---|---|---|
| AUTH_API | Manipulates User Authorization | ADVAPI32.dll::RevertToSelf |
| SECURITY_BASE_API | Uses Security Base API | ADVAPI32.dll::AdjustTokenPrivileges ADVAPI32.dll::CheckTokenMembership ADVAPI32.dll::DuplicateTokenEx ADVAPI32.dll::GetTokenInformation ADVAPI32.dll::ImpersonateLoggedOnUser |
| WIN32_PROCESS_API | Can Create Process and Threads | KERNEL32.dll::CreateProcessW ADVAPI32.dll::OpenProcessToken KERNEL32.dll::OpenProcess ADVAPI32.dll::OpenThreadToken KERNEL32.dll::VirtualAllocExNuma KERNEL32.dll::CloseHandle |
| WIN_BASE_API | Uses Win Base API | KERNEL32.dll::TerminateProcess KERNEL32.dll::LoadLibraryExW KERNEL32.dll::GetSystemInfo |
| WIN_BASE_EXEC_API | Can Execute other programs | KERNEL32.dll::WriteConsoleW KERNEL32.dll::ReadConsoleW KERNEL32.dll::SetConsoleTextAttribute KERNEL32.dll::GetConsoleCP KERNEL32.dll::GetConsoleMode KERNEL32.dll::GetConsoleOutputCP KERNEL32.dll::GetConsoleScreenBufferInfo |
| WIN_BASE_IO_API | Can Create Files | KERNEL32.dll::CopyFileExW KERNEL32.dll::CreateDirectoryW KERNEL32.dll::CreateFileW KERNEL32.dll::DeleteFileW KERNEL32.dll::GetSystemDirectoryW |
| WIN_BASE_USER_API | Retrieves Account Information | ADVAPI32.dll::LookupPrivilegeValueW |
| WIN_BCRYPT_API | Can Encrypt Files | bcrypt.dll::BCryptCreateHash bcrypt.dll::BCryptDecrypt bcrypt.dll::BCryptDestroyHash bcrypt.dll::BCryptDestroyKey bcrypt.dll::BCryptEncrypt bcrypt.dll::BCryptFinishHash |
| WIN_CRYPT_API | Uses Windows Crypt API | bcrypt.dll::BCryptGenRandom bcrypt.dll::BCryptHashData bcrypt.dll::BCryptImportKey |
| WIN_REG_API | Can Manipulate Windows Registry | ADVAPI32.dll::RegCreateKeyExW ADVAPI32.dll::RegOpenKeyExW ADVAPI32.dll::RegQueryValueExW ADVAPI32.dll::RegSetValueExW |
Comments
Login required
You need to login to in order to write a comment. Login with your abuse.ch account.