Class: SideChannelAttack

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

Super Classes

PassiveAttack
threatens SOME _Data
threatens ONLY (_Confidentiality AND _Data)

Annotations

dc:descriptionIn cryptography, a side channel attack is any attack based on information gained from the physical implementation of a cryptosystem, rather than theoretical weaknesses in the algorithms. (Wikipedia) Could be used for other algorithms as well. (my)

Abstract Syntax

Class(SideChannelAttack partial PassiveAttack
                               restriction(threatens someValuesFrom(_Data))
                               restriction(threatens allValuesFrom(intersectionOf(_Confidentiality
                                                                                  _Data))))

Usage

Class Description/Definition (Necessary Conditions)

PowerMonitoringAttack, RadiationMonitoring, TimingAttack
Generated with OWLDoc