Language:
This IoE cannot work without a Microsoft Entra ID P1 or P2 license due to data availability restrictions by Microsoft.
A never used user is a user account created in Entra ID that never successfully authenticated for a certain number of days (90 days by default, customizable) since its creation.
They increase the attack surface for various reasons, such as:
A backdoor account allowing access to individuals who no longer require it, such as former employees or interns.
Continued use of the default password, thus exposing the account to a higher risk of compromise. For example, a CISA alert reported that:
campaigns have also targeted dormant accounts belonging to users who no longer work at a victim organization but whose accounts remain on the system
and also that:
Following an enforced password reset for all users during an incident, SVR actors have also been observed logging into inactive accounts and following instructions to reset the password. This has allowed the actor to regain access following incident response eviction activities.
Waste of resources such as licenses. Regular identification, deactivation, or removal of unnecessary users allow organizations to optimize resource allocation and save unnecessary costs.
Also, consider the related IoE "Dormant User" which identifies all previously active users who have since become inactive. See also the related IOE, "Never Used Privileged User", for privileged users.
Note:
lastSuccessfulSignInDateTime
property within the signInActivity
property of User objects. Its advantage lies in reporting only successful sign-ins to avoid disruption arising from failed attempts, unlike the property lastSignInDateTime
. The lastSuccessfulSignInDateTime
property became available in December 2023.signInActivity
resource type, you need a Microsoft Entra ID P1 or P2 license for each tenant. Otherwise, this IoE cannot detect never used users and therefore skips the entire analysis.Tenable recommends that you regularly review and disable or delete never used users. After identifying them, take the following actions:
Name: Never Used Non-Privileged User
Codename: NEVER-USED-NON-PRIVILEGED-USER
Severity: Low
Type: Microsoft Entra ID Indicator of Exposure