medium
Single Answer
0

Sakis would like to better protect his organization against database inference attacks. Which one of the following techniques is an effective countermeasure against these attacks?

Answer Options

A

Input validation

B

Parameterization

C

Polyinstantiation

D

Server-side validation

Correct Answer: C

Explanation

Polyinstantiation allows the storage of multiple different pieces of information in a database at different classification levels to prevent attackers from inferring anything about the absence of information. Input validation, server-side validation, and parameterization are all techniques used to prevent web application attacks and are not effective against inference attacks.