Class: ManInTheMiddle

•owl:Thing
        •Attack
                •Threat
        •Threat
                •Attack
                •ActiveAttack
                        •Deception
                                •Impersonation
                                •Masquerading
                                •Spoofing
                        •Impersonation
                                •Deception
                                •Masquerading
                                •Spoofing
                        •Masquerading
                                •Deception
                                •Impersonation
                                •Spoofing
                                •ManInTheMiddle
                        •Spoofing
                                •Deception
                                •Impersonation
                                •Masquerading

Super Classes

threatens SOME (_Confidentiality AND _DataInTransit)
Masquerading
threatens SOME (_Integrity AND _DataInTransit)
threatens ONLY ((_Confidentiality OR _IntegrityAND _DataInTransit)

Annotations

dc:descriptionAn attack on a computer system whereby the attacker intercepts messages between two entities on a network, for example a SERVER and a CLIENT , and makes each one think it is communicating with the other. (ODotI)

Abstract Syntax

Class(ManInTheMiddle partial restriction(threatens someValuesFrom(intersectionOf(_Confidentiality
                                                                                _DataInTransit)))
                            Masquerading
                            restriction(threatens someValuesFrom(intersectionOf(_Integrity
                                                                                _DataInTransit)))
                            restriction(threatens allValuesFrom(intersectionOf(unionOf(_Confidentiality
                                                                                       _Integrity)
                                                                               _DataInTransit))))
Generated with OWLDoc