Class: sec:Backdoor

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

Super Classes

sec:MaliciousCode
sec:threatens SOME (sec:_Integrity AND sec:_NetworkedHost)
sec:enabledByVulnerability SOME sec: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(sec:Backdoor partial sec:MaliciousCode
                          restriction(sec:threatens someValuesFrom(intersectionOf(sec:_Integrity
                                                                                  sec:_NetworkedHost)))
                          restriction(sec:enabledByVulnerability someValuesFrom(sec:TargetConnectedToNetwork)))
Generated with OWLDoc