Someone tried to use my enterprise user name and login into BO prod cmc since I belong to administrators group.
My account was disabled as a result of the above after 3 unsuccessful attempts.
I’d like to find out the IP address of PC from which this was tried. I was looking at audit reports. One report does provide “IP address of comps accessing my cluster” but this will not help in my scenario.
Do you have the Tomcat/WL/IIS web server access logs of the machine that hosts your CMC application? If you do, then you can find out perhaps via the Auditing database when the Administrator user was disabled/modified and then trace that time back to your web server access log timestamp for the CMC machine.
Pls search google on how to enable IP logging on Tomcat app server. Just need to change few lines in Tomcat’s XML files and restart should start logging things.
This is a simplistic solution, and should work fine if it is a single node tomcat (simplified environment)
You might want to look around for more robust solutions, if you are trying to address a serious business case.