Get information about IP addresses
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]
vt ip 8.8.8.8
vt ip 8.8.8.8 8.8.4.4
cat list_of_ips | vt ip -
-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)
-k, --apikey string API key
--proxy string HTTP proxy
-v, --verbose verbose output