66.8k views
0 votes
How do you defend against Privilege Escalation?

A. Use encryption to protect sensitive data
B. Restrict the interactive logon privileges
C. Run services as unprivileged accounts
D. Allow security settings of IE to zero or Low
E. Run users and applications on the least privileges

1 Answer

4 votes

Final answer:

To counter Privilege Escalation, restrict logon privileges, run services with unprivileged accounts, and apply the principle of least privilege by granting the minimal necessary permissions.

Step-by-step explanation:

To defend against Privilege Escalation, it's important to adopt several security measures. First, restrict interactive logon privileges to prevent users from logging on to critical systems. Second, ensure that services run as unprivileged accounts to limit access in case of a compromise. Lastly, run users and applications on the least privileges necessary for their tasks, which reduces the risk of a successful attack should a vulnerability be exploited. This approach, known as the principle of least privilege, is fundamental to combatting privilege escalation.

User Ames
by
8.0k points