FTP ANALYSIS

FAILED LOGINS

root@dco:~$ wireshark &

#step 1: get an overview 
WireShark
 Filter: ftp
 
#anomalous: failed login attempts
WireShark > ftp.response.code == 530

FILE UPLOAD

the command “STOR” is used to upload a file to the FTP Server while the "RETR" command is used to retrieve a file. once the correct filter is applied, the traffic can be followed via "Follow > TCP Stream"

TRACKING CMDS

Last updated