Admin Guide

Synapse-Netcraft Admin Guide

Configuration

Synapse-Netcraft requires a Netcraft API key. For information on how to sign up, please visit the Netcraft API documentation.

Setting the configuration for global use

To set-up a global configuration:

> netcraft.config.add global_config global_apikey
Synapse-Netcraft config "global_config" added

Creating a configuration for role-based use

Add an unscoped configuration:

> netcraft.config.add myunscoped myapikey --scope unscoped
Synapse-Netcraft config "myunscoped" added

Grant another user admin permissions to the new configuration:

> netcraft.config.update myunscoped --perm user visi admin
Updated Synapse-Netcraft config "myunscoped"

Grant a role read permissions to the new configuration:

> netcraft.config.update myunscoped --perm role ninjas read
Updated Synapse-Netcraft config "myunscoped"

Overriding the proxy configuration

In order to override the default proxy configuration in the Cortex the user must have the power-ups.netcraft.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-Netcraft does not have any dependencies.

Permissions

Package (synapse-netcraft) defines the following permissions:
power-ups.netcraft.user          : Controls user access to Synapse-Netcraft. ( default: false )
power-ups.netcraft.admin         : Controls access to Synapse-Netcraft admin options. ( default: false )

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

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

or:

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

Workflows

Synapse-Netcraft provides the following workflows in Optic:

Title: Configuration

Node Actions

Synapse-Netcraft provides the following node actions in Optic:

Name : takedown.attacks.search
Desc : Search takedowns using Synapse-Netcraft
Forms: inet:url, inet:fqdn, inet:ipv4, inet:cidr4, tel:phone, inet:email