Cybersecurity - Advanced Threat Protection
Given a threat hunting script that filters logs with
if event_type == 'login' and failed_attempts > 3, what will be the output if the log has event_type 'login' and failed_attempts 5?