CISSP · Question #1254
What type of database attack would allow a customer service employee to determine quarterly sales results before they are publically announced?
The correct answer is B. Inference. This question tests knowledge of database security attacks where unauthorized information is derived from seemingly innocuous data access. An inference attack allows users to deduce sensitive information from data they are legitimately permitted to access.
Question
Options
- APolyinstantiation
- BInference
- CAggregation
- DData mining
How the community answered
(21 responses)- A5% (1)
- B76% (16)
- C14% (3)
- D5% (1)
Why each option
This question tests knowledge of database security attacks where unauthorized information is derived from seemingly innocuous data access. An inference attack allows users to deduce sensitive information from data they are legitimately permitted to access.
Polyinstantiation is a database security technique used to prevent inference attacks by allowing multiple rows with the same key to exist at different classification levels, and is a defense mechanism rather than an attack method.
Inference is the process of deriving sensitive or classified information by logically combining multiple pieces of individually non-sensitive, lower-classification data. A customer service employee could analyze patterns in their permitted data-such as order volumes, customer complaints, or shipping records-to deduce quarterly sales figures without directly accessing that restricted financial data. This is a critical database security concern because the attack exploits the logical relationships between data rather than bypassing access controls directly.
Aggregation involves combining multiple pieces of individually low-sensitivity data to produce a high-sensitivity result, but it requires actually collecting and combining data records rather than logically deducing conclusions from observable patterns.
Data mining is the process of analyzing large datasets to discover patterns and relationships for legitimate business intelligence purposes, and is not inherently an attack methodology targeting unauthorized disclosure of specific sensitive information.
Concept tested: Database inference attack and unauthorized data deduction
Source: https://www.nist.gov/publications/guide-protecting-confidentiality-personally-identifiable-information-pii
Topics
Community Discussion
No community discussion yet for this question.