Need to log all failed logins to the Symantec Data Center Security (SDCS) console and UMC
book
Article ID: 164297
calendar_today
Updated On:
Products
Data Center Security Server Advanced
Issue/Introduction
The customer needs to log any failed login attempts to the console and UMC to monitor for brute force attacks.
Resolution
Console logins
The Console logins are tracked in the views dbo.audit_vw_ table in the database.
The field called OPERATION will contain LOGIN and when a user attempts to login, if they fail to login the DESCRIPTION field will contain Failed login attempt for [username].
Example:
NOTE:Please be sure to add "with NOLOCK" to any SQL query built to pull from this table.
UMC logins
UMC logs that show logins are in a log file located in the install directory in %DCS Install Path%\Server\umc\logs\umclog.log
The messages within the umclog.log file will show an ERROR message stating the UPN for the "username" is not found.