How to: capture user log in activity using Titan SFTP Events
Question:
How can I capture and monitor user login activity (successful and failed login attempts) in Titan SFTP using the built-in Events feature?
Answer:
Titan SFTP provides an Events and Logging framework that allows administrators to track user authentication activity, including successful logins, failed login attempts, connection source (IP address), timestamp, and protocol used (SFTP/FTPS/HTTPS). By enabling and configuring the appropriate authentication-related events, login activity can be recorded for auditing, troubleshooting, and security monitoring purposes. These events can be written to log files, Windows Event Viewer, or forwarded to external systems depending on the configuration.
Steps:
For example:
%SYSDATETIME%: New Login from %PROTOCOL% - %CXN.CLIENTIP% - %USR.USERNAME% - SESSIONID: %SESSIONID%
After completing the steps, try to login your users and see if the custom log captures the correct information.
For more variable, please see How To: Get the list of Variables