CISA · Question #566
Based on best practice, which types of accounts should be disabled for interactive login?
The correct answer is D. Service accounts. Service accounts are created specifically to run applications, services, and automated processes - not for humans to log in interactively. Enabling interactive login for service accounts violates the principle of least privilege and increases the attack surface: if a service…
Question
Based on best practice, which types of accounts should be disabled for interactive login?
Options
- AConsole accounts
- BAdministrator accounts
- CLocal accounts
- DService accounts
How the community answered
(58 responses)- A2% (1)
- B5% (3)
- C2% (1)
- D91% (53)
Explanation
Service accounts are created specifically to run applications, services, and automated processes - not for humans to log in interactively. Enabling interactive login for service accounts violates the principle of least privilege and increases the attack surface: if a service account is compromised, an attacker could use it to log in directly and move laterally. Best practice (e.g., in Windows environments) is to deny interactive logon rights to service accounts. Console, administrator, and local accounts are all used by humans who may legitimately need interactive access, though administrator accounts should be used with caution.
Topics
Community Discussion
No community discussion yet for this question.