Web logs for the municipal document portal show requests with sequences like ../ and paths resembling /etc/passwd under the application URL. Which application attack indicator is this?
Select an answer to reveal the explanation.
Short Explanation
Those ../ tricks in the URL are someone climbing out of the website's sandbox. Directory traversal tries to read OS files the portal should never serve—watch for /etc-style paths in the logs.
Full Explanation
Directory traversal (path traversal) manipulates URL or input paths to escape the intended directory and access sensitive files on the host. DDoS amplification, password spraying, and RFID cloning present different network, identity, and physical indicators and do not match traversal-style path patterns in application logs.