Admin Guide

Synapse-Google-TI Admin Guide

Configuration

Synapse-Google-TI requires a Google Threat Intelligence API key. For information on how to sign up, please visit the Google Threat Intelligence API documentation.

Setting the configuration for global use

To set-up a global configuration:

> google.ti.config.add global_config global_apikey --no-check-apikey
Synapse-Google-TI config "global_config" added

Creating a configuration for role-based use

Add an unscoped configuration:

> google.ti.config.add myunscoped myapikey --scope unscoped --no-check-apikey
Synapse-Google-TI config "myunscoped" added

Grant another user admin permissions to the new configuration:

> google.ti.config.update myunscoped --perm user visi admin
Updated Synapse-Google-TI config "myunscoped"

Grant a role read permissions to the new configuration:

> google.ti.config.update myunscoped --perm role ninjas read
Updated Synapse-Google-TI config "myunscoped"

Overriding the proxy configuration

In order to override the default proxy configuration in the Cortex the user must have the power-ups.google-ti.admin or storm.lib.inet.http.proxy permission.

When the proxy configuration is set to (false) or a URL the permission will be checked when a configuration is created/updated, and when it is used to make an HTTP request.

Dependencies

Synapse-Google-TI does not have any dependencies.

Permissions

Package (synapse-google-ti) defines the following permissions:
power-ups.google-ti.user         : Controls user access to Synapse-Google-TI. ( default: false )
power-ups.google-ti.admin        : Controls access to Synapse-Google-TI admin options. ( default: false )

You may add rules to users/roles directly from Storm:

> auth.user.addrule visi power-ups.google-ti.user
Added rule power-ups.google-ti.user to user visi.

or:

> auth.role.addrule ninjas power-ups.google-ti.user
Added rule power-ups.google-ti.user to role ninjas.

Workflows

Synapse-Google-TI provides the following workflows in Optic:

Title: Configuration

Node Actions

Synapse-Google-TI provides the following node actions in Optic:

Name : report.get
Desc : Retrieve and enrich a report using Google Threat Intelligence
Forms: media:news