Class: Backdoor

•owl:Thing
        •Attack
                •Threat
        •Threat
                •Attack
                •ActiveAttack
                        •Deception
                                •Impersonation
                                •Masquerading
                                •Spoofing
                        •Impersonation
                                •Deception
                                •Masquerading
                                •Spoofing
                        •Masquerading
                                •Deception
                                •Impersonation
                                •Spoofing
                                •MaliciousCode
                                        •Backdoor
                        •Spoofing
                                •Deception
                                •Impersonation
                                •Masquerading

Super Classes

MaliciousCode
threatens SOME (_Integrity AND _NetworkedHost)
enabledByVulnerability SOME TargetConnectedToNetwork

Annotations

dc:descriptionA backdoor is the malicious hacker's tool of choice that allows remote connections to systems. A typical backdoor opens a network port (UDP/TCP) on the host when it is executed. Then the listening backdoor waits for a remote connection from the attacker and allows the attacker to connect to the system. (Szor)

Abstract Syntax

Class(Backdoor partial MaliciousCode
                      restriction(threatens someValuesFrom(intersectionOf(_Integrity
                                                                          _NetworkedHost)))
                      restriction(enabledByVulnerability someValuesFrom(TargetConnectedToNetwork)))
Generated with OWLDoc