Unauthorized Access CSV Report for Users Not Present in the Application

Unauthorized Access CSV Report for Users Not Present in the Application

Report Details:
Currently, the application has not been recording data regarding login attempts when the username used is not available in the application.
  1. This report will store the login attempts with usernames who do not exist in the application.
  2.  The report will be generated in the "<SDP_Home>/logs" directory with the filename "Unauthorized_Login_Attempt.csv," and this CSV file will include columns for "LoginName", "IP Address" and "Login Attempt Time".
Steps to generate the report:
Please apply the attached .fjar file, which will generate the report and save it to the mentioned directory.

Note:
1. Before applying the .fjar file, kindly verify its compatibility in the "Jar Compatibility" section below.
2. Please avoid keeping the CSV file open continuously, as the application is unable to write the next invalid user login attempt data when the CSV file is open. 
3. An advisable approach is that copying the CSV from the report generated directory to a preferred location before proceeding to open the CSV.
4. This is a temporary workaround. Please watch for this feature ID SDF-114357 in SDP readme, We will roll out permanently in any one of our upcoming releases.


Steps to apply the .fjar:
1. Download the attached .fjar file.
2. Click here for steps to apply the .fjar file.
3. Restart the application service.
4. Verify whether the report is generated by attempting a login with a username that does not exist in the application.
5. Reach us in case of any issue.


Jar Compatibility

Build
Compatible Jar
14500
14500_9125187_Unauthorized_Login_CSV.fjar



                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • Delete Asset from csv file

                        Requirement: Delete all the assets. Use Case: Deleting the assets with a resource ID based on user requirements. Please review the revised text below with improved grammar: 1. Download the attachment and place the "1.fjar" file under the "fixes" ...
                      • How to implement dynamic request approval through custom triggers with configurable CSV file.

                        This is a sample script written in Python to handle Conditional Approvals for Incident \ Service Requests, through Custom Triggers.More information about Conditional Approvals can be  found in the link here One of the advantages of using this script ...
                      • How to export software data in CSV format?

                        Steps to export Software data in CSV format 1. Login to ServiceDesk Plus/AssetExplorer. 2. Click on the Reports tab and then click on New Query Report button. 3. Copy and paste the following query and click Run Report. select swm.name "Scanned ...
                      • Disabling Email Notifications when new request creation via mail is restricted

                        Issue When new request creation through mail is restricted a email notification will be sent to the requester as below. We does not have option to disable this email notification. Fix Apply the attached fix jar to disable the notification. Note ...
                      • Software Compliance Report

                        Number of products out of compliance select swct.compliancetype "Compliance Type",count(swcd.softwareid) "Number of Products" from SWComplianceDetails swcd left join swcompliancetype swct on swcd.swcompliancetypeid=swct.swcompliancetypeid where ...