What type of software exploit injects malicious SQL scripts into database input entry boxes, allowing attackers to download entire customer record directories illegally? MCQ with Answer and Explanation

What type of software exploit injects malicious SQL scripts into database input entry boxes, allowing attackers to download entire customer record directories illegally?
A. SQL Injection
B. Denial of Service Loop
C. Cross-Site Scripting
D. Buffer Overflow Exploit
Answer: Option A
Solution (By JKExamLibrary)
SQL injection executes arbitrary database commands by inserting malicious SQL code statements into unvalidated input fields.

This question belongs to: Computer Cyber Security

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Cyber Security Questions

Question #1 Report Error
What is the function of a security token in multi-factor authentication?
A. To encrypt data
B. To store user passwords
C. To generate a one-time password for authentication
D. To provide a physical key for access

Correct Answer: Option C


Explanation:
A security token, such as a hardware token or a mobile app, generates a one-time password (OTP) that is used as a second factor in authentication, enhancing security.

This question belongs to: Computer Cyber Security
Question #2 Report Error
Which type of malware detection technique relies on sandboxing and virtual machines to monitor what a file actually attempts to do after execution?
A. Static Signature Identification
B. Cryptographic Hash Comparison
C. Static Directory Indexing
D. Dynamic / Behavioral Detection

Correct Answer: Option D


Explanation:
Dynamic behavioral detection monitors programs during runtime inside secure sandboxes, analyzing execution behavior for indicators of compromise.

This question belongs to: Computer Cyber Security
Question #3 Report Error
Which of the following is a common technique used in ransomware attacks?
A. Stealing passwords
B. Sending spam emails
C. Encrypting files and demanding payment for decryption
D. Installing adware

Correct Answer: Option C


Explanation:
Ransomware attacks typically involve encrypting the victim's files and demanding a ransom payment in exchange for the decryption key.

This question belongs to: Computer Cyber Security