vt-cli

vt ip

Get information about IP addresses

Synopsis

Get information about one or more IP addresses.

This command receives one or more IP addresses and returns information about them. The information for each IP address is returned in the same order as the IP addresses are passed to the command.

If the command receives a single hypen (-) the IP addresses will be read from the standard input, one per line.

vt ip [ip]... [flags]

Examples

  vt ip 8.8.8.8
  vt ip 8.8.8.8 8.8.4.4
  cat list_of_ips | vt ip -

Options

  -x, --exclude strings    exclude fields matching the provided pattern
  -h, --help               help for ip
  -I, --identifiers-only   print identifiers only
  -i, --include strings    include fields matching the provided pattern (default [**])
  -t, --threads int        number of threads working in parallel (default 5)

Options inherited from parent commands

  -k, --apikey string   API key
      --proxy string    HTTP proxy
  -v, --verbose         verbose output

SEE ALSO