RunZero
About
The RunZero NetoFuse module provides enriched asset context to Netography Fusion from the RunZero Cyber Asset Attack Surface Management platform. It connects to the RunZero API to retrieve asset information and then uploads it as Context Labels to the Netography Fusion API.
API Configuration Parameters
All the fields required for this integration are listed here, along with the corresponding environment variable name used to set that field in the NetoFuse module.
Organization ID
Yes
NETO__RUNZERO__CREDENTIALS__ORG_UUID
RunZero Organization ID
Client ID
Yes
NETO__RUNZERO__CREDENTIALS__CLIENT_ID
RunZero API client ID
Client Secret
Yes
NETO__RUNZERO__CREDENTIALS__SECRET
RunZero API client secret
RunZero Configuration
1. Register an API client in the RunZero console
Register an API client in the RunZero console to obtain the Client ID and Client Secret for authentication to the API.
2. Obtain the RunZero Organization ID to use
A list of all organization IDs for your RunZero account can be retrieved via the RunZero API.
This can be done using RunZero's Swagger API documentation site by going to the API page here:
https://app.swaggerhub.com/apis/runZero/runZero/4.0.231027.0#/Account/getAccountOrganizations
Click the Authorize button to open the Available Authorizations window.
Scroll down to
oauthDefaults (OAuth2, clientCredentials)section and enter aclient IDandclient Secretthat you generated in the RunZero console by registering an API client.Click Authorize to make the authentication call and receive an API bearer token.
Next to the GET
/account/orgsAPI documentation, click the Try it out button.Click the Execute button that appears below the parameters.
Scroll down to the response and identify the Organization ID to use.
runzero NetoFuse Module Configuration
runzero NetoFuse Module ConfigurationAdvanced Configuration Options
Field Configuration
Pre-transform field filtering can be achieved by adding the field parameter to the configuration file containing a comma separated list of fields. Supported fields are linked below. If the fields parameter is not provided, all fields will be pulled. Note that the Netography API does not currently support integer fields.
https://www.runzero.com/docs/data-formats/#asset-data
default runzero module configuration
Last updated