Hello, I´m building a script that extracts an IP from an raw alert
(default script template) and execute some stuff.My output script is,
the basic that i´ve found at documentation and at forum:#!/usr/bin/env
pythonimport jsonimport sysdef invoke_rest...