Class: sec:VulnerabilityScanner

•owl:Thing
        •sec:Countermeasure
                •sec:VulnerabilityScanner

Super Classes

sec:Countermeasure
sec:protects ONLY (sec:_Host AND (sec:_Detection OR sec:_RecoveryAND (sec:_Correctness OR sec:_Integrity))
sec:protects SOME sec:_Detection
sec:protects SOME sec:_Host
sec:protects SOME sec:_Correctness
sec:protects SOME sec:_Integrity

Annotations

dc:descriptionA vulnerability scanner is a type of computer program specifically designed to search a given target (piece of software, computer, network, etc.) for weaknesses. The scanner systematically engages the target in an attempt to assess where the target is vulnerable to "attack". The program can be used either prophylactically (to find holes and plug them before they are exploited) or maliciously (to find holes and exploit them). (Wikipedia)

Abstract Syntax

Class(sec:VulnerabilityScanner partial sec:Countermeasure
                                      restriction(sec:protects allValuesFrom(intersectionOf(sec:_Host
                                                                                            unionOf(sec:_Detection
                                                                                                    sec:_Recovery)
                                                                                            unionOf(sec:_Correctness
                                                                                                    sec:_Integrity))))
                                      restriction(sec:protects someValuesFrom(sec:_Detection))
                                      restriction(sec:protects someValuesFrom(sec:_Host))
                                      restriction(sec:protects someValuesFrom(sec:_Correctness))
                                      restriction(sec:protects someValuesFrom(sec:_Integrity)))
Generated with OWLDoc