Terminology Index
Glossary
1801 terms
Showing 641-672 of 1801 terms
FTP
File Transfer Protocol: an old protocol for transferring files between systems that sends data and credentials in plaintext, making it insecure and a notable risk when found, since traffic can be intercepted.
FTP moves files over a network but predates modern security, transmitting usernames, passwords, and file contents unencrypted, so anyone on the path can capture them. Its presence is a red flag for defenders: it should be replaced by secure alternatives (SFTP or FTPS). Understanding FTP matters for recognizing insecure services during hardening and assessment, and for interpreting why plaintext file-transfer traffic is a finding.
Introduced in: Networking Foundations
Examples
- An FTP server transmitting credentials in plaintext over the network.
- Flagging an exposed FTP service as an insecure protocol to replace.
- Recommending SFTP or FTPS in place of plaintext FTP.
No related terms linked yet.
