MalwareBazaar Database
You are currently viewing the MalwareBazaar entry for SHA256 ed980429e185979a8bf0e6f71c3d16b61e0845189dd18785dcd94163566e2f51. 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: | ed980429e185979a8bf0e6f71c3d16b61e0845189dd18785dcd94163566e2f51 |
|---|---|
| SHA3-384 hash: | 4b3ef8f62fb12c17f642bf51400c3676275f88b9ae9220386a9e5ac7abe9cf7138d98d4e343af2b9f22342ae8b03bbac |
| SHA1 hash: | 45bfc1fbbed06977521f56c7f50718334dde208a |
| MD5 hash: | bcf5133c2659fa75113593437f7cea96 |
| humanhash: | delaware-venus-angel-idaho |
| File name: | Source.exe |
| Download: | download sample |
| File size: | 1'082'880 bytes |
| First seen: | 2025-08-03 19:51:21 UTC |
| Last seen: | Never |
| File type: | |
| MIME type: | application/x-dosexec |
| imphash | f856c900aa2ff93a4f8f394c8d119049 |
| ssdeep | 24576:gED5D/XozlQLna1sUZ1sU0uEf6EmCDFp39zZF:gEMGntU0U0uQ6E1FbV |
| TLSH | T14C35C00BB35246BDD2A7983481AAE35BF731B4462B2446CBB3C409A4AFD63D43F76741 |
| TrID | 48.7% (.EXE) Win64 Executable (generic) (10522/11/4) 23.3% (.EXE) Win16 NE executable (generic) (5038/12/1) 9.3% (.EXE) OS/2 Executable (generic) (2029/13) 9.2% (.EXE) Generic Win/DOS Executable (2002/3) 9.2% (.EXE) DOS Executable Generic (2000/1) |
| Magika | pebin |
| Reporter | |
| Tags: | exe stealer |
Intelligence
File Origin
FRVendor Threat Intelligence
Result
Behaviour
Result
Behaviour
Unpacked files
185d1aa9bff1b8f51d371e8b471011a4816e727603edd36844da7efc6183304b
7a976388b064594086b73e3e08a3b95b97a9eea7610bf9c4ac53a2d10304e12b
7b4ca5b780438bef6eca1d5241c5a5f9afbed7e9eacc62300c5ac64fe9e1030a
cc921933142a27e5a98ed63bd2ca5323a53e083e8f9f7f5c15da1b85eac276f6
638bfb452ad5c2ce2bc9aab6a7dd65665b886d79abd1ce66e617d33781036764
7409f72c3bec45343af484f26fefee09ec591ddc2f87aaff261337209dcbedc4
884896168506a9a261be5a3fdd186f88a2f11816b99deb6636b13ccaaffbdcdf
4bf19e234784a69a8e42fa345a703af865dbf4b58342af810dc51d5d902211c8
2d3272c4e2daca9621f56b0724743c467a8a70cd30826b505bb7c3d3a1dfd482
cab05e6b1c523c1c04f1c8806bcb1f1a0e2418f8179f57db80aa1dc5cd939844
f2943a108d98faef6c3411f0ad1235f85f3196cff70cd7d48565c92d0a21d060
3a9fe422216a414d420cbd1e20186da127fb5be80d50f40ef7db6215b7feb2f1
ed980429e185979a8bf0e6f71c3d16b61e0845189dd18785dcd94163566e2f51
2bd7ca44d7dc856bc104eefb0a01f3779bd61224b16c03d56dee1bffc8c08581
cbb5470f103fe2ef9344dbd99f892fd31f687c62225abdfaa76d3eea8b36feb4
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: | dgaaga |
|---|---|
| Author: | Harshit |
| Description: | Detects suspicious PowerShell or registry activity |
| Rule name: | golang_bin_JCorn_CSC846 |
|---|---|
| Author: | Justin Cornwell |
| Description: | CSC-846 Golang detection ruleset |
| Rule name: | pe_detect_tls_callbacks |
|---|
| Rule name: | VULN_PUA_GIGABYTE_Driver_Jul22_1 |
|---|---|
| Author: | Florian Roth (Nextron Systems) |
| Description: | Detects a vulnerable GIGABYTE driver sometimes used by malicious actors to escalate privileges |
| Reference: | https://twitter.com/malmoeb/status/1551449425842786306 |
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_DLL_CHARACTERISTICS | Missing dll Security Characteristics (GUARD_CF) | high |
| CHECK_TRUST_INFO | Requires Elevated Execution (level:requireAdministrator) | high |
Reviews
| ID | Capabilities | Evidence |
|---|---|---|
| SHELL_API | Manipulates System Shell | SHELL32.dll::ShellExecuteW |
| WIN32_PROCESS_API | Can Create Process and Threads | KERNEL32.dll::CloseHandle KERNEL32.dll::CreateThread |
| WIN_BASE_API | Uses Win Base API | KERNEL32.dll::TerminateProcess ntdll.dll::NtQuerySystemInformation KERNEL32.dll::LoadLibraryA |
| WIN_BASE_EXEC_API | Can Execute other programs | KERNEL32.dll::SetConsoleTextAttribute KERNEL32.dll::SetConsoleTitleA KERNEL32.dll::GetConsoleWindow KERNEL32.dll::GetConsoleScreenBufferInfo |
| WIN_BASE_IO_API | Can Create Files | KERNEL32.dll::CreateFileW KERNEL32.dll::FindFirstFileW |
| WIN_REG_API | Can Manipulate Windows Registry | ADVAPI32.dll::RegOpenKeyExA ADVAPI32.dll::RegQueryValueExA |
| WIN_USER_API | Performs GUI Actions | USER32.dll::EmptyClipboard USER32.dll::FindWindowA USER32.dll::OpenClipboard USER32.dll::PeekMessageA USER32.dll::CreateWindowExA |
Comments
Login required
You need to login to in order to write a comment. Login with your abuse.ch account.