Skip to main content
CUI

Vulnerability V-220711

Back

V-220711

CAT III

Unused accounts must be disabled or removed from the system after 35 days of inactivity.

Ships Affected
1
Total Findings
4
Open
1
Closed
2

Check Text

Run "PowerShell". Copy the lines below to the PowerShell window and enter. "([ADSI]('WinNT://{0}' -f $env:COMPUTERNAME)).Children | Where { $_.SchemaClassName -eq 'user' } | ForEach { $user = ([ADSI]$_.Path) $lastLogin = $user.Properties.LastLogin.Value $enabled = ($user.Properties.UserFlags.Value -band 0x2) -ne 0x2 if ($lastLogin -eq $null) { $lastLogin = 'Never' } Write-Host $user.Name $lastLogin $enabled }" This will return a list of local accounts with the account name, last logon, and if the account is enabled (True/False). For example: User1 10/31/2015 5:49:56 AM True Review the list to determine the finding validity for each account reported. Exclude the following accounts: Built-in administrator account (Disabled, SID ending in 500) Built-in guest account (Disabled, SID ending in 501) Built-in DefaultAccount (Disabled, SID ending in 503) Local administrator account If any enabled accounts have not been logged on to within the past 35 days, this is a finding. Inactive accounts that have been reviewed and deemed to be required must be documented with the information system security officer (ISSO).

Fix Text

Regularly review local accounts and verify their necessity. Disable or delete any active accounts that have not been used in the last 35 days.

STIG Reference

STIG
Microsoft Windows 10 Security Technical Implementation Guide
Version
3
Release
6
Rule ID
SV-220711r1051018_rule

All Occurrences

This vulnerability appears on 1 ship(s)

Ship Hull # Source File Status Assigned To Scan Date Actions
USNS MONTFORD POINT T-ESD-1 MONT-SW-89134_Win10_V3R5_20251217-201218.ckl
Unassigned 2026-03-04T15:25:42.339596 View in Context
USNS MONTFORD POINT T-ESD-1 MONT-SW-89108_Win10_V3R5_20251217-203019.ckl
Unassigned 2026-03-04T15:25:16.342077 View in Context
USNS MONTFORD POINT T-ESD-1 _Reviewed/MONT-WS-92010/Checklist/MONT-WS-92010_Win10_V3R4_20251023-141133.ckl
Unassigned 2026-01-14T12:57:28.689048 View in Context
USNS MONTFORD POINT T-ESD-1 _Reviewed/MONT-WS-92040/Checklist/MONT-WS-92040_Win10_V3R4_20251023-142421.ckl
Unassigned 2026-01-14T12:57:26.690022 View in Context
CUI