vt-cli

vt domain

Get information about Internet domains

Synopsis

Get information about one or more Internet domains.

This command receives one or more Internet domains and returns information about them. The data is returned in the same order as the domains appear in the command line.

If the command receives a single hypen (-) the domains are read from the standard input, one per line.

vt domain [domain]... [flags]

Examples

  vt domain virustotal.com
  vt domain virustotal.com google.com
  cat list_of_domains | vt domain -

Options

  -x, --exclude strings    exclude fields matching the provided pattern
  -h, --help               help for domain
  -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