Which of the following should not be put into place to reduce these concerns?

Bob is a new security administrator at a financial institution. The organization has experienced some suspicious activity on one of the critical servers that contain customer data. When reviewing how the systems are administered, he uncovers some concerning issues pertaining to remote administration. Which of the following should not be put into place to reduce these concerns?

i. Commands and data should not take place in cleartext
ii. SSH should be used, not Telnet.
iii. Truly critical systems should be administered locally instead of remotely.
iv. Only a small number of administrators should be able to carry out remote functionality.
v. Strong authentication should be in place for any administration activities.

Bob is a new security administrator at a financial institution. The organization has experienced some suspicious activity on one of the critical servers that contain customer data. When reviewing how the systems are administered, he uncovers some concerning issues pertaining to remote administration. Which of the following should not be put into place to reduce these concerns?

i. Commands and data should not take place in cleartext
ii. SSH should be used, not Telnet.
iii. Truly critical systems should be administered locally instead of remotely.
iv. Only a small number of administrators should be able to carry out remote functionality.
v. Strong authentication should be in place for any administration activities.

A.
All of them

B.
None of them

C.
ii, iii

D.
iv, v

Explanation:
The following should take place to ensure secure remote administration;
– Commands and data should not take place in cleartext (that is, should be
encrypted). For example, SSH should be used, not Telnet.
– Truly critical systems should be administered locally instead of remotely.
– Only a small number of administrators should be able to carry out this remote
functionality.
– Strong authentication should be in place for any administration activities.



Leave a Reply 1

Your email address will not be published. Required fields are marked *


lordinfidel

lordinfidel

This question was among more of the trickier ones to deal with. This is a not so obvious double negative.

It’s asking which of the answers should ~not~ be put in place, which will automatically make you start eliminating answers.

But then when you think that they all should be implemented, it is very easy to say, All of them. But the real answer is “none”, because it is a double negative. All of them should be implemeted, thus “none” of them should “not” be implemented.