MalwareBazaar Database

You are currently viewing the MalwareBazaar entry for SHA256 e097c85216c39c34a37ce0e7cc626c8a43889bda3dec4d28e9001a5081997031. 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: 6


Intelligence 6 IOCs YARA 26 File information Comments 2

SHA256 hash: e097c85216c39c34a37ce0e7cc626c8a43889bda3dec4d28e9001a5081997031
SHA3-384 hash: 122b38541cb8a94c3c2f98ee18d1dfa3602c28a18b456446eec428d1d7bcdb10f474110c46ad40aeef92e8550ed253c3
SHA1 hash: 999f444ce75143c06cf948e2e42c75e95b97656f
MD5 hash: ee88097b09fdf07bb5d89e63d914663d
humanhash: mockingbird-mockingbird-emma-wyoming
File name:e097c85216c39c34a37ce0e7cc626c8a43889bda3dec4d28e9001a5081997031
Download: download sample
File size:19'333'120 bytes
First seen:2026-08-14 09:30:20 UTC
Last seen:Never
File type: elf
MIME type:application/x-executable
ssdeep 49152:c8nxDgC7g9rb/TBvO90dL3BmAFd4A64nsfJ7QQzjFHWkMNRCdQqzB0dSyG2VjMQE:cqYUQuVDt0TZEP
TLSH T15617BE77814338E9E5A98CB4D51025426DAC388B5738A3C7BAC471F667EA7E48E3D730
TrID 50.1% (.) ELF Executable and Linkable format (Linux) (4022/12)
49.8% (.O) ELF Executable and Linkable format (generic) (4000/1)
Magika elf
Reporter EnthecSolutions
Tags:elf enthec

Intelligence


File Origin
# of uploads :
1
# of downloads :
69
Origin country :
CA CA
Vendor Threat Intelligence
No detections
Result
Verdict:
Malware
Maliciousness:
Verdict:
Unknown
Threat level:
  2.5/10
Confidence:
100%
Tags:
anti-vm base64 bash fingerprint lolbin obfuscated
Verdict:
Malicious
File Type:
elf.64.le
First seen:
2025-11-26T06:38:00Z UTC
Last seen:
2026-08-14T07:41:00Z UTC
Hits:
~10
Threat name:
Linux.Trojan.Malgent
Status:
Malicious
First seen:
2022-11-26 23:08:19 UTC
File Type:
ELF64 Little (Exe)
AV detection:
22 of 36 (61.11%)
Threat level:
  5/5
Result
Malware family:
n/a
Score:
  1/10
Tags:
linux
Please note that we are no longer able to provide a coverage score for Virus Total.

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:ClamAV_Emotet_String_Aggregate
Rule name:CP_Script_Inject_Detector
Author:DiegoAnalytics
Description:Detects attempts to inject code into another process across PE, ELF, Mach-O binaries
Rule name:DetectEncryptedVariants
Author:Zinyth
Description:Detects 'encrypted' in ASCII, Unicode, base64, or hex-encoded
Rule name:Detect_all_IPv6_variants
Author:Bierchermuesli
Description:Generic IPv6 catcher
Rule name:dsc
Author:Aaron DeVera
Description:Discord domains
Rule name:enterpriseapps2
Author:Tim Brown @timb_machine
Description:Enterprise apps
Rule name:enterpriseunix2
Author:Tim Brown @timb_machine
Description:Enterprise UNIX
Rule name:F01_s1ckrule
Author:s1ckb017
Rule name:golang
Rule name:golang_duffcopy_amd64
Rule name:Golang_Find_CSC846_Simple
Author:Ashar Siddiqui
Description:Find Go Signatuers
Rule name:identity_golang
Author:Eric Yocam
Description:find Golang malware
Rule name:Linux_Generic_Threat_902cfdc5
Author:Elastic Security
Rule name:MD5_Constants
Author:phoul (@phoul)
Description:Look for MD5 constants
Rule name:ProgramLanguage_Golang
Author:albertzsigovits
Description:Application written in Golang programming language
Rule name:RANSOMWARE
Author:ToroGuitar
Rule name:RIPEMD160_Constants
Author:phoul (@phoul)
Description:Look for RIPEMD-160 constants
Rule name:setsockopt
Author:Tim Brown @timb_machine
Description:Hunts for setsockopt() red flags
Rule name:SHA1_Constants
Author:phoul (@phoul)
Description:Look for SHA1 constants
Rule name:SHA512_Constants
Author:phoul (@phoul)
Description:Look for SHA384/SHA512 constants
Rule name:telebot_framework
Author:vietdx.mb
Rule name:TH_Generic_MassHunt_Linux_Malware_2026_CYFARE
Author:CYFARE
Description:Generic Linux malware mass-hunt rule - 2026
Reference:https://cyfare.net/
Rule name:unixredflags3
Author:Tim Brown @timb_machine
Description:Hunts for UNIX red flags
Rule name:vmdetect
Author:nex
Description:Possibly employs anti-virtualization techniques
Rule name:Warp
Author:Seth Hardy
Description:Warp
Rule name:WarpStrings
Author:Seth Hardy
Description:Warp Identifying Strings

File information


The table below shows additional information about this malware sample such as delivery method and external references.

Comments



Avatar
commented on 2026-08-18 12:11:25 UTC

Correction to comment below: the sample described above IS e097c852... — the base binary is 3bfc43943390c0faef501ec62465fd85f48cf059d06a1993e5176cedb7c7cd01. This sample (e097) = 3bfc + 736KB next-stage payload. Same ELF mangling signature (e_shoff=30302232), same author. Full analysis covering both samples:
https://netacoding.com/posts/warp-rat-elf-static-analysis/

Avatar
commented on 2026-08-18 12:06:29 UTC

Go-based credential harvester (Warp family). Three ELF structural anomalies: e_shoff past EOF (30302232 > 18579456), PT_LOAD filesz exceeding file size (27158456 > 18579456), and dynamic linking on a Go binary — none of which appear in legitimate builds. Single remaining symbol: main.credential. String analysis confirms SSH/SFTP client stack (crypto/ssh, pkg/sftp), default credential wordlist (admin/guest/super/sysadmin), /bin/systemd-worker masquerade, and multi-protocol support (IMAP, POP3, SMTP, FTP). Related sample e097c852... is this binary + 736KB appended — ClamAV tags the delta as Unix.Trojan.Coinminer + Unix.Dropper.Mirai. Static analysis only, no sandbox:
https://netacoding.com/posts/warp-rat-elf-static-analysis/