Class: StatisticalAttack

•owl:Thing
        •Attack
                •Threat
        •Threat
                •Attack
                •Disclosure
                        •PassiveAttack
                •PassiveAttack
                        •Disclosure
                        •StatisticalAttack

Super Classes

PassiveAttack
threatens ONLY (_Confidentiality AND _Data)
threatens SOME _Data

Annotations

dc:descriptionAn attack on a database to which users are allowed limited access: for example, access in order to calculate information such as averages. A statistical attack uses this information to discover data that is secret. (ODotI) Is this really a passive attack? Even if it leaves data unmodified? (my)

Abstract Syntax

Class(StatisticalAttack partial PassiveAttack
                               restriction(threatens allValuesFrom(intersectionOf(_Confidentiality
                                                                                  _Data)))
                               restriction(threatens someValuesFrom(_Data)))
Generated with OWLDoc