A Response is how the Secure60 platform connects to external systems and sources.
Responses can be as simple as an email or could be an HTTP request to an API endpoint to trigger a specific action.
A Response is an Object in the Secure60 platform that is triggered by a Rule
There are 2 main types of Response action within Secure60
A response by default has a scope
which indicates whether the Response should fire on a matching Rule.
The scope can be All, SIGNAL or THREAT.
This allows for Responses to only be executed for Theats for example.
A response has a severity
(default INFO
) which indicates whether the Response should fire based on the Severity level of a Threat.
severity
valid values are: INFO
, LOW
, MEDIUM
, HIGH
.
This allows for Responses to only be executed for Theats of a specific level of importance / risk for example. This allows different teams or workflows to handle Threats of varying criticality.
Organisations often need to be more specific about how and when a response should be executed, Common scenarios include:
Response Overrides offer a solution to all of these scenarios and more.
Once a Response has been created you may add Overrides to fine tune the execution scenarios
Within the content of every Response we allow templating. This enables the insertion of dynamic content into the Response data that is sent.
Scenarios where this is useful include:
Within response fields we support a templating system that gives access to the data related to the rule, signal or threat that generated the response.
Key syntax details:
subject
(email Response Type)content
(email Response Type)uri
(webhook Response Type)request_payload
(webhook Response Type)rule_id
name
group_id
status
project_id
organisation_id
threat_id
signal_id