Skip to main content

GreyNoise Intelligence Community

App Vendor: GreyNoise

App Category: Data Enrichment & Threat Intelligence

Connector Version: 2.0.0

API Version: V3

Note

  • Community users can leverage the GreyNoise Intelligence app for additional actions. For more information, see GreyNoise Intelligence.

  • After upgrading to a major version, reconfigure the app instance to ensure existing playbooks continue to work.

About App

The GreyNoise Intelligence community app allows users to query IPs in the GreyNoise dataset and retrieve a subset of the full IP context data returned by the IP Lookup API using the community APIs.

The GreyNoise Intelligence Community app is configured with the Orchestrate application to perform the following actions:

Action Name

Description

Enrich IP

This action enriches an IP address using the GreyNoise Intelligence community version.

Configuration Parameters

The following configuration parameters are required for the GreyNoise Intelligence Community app to communicate with the GreyNoise Intelligence Community enterprise application. The parameters can be configured by creating instances in the app.

Parameter

Description

Field Type

Required/Optional

Comments

Timeout

Enter the timeout value in seconds. This is the number of seconds that requests will wait to establish a connection with GreyNoise Intelligence Community.

Integer

Optional

Allowed range:

15-120 seconds

Default value:

15

Verify

Choose your preference to verify SSL or TLS while making requests. It is recommended to set this option to yes. Passing no may result in connection errors.

Boolean

Optional

Allowed values:

true and false

Default value:

true

Action: Enrich IP

This action enriches an IP address using the GreyNoise Intelligence community version.

Action Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

IP

Enter the IP address to enrich.

Example:

"255.255.11.135"

Text

Required

Example Request

[
    {
        "ip": "255.255.11.135"
    }
]

Changelog

The following table shows the changelog for each app version:

Version

Changes

v2.0.0

Added Timeout and Verify parameters for instance configuration.