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

Pipeline: 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(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(string)>
}
}

Params

NameTypeRequiredDescriptionDefault
abuseipdb_conn
connection.abuseipdb
YesName of AbuseIPDB connection to use. If not provided, the default AbuseIPDB connection will be used.connection.abuseipdb.default
virustotal_conn
connection.virustotal
YesName for connections to use. If not provided, the default connection will be used.connection.virustotal.default
ip_addresses
list(string)
YesThe IPv4 or IPv6 address to check for reports.-
abuseipdb_max_age_in_days
number
YesMaximum age in days for the AbuseIPDB reports to retrieve. Defaults to 30 days.30

Outputs

NameDescription
ip_profileIP Profile.

Tags

recommended = true