MalwareBazaar Database
You are currently viewing the MalwareBazaar entry for SHA256 4e02bef56cb4ed575d943e40a1137de56db6875d95e907b7479365b6b69dd2ab. 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
DCRat
Vendor detections: 15
| SHA256 hash: | 4e02bef56cb4ed575d943e40a1137de56db6875d95e907b7479365b6b69dd2ab |
|---|---|
| SHA3-384 hash: | 9770b1bd7c748dbabe78323c294377f29c76675b416e5cd0dbe086204b26ec8d3e4f2073d5199e0a6ddf03b2fcc3dc66 |
| SHA1 hash: | 69e8f14e1d8691145a93df92d3f1da17fb777de1 |
| MD5 hash: | 51b0e3b9b5fd9624d8d8b06c8fa3473d |
| humanhash: | ink-nitrogen-sodium-golf |
| File name: | free.exe |
| Download: | download sample |
| Signature | DCRat |
| File size: | 4'866'048 bytes |
| First seen: | 2025-08-04 11:12:47 UTC |
| Last seen: | Never |
| File type: | |
| MIME type: | application/x-dosexec |
| imphash | 88f70fb82598484a7ce88eef6418418b (23 x AsyncRAT, 8 x AgentTesla, 4 x XWorm) |
| ssdeep | 98304:sVTaHpd53Ym5daZdjObR2TkqXf0FJ8PFd1o:8TQ3YmOZdDTkSIGh |
| TLSH | T1A436F16376118D98C0B6C7FC10A3DAB95B233EA81475824605F9BE1BFAF2E411D1A4DF |
| TrID | 59.6% (.EXE) Win32 EXE PECompact compressed (generic) (41569/9/9) 15.0% (.EXE) Win64 Executable (generic) (10522/11/4) 7.2% (.EXE) Win16 NE executable (generic) (5038/12/1) 6.4% (.EXE) Win32 Executable (generic) (4504/4/1) 2.9% (.ICL) Windows Icons Library (generic) (2059/9) |
| Magika | pebin |
| dhash icon | 64f230e5b4e869a2 (19 x AsyncRAT, 3 x XWorm, 2 x DCRat) |
| Reporter | |
| Tags: | DCRat exe |
Intelligence
File Origin
NLVendor 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: | detect_powershell |
|---|---|
| Author: | daniyyell |
| Description: | Detects suspicious PowerShell activity related to malware execution |
| Rule name: | Detect_PowerShell_Obfuscation |
|---|---|
| Author: | daniyyell |
| Description: | Detects obfuscated PowerShell commands commonly used in malicious scripts. |
| Rule name: | Disable_Defender |
|---|---|
| Author: | iam-py-test |
| Description: | Detect files disabling or modifying Windows Defender, Windows Firewall, or Microsoft Smartscreen |
| Rule name: | golang_bin_JCorn_CSC846 |
|---|---|
| Author: | Justin Cornwell |
| Description: | CSC-846 Golang detection ruleset |
| Rule name: | INDICATOR_EXE_Packed_Enigma |
|---|---|
| Author: | ditekSHen |
| Description: | Detects executables packed with Enigma |
| Rule name: | MALWARE_Win_DLAgent10 |
|---|---|
| Author: | ditekSHen |
| Description: | Detects known downloader agent |
| Rule name: | NET |
|---|---|
| Author: | malware-lu |
| Rule name: | pe_detect_tls_callbacks |
|---|
| Rule name: | Sus_CMD_Powershell_Usage |
|---|---|
| Author: | XiAnzheng |
| Description: | May Contain(Obfuscated or no) Powershell or CMD Command that can be abused by threat actor(can create FP) |
| 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: | 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.
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 (GUARD_CF) | high |
Reviews
| ID | Capabilities | Evidence |
|---|---|---|
| KERNEL_API | Manipulates Windows Kernel & Drivers | ntdll.dll::RtlInitUnicodeString |
| WIN32_PROCESS_API | Can Create Process and Threads | kernel32.dll::CreateRemoteThread kernel32.dll::OpenProcess kernel32.dll::VirtualAllocEx kernel32.dll::WriteProcessMemory kernel32.dll::CloseHandle kernel32.dll::CreateThread |
| WIN_BASE_API | Uses Win Base API | ntdll.dll::NtQuerySystemInformation kernel32.dll::LoadLibraryW kernel32.dll::LoadLibraryA kernel32.dll::GetSystemInfo kernel32.dll::GetStartupInfoA kernel32.dll::GetCommandLineA |
| WIN_BASE_EXEC_API | Can Execute other programs | kernel32.dll::GetConsoleMode kernel32.dll::GetConsoleOutputCP kernel32.dll::GetConsoleCP |
| WIN_BASE_IO_API | Can Create Files | kernel32.dll::CreateDirectoryW kernel32.dll::CreateFileW kernel32.dll::DeleteFileW kernel32.dll::GetWindowsDirectoryA kernel32.dll::GetWindowsDirectoryW kernel32.dll::GetSystemDirectoryW |
| WIN_BASE_USER_API | Retrieves Account Information | kernel32.dll::QueryDosDeviceW |
| WIN_REG_API | Can Manipulate Windows Registry | advapi32.dll::RegOpenKeyA |
Comments
Login required
You need to login to in order to write a comment. Login with your abuse.ch account.