GSLC · Question #232
Your IDS discovers that an intruder has gained access to your system. You immediately stop that access, change passwords for administrative accounts, and secure your network. You discover an odd…
The correct answer is B. A backdoor the intruder created so that he can re-enter the network. An unknown account with remote access permissions discovered immediately after an intrusion is a classic backdoor - a persistence mechanism the attacker planted to regain access even after remediation.
Question
Your IDS discovers that an intruder has gained access to your system. You immediately stop that access, change passwords for administrative accounts, and secure your network. You discover an odd account (not administrative) that has permission to remotely access the network. What is this most likely?
Options
- AAn example of IP spoofing.
- BA backdoor the intruder created so that he can re-enter the network.
- CA normal account you simply did not notice before. Large networks have a number of accounts; it is
- DAn example of privilege escalation.
How the community answered
(17 responses)- A6% (1)
- B76% (13)
- C12% (2)
- D6% (1)
Why each option
An unknown account with remote access permissions discovered immediately after an intrusion is a classic backdoor - a persistence mechanism the attacker planted to regain access even after remediation.
IP spoofing involves forging the source IP address in network packets to disguise the attacker's origin - it does not involve creating user accounts or altering system access controls.
Attackers commonly create hidden or inconspicuous accounts with remote access privileges as a backdoor to maintain persistent access after an intrusion is detected and initial attack vectors are closed. The account's remote access permission is the key indicator because it allows the attacker to re-enter from outside the network even after password changes and firewall updates are applied.
While large networks do have many accounts, an unknown account with remote access permissions discovered in direct temporal context with a confirmed intrusion is strong evidence of malicious account creation, not an administrative oversight.
Privilege escalation refers to an attacker gaining elevated permissions from an already-compromised account - this scenario describes the creation of a new account for persistent re-entry, which is persistence, not privilege escalation.
Concept tested: Attacker backdoor persistence mechanism post-intrusion
Source: https://csrc.nist.gov/glossary/term/backdoor
Topics
Community Discussion
No community discussion yet for this question.