Cybersecurity - Advanced Threat Protection
In a SOAR system, what is the expected output of this playbook step?
When alert.source is 'spam'?
if alert.source == 'phishing' then block_sender() else notify_team()
When alert.source is 'spam'?
