MalwareBazaar Database
You are currently viewing the MalwareBazaar entry for SHA256 c36e1b629985cf5379733de9c2d645446cb3333f8660bf137a46fb227ef170e4. 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
ConnectWise
Vendor detections: 5
| SHA256 hash: | c36e1b629985cf5379733de9c2d645446cb3333f8660bf137a46fb227ef170e4 |
|---|---|
| SHA3-384 hash: | ac18c9ded302694f156447f063adf5e2df0c2dd88d0a6c89e3dedc076e15c40b191d63d5b19d2338b852a172d977d3ed |
| SHA1 hash: | ae9209eff99c875aa98ffa22667515b65f112b37 |
| MD5 hash: | da1862f34105106917a91ed4c0d1442b |
| humanhash: | glucose-snake-network-zebra |
| File name: | ScreenConnect.ClientSetup.exe |
| Download: | download sample |
| Signature | ConnectWise |
| File size: | 858'112 bytes |
| First seen: | 2025-08-08 22:02:50 UTC |
| Last seen: | Never |
| File type: | |
| MIME type: | application/x-dosexec |
| imphash | f9211aa9a74a9bdcaaed436864cdbca1 (1 x ConnectWise) |
| ssdeep | 12288:thUSQJg/+QShEMuu/gUD+FkoiS+upfHHA:twNQrMuu/gUD+Son+2fnA |
| TLSH | T1DA054C1BE7A440B9C0ADC6B5C35B9736BBB6F4864514B29F07D40A227F6BF40AB1D384 |
| TrID | 44.4% (.EXE) Win64 Executable (generic) (10522/11/4) 21.3% (.EXE) Win16 NE executable (generic) (5038/12/1) 8.7% (.ICL) Windows Icons Library (generic) (2059/9) 8.5% (.EXE) OS/2 Executable (generic) (2029/13) 8.4% (.EXE) Generic Win/DOS Executable (2002/3) |
| Magika | pebin |
| Reporter | Anonymous |
| Tags: | ConnectWise exe signed |
Code Signing Certificate
| Organisation: | Connectwise, LLC |
|---|---|
| Issuer: | DigiCert Trusted G4 Code Signing RSA4096 SHA384 2021 CA1 |
| Algorithm: | sha256WithRSAEncryption |
| Valid from: | 2022-08-17T00:00:00Z |
| Valid to: | 2025-08-15T23:59:59Z |
| Serial number: | 0b9360051bccf66642998998d5ba97ce |
| Intelligence: | 488 malware samples on MalwareBazaar are signed with this code signing certificate |
| Thumbprint Algorithm: | SHA256 |
| Thumbprint: | 82b4e7924d5bed84fb16ddf8391936eb301479cec707dc14e23bc22b8cdeae28 |
| Source: | This information was brought to you by ReversingLabs A1000 Malware Analysis Platform |
Intelligence
File Origin
USVendor Threat Intelligence
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: | Check_OutputDebugStringA_iat |
|---|
| Rule name: | cobalt_strike_tmp01925d3f |
|---|---|
| Author: | The DFIR Report |
| Description: | files - file ~tmp01925d3f.exe |
| Reference: | https://thedfirreport.com |
| Rule name: | DebuggerCheck__API |
|---|---|
| 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: | INDICATOR_RMM_ConnectWise_ScreenConnect_CERT |
|---|---|
| Author: | ditekSHen |
| Description: | Detects ConnectWise Control (formerly ScreenConnect) by (default) certificate. Review RMM Inventory |
| Rule name: | pe_detect_tls_callbacks |
|---|
| Rule name: | PE_Digital_Certificate |
|---|---|
| Author: | albertzsigovits |
| Rule name: | ProgramLanguage_Rust |
|---|---|
| Author: | albertzsigovits |
| Description: | Application written in Rust programming language |
| Rule name: | Sus_Obf_Enc_Spoof_Hide_PE |
|---|---|
| Author: | XiAnzheng |
| Description: | Check for Overlay, Obfuscating, Encrypting, Spoofing, Hiding, or Entropy Technique(can create FP) |
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_DLL_CHARACTERISTICS | Missing dll Security Characteristics (GUARD_CF) | high |
Reviews
| ID | Capabilities | Evidence |
|---|---|---|
| AUTH_API | Manipulates User Authorization | advapi32.dll::ConvertSidToStringSidW advapi32.dll::CreateWellKnownSid advapi32.dll::GetSidSubAuthority advapi32.dll::RevertToSelf advapi32.dll::InitializeAcl advapi32.dll::InitializeSecurityDescriptor |
| SECURITY_BASE_API | Uses Security Base API | advapi32.dll::AddAccessAllowedAce advapi32.dll::GetSidIdentifierAuthority advapi32.dll::GetTokenInformation advapi32.dll::ImpersonateLoggedOnUser advapi32.dll::SetSecurityDescriptorDacl advapi32.dll::SetSecurityDescriptorOwner |
| WIN32_PROCESS_API | Can Create Process and Threads | kernel32.dll::OpenProcess kernel32.dll::CloseHandle kernel32.dll::CreateThread |
| WIN_BASE_API | Uses Win Base API | kernel32.dll::TerminateProcess kernel32.dll::LoadLibraryExA kernel32.dll::LoadLibraryA kernel32.dll::LoadLibraryExW kernel32.dll::GetStartupInfoW kernel32.dll::GetCommandLineW kernel32.dll::GetCommandLineA |
| WIN_BASE_EXEC_API | Can Execute other programs | kernel32.dll::WriteConsoleW kernel32.dll::SetStdHandle kernel32.dll::GetConsoleMode kernel32.dll::GetConsoleOutputCP |
| WIN_BASE_IO_API | Can Create Files | kernel32.dll::CreateFileW kernel32.dll::FindFirstFileW |
| WIN_BASE_USER_API | Retrieves Account Information | advapi32.dll::LookupAccountSidW |
| WIN_BCRYPT_API | Can Encrypt Files | bcrypt.dll::BCryptGenRandom |
| WIN_CRYPT_API | Uses Windows Crypt API | crypt32.dll::CertFreeCertificateContext crypt32.dll::CryptHashCertificate |
Comments
Login required
You need to login to in order to write a comment. Login with your abuse.ch account.