info: name: Autologon Function Control Check author: nukunga[SungHyunJeon] severity: medium description: | Ensure the Autologon feature is disabled by verifying that the AutoAdminLogon registry value under HKLM:\Software\Microsoft\Windows NT\CurrentVersion\Winlogon is either missing or set to "0". A value of "1" indicates that login credentials may be stored in the registry, creating a potential security risk. impact: | Enabling Autologon allows attackers with physical or remote access to retrieve stored login credentials, potentially resulting in unauthorized system access. remediation: | Disable Autologon by setting the AutoAdminLogon registry value to "0". This can be done using: - Registry Editor: Go to HKLM:\Software\Microsoft\Windows NT\CurrentVersion\Winlogon and set AutoAdminLogon to "0". reference: - https://isms.kisa.or.kr/main/csap/notice/?boardId=bbs_0000000000000004&mode=view&cntId=85 tags: autologon,account-management,code,windows-audit,kisa