This script continuously monitors a specified log file for suspicious activities, such as multiple failed login attempts or access from unauthorized IP addresses. When such activities are detected, the script alerts the user by printing a message to the console.Usage:Customize the log_file variable to point to the log file you want to monitor.Run the script to begin monitoring the log file in real-time.