Class: SourceRoutingAttack

This attack may accomplish all sorts of things, thus we do not (on this level) define any existential quantifiers.

•owl:Thing
        •Attack
                •Threat
        •Threat
                •Attack
                •ActiveAttack
                        •BypassingIntendedControls
                                •SourceRoutingAttack

Super Classes

threatens ONLY ((_Confidentiality OR _Integrity OR _AvailabilityAND _Network)
threatens SOME _Network
BypassingIntendedControls

Annotations

dc:descriptionThe source station specifies the route that a packet should take as it crosses the Internet, in the hopes that this will bypass security measures that do not analyse the source routing information. The countermeasure is to discard all packets that use this option. (Stallings 06)

Abstract Syntax

Class(SourceRoutingAttack partial restriction(threatens allValuesFrom(intersectionOf(unionOf(_Confidentiality
                                                                                            _Integrity
                                                                                            _Availability)
                                                                                    _Network)))
                                 restriction(threatens someValuesFrom(_Network))
                                 BypassingIntendedControls)
Generated with OWLDoc