Class: StackAttack

•owl:Thing
        •Attack
                •Threat
        •Threat
                •Attack
                •ActiveAttack
                        •DenialOfService
                                •StackAttack

Super Classes

DenialOfService
threatens ONLY (_Availability AND _Stack)
threatens SOME _Stack

Annotations

dc:descriptionA stack attack involves running a program, typically from a web page, which consumes huge amounts of stack memory. (ODotI)

Abstract Syntax

Class(StackAttack partial DenialOfService
                         restriction(threatens allValuesFrom(intersectionOf(_Availability
                                                                            _Stack)))
                         restriction(threatens someValuesFrom(_Stack)))
Generated with OWLDoc