|
| 1 | +## vt collection |
| 2 | + |
| 3 | +Get information about collections |
| 4 | + |
| 5 | +### Synopsis |
| 6 | + |
| 7 | +Get information about one or more collections. |
| 8 | + |
| 9 | +This command receives one or more collection IDs and returns information about |
| 10 | +them. The information for each collection is returned in the same order as the |
| 11 | +collections are passed to the command. |
| 12 | + |
| 13 | +If the command receives a single hypen (-) the collection will be read from |
| 14 | +the standard input, one per line. |
| 15 | + |
| 16 | +``` |
| 17 | +vt collection [collection]... [flags] |
| 18 | +``` |
| 19 | + |
| 20 | +### Examples |
| 21 | + |
| 22 | +``` |
| 23 | + vt collection malpedia_win_emotet |
| 24 | + vt collection malpedia_win_emotet alienvault_603eb1abdd4812819c64e197 |
| 25 | + cat list_of_collections | vt collection -n [collection_name] -d [collection_description] - |
| 26 | +``` |
| 27 | + |
| 28 | +### Options |
| 29 | + |
| 30 | +``` |
| 31 | + -x, --exclude strings exclude fields matching the provided pattern |
| 32 | + -h, --help help for collection |
| 33 | + -I, --identifiers-only print identifiers only |
| 34 | + -i, --include strings include fields matching the provided pattern (default [**]) |
| 35 | + -t, --threads int number of threads working in parallel (default 5) |
| 36 | +``` |
| 37 | + |
| 38 | +### Options inherited from parent commands |
| 39 | + |
| 40 | +``` |
| 41 | + -k, --apikey string API key |
| 42 | + --proxy string HTTP proxy |
| 43 | + -v, --verbose verbose output |
| 44 | +``` |
| 45 | + |
| 46 | +### SEE ALSO |
| 47 | + |
| 48 | +* [vt](vt.md) - A command-line tool for interacting with VirusTotal |
| 49 | +* [vt collection attack_techniques](vt_collection_attack_techniques.md) - Collection's ATT&CK techniques. |
| 50 | +* [vt collection autogenerated_graphs](vt_collection_autogenerated_graphs.md) - Autogenerated graphs related to the collection. |
| 51 | +* [vt collection comments](vt_collection_comments.md) - Comments for the collection. |
| 52 | +* [vt collection create](vt_collection_create.md) - Create a collection. |
| 53 | +* [vt collection delete](vt_collection_delete.md) - Delete a collection. |
| 54 | +* [vt collection domains](vt_collection_domains.md) - Collection's domains. |
| 55 | +* [vt collection files](vt_collection_files.md) - Collection's files. |
| 56 | +* [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. |
| 58 | +* [vt collection references](vt_collection_references.md) - Collection's references. |
| 59 | +* [vt collection relationships](vt_collection_relationships.md) - Get all relationships. |
| 60 | +* [vt collection remove](vt_collection_remove.md) - Remove items from a collection. |
| 61 | +* [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. |
| 65 | +* [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. |
| 67 | +* [vt collection update](vt_collection_update.md) - Add new items to a collection. |
| 68 | +* [vt collection urls](vt_collection_urls.md) - Collection's URLs. |
| 69 | +* [vt collection yara_rulesets](vt_collection_yara_rulesets.md) - Collection's YARA rulesets. |
| 70 | + |
0 commit comments