Giter VIP home page Giter VIP logo

brinqa's Introduction

Brinqa

Publisher: Asurion
Connector Version: 1.0.1
Product Vendor: Brinqa
Product Name: Brinqa GraphQL API
Product Version Supported (regex): ".*"
Minimum Product Version: 6.0.0

The query in this app is a query against the Brinqa GraphQL console. There are two direct usages, the first is to put in a singular model name (ie: Asset) to return the attributes that exist under that model. Otherwise, a pluralized version of the model is used (ie: assets, note case sensitivity) in conjunction with a filter string (ie: name = assetName) and a list of return values, space delineated (ie: ip id name risk) to return information, in the case of the example, on an asset with a specific name

Authentication

This app is configured to authenticate with Username and Password of a Brinqa account with GraphQL access.

Setup

The GraphQL console may be off by default in the UI, meaning that there is no way to access it without a direct link. In order to create a link under an icon, navigate to Navigation Menu under User Interface, edit the source code there, and include this block under the icon you wish to access the console through. { "link": { "type": "URI", "href": "/graphql/{appName}/browser", "target": "_blank" }, "title": "GraphQL Console", "visibility": { "active": true, "roles": [ *Insert roles able to access the console here* ] } }

Overview of Usage

The query in this app is a query against the GraphQL console. There are two direct usages, the first is to put in a singular model name (ie: Asset) to return the attributes that exist under that model. Otherwise, a pluralized version of the model is used (ie: assets, note case sensitivity) in conjunction with a filter string (ie: name = *assetName*) and a list of return values, space delineated (ie: ip id name risk) to return information, in the case of the example, on an asset with a specific name

Configuration Variables

The below configuration variables are required for this Connector to operate. These variables are specified when configuring a Brinqa GraphQL API asset in SOAR.

VARIABLE REQUIRED TYPE DESCRIPTION
base_url required string URL to Brinqa
username required string User to access Brinqa
password required password Password for User

Supported Actions

test connectivity - Validate the asset configuration for connectivity using supplied configuration
query brinqa - Supply data model, filter, and return strings to retrieve information from Brinqa

action: 'test connectivity'

Validate the asset configuration for connectivity using supplied configuration

Type: test
Read only: True

Action Parameters

No parameters are required for this action

Action Output

No Output

action: 'query brinqa'

Supply data model, filter, and return strings to retrieve information from Brinqa

Type: generic
Read only: False

Supply a data model to filter on. Then, supply a filter string, such as display = "DISPLAY_NAME" or ipAddresses = "IP_ADDRESS". Finally, supply a return values string, such as name ipv4 ipv6 risk, it is space delineated. This will return the information from the attributes of the return values on the assets specified by the filter. You can supply only a data model and return all the attributes associated with it. To do so, you use the singular form of the model. To utilize the filtering and return, you use the plural form of the model.

Action Parameters

PARAMETER REQUIRED DESCRIPTION TYPE CONTAINS
data_model required Data model to query string
filter optional Filter on attributes in data model string
return_values optional Attributes to include in return string

Action Output

DATA PATH TYPE CONTAINS EXAMPLE VALUES
action_result.status string success failed
action_result.parameter.data_model string
action_result.parameter.filter string
action_result.parameter.return_values string
action_result.data string
action_result.summary string
action_result.message string
summary.total_objects numeric 1
summary.total_objects_successful numeric 1

brinqa's People

Contributors

jth155 avatar mpan-splunk avatar

Forkers

jrm16020 jth155

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.