Class: SSH

•owl:Thing
        •Asset
                •Countermeasure
                        •SecureNetworkCommunication
                                •SSH
                        •Standard
                                •SSH
        •Countermeasure
                •SecureNetworkCommunication
                        •SSH
                •Standard
                        •SSH

Super Classes

uses SOME SymmetricAlgorithm
protects SOME (_Integrity AND _DataInTransit)
uses SOME Public-KeyEncryption
protects SOME (_Authentication AND _Host)
protects ONLY ((((_Confidentiality OR _IntegrityAND _DataInTransitOR (_Authentication AND _Host)) AND _Prevention)
protects SOME (_Confidentiality AND _DataInTransit)
Standard
SecureNetworkCommunication
protects SOME _Prevention

Annotations

dc:descriptionSecure Shell, a network protocol designed for logging into and executing commands on a networked computer, replacing the insecure ftp, telnet and rlogin protocol. (Wikipedia)

Abstract Syntax

Class(SSH partial restriction(uses someValuesFrom(SymmetricAlgorithm))
                 restriction(protects someValuesFrom(intersectionOf(_Integrity
                                                                    _DataInTransit)))
                 restriction(uses someValuesFrom(Public-KeyEncryption))
                 restriction(protects someValuesFrom(intersectionOf(_Authentication
                                                                    _Host)))
                 restriction(protects allValuesFrom(intersectionOf(unionOf(intersectionOf(unionOf(_Confidentiality
                                                                                                  _Integrity)
                                                                                          _DataInTransit)
                                                                           intersectionOf(_Authentication
                                                                                          _Host))
                                                                   _Prevention)))
                 restriction(protects someValuesFrom(intersectionOf(_Confidentiality
                                                                    _DataInTransit)))
                 Standard
                 SecureNetworkCommunication
                 restriction(protects someValuesFrom(_Prevention)))

Usage

Class Description/Definition (Necessary Conditions)

VPN
Generated with OWLDoc