Valid SY0-701 Dumps shared by ExamDiscuss.com for Helping Passing SY0-701 Exam! ExamDiscuss.com now offer the newest SY0-701 exam dumps, the ExamDiscuss.com SY0-701 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com SY0-701 dumps with Test Engine here:
During a recent log review, an analyst discovers evidence of successful injection attacks. Which of the following will best address this issue?
Correct Answer: D
Input validationis the primary defense againstinjection attacks, such as SQL injection or command injection. It ensures thatuser-supplied data is properly sanitizedbefore processing, preventing attackers from injecting malicious code. * Authentication (A)helps verify user identity but does not prevent injection attacks. * Secure cookies (B)improve session security but do not address injection vulnerabilities. * Static code analysis (C)helps identify vulnerabilities in source code but does not actively prevent attacks in real-time.