Skip to content

Bots From Extension: diagnostictools

Diagnostictools - Bots to run diagnostics on host like ping, traceroute and tcp check

This extension provides 4 bots.





Bot @diagnostictools:checkssl

Bot Position In Pipeline: Sink

Run SSL Verification on host

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
column_name* Text Column name which contain one or more ip addresses. Supported ip address(s) format example:
192.168.10.10,192.168.10.11 or 192.168.20.0/24 or 192.168.30.10-192.168.30.100 or all of these
ip formats as comma separated values.
port_col_name* Text Column Name which contains port number
concurrent_discovery Text 10 Number of concurrent jobs to run







Bot @diagnostictools:ping

Bot Position In Pipeline: Sink

Verifies network access using ping command over ICMP protocol for one or more ip addresses.

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
count Text 3 Specify number of packets to be verified from a ping response.
column_name* Text Column name which contain one or more ip addresses. Supported ip address(s) format example:
192.168.10.10,192.168.10.11 or 192.168.20.0/24 or 192.168.30.10-192.168.30.100 or all of these
ip formats as comma separated values.
concurrent_discovery Text 10 Number of concurrent jobs to run







Bot @diagnostictools:tcpportcheck

Bot Position In Pipeline: Sink

Verifies TCP Port access for one or more ip addresses

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
column_name* Text Column name which contain one or more ip addresses. Supported ip address(s) format example:
192.168.10.10,192.168.10.11 or 192.168.20.0/24 or 192.168.30.10-192.168.30.100 or all of these
ip formats as comma separated values.
port_col_name* Text Column Name which contains port number
concurrent_discovery Text 10 Number of concurrent jobs to run
timeout Text 3.0 Timeout







Bot @diagnostictools:traceroute

Bot Position In Pipeline: Sink

Traces the network path for one or more ip addresses.

This bot expects a Restricted CFXQL.

Each parameter may be specified using '=' operator and AND logical operation
Following are the parameters expected for this Bot

Parameter Name Type Default Value Description
column_name* Text Column name which contain one or more ip addresses. Supported ip address(s) format example:
192.168.10.10,192.168.10.11 or 192.168.20.0/24 or 192.168.30.10-192.168.30.100 or all of these
ip formats as comma separated values.
concurrent_discovery Text 10 Number of concurrent jobs to run