Version: V 7.2.x
Modules: Governance
Product Area: Tabular Reports (Applied to Active Directory Summary Dashboard)
Associated Dashboard & Chart:
- RSA IGL Recipes : Dashboard - Active Directory (AD) Summary
- RSA IGL Recipes: Chart - AD Days Since Last Logon
Time to apply: ~20 minutes
Summary
This report provides information about the last logon date for all AD accounts.
The goal of this report is to understand which AD accounts might be a risk
The report can be used by Admin/AD Teams to be understand which AD accounts could be removed potentially.
This report requires the key word: "addashboard" to be added within the description of the AD Account Collector.
This key word can be added to more than one Account Collector if required.
Example Image (Click to enlarge)
Key Notes
- This chart/report/dashboard is supplied "as is" - any modification of this item is done at your own risk.
- If you have issues applying this chart/report/dashboard, please comment below for help, DO NOT contact the RSA Support team.
- If you would like more assistance with this chart/report/dashboard or for help in creating other chart/report/dashboards, then RSA Professional Services (RSA PS) is available to help.
- Please contact your RSA Account Manager or local RSA Sales Rep or reply below for further assistance.
Details
This report includes information about AD Accounts and is sorted by the "oldest" logon date.
Report SQL
First test this in your query tool (SQLDeveloper, Toad etc..)
(select * from (select
accountName as "Account Name",
RealLastLogon as "Last Logon Date",
DaysSinceLogin as "Days Since Last Logon"
from (
select distinct pA.NAME as accountName, pA.LAST_LOGIN_DATE as RealLastLogon, TRUNC(SYSDATE) - trunc(pA.LAST_LOGIN_DATE) as DaysSinceLogin
from avuser.PV_ACCOUNT pA, avuser.V_BUSINESS_SOURCE vBS, avuser.V_DATA_COLLECTORS vDC
where pA.IS_DISABLED = 0
and pA.ADC_ID = vDC.ID and lower(vDC.Description) like '%addashboard%'
and pA.LAST_LOGIN_DATE is not null
)
order by "Days Since Last Logon" desc)
where "Days Since Last Logon" > 30)
Example of the results:
Report Implementation
- Log into RSA IGL as a user who can create reports. In my example, im using AveksaAdmin
- Go to "Reports" / "Tabular"
- Select "+ Create Report" button
- Under the "General Tab" add the following details:
- Name: AD Days Since Last Logon
- Title: AD Days Since Last Logon
- Description: From RSA IGL Link Community. This report provides information about AD Accounts and their Last Logon details. Note: This chart requires the key word: "addashboard" to be added within the description of the Account Collector.
- Scope: System
- Page Size: Letter
- Orientation: Landscape
- Under the "Query" Tab, copy the SQL from above
- In the bottom bar, press the "Style" button. "Slate" is a good recommendation for reports
- Press the "Preview" button, you should see some results, as per the example image below.
If you get an error at this stage, please test your SQL in a Query tool, like "SQL Developer" or "SQL Squirrel" to ensure it works first. If it still doesn't work, please share your SQL and a screen shot of the issue below. DO NOT contact RSA Support
- Under the "Columns" Tab, please use the configuration shown in the image below
- Under the "Display Attributes" tab, please use the configuration shown in the image below
- Nothing has been set on the "Filter", "Grouping & Sorting" or "Schedule and Email" tabs
Related Articles
RSA Governance & Lifecycle Recipes: Chart - AD Days Since Last Logon 14Number of Views The replication connection from local site [] to [] is abnormal since the last change was sent 5Number of Views RSA Governance & Lifecycle Recipes: Chart - AD Orphan Account Summary 21Number of Views Adaptiveauthentication- Db2 deadlocks can stop responding due to large number of records sin RSASESSION RSATRANSACTIOn an… 49Number of Views Forescout 8.0 - RADIUSwith CAS Configuration - RSA Ready SecurID Access Implementation Guide 4Number of Views
Trending Articles
An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x RSA Authentication Manager 8.9 Release Notes (January 2026) RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager Upgrade Process