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

IP Profiler

Get valuable information about an IP address by combining data from AbuseIPDB, ReallyFreeGeoIP and VirusTotal.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run ip_profiler.pipeline.ip_profiler \
--arg 'ip_addresses=<list of string>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = ip_profiler.pipeline.ip_profiler
args = {
ip_addresses = <list of string>
}
}

Params

NameTypeRequiredDescriptionDefault
abuseipdb_credstringYesName for AbuseIPDB credentials to use. If not provided, the default credentials will be used.default
virustotal_credstringYesName for VirusTotal credentials to use. If not provided, the default credentials will be used.default
ip_addresseslist of stringYesThe IPv4 or IPv6 address to check for reports.-
abuseipdb_max_age_in_daysnumberYesMaximum age in days for the AbuseIPDB reports to retrieve. Defaults to 30 days.30

Outputs

NameDescription
ip_profileIP Profile.