Do you use service accounts?
Rules to Better Networks|83b7fe44-b972-442d-91b5-92a0ac2154c2
v1.0
Posted at
22/08/2018 3:21 PM by
Kaique Biancatti
Rule Intro
Do you use service accounts for recurring tasks and systems, or do you use user and personal accounts?
Page Content
As a rule, you should never use a user account for accessing systems, reports, tasks and other long-running applications that do not need human or user interaction to run.
Service accounts provide a security context where the applications run, without the need to worry about their passwords or privileges. If a user changes their password, you will not break anything, because service account password normally does not expire and changing them is never needed.
Also, if the security of a user account is breached, you do not have to worry about any other systems being compromised - that account was not being used to run any applications. Always keep your service accounts passwords safe and complex, and you will never need to worry about it.
{3A663158-60CA-4B55-B9CC-EEC5774B3346}
Do you feel this rule needs an update?