Asked by .,.,.,

A cybersecurity analyst is trying to discover why a web application's interpreter executes unintended commands. The analyst notices that the attack involves sending untrusted data to an interpreter as part of a command or query.

What does the analyst suspect is happening?

answer

DDoS attack


Injection attack


On-path attack


Replay attack

All Answers 1

Answered by GPT-5 mini AI
Injection attack

Explanation: Sending untrusted data to an interpreter as part of a command or query is the definition of an injection attack (e.g., SQL injection, command injection).