SV-226038r569184_rule
V-226038
SRG-OS-000480-GPOS-00227
WN12-00-000011
CAT II
10
Change passwords for manually managed application/service accounts at least annually or when an administrator with knowledge of the password leaves the organization.
It is recommended that system-managed service accounts be used where possible.
Determine if manually managed application/service accounts exist. If none exist, this is NA.
If passwords for manually managed application/service accounts are not changed at least annually or when an administrator with knowledge of the password leaves the organization, this is a finding.
Identify manually managed application/service accounts.
To determine the date a password was last changed:
Domain controllers:
Open "Windows PowerShell".
Enter "Get-ADUser -Identity [application account name] -Properties PasswordLastSet | FL Name, PasswordLastSet", where [application account name] is the name of the manually managed application/service account.
If the "PasswordLastSet" date is more than one year old, this is a finding.
Member servers and standalone systems:
Open "Windows PowerShell" or "Command Prompt".
Enter 'Net User [application account name] | Find /i "Password Last Set"', where [application account name] is the name of the manually managed application/service account.
If the "Password Last Set" date is more than one year old, this is a finding.
V-226038
False
WN12-00-000011
Determine if manually managed application/service accounts exist. If none exist, this is NA.
If passwords for manually managed application/service accounts are not changed at least annually or when an administrator with knowledge of the password leaves the organization, this is a finding.
Identify manually managed application/service accounts.
To determine the date a password was last changed:
Domain controllers:
Open "Windows PowerShell".
Enter "Get-ADUser -Identity [application account name] -Properties PasswordLastSet | FL Name, PasswordLastSet", where [application account name] is the name of the manually managed application/service account.
If the "PasswordLastSet" date is more than one year old, this is a finding.
Member servers and standalone systems:
Open "Windows PowerShell" or "Command Prompt".
Enter 'Net User [application account name] | Find /i "Password Last Set"', where [application account name] is the name of the manually managed application/service account.
If the "Password Last Set" date is more than one year old, this is a finding.
M
4217