SV-278013r1182261_rule
V-278013
SRG-OS-000002-GPOS-00002
WN25-00-000300
CAT II
10
Configure temporary user accounts to automatically expire within 72 hours.
Domain accounts can be configured with an account expiration date, under "Account" properties.
Local accounts can be configured to expire with the command "Net user [username] /expires:[mm/dd/yyyy]", where [username] is the name of the temporary user account.
Delete any temporary user accounts that are no longer necessary.
Review temporary user accounts for expiration dates.
Determine if temporary user accounts are used and identify any that exist. If none exist, this is not applicable.
Domain Controllers:
Open PowerShell.
Enter "Search-ADAccount -AccountExpiring | FT Name, AccountExpirationDate".
If "AccountExpirationDate" has not been defined within 72 hours for any temporary user account, this is a finding.
Member servers and stand-alone or nondomain-joined systems:
Open command prompt.
Run "Net user [username]", where [username] is the name of the temporary user account.
If "Account expires" has not been defined within 72 hours for any temporary user account, this is a finding.
V-278013
False
WN25-00-000300
Review temporary user accounts for expiration dates.
Determine if temporary user accounts are used and identify any that exist. If none exist, this is not applicable.
Domain Controllers:
Open PowerShell.
Enter "Search-ADAccount -AccountExpiring | FT Name, AccountExpirationDate".
If "AccountExpirationDate" has not been defined within 72 hours for any temporary user account, this is a finding.
Member servers and stand-alone or nondomain-joined systems:
Open command prompt.
Run "Net user [username]", where [username] is the name of the temporary user account.
If "Account expires" has not been defined within 72 hours for any temporary user account, this is a finding.
M
5719