Welcome to Responses


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

Response Types

There are 2 main types of Response action within Secure60

Response Scope, Severity and Overrides

Scope

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.

Severity

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.

Overrides

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

Example Response Overrides:

Secure60 Response Override

Response templating

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:

Response templating syntax

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:

Back to top