@@ -39,32 +39,39 @@ vt collection [collection]... [flags]
3939
4040```
4141 -k, --apikey string API key
42- --proxy string HTTP proxy
42+ --format string Output format (yaml/json/csv) (default "yaml")
43+ -s, --silent Silent or quiet mode. Do not show progress meter
4344 -v, --verbose verbose output
4445```
4546
4647### SEE ALSO
4748
4849* [ vt] ( vt.md ) - A command-line tool for interacting with VirusTotal
50+ * [ vt collection associations] ( vt_collection_associations.md ) - Collection's related collections (associations).
4951* [ vt collection attack_techniques] ( vt_collection_attack_techniques.md ) - Collection's ATT&CK techniques.
5052* [ vt collection autogenerated_graphs] ( vt_collection_autogenerated_graphs.md ) - Autogenerated graphs related to the collection.
53+ * [ vt collection campaigns] ( vt_collection_campaigns.md ) - Collection's related campaigns.
54+ * [ vt collection collections] ( vt_collection_collections.md ) - Collection's related collections.
5155* [ vt collection comments] ( vt_collection_comments.md ) - Comments for the collection.
5256* [ vt collection create] ( vt_collection_create.md ) - Create a collection.
5357* [ vt collection delete] ( vt_collection_delete.md ) - Delete a collection.
5458* [ vt collection domains] ( vt_collection_domains.md ) - Collection's domains.
5559* [ vt collection files] ( vt_collection_files.md ) - Collection's files.
5660* [ vt collection ip_addresses] ( vt_collection_ip_addresses.md ) - Collection's IP addresses.
57- * [ vt collection owner] ( vt_collection_owner.md ) - User who created the collection.
61+ * [ vt collection malware_families] ( vt_collection_malware_families.md ) - Collection's related malware families.
62+ * [ vt collection owner] ( vt_collection_owner.md ) - Owner of the collection.
5863* [ vt collection references] ( vt_collection_references.md ) - Collection's references.
64+ * [ vt collection related_collections] ( vt_collection_related_collections.md ) - Returns the Collections containing IOCs which are in this Collection.
65+ * [ vt collection related_references] ( vt_collection_related_references.md ) - Returns the References of the IOCs in this Collection.
66+ * [ vt collection related_reports] ( vt_collection_related_reports.md ) - Collection's related reports
5967* [ vt collection relationships] ( vt_collection_relationships.md ) - Get all relationships.
6068* [ vt collection remove] ( vt_collection_remove.md ) - Remove items from a collection.
6169* [ vt collection rename] ( vt_collection_rename.md ) - Rename collection.
62- * [ vt collection sigma_rules] ( vt_collection_sigma_rules.md ) - Collection's SIGMA rules.
63- * [ vt collection stats] ( vt_collection_stats.md ) - Monthly lookup and submission stats per country.
64- * [ vt collection subscribed_users] ( vt_collection_subscribed_users.md ) - Users subscribed to the collection.
70+ * [ vt collection reports] ( vt_collection_reports.md ) - Collection's related reports.
71+ * [ vt collection software_toolkits] ( vt_collection_software_toolkits.md ) - Collection's related software toolkits.
6572* [ vt collection subscription_preferences] ( vt_collection_subscription_preferences.md ) - Subscription preference for the given user.
66- * [ vt collection threat_actors] ( vt_collection_threat_actors.md ) - Collection's threat actors.
73+ * [ vt collection threat_actors] ( vt_collection_threat_actors.md ) - Collection's related threat actors.
6774* [ vt collection update] ( vt_collection_update.md ) - Add new items to a collection.
6875* [ vt collection urls] ( vt_collection_urls.md ) - Collection's URLs.
69- * [ vt collection yara_rulesets ] ( vt_collection_yara_rulesets .md) - Collection's YARA rulesets .
76+ * [ vt collection vulnerabilities ] ( vt_collection_vulnerabilities .md) - Collection's related vulnerabilities .
7077
0 commit comments