Class: HoneyPot

A honey pot is rather a scientific tool for observing intrusions. As a security countermeasure it is probably not very effective or efficient. Should be put into TechnologyMistakenlyUsed AsCountermeasure?

•owl:Thing
        •Asset
                •Countermeasure
                        •HoneyPot
        •Countermeasure
                •HoneyPot

Super Classes

protects SOME _Technology
protects SOME _Detection
protects SOME _Availability
protects SOME _Deflection
protects SOME _Confidentiality
Countermeasure
protects ONLY ((_Deflection OR _Detection OR _PreventionAND (_Confidentiality OR _Integrity OR _AvailabilityAND _Technology)
protects SOME _Prevention

Annotations

dc:descriptionA honeypot is a trap set to detect or deflect attempts at unauthorized use of information systems. Generally it consists of a computer, data or a network site that appears to be part of a network but which is actually isolated and protected, and which seems to contain information that would be of value to attackers. (Wikipedia)
dc:descriptionFishbowl: The area of a computer system where an intruder is sent for its behaviour to be observed. (ODotI)

Abstract Syntax

Class(HoneyPot partial restriction(protects someValuesFrom(_Technology))
                      restriction(protects someValuesFrom(_Detection))
                      restriction(protects someValuesFrom(_Availability))
                      restriction(protects someValuesFrom(_Deflection))
                      restriction(protects someValuesFrom(_Confidentiality))
                      Countermeasure
                      restriction(protects allValuesFrom(intersectionOf(unionOf(_Deflection
                                                                                _Detection
                                                                                _Prevention)
                                                                        unionOf(_Confidentiality
                                                                                _Integrity
                                                                                _Availability)
                                                                        _Technology)))
                      restriction(protects someValuesFrom(_Prevention)))
Generated with OWLDoc