vt-cli

vt collection

Get information about collections

Synopsis

Get information about one or more collections.

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

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

vt collection [collection]... [flags]

Examples

  vt collection malpedia_win_emotet
  vt collection malpedia_win_emotet alienvault_603eb1abdd4812819c64e197
  cat list_of_collections | vt collection -n [collection_name] -d [collection_description] -

Options

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