samples
turbot/flowpipe-samples/ip-profiler
Pipelines
0
Triggers
0
Variables
GitHub

IP Profiler

Get valuable information about IP addresses by bringing data together from AbuseIPDB, ReallyFreeGeoIP, and VirusTotal.

Installation

Download and install Flowpipe (https://flowpipe.io/downloads). Or use Brew:

brew tap turbot/tap
brew install flowpipe

Clone:

git clone https://github.com/turbot/flowpipe-samples.git
cd networking/ip_profiler

Install mod dependencies:

flowpipe mod install

Credentials

By default, the following environment variables will be used for authentication:

  • ABUSEIPDB_API_KEY
  • VTCLI_APIKEY

You can also create credential resources in configuration files:

vi creds.fpc
credential "abuseipdb" "default" {
api_key = "hJ2lFgP7nR9sT4xVhJ2lFgP7nR9sT4xV8aZ0bC3qW6mO1eK5dH7jI9lM3nA2oZ8vB0xK4yV1cX6eA9ds"
}
credential "virustotal" "default" {
api_key = "AG.U7..."
}

No credentials are required for ReallyFreeGeoIP.

For more information on credentials in Flowpipe, please see Managing Credentials.

Usage

Run the pipeline and specify the ip_addresses pipeline argument:

flowpipe pipeline run ip_profiler --arg 'ip_addresses=["99.84.45.75", "76.76.21.21"]'

Open Source & Contributing

This repository is published under the Apache 2.0 license. Please see our code of conduct. We look forward to collaborating with you!

Flowpipe is a product produced from this open source software, exclusively by Turbot HQ, Inc. It is distributed under our commercial terms. Others are allowed to make their own distribution of the software, but cannot use any of the Turbot trademarks, cloud services, etc. You can learn more in our Open Source FAQ.

Get Involved

Join #flowpipe on Slack →

Want to help but not sure where to start? Pick up one of the help wanted issues: