Get information about collections
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]
vt collection malpedia_win_emotet
vt collection malpedia_win_emotet alienvault_603eb1abdd4812819c64e197
cat list_of_collections | vt collection -n [collection_name] -d [collection_description] -
-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)
-k, --apikey string API key
--proxy string HTTP proxy
-v, --verbose verbose output
- vt - A command-line tool for interacting with VirusTotal
- vt collection attack_techniques - Collection's ATT&CK techniques.
- vt collection autogenerated_graphs - Autogenerated graphs related to the collection.
- vt collection comments - Comments for the collection.
- vt collection create - Create a collection.
- vt collection delete - Delete a collection.
- vt collection domains - Collection's domains.
- vt collection files - Collection's files.
- vt collection ip_addresses - Collection's IP addresses.
- vt collection owner - User who created the collection.
- vt collection references - Collection's references.
- vt collection relationships - Get all relationships.
- vt collection remove - Remove items from a collection.
- vt collection rename - Rename collection.
- vt collection sigma_rules - Collection's SIGMA rules.
- vt collection stats - Monthly lookup and submission stats per country.
- vt collection subscribed_users - Users subscribed to the collection.
- vt collection subscription_preferences - Subscription preference for the given user.
- vt collection threat_actors - Collection's threat actors.
- vt collection update - Add new items to a collection.
- vt collection urls - Collection's URLs.
- vt collection yara_rulesets - Collection's YARA rulesets.