diff --git a/doc/vt.md b/doc/vt.md index 40e3e44..d5679f8 100644 --- a/doc/vt.md +++ b/doc/vt.md @@ -9,14 +9,16 @@ A command-line tool for interacting with VirusTotal. ### Options ``` - -k, --apikey string api key + -k, --apikey string API key -h, --help help for vt + --proxy string HTTP proxy -v, --verbose verbose output ``` ### SEE ALSO * [vt analysis](vt_analysis.md) - Get a file or URL analysis +* [vt collection](vt_collection.md) - Get information about collections * [vt completion](vt_completion.md) - Output shell completion code for the specified shell (bash or zsh) * [vt domain](vt_domain.md) - Get information about Internet domains * [vt download](vt_download.md) - Download files @@ -24,9 +26,11 @@ A command-line tool for interacting with VirusTotal. * [vt group](vt_group.md) - Get information about VirusTotal groups * [vt hunting](vt_hunting.md) - Manage malware hunting rules and notifications * [vt init](vt_init.md) - Initialize or re-initialize vt command-line tool +* [vt iocstream](vt_iocstream.md) - Manage IoC Stream notifications * [vt ip](vt_ip.md) - Get information about IP addresses * [vt meta](vt_meta.md) - Returns metadata about VirusTotal * [vt monitor](vt_monitor.md) - Manage your monitor account +* [vt monitorpartner](vt_monitorpartner.md) - Manage your monitor partner account * [vt retrohunt](vt_retrohunt.md) - Manage retrohunt jobs * [vt scan](vt_scan.md) - Scan files or URLs * [vt search](vt_search.md) - Search for files in VirusTotal Intelligence diff --git a/doc/vt_analysis.md b/doc/vt_analysis.md index a244f61..230323a 100644 --- a/doc/vt_analysis.md +++ b/doc/vt_analysis.md @@ -39,7 +39,8 @@ vt analysis [hash]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_collection.md b/doc/vt_collection.md new file mode 100644 index 0000000..f8b8d52 --- /dev/null +++ b/doc/vt_collection.md @@ -0,0 +1,70 @@ +## 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 + +* [vt](vt.md) - A command-line tool for interacting with VirusTotal +* [vt collection attack_techniques](vt_collection_attack_techniques.md) - Collection's ATT&CK techniques. +* [vt collection autogenerated_graphs](vt_collection_autogenerated_graphs.md) - Autogenerated graphs related to the collection. +* [vt collection comments](vt_collection_comments.md) - Comments for the collection. +* [vt collection create](vt_collection_create.md) - Create a collection. +* [vt collection delete](vt_collection_delete.md) - Delete a collection. +* [vt collection domains](vt_collection_domains.md) - Collection's domains. +* [vt collection files](vt_collection_files.md) - Collection's files. +* [vt collection ip_addresses](vt_collection_ip_addresses.md) - Collection's IP addresses. +* [vt collection owner](vt_collection_owner.md) - User who created the collection. +* [vt collection references](vt_collection_references.md) - Collection's references. +* [vt collection relationships](vt_collection_relationships.md) - Get all relationships. +* [vt collection remove](vt_collection_remove.md) - Remove items from a collection. +* [vt collection rename](vt_collection_rename.md) - Rename collection. +* [vt collection sigma_rules](vt_collection_sigma_rules.md) - Collection's SIGMA rules. +* [vt collection stats](vt_collection_stats.md) - Monthly lookup and submission stats per country. +* [vt collection subscribed_users](vt_collection_subscribed_users.md) - Users subscribed to the collection. +* [vt collection subscription_preferences](vt_collection_subscription_preferences.md) - Subscription preference for the given user. +* [vt collection threat_actors](vt_collection_threat_actors.md) - Collection's threat actors. +* [vt collection update](vt_collection_update.md) - Add new items to a collection. +* [vt collection urls](vt_collection_urls.md) - Collection's URLs. +* [vt collection yara_rulesets](vt_collection_yara_rulesets.md) - Collection's YARA rulesets. + diff --git a/doc/vt_collection_attack_techniques.md b/doc/vt_collection_attack_techniques.md new file mode 100644 index 0000000..7c6a7cc --- /dev/null +++ b/doc/vt_collection_attack_techniques.md @@ -0,0 +1,31 @@ +## vt collection attack_techniques + +Collection's ATT&CK techniques. + +``` +vt collection attack_techniques [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for attack_techniques + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/doc/vt_collection_autogenerated_graphs.md b/doc/vt_collection_autogenerated_graphs.md new file mode 100644 index 0000000..d63d1ad --- /dev/null +++ b/doc/vt_collection_autogenerated_graphs.md @@ -0,0 +1,31 @@ +## vt collection autogenerated_graphs + +Autogenerated graphs related to the collection. + +``` +vt collection autogenerated_graphs [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for autogenerated_graphs + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/doc/vt_collection_comments.md b/doc/vt_collection_comments.md new file mode 100644 index 0000000..db07c6a --- /dev/null +++ b/doc/vt_collection_comments.md @@ -0,0 +1,31 @@ +## vt collection comments + +Comments for the collection. + +``` +vt collection comments [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for comments + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/doc/vt_collection_create.md b/doc/vt_collection_create.md new file mode 100644 index 0000000..f417d6d --- /dev/null +++ b/doc/vt_collection_create.md @@ -0,0 +1,49 @@ +## vt collection create + +Create a collection. + +### Synopsis + +Creates a collection from a list of IOCs. + +This command receives one of more IoCs (sha256 hashes, URLs, domains, IP addresses) +and creates a collection from them. + +If the command receives a single hypen (-) the IoCs will be read from the +standard input. + +``` +vt collection create [ioc]... [flags] +``` + +### Examples + +``` + vt collection create -n [collection_name] -d [collection_description] www.example.com + vt collection create -n [collection_name] -d [collection_description] www.example.com 8.8.8.8 + cat list_of_iocs | vt collection create -n [collection_name] -d [collection_description] - +``` + +### Options + +``` + -d, --description string Collection's description (required) + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for create + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --name string Collection's name (required) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/doc/vt_collection_delete.md b/doc/vt_collection_delete.md new file mode 100644 index 0000000..7fb8b3f --- /dev/null +++ b/doc/vt_collection_delete.md @@ -0,0 +1,38 @@ +## vt collection delete + +Delete a collection. + +### Synopsis + +Delete a collection. + +This command receives a collection ID and deletes it. + +``` +vt collection delete [collection id] [flags] +``` + +### Examples + +``` + vt collection delete [collection id] +``` + +### Options + +``` + -h, --help help for delete +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/doc/vt_collection_domains.md b/doc/vt_collection_domains.md new file mode 100644 index 0000000..b4a9e04 --- /dev/null +++ b/doc/vt_collection_domains.md @@ -0,0 +1,31 @@ +## vt collection domains + +Collection's domains. + +``` +vt collection domains [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for domains + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/doc/vt_collection_files.md b/doc/vt_collection_files.md new file mode 100644 index 0000000..f710be3 --- /dev/null +++ b/doc/vt_collection_files.md @@ -0,0 +1,31 @@ +## vt collection files + +Collection's files. + +``` +vt collection files [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for files + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/doc/vt_collection_ip_addresses.md b/doc/vt_collection_ip_addresses.md new file mode 100644 index 0000000..132880d --- /dev/null +++ b/doc/vt_collection_ip_addresses.md @@ -0,0 +1,31 @@ +## vt collection ip_addresses + +Collection's IP addresses. + +``` +vt collection ip_addresses [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for ip_addresses + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/doc/vt_collection_owner.md b/doc/vt_collection_owner.md new file mode 100644 index 0000000..9ae09d6 --- /dev/null +++ b/doc/vt_collection_owner.md @@ -0,0 +1,31 @@ +## vt collection owner + +User who created the collection. + +``` +vt collection owner [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for owner + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/doc/vt_collection_references.md b/doc/vt_collection_references.md new file mode 100644 index 0000000..c7fe691 --- /dev/null +++ b/doc/vt_collection_references.md @@ -0,0 +1,31 @@ +## vt collection references + +Collection's references. + +``` +vt collection references [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for references + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/doc/vt_collection_relationships.md b/doc/vt_collection_relationships.md new file mode 100644 index 0000000..6161491 --- /dev/null +++ b/doc/vt_collection_relationships.md @@ -0,0 +1,29 @@ +## vt collection relationships + +Get all relationships. + +``` +vt collection relationships [collection] [flags] +``` + +### Options + +``` + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for relationships + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/doc/vt_collection_remove.md b/doc/vt_collection_remove.md new file mode 100644 index 0000000..83397a1 --- /dev/null +++ b/doc/vt_collection_remove.md @@ -0,0 +1,44 @@ +## vt collection remove + +Remove items from a collection. + +### Synopsis + +Remove items from a collection. + +This command receives a collection ID and one of more IoCs +(sha256 hashes, URLs, domains, IP addresses) and removes them from the collection. + +If the command receives a single hypen (-) the IoCs will be read from the +standard input. + +``` +vt collection remove [collection id] [ioc]... [flags] +``` + +### Examples + +``` + vt collection remove [collection id] www.example.com + vt collection remove [collection id] www.example.com 8.8.8.8 + cat list_of_iocs | vt collection remove [collection id] - +``` + +### Options + +``` + -h, --help help for remove +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/doc/vt_collection_rename.md b/doc/vt_collection_rename.md new file mode 100644 index 0000000..2cd3425 --- /dev/null +++ b/doc/vt_collection_rename.md @@ -0,0 +1,26 @@ +## vt collection rename + +Rename collection. + +``` +vt collection rename [collection id] [name] [flags] +``` + +### Options + +``` + -h, --help help for rename +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/doc/vt_collection_sigma_rules.md b/doc/vt_collection_sigma_rules.md new file mode 100644 index 0000000..3cff228 --- /dev/null +++ b/doc/vt_collection_sigma_rules.md @@ -0,0 +1,31 @@ +## vt collection sigma_rules + +Collection's SIGMA rules. + +``` +vt collection sigma_rules [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for sigma_rules + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/doc/vt_collection_stats.md b/doc/vt_collection_stats.md new file mode 100644 index 0000000..f4216bd --- /dev/null +++ b/doc/vt_collection_stats.md @@ -0,0 +1,31 @@ +## vt collection stats + +Monthly lookup and submission stats per country. + +``` +vt collection stats [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for stats + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/doc/vt_collection_subscribed_users.md b/doc/vt_collection_subscribed_users.md new file mode 100644 index 0000000..0abe384 --- /dev/null +++ b/doc/vt_collection_subscribed_users.md @@ -0,0 +1,31 @@ +## vt collection subscribed_users + +Users subscribed to the collection. + +``` +vt collection subscribed_users [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for subscribed_users + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/doc/vt_collection_subscription_preferences.md b/doc/vt_collection_subscription_preferences.md new file mode 100644 index 0000000..a67ffe1 --- /dev/null +++ b/doc/vt_collection_subscription_preferences.md @@ -0,0 +1,31 @@ +## vt collection subscription_preferences + +Subscription preference for the given user. + +``` +vt collection subscription_preferences [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for subscription_preferences + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/doc/vt_collection_threat_actors.md b/doc/vt_collection_threat_actors.md new file mode 100644 index 0000000..9d61d6e --- /dev/null +++ b/doc/vt_collection_threat_actors.md @@ -0,0 +1,31 @@ +## vt collection threat_actors + +Collection's threat actors. + +``` +vt collection threat_actors [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for threat_actors + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/doc/vt_collection_update.md b/doc/vt_collection_update.md new file mode 100644 index 0000000..663a78f --- /dev/null +++ b/doc/vt_collection_update.md @@ -0,0 +1,44 @@ +## vt collection update + +Add new items to a collection. + +### Synopsis + +Adds new items to a collection. + +This command receives a collection ID and one of more IoCs +(sha256 hashes, URLs, domains, IP addresses) and adds them to the collection. + +If the command receives a single hypen (-) the IoCs will be read from the +standard input. + +``` +vt collection update [collection id] [ioc]... [flags] +``` + +### Examples + +``` + vt collection update [collection id] www.example.com + vt collection update [collection id] www.example.com 8.8.8.8 + cat list_of_iocs | vt collection update [collection id] - +``` + +### Options + +``` + -h, --help help for update +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/doc/vt_collection_urls.md b/doc/vt_collection_urls.md new file mode 100644 index 0000000..e6cdc84 --- /dev/null +++ b/doc/vt_collection_urls.md @@ -0,0 +1,31 @@ +## vt collection urls + +Collection's URLs. + +``` +vt collection urls [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for urls + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/doc/vt_collection_yara_rulesets.md b/doc/vt_collection_yara_rulesets.md new file mode 100644 index 0000000..3cef09f --- /dev/null +++ b/doc/vt_collection_yara_rulesets.md @@ -0,0 +1,31 @@ +## vt collection yara_rulesets + +Collection's YARA rulesets. + +``` +vt collection yara_rulesets [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for yara_rulesets + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/doc/vt_completion.md b/doc/vt_completion.md index 24e40b9..425412d 100644 --- a/doc/vt_completion.md +++ b/doc/vt_completion.md @@ -24,7 +24,8 @@ vt completion [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_domain.md b/doc/vt_domain.md index 51567ca..48021c6 100644 --- a/doc/vt_domain.md +++ b/doc/vt_domain.md @@ -39,7 +39,8 @@ vt domain [domain]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -48,6 +49,7 @@ vt domain [domain]... [flags] * [vt](vt.md) - A command-line tool for interacting with VirusTotal * [vt domain caa_records](vt_domain_caa_records.md) - Records CAA for the domain. * [vt domain cname_records](vt_domain_cname_records.md) - Records CNAME for the domain. +* [vt domain collections](vt_domain_collections.md) - Returns the collections related to the domain. * [vt domain comments](vt_domain_comments.md) - Comments for the domain or IP address. * [vt domain communicating_files](vt_domain_communicating_files.md) - Files that communicate with the domain. * [vt domain downloaded_files](vt_domain_downloaded_files.md) - Files downloaded from the domain. @@ -55,16 +57,22 @@ vt domain [domain]... [flags] * [vt domain historical_ssl_certificates](vt_domain_historical_ssl_certificates.md) - SSL certificate history. * [vt domain historical_whois](vt_domain_historical_whois.md) - Historical Whois. * [vt domain immediate_parent](vt_domain_immediate_parent.md) - Immediate parent domain. +* [vt domain memory_pattern_parents](vt_domain_memory_pattern_parents.md) - Files having a domain as string on memory during sandbox execution. * [vt domain mx_records](vt_domain_mx_records.md) - Records MX for the domain. * [vt domain ns_records](vt_domain_ns_records.md) - Records NS for the domain. * [vt domain parent](vt_domain_parent.md) - Parent domain. +* [vt domain references](vt_domain_references.md) - Returns the References related to the domain. * [vt domain referrer_files](vt_domain_referrer_files.md) - Files containing the domain. +* [vt domain related_attack_techniques](vt_domain_related_attack_techniques.md) - Returns the Attack Techniques of Collections containing this Domain. * [vt domain related_comments](vt_domain_related_comments.md) - Comments for the Domain or IP's related entities. +* [vt domain related_references](vt_domain_related_references.md) - Returns the References of the Collections containing this Domain. +* [vt domain related_threat_actors](vt_domain_related_threat_actors.md) - Returns the Threat Actors of the Collections containing this Domain. * [vt domain relationships](vt_domain_relationships.md) - Get all relationships. * [vt domain resolutions](vt_domain_resolutions.md) - DNS resolutions for the domain. * [vt domain siblings](vt_domain_siblings.md) - Subdomains that share the same domain. * [vt domain soa_records](vt_domain_soa_records.md) - Records SOA for the domain. * [vt domain subdomains](vt_domain_subdomains.md) - Subdomains of the domain. * [vt domain urls](vt_domain_urls.md) - URLs related to the domain. -* [vt domain votes](vt_domain_votes.md) - Votes for the file/URL. +* [vt domain user_votes](vt_domain_user_votes.md) - Item's votes made by current signed-in user. +* [vt domain votes](vt_domain_votes.md) - Item's votes. diff --git a/doc/vt_domain_caa_records.md b/doc/vt_domain_caa_records.md index c403cb4..20d9f31 100644 --- a/doc/vt_domain_caa_records.md +++ b/doc/vt_domain_caa_records.md @@ -2,10 +2,6 @@ Records CAA for the domain. -### Synopsis - -Records CAA for the domain. - ``` vt domain caa_records [domain] [flags] ``` @@ -24,7 +20,8 @@ vt domain caa_records [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_domain_cname_records.md b/doc/vt_domain_cname_records.md index cf2748b..e352803 100644 --- a/doc/vt_domain_cname_records.md +++ b/doc/vt_domain_cname_records.md @@ -2,10 +2,6 @@ Records CNAME for the domain. -### Synopsis - -Records CNAME for the domain. - ``` vt domain cname_records [domain] [flags] ``` @@ -24,7 +20,8 @@ vt domain cname_records [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_domain_collections.md b/doc/vt_domain_collections.md new file mode 100644 index 0000000..71cd6e0 --- /dev/null +++ b/doc/vt_domain_collections.md @@ -0,0 +1,31 @@ +## vt domain collections + +Returns the collections related to the domain. + +``` +vt domain collections [domain] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for collections + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt domain](vt_domain.md) - Get information about Internet domains + diff --git a/doc/vt_domain_comments.md b/doc/vt_domain_comments.md index d4df332..51daed1 100644 --- a/doc/vt_domain_comments.md +++ b/doc/vt_domain_comments.md @@ -2,10 +2,6 @@ Comments for the domain or IP address. -### Synopsis - -Comments for the domain or IP address. - ``` vt domain comments [domain] [flags] ``` @@ -24,7 +20,8 @@ vt domain comments [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_domain_communicating_files.md b/doc/vt_domain_communicating_files.md index 008417c..0934bca 100644 --- a/doc/vt_domain_communicating_files.md +++ b/doc/vt_domain_communicating_files.md @@ -2,10 +2,6 @@ Files that communicate with the domain. -### Synopsis - -Files that communicate with the domain. - ``` vt domain communicating_files [domain] [flags] ``` @@ -24,7 +20,8 @@ vt domain communicating_files [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_domain_downloaded_files.md b/doc/vt_domain_downloaded_files.md index 0981fc5..91c5c87 100644 --- a/doc/vt_domain_downloaded_files.md +++ b/doc/vt_domain_downloaded_files.md @@ -2,10 +2,6 @@ Files downloaded from the domain. -### Synopsis - -Files downloaded from the domain. - ``` vt domain downloaded_files [domain] [flags] ``` @@ -24,7 +20,8 @@ vt domain downloaded_files [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_domain_graphs.md b/doc/vt_domain_graphs.md index e1c1044..8dcf98a 100644 --- a/doc/vt_domain_graphs.md +++ b/doc/vt_domain_graphs.md @@ -2,10 +2,6 @@ Graphs containing the domain/ip. -### Synopsis - -Graphs containing the domain/ip. - ``` vt domain graphs [domain] [flags] ``` @@ -24,7 +20,8 @@ vt domain graphs [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_domain_historical_ssl_certificates.md b/doc/vt_domain_historical_ssl_certificates.md index 4e8a8e5..da7efe2 100644 --- a/doc/vt_domain_historical_ssl_certificates.md +++ b/doc/vt_domain_historical_ssl_certificates.md @@ -2,10 +2,6 @@ SSL certificate history. -### Synopsis - -SSL certificate history. - ``` vt domain historical_ssl_certificates [domain] [flags] ``` @@ -24,7 +20,8 @@ vt domain historical_ssl_certificates [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_domain_historical_whois.md b/doc/vt_domain_historical_whois.md index 64a89e3..b17f66a 100644 --- a/doc/vt_domain_historical_whois.md +++ b/doc/vt_domain_historical_whois.md @@ -2,10 +2,6 @@ Historical Whois. -### Synopsis - -Historical Whois. - ``` vt domain historical_whois [domain] [flags] ``` @@ -24,7 +20,8 @@ vt domain historical_whois [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_domain_immediate_parent.md b/doc/vt_domain_immediate_parent.md index cc0ff75..f9ede6e 100644 --- a/doc/vt_domain_immediate_parent.md +++ b/doc/vt_domain_immediate_parent.md @@ -2,10 +2,6 @@ Immediate parent domain. -### Synopsis - -Immediate parent domain. - ``` vt domain immediate_parent [domain] [flags] ``` @@ -24,7 +20,8 @@ vt domain immediate_parent [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_domain_memory_pattern_parents.md b/doc/vt_domain_memory_pattern_parents.md new file mode 100644 index 0000000..a42ade3 --- /dev/null +++ b/doc/vt_domain_memory_pattern_parents.md @@ -0,0 +1,31 @@ +## vt domain memory_pattern_parents + +Files having a domain as string on memory during sandbox execution. + +``` +vt domain memory_pattern_parents [domain] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for memory_pattern_parents + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt domain](vt_domain.md) - Get information about Internet domains + diff --git a/doc/vt_domain_mx_records.md b/doc/vt_domain_mx_records.md index 4efd6e4..c8f0be1 100644 --- a/doc/vt_domain_mx_records.md +++ b/doc/vt_domain_mx_records.md @@ -2,10 +2,6 @@ Records MX for the domain. -### Synopsis - -Records MX for the domain. - ``` vt domain mx_records [domain] [flags] ``` @@ -24,7 +20,8 @@ vt domain mx_records [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_domain_ns_records.md b/doc/vt_domain_ns_records.md index cedd40c..82773a4 100644 --- a/doc/vt_domain_ns_records.md +++ b/doc/vt_domain_ns_records.md @@ -2,10 +2,6 @@ Records NS for the domain. -### Synopsis - -Records NS for the domain. - ``` vt domain ns_records [domain] [flags] ``` @@ -24,7 +20,8 @@ vt domain ns_records [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_domain_parent.md b/doc/vt_domain_parent.md index 106d649..d9dd0bf 100644 --- a/doc/vt_domain_parent.md +++ b/doc/vt_domain_parent.md @@ -2,10 +2,6 @@ Parent domain. -### Synopsis - -Parent domain. - ``` vt domain parent [domain] [flags] ``` @@ -24,7 +20,8 @@ vt domain parent [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_domain_references.md b/doc/vt_domain_references.md new file mode 100644 index 0000000..4ac283e --- /dev/null +++ b/doc/vt_domain_references.md @@ -0,0 +1,31 @@ +## vt domain references + +Returns the References related to the domain. + +``` +vt domain references [domain] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for references + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt domain](vt_domain.md) - Get information about Internet domains + diff --git a/doc/vt_domain_referrer_files.md b/doc/vt_domain_referrer_files.md index 411984a..5881596 100644 --- a/doc/vt_domain_referrer_files.md +++ b/doc/vt_domain_referrer_files.md @@ -2,10 +2,6 @@ Files containing the domain. -### Synopsis - -Files containing the domain. - ``` vt domain referrer_files [domain] [flags] ``` @@ -24,7 +20,8 @@ vt domain referrer_files [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_domain_related_attack_techniques.md b/doc/vt_domain_related_attack_techniques.md new file mode 100644 index 0000000..5f60979 --- /dev/null +++ b/doc/vt_domain_related_attack_techniques.md @@ -0,0 +1,31 @@ +## vt domain related_attack_techniques + +Returns the Attack Techniques of Collections containing this Domain. + +``` +vt domain related_attack_techniques [domain] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for related_attack_techniques + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt domain](vt_domain.md) - Get information about Internet domains + diff --git a/doc/vt_domain_related_comments.md b/doc/vt_domain_related_comments.md index 488804c..d74bf9a 100644 --- a/doc/vt_domain_related_comments.md +++ b/doc/vt_domain_related_comments.md @@ -2,10 +2,6 @@ Comments for the Domain or IP's related entities. -### Synopsis - -Comments for the Domain or IP's related entities. - ``` vt domain related_comments [domain] [flags] ``` @@ -24,7 +20,8 @@ vt domain related_comments [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_domain_related_references.md b/doc/vt_domain_related_references.md new file mode 100644 index 0000000..727ba6f --- /dev/null +++ b/doc/vt_domain_related_references.md @@ -0,0 +1,31 @@ +## vt domain related_references + +Returns the References of the Collections containing this Domain. + +``` +vt domain related_references [domain] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for related_references + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt domain](vt_domain.md) - Get information about Internet domains + diff --git a/doc/vt_domain_related_threat_actors.md b/doc/vt_domain_related_threat_actors.md new file mode 100644 index 0000000..b810d60 --- /dev/null +++ b/doc/vt_domain_related_threat_actors.md @@ -0,0 +1,31 @@ +## vt domain related_threat_actors + +Returns the Threat Actors of the Collections containing this Domain. + +``` +vt domain related_threat_actors [domain] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for related_threat_actors + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt domain](vt_domain.md) - Get information about Internet domains + diff --git a/doc/vt_domain_relationships.md b/doc/vt_domain_relationships.md index b020020..06da4cc 100644 --- a/doc/vt_domain_relationships.md +++ b/doc/vt_domain_relationships.md @@ -2,10 +2,6 @@ Get all relationships. -### Synopsis - -Get all relationships. - ``` vt domain relationships [domain] [flags] ``` @@ -22,7 +18,8 @@ vt domain relationships [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_domain_resolutions.md b/doc/vt_domain_resolutions.md index b2e9ef8..ddb9ea5 100644 --- a/doc/vt_domain_resolutions.md +++ b/doc/vt_domain_resolutions.md @@ -2,10 +2,6 @@ DNS resolutions for the domain. -### Synopsis - -DNS resolutions for the domain. - ``` vt domain resolutions [domain] [flags] ``` @@ -24,7 +20,8 @@ vt domain resolutions [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_domain_siblings.md b/doc/vt_domain_siblings.md index 6f08f7b..f7ea70b 100644 --- a/doc/vt_domain_siblings.md +++ b/doc/vt_domain_siblings.md @@ -2,10 +2,6 @@ Subdomains that share the same domain. -### Synopsis - -Subdomains that share the same domain. - ``` vt domain siblings [domain] [flags] ``` @@ -24,7 +20,8 @@ vt domain siblings [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_domain_soa_records.md b/doc/vt_domain_soa_records.md index 24c0cc1..d362654 100644 --- a/doc/vt_domain_soa_records.md +++ b/doc/vt_domain_soa_records.md @@ -2,10 +2,6 @@ Records SOA for the domain. -### Synopsis - -Records SOA for the domain. - ``` vt domain soa_records [domain] [flags] ``` @@ -24,7 +20,8 @@ vt domain soa_records [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_domain_subdomains.md b/doc/vt_domain_subdomains.md index a81bae3..ee34156 100644 --- a/doc/vt_domain_subdomains.md +++ b/doc/vt_domain_subdomains.md @@ -2,10 +2,6 @@ Subdomains of the domain. -### Synopsis - -Subdomains of the domain. - ``` vt domain subdomains [domain] [flags] ``` @@ -24,7 +20,8 @@ vt domain subdomains [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_domain_urls.md b/doc/vt_domain_urls.md index 29ad70b..a8fe727 100644 --- a/doc/vt_domain_urls.md +++ b/doc/vt_domain_urls.md @@ -2,10 +2,6 @@ URLs related to the domain. -### Synopsis - -URLs related to the domain. - ``` vt domain urls [domain] [flags] ``` @@ -24,7 +20,8 @@ vt domain urls [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_domain_user_votes.md b/doc/vt_domain_user_votes.md new file mode 100644 index 0000000..297b73a --- /dev/null +++ b/doc/vt_domain_user_votes.md @@ -0,0 +1,31 @@ +## vt domain user_votes + +Item's votes made by current signed-in user. + +``` +vt domain user_votes [domain] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for user_votes + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt domain](vt_domain.md) - Get information about Internet domains + diff --git a/doc/vt_domain_votes.md b/doc/vt_domain_votes.md index e51d775..f355797 100644 --- a/doc/vt_domain_votes.md +++ b/doc/vt_domain_votes.md @@ -1,10 +1,6 @@ ## vt domain votes -Votes for the file/URL. - -### Synopsis - -Votes for the file/URL. +Item's votes. ``` vt domain votes [domain] [flags] @@ -24,7 +20,8 @@ vt domain votes [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_download.md b/doc/vt_download.md index ca715ef..6965b3a 100644 --- a/doc/vt_download.md +++ b/doc/vt_download.md @@ -38,7 +38,8 @@ vt download [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file.md b/doc/vt_file.md index d9dc37f..debab83 100644 --- a/doc/vt_file.md +++ b/doc/vt_file.md @@ -40,7 +40,8 @@ vt file [hash]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -52,15 +53,19 @@ vt file [hash]... [flags] * [vt file bundled_files](vt_file_bundled_files.md) - Files bundled within the file. * [vt file carbonblack_children](vt_file_carbonblack_children.md) - Files derived from the file according to Carbon Black. * [vt file carbonblack_parents](vt_file_carbonblack_parents.md) - Files from where the file was derived according to Carbon Black. -* [vt file ciphered_bundled_files](vt_file_ciphered_bundled_files.md) - -* [vt file ciphered_parents](vt_file_ciphered_parents.md) - Ciphered files that contain the file. * [vt file clues](vt_file_clues.md) - Clues for the file. +* [vt file code_blocks](vt_file_code_blocks.md) - Code blocks of the file. +* [vt file collections](vt_file_collections.md) - Returns the collections related to the file. * [vt file comments](vt_file_comments.md) - Comments for the file. * [vt file compressed_parents](vt_file_compressed_parents.md) - Compressed files that contain the file. * [vt file contacted_domains](vt_file_contacted_domains.md) - Domains contacted by the file. * [vt file contacted_ips](vt_file_contacted_ips.md) - IP addresses contacted by the file. * [vt file contacted_urls](vt_file_contacted_urls.md) - URLs contacted by the file. +* [vt file distributors](vt_file_distributors.md) - Software marketplaces distributing the file. +* [vt file dropped_files](vt_file_dropped_files.md) - Files dropped by the file. +* [vt file email_attachments](vt_file_email_attachments.md) - Files attached to the email. * [vt file email_parents](vt_file_email_parents.md) - Email files that contained the file. +* [vt file email_senders](vt_file_email_senders.md) - Email sender's email addresses. * [vt file embedded_domains](vt_file_embedded_domains.md) - Domain names embedded in the file. * [vt file embedded_ips](vt_file_embedded_ips.md) - IP addresses embedded in the file. * [vt file embedded_urls](vt_file_embedded_urls.md) - URLs embedded in the file. @@ -68,14 +73,27 @@ vt file [hash]... [flags] * [vt file graphs](vt_file_graphs.md) - Graphs that include the file. * [vt file hash_collisions](vt_file_hash_collisions.md) - Files with the same MD5 or SHA1 than the file. * [vt file itw_domains](vt_file_itw_domains.md) - In the wild domains from where the file has been downloaded. +* [vt file itw_ips](vt_file_itw_ips.md) - In the wild IP addresses from where the file has been downloaded. * [vt file itw_urls](vt_file_itw_urls.md) - In the wild URLs from where the file has been downloaded. +* [vt file memory_pattern_domains](vt_file_memory_pattern_domains.md) - Domain string patterns found in memory during sandbox execution. +* [vt file memory_pattern_ips](vt_file_memory_pattern_ips.md) - IP address string patterns found in memory during sandbox execution. +* [vt file memory_pattern_urls](vt_file_memory_pattern_urls.md) - URL string patterns found in memory during sandbox execution. +* [vt file overlay_children](vt_file_overlay_children.md) - Files contained by the file as an overlay. * [vt file overlay_parents](vt_file_overlay_parents.md) - Files that contain the file as an overlay. +* [vt file pcap_children](vt_file_pcap_children.md) - PCAP files seen in the file. * [vt file pcap_parents](vt_file_pcap_parents.md) - PCAP files that contain the file. +* [vt file pe_resource_children](vt_file_pe_resource_children.md) - PE files contained by the file as a resource. * [vt file pe_resource_parents](vt_file_pe_resource_parents.md) - PE files containing the file as a resource. +* [vt file references](vt_file_references.md) - Returns the References for the file. +* [vt file related_attack_techniques](vt_file_related_attack_techniques.md) - Returns the Attack Techniques of the Collections containing this File. +* [vt file related_references](vt_file_related_references.md) - Returns the References of the Collections containing this File. +* [vt file related_threat_actors](vt_file_related_threat_actors.md) - Returns the Threat Actors of the Collections containing this File. * [vt file relationships](vt_file_relationships.md) - Get all relationships. * [vt file screenshots](vt_file_screenshots.md) - Screenshots obtained from the execution of the file. * [vt file sigma_analysis](vt_file_sigma_analysis.md) - Sigma analysis for the file. * [vt file similar_files](vt_file_similar_files.md) - Files that are similar to the file. * [vt file submissions](vt_file_submissions.md) - Submissions for the file. -* [vt file votes](vt_file_votes.md) - Votes for the file/URL. +* [vt file urls_for_embedded_js](vt_file_urls_for_embedded_js.md) - URLs where this (JS) file is embedded. +* [vt file user_votes](vt_file_user_votes.md) - Item's votes made by current signed-in user. +* [vt file votes](vt_file_votes.md) - Item's votes. diff --git a/doc/vt_file_analyses.md b/doc/vt_file_analyses.md index d158eda..3719f8a 100644 --- a/doc/vt_file_analyses.md +++ b/doc/vt_file_analyses.md @@ -2,10 +2,6 @@ Analyses for the file. -### Synopsis - -Analyses for the file. - ``` vt file analyses [hash] [flags] ``` @@ -24,7 +20,8 @@ vt file analyses [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_behaviours.md b/doc/vt_file_behaviours.md index 2737314..a479eb3 100644 --- a/doc/vt_file_behaviours.md +++ b/doc/vt_file_behaviours.md @@ -2,10 +2,6 @@ Behaviour reports for the file. -### Synopsis - -Behaviour reports for the file. - ``` vt file behaviours [hash] [flags] ``` @@ -24,7 +20,8 @@ vt file behaviours [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_bundled_files.md b/doc/vt_file_bundled_files.md index 749f905..8cecbb6 100644 --- a/doc/vt_file_bundled_files.md +++ b/doc/vt_file_bundled_files.md @@ -2,10 +2,6 @@ Files bundled within the file. -### Synopsis - -Files bundled within the file. - ``` vt file bundled_files [hash] [flags] ``` @@ -24,7 +20,8 @@ vt file bundled_files [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_carbonblack_children.md b/doc/vt_file_carbonblack_children.md index 99de50f..ddd39e1 100644 --- a/doc/vt_file_carbonblack_children.md +++ b/doc/vt_file_carbonblack_children.md @@ -2,10 +2,6 @@ Files derived from the file according to Carbon Black. -### Synopsis - -Files derived from the file according to Carbon Black. - ``` vt file carbonblack_children [hash] [flags] ``` @@ -24,7 +20,8 @@ vt file carbonblack_children [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_carbonblack_parents.md b/doc/vt_file_carbonblack_parents.md index e3ef412..644d61f 100644 --- a/doc/vt_file_carbonblack_parents.md +++ b/doc/vt_file_carbonblack_parents.md @@ -2,10 +2,6 @@ Files from where the file was derived according to Carbon Black. -### Synopsis - -Files from where the file was derived according to Carbon Black. - ``` vt file carbonblack_parents [hash] [flags] ``` @@ -24,7 +20,8 @@ vt file carbonblack_parents [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_clues.md b/doc/vt_file_clues.md index f66a70b..7ad61b0 100644 --- a/doc/vt_file_clues.md +++ b/doc/vt_file_clues.md @@ -2,10 +2,6 @@ Clues for the file. -### Synopsis - -Clues for the file. - ``` vt file clues [hash] [flags] ``` @@ -24,7 +20,8 @@ vt file clues [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_code_blocks.md b/doc/vt_file_code_blocks.md new file mode 100644 index 0000000..d4c55e2 --- /dev/null +++ b/doc/vt_file_code_blocks.md @@ -0,0 +1,31 @@ +## vt file code_blocks + +Code blocks of the file. + +``` +vt file code_blocks [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for code_blocks + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/doc/vt_file_collections.md b/doc/vt_file_collections.md new file mode 100644 index 0000000..64f437c --- /dev/null +++ b/doc/vt_file_collections.md @@ -0,0 +1,31 @@ +## vt file collections + +Returns the collections related to the file. + +``` +vt file collections [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for collections + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/doc/vt_file_comments.md b/doc/vt_file_comments.md index c60cd9b..751f890 100644 --- a/doc/vt_file_comments.md +++ b/doc/vt_file_comments.md @@ -2,10 +2,6 @@ Comments for the file. -### Synopsis - -Comments for the file. - ``` vt file comments [hash] [flags] ``` @@ -24,7 +20,8 @@ vt file comments [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_compressed_parents.md b/doc/vt_file_compressed_parents.md index 337e2d9..e03ca2f 100644 --- a/doc/vt_file_compressed_parents.md +++ b/doc/vt_file_compressed_parents.md @@ -2,10 +2,6 @@ Compressed files that contain the file. -### Synopsis - -Compressed files that contain the file. - ``` vt file compressed_parents [hash] [flags] ``` @@ -24,7 +20,8 @@ vt file compressed_parents [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_contacted_domains.md b/doc/vt_file_contacted_domains.md index 8ffc942..c3c20bd 100644 --- a/doc/vt_file_contacted_domains.md +++ b/doc/vt_file_contacted_domains.md @@ -2,10 +2,6 @@ Domains contacted by the file. -### Synopsis - -Domains contacted by the file. - ``` vt file contacted_domains [hash] [flags] ``` @@ -24,7 +20,8 @@ vt file contacted_domains [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_contacted_ips.md b/doc/vt_file_contacted_ips.md index 92e26fc..ad23598 100644 --- a/doc/vt_file_contacted_ips.md +++ b/doc/vt_file_contacted_ips.md @@ -2,10 +2,6 @@ IP addresses contacted by the file. -### Synopsis - -IP addresses contacted by the file. - ``` vt file contacted_ips [hash] [flags] ``` @@ -24,7 +20,8 @@ vt file contacted_ips [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_contacted_urls.md b/doc/vt_file_contacted_urls.md index 33b2f61..09ed7bb 100644 --- a/doc/vt_file_contacted_urls.md +++ b/doc/vt_file_contacted_urls.md @@ -2,10 +2,6 @@ URLs contacted by the file. -### Synopsis - -URLs contacted by the file. - ``` vt file contacted_urls [hash] [flags] ``` @@ -24,7 +20,8 @@ vt file contacted_urls [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_distributors.md b/doc/vt_file_distributors.md new file mode 100644 index 0000000..7980ede --- /dev/null +++ b/doc/vt_file_distributors.md @@ -0,0 +1,31 @@ +## vt file distributors + +Software marketplaces distributing the file. + +``` +vt file distributors [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for distributors + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/doc/vt_file_dropped_files.md b/doc/vt_file_dropped_files.md new file mode 100644 index 0000000..e8829a3 --- /dev/null +++ b/doc/vt_file_dropped_files.md @@ -0,0 +1,31 @@ +## vt file dropped_files + +Files dropped by the file. + +``` +vt file dropped_files [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for dropped_files + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/doc/vt_file_email_attachments.md b/doc/vt_file_email_attachments.md new file mode 100644 index 0000000..b384a41 --- /dev/null +++ b/doc/vt_file_email_attachments.md @@ -0,0 +1,31 @@ +## vt file email_attachments + +Files attached to the email. + +``` +vt file email_attachments [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for email_attachments + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/doc/vt_file_email_parents.md b/doc/vt_file_email_parents.md index e27cc62..6a0dd52 100644 --- a/doc/vt_file_email_parents.md +++ b/doc/vt_file_email_parents.md @@ -2,10 +2,6 @@ Email files that contained the file. -### Synopsis - -Email files that contained the file. - ``` vt file email_parents [hash] [flags] ``` @@ -24,7 +20,8 @@ vt file email_parents [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_email_senders.md b/doc/vt_file_email_senders.md new file mode 100644 index 0000000..287a9b4 --- /dev/null +++ b/doc/vt_file_email_senders.md @@ -0,0 +1,31 @@ +## vt file email_senders + +Email sender's email addresses. + +``` +vt file email_senders [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for email_senders + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/doc/vt_file_embedded_domains.md b/doc/vt_file_embedded_domains.md index f8fa67f..5d74cc7 100644 --- a/doc/vt_file_embedded_domains.md +++ b/doc/vt_file_embedded_domains.md @@ -2,10 +2,6 @@ Domain names embedded in the file. -### Synopsis - -Domain names embedded in the file. - ``` vt file embedded_domains [hash] [flags] ``` @@ -24,7 +20,8 @@ vt file embedded_domains [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_embedded_ips.md b/doc/vt_file_embedded_ips.md index 3750153..8c323be 100644 --- a/doc/vt_file_embedded_ips.md +++ b/doc/vt_file_embedded_ips.md @@ -2,10 +2,6 @@ IP addresses embedded in the file. -### Synopsis - -IP addresses embedded in the file. - ``` vt file embedded_ips [hash] [flags] ``` @@ -24,7 +20,8 @@ vt file embedded_ips [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_embedded_urls.md b/doc/vt_file_embedded_urls.md index 7f8f5df..466a3dd 100644 --- a/doc/vt_file_embedded_urls.md +++ b/doc/vt_file_embedded_urls.md @@ -2,10 +2,6 @@ URLs embedded in the file. -### Synopsis - -URLs embedded in the file. - ``` vt file embedded_urls [hash] [flags] ``` @@ -24,7 +20,8 @@ vt file embedded_urls [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_execution_parents.md b/doc/vt_file_execution_parents.md index 951bfc0..280c5fb 100644 --- a/doc/vt_file_execution_parents.md +++ b/doc/vt_file_execution_parents.md @@ -2,10 +2,6 @@ Files that executed the file. -### Synopsis - -Files that executed the file. - ``` vt file execution_parents [hash] [flags] ``` @@ -24,7 +20,8 @@ vt file execution_parents [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_graphs.md b/doc/vt_file_graphs.md index 56f0276..52f140b 100644 --- a/doc/vt_file_graphs.md +++ b/doc/vt_file_graphs.md @@ -2,10 +2,6 @@ Graphs that include the file. -### Synopsis - -Graphs that include the file. - ``` vt file graphs [hash] [flags] ``` @@ -24,7 +20,8 @@ vt file graphs [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_hash_collisions.md b/doc/vt_file_hash_collisions.md index cc2a2d2..bf04e3a 100644 --- a/doc/vt_file_hash_collisions.md +++ b/doc/vt_file_hash_collisions.md @@ -2,10 +2,6 @@ Files with the same MD5 or SHA1 than the file. -### Synopsis - -Files with the same MD5 or SHA1 than the file. - ``` vt file hash_collisions [hash] [flags] ``` @@ -24,7 +20,8 @@ vt file hash_collisions [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_itw_domains.md b/doc/vt_file_itw_domains.md index 4ebadee..b19ea41 100644 --- a/doc/vt_file_itw_domains.md +++ b/doc/vt_file_itw_domains.md @@ -2,10 +2,6 @@ In the wild domains from where the file has been downloaded. -### Synopsis - -In the wild domains from where the file has been downloaded. - ``` vt file itw_domains [hash] [flags] ``` @@ -24,7 +20,8 @@ vt file itw_domains [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_itw_ips.md b/doc/vt_file_itw_ips.md new file mode 100644 index 0000000..c5027ae --- /dev/null +++ b/doc/vt_file_itw_ips.md @@ -0,0 +1,31 @@ +## vt file itw_ips + +In the wild IP addresses from where the file has been downloaded. + +``` +vt file itw_ips [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for itw_ips + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/doc/vt_file_itw_urls.md b/doc/vt_file_itw_urls.md index f1f25e7..7014be1 100644 --- a/doc/vt_file_itw_urls.md +++ b/doc/vt_file_itw_urls.md @@ -2,10 +2,6 @@ In the wild URLs from where the file has been downloaded. -### Synopsis - -In the wild URLs from where the file has been downloaded. - ``` vt file itw_urls [hash] [flags] ``` @@ -24,7 +20,8 @@ vt file itw_urls [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_memory_pattern_domains.md b/doc/vt_file_memory_pattern_domains.md new file mode 100644 index 0000000..13f53ae --- /dev/null +++ b/doc/vt_file_memory_pattern_domains.md @@ -0,0 +1,31 @@ +## vt file memory_pattern_domains + +Domain string patterns found in memory during sandbox execution. + +``` +vt file memory_pattern_domains [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for memory_pattern_domains + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/doc/vt_file_memory_pattern_ips.md b/doc/vt_file_memory_pattern_ips.md new file mode 100644 index 0000000..7f53691 --- /dev/null +++ b/doc/vt_file_memory_pattern_ips.md @@ -0,0 +1,31 @@ +## vt file memory_pattern_ips + +IP address string patterns found in memory during sandbox execution. + +``` +vt file memory_pattern_ips [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for memory_pattern_ips + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/doc/vt_file_memory_pattern_urls.md b/doc/vt_file_memory_pattern_urls.md new file mode 100644 index 0000000..fbdb589 --- /dev/null +++ b/doc/vt_file_memory_pattern_urls.md @@ -0,0 +1,31 @@ +## vt file memory_pattern_urls + +URL string patterns found in memory during sandbox execution. + +``` +vt file memory_pattern_urls [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for memory_pattern_urls + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/doc/vt_file_overlay_children.md b/doc/vt_file_overlay_children.md new file mode 100644 index 0000000..85412c0 --- /dev/null +++ b/doc/vt_file_overlay_children.md @@ -0,0 +1,31 @@ +## vt file overlay_children + +Files contained by the file as an overlay. + +``` +vt file overlay_children [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for overlay_children + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/doc/vt_file_overlay_parents.md b/doc/vt_file_overlay_parents.md index 5268073..5ea0397 100644 --- a/doc/vt_file_overlay_parents.md +++ b/doc/vt_file_overlay_parents.md @@ -2,10 +2,6 @@ Files that contain the file as an overlay. -### Synopsis - -Files that contain the file as an overlay. - ``` vt file overlay_parents [hash] [flags] ``` @@ -24,7 +20,8 @@ vt file overlay_parents [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_pcap_children.md b/doc/vt_file_pcap_children.md new file mode 100644 index 0000000..d4101a8 --- /dev/null +++ b/doc/vt_file_pcap_children.md @@ -0,0 +1,31 @@ +## vt file pcap_children + +PCAP files seen in the file. + +``` +vt file pcap_children [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for pcap_children + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/doc/vt_file_pcap_parents.md b/doc/vt_file_pcap_parents.md index a78e5db..0a1053b 100644 --- a/doc/vt_file_pcap_parents.md +++ b/doc/vt_file_pcap_parents.md @@ -2,10 +2,6 @@ PCAP files that contain the file. -### Synopsis - -PCAP files that contain the file. - ``` vt file pcap_parents [hash] [flags] ``` @@ -24,7 +20,8 @@ vt file pcap_parents [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_pe_resource_children.md b/doc/vt_file_pe_resource_children.md new file mode 100644 index 0000000..8670468 --- /dev/null +++ b/doc/vt_file_pe_resource_children.md @@ -0,0 +1,31 @@ +## vt file pe_resource_children + +PE files contained by the file as a resource. + +``` +vt file pe_resource_children [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for pe_resource_children + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/doc/vt_file_pe_resource_parents.md b/doc/vt_file_pe_resource_parents.md index 319a55a..262bd52 100644 --- a/doc/vt_file_pe_resource_parents.md +++ b/doc/vt_file_pe_resource_parents.md @@ -2,10 +2,6 @@ PE files containing the file as a resource. -### Synopsis - -PE files containing the file as a resource. - ``` vt file pe_resource_parents [hash] [flags] ``` @@ -24,7 +20,8 @@ vt file pe_resource_parents [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_references.md b/doc/vt_file_references.md new file mode 100644 index 0000000..f200c20 --- /dev/null +++ b/doc/vt_file_references.md @@ -0,0 +1,31 @@ +## vt file references + +Returns the References for the file. + +``` +vt file references [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for references + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/doc/vt_file_related_attack_techniques.md b/doc/vt_file_related_attack_techniques.md new file mode 100644 index 0000000..a5cf540 --- /dev/null +++ b/doc/vt_file_related_attack_techniques.md @@ -0,0 +1,31 @@ +## vt file related_attack_techniques + +Returns the Attack Techniques of the Collections containing this File. + +``` +vt file related_attack_techniques [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for related_attack_techniques + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/doc/vt_file_related_references.md b/doc/vt_file_related_references.md new file mode 100644 index 0000000..ea5915d --- /dev/null +++ b/doc/vt_file_related_references.md @@ -0,0 +1,31 @@ +## vt file related_references + +Returns the References of the Collections containing this File. + +``` +vt file related_references [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for related_references + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/doc/vt_file_related_threat_actors.md b/doc/vt_file_related_threat_actors.md new file mode 100644 index 0000000..da1dfba --- /dev/null +++ b/doc/vt_file_related_threat_actors.md @@ -0,0 +1,31 @@ +## vt file related_threat_actors + +Returns the Threat Actors of the Collections containing this File. + +``` +vt file related_threat_actors [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for related_threat_actors + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/doc/vt_file_relationships.md b/doc/vt_file_relationships.md index 057e96d..913342e 100644 --- a/doc/vt_file_relationships.md +++ b/doc/vt_file_relationships.md @@ -2,10 +2,6 @@ Get all relationships. -### Synopsis - -Get all relationships. - ``` vt file relationships [hash] [flags] ``` @@ -22,7 +18,8 @@ vt file relationships [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_screenshots.md b/doc/vt_file_screenshots.md index 3a8f7b2..eb57b3f 100644 --- a/doc/vt_file_screenshots.md +++ b/doc/vt_file_screenshots.md @@ -2,10 +2,6 @@ Screenshots obtained from the execution of the file. -### Synopsis - -Screenshots obtained from the execution of the file. - ``` vt file screenshots [hash] [flags] ``` @@ -24,7 +20,8 @@ vt file screenshots [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_sigma_analysis.md b/doc/vt_file_sigma_analysis.md index db9bc3f..b02d672 100644 --- a/doc/vt_file_sigma_analysis.md +++ b/doc/vt_file_sigma_analysis.md @@ -2,10 +2,6 @@ Sigma analysis for the file. -### Synopsis - -Sigma analysis for the file. - ``` vt file sigma_analysis [hash] [flags] ``` @@ -24,7 +20,8 @@ vt file sigma_analysis [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_similar_files.md b/doc/vt_file_similar_files.md index 69a239a..2c042a4 100644 --- a/doc/vt_file_similar_files.md +++ b/doc/vt_file_similar_files.md @@ -2,10 +2,6 @@ Files that are similar to the file. -### Synopsis - -Files that are similar to the file. - ``` vt file similar_files [hash] [flags] ``` @@ -24,7 +20,8 @@ vt file similar_files [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_submissions.md b/doc/vt_file_submissions.md index a060f92..59389e5 100644 --- a/doc/vt_file_submissions.md +++ b/doc/vt_file_submissions.md @@ -2,10 +2,6 @@ Submissions for the file. -### Synopsis - -Submissions for the file. - ``` vt file submissions [hash] [flags] ``` @@ -24,7 +20,8 @@ vt file submissions [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_file_urls_for_embedded_js.md b/doc/vt_file_urls_for_embedded_js.md new file mode 100644 index 0000000..83d0c67 --- /dev/null +++ b/doc/vt_file_urls_for_embedded_js.md @@ -0,0 +1,31 @@ +## vt file urls_for_embedded_js + +URLs where this (JS) file is embedded. + +``` +vt file urls_for_embedded_js [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for urls_for_embedded_js + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/doc/vt_file_user_votes.md b/doc/vt_file_user_votes.md new file mode 100644 index 0000000..1f06498 --- /dev/null +++ b/doc/vt_file_user_votes.md @@ -0,0 +1,31 @@ +## vt file user_votes + +Item's votes made by current signed-in user. + +``` +vt file user_votes [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for user_votes + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/doc/vt_file_votes.md b/doc/vt_file_votes.md index 736690d..af8a2b2 100644 --- a/doc/vt_file_votes.md +++ b/doc/vt_file_votes.md @@ -1,10 +1,6 @@ ## vt file votes -Votes for the file/URL. - -### Synopsis - -Votes for the file/URL. +Item's votes. ``` vt file votes [hash] [flags] @@ -24,7 +20,8 @@ vt file votes [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_group.md b/doc/vt_group.md index 5af27f7..98796da 100644 --- a/doc/vt_group.md +++ b/doc/vt_group.md @@ -29,7 +29,8 @@ vt group [groupname]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_group_privileges.md b/doc/vt_group_privileges.md index 1c93f7a..0b122f1 100644 --- a/doc/vt_group_privileges.md +++ b/doc/vt_group_privileges.md @@ -2,10 +2,6 @@ Change group privileges -### Synopsis - -Change group privileges - ### Options ``` @@ -15,7 +11,8 @@ Change group privileges ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_group_privileges_grant.md b/doc/vt_group_privileges_grant.md index 2514079..2977b1e 100644 --- a/doc/vt_group_privileges_grant.md +++ b/doc/vt_group_privileges_grant.md @@ -2,10 +2,6 @@ Grant privileges to a group -### Synopsis - -Grant privileges to a group - ``` vt group privileges grant [groupname] [privilege]... [flags] ``` @@ -19,13 +15,15 @@ vt group privileges grant [groupname] [privilege]... [flags] ### Options ``` - -h, --help help for grant + -e, --expiration string expiration time for the granted privileges (UNIX timestamp or YYYY-MM-DD) + -h, --help help for grant ``` ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_group_privileges_revoke.md b/doc/vt_group_privileges_revoke.md index 0601102..16dee19 100644 --- a/doc/vt_group_privileges_revoke.md +++ b/doc/vt_group_privileges_revoke.md @@ -2,10 +2,6 @@ Revoke privileges from a group -### Synopsis - -Revoke privileges from a group - ``` vt group privileges revoke [groupname] [privilege]... [flags] ``` @@ -25,7 +21,8 @@ vt group privileges revoke [groupname] [privilege]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_hunting.md b/doc/vt_hunting.md index 3a644c9..a916431 100644 --- a/doc/vt_hunting.md +++ b/doc/vt_hunting.md @@ -2,10 +2,6 @@ Manage malware hunting rules and notifications -### Synopsis - -Manage malware hunting rules and notifications - ### Options ``` @@ -15,7 +11,8 @@ Manage malware hunting rules and notifications ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_hunting_notification.md b/doc/vt_hunting_notification.md index 9b38aeb..cb80c0f 100644 --- a/doc/vt_hunting_notification.md +++ b/doc/vt_hunting_notification.md @@ -2,10 +2,6 @@ Manage malware hunting notifications -### Synopsis - -Manage malware hunting notifications - ``` vt hunting notification [id]... [flags] ``` @@ -23,7 +19,8 @@ vt hunting notification [id]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_hunting_notification_delete.md b/doc/vt_hunting_notification_delete.md index 01ac8c2..5e6aeee 100644 --- a/doc/vt_hunting_notification_delete.md +++ b/doc/vt_hunting_notification_delete.md @@ -24,7 +24,8 @@ vt hunting notification delete [notification id]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_hunting_notification_list.md b/doc/vt_hunting_notification_list.md index 135270e..0e3cd26 100644 --- a/doc/vt_hunting_notification_list.md +++ b/doc/vt_hunting_notification_list.md @@ -28,7 +28,8 @@ vt hunting notification list [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_hunting_notification_list_delete.md b/doc/vt_hunting_notification_list_delete.md index 8ec1edb..65888b1 100644 --- a/doc/vt_hunting_notification_list_delete.md +++ b/doc/vt_hunting_notification_list_delete.md @@ -24,7 +24,8 @@ vt hunting notification list delete [notification id]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_hunting_ruleset.md b/doc/vt_hunting_ruleset.md index 3f6fdca..7914c93 100644 --- a/doc/vt_hunting_ruleset.md +++ b/doc/vt_hunting_ruleset.md @@ -2,10 +2,6 @@ Manage hunting rulesets -### Synopsis - -Manage hunting rulesets - ``` vt hunting ruleset [id]... [flags] ``` @@ -23,7 +19,8 @@ vt hunting ruleset [id]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -35,7 +32,8 @@ vt hunting ruleset [id]... [flags] * [vt hunting ruleset disable](vt_hunting_ruleset_disable.md) - Disable ruleset * [vt hunting ruleset enable](vt_hunting_ruleset_enable.md) - Enable ruleset * [vt hunting ruleset list](vt_hunting_ruleset_list.md) - List rulesets +* [vt hunting ruleset notification_emails](vt_hunting_ruleset_notification_emails.md) - Set ruleset notification emails * [vt hunting ruleset rename](vt_hunting_ruleset_rename.md) - Rename ruleset * [vt hunting ruleset setlimit](vt_hunting_ruleset_setlimit.md) - Set ruleset limit -* [vt hunting ruleset update](vt_hunting_ruleset_update.md) - Change the rules for a ruleset. +* [vt hunting ruleset update](vt_hunting_ruleset_update.md) - Change the rules for a ruleset diff --git a/doc/vt_hunting_ruleset_add.md b/doc/vt_hunting_ruleset_add.md index 49469fb..bdb7bab 100644 --- a/doc/vt_hunting_ruleset_add.md +++ b/doc/vt_hunting_ruleset_add.md @@ -2,10 +2,6 @@ Add a new ruleset -### Synopsis - -Add a new ruleset - ``` vt hunting ruleset add [ruleset name] [rules file] [flags] ``` @@ -19,7 +15,8 @@ vt hunting ruleset add [ruleset name] [rules file] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_hunting_ruleset_delete.md b/doc/vt_hunting_ruleset_delete.md index b828515..2b9f237 100644 --- a/doc/vt_hunting_ruleset_delete.md +++ b/doc/vt_hunting_ruleset_delete.md @@ -2,10 +2,6 @@ Delete rulesets -### Synopsis - -Delete rulesets - ``` vt hunting ruleset delete [ruleset id]... [flags] ``` @@ -20,7 +16,8 @@ vt hunting ruleset delete [ruleset id]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_hunting_ruleset_disable.md b/doc/vt_hunting_ruleset_disable.md index fbe5e5e..51371ec 100644 --- a/doc/vt_hunting_ruleset_disable.md +++ b/doc/vt_hunting_ruleset_disable.md @@ -2,10 +2,6 @@ Disable ruleset -### Synopsis - -Disable ruleset - ``` vt hunting ruleset disable [ruleset id] [flags] ``` @@ -19,7 +15,8 @@ vt hunting ruleset disable [ruleset id] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_hunting_ruleset_enable.md b/doc/vt_hunting_ruleset_enable.md index cb41b0a..cbd9509 100644 --- a/doc/vt_hunting_ruleset_enable.md +++ b/doc/vt_hunting_ruleset_enable.md @@ -2,10 +2,6 @@ Enable ruleset -### Synopsis - -Enable ruleset - ``` vt hunting ruleset enable [ruleset id] [flags] ``` @@ -19,7 +15,8 @@ vt hunting ruleset enable [ruleset id] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_hunting_ruleset_list.md b/doc/vt_hunting_ruleset_list.md index fbaac6e..ef65d27 100644 --- a/doc/vt_hunting_ruleset_list.md +++ b/doc/vt_hunting_ruleset_list.md @@ -28,7 +28,8 @@ vt hunting ruleset list [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_hunting_ruleset_notification_emails.md b/doc/vt_hunting_ruleset_notification_emails.md new file mode 100644 index 0000000..0838105 --- /dev/null +++ b/doc/vt_hunting_ruleset_notification_emails.md @@ -0,0 +1,26 @@ +## vt hunting ruleset notification_emails + +Set ruleset notification emails + +``` +vt hunting ruleset notification_emails [ruleset id] [email]... [flags] +``` + +### Options + +``` + -h, --help help for notification_emails +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt hunting ruleset](vt_hunting_ruleset.md) - Manage hunting rulesets + diff --git a/doc/vt_hunting_ruleset_rename.md b/doc/vt_hunting_ruleset_rename.md index d21c9a8..9c51bd8 100644 --- a/doc/vt_hunting_ruleset_rename.md +++ b/doc/vt_hunting_ruleset_rename.md @@ -2,10 +2,6 @@ Rename ruleset -### Synopsis - -Rename ruleset - ``` vt hunting ruleset rename [ruleset id] [name] [flags] ``` @@ -19,7 +15,8 @@ vt hunting ruleset rename [ruleset id] [name] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_hunting_ruleset_setlimit.md b/doc/vt_hunting_ruleset_setlimit.md index 54f090c..7f43eb5 100644 --- a/doc/vt_hunting_ruleset_setlimit.md +++ b/doc/vt_hunting_ruleset_setlimit.md @@ -2,10 +2,6 @@ Set ruleset limit -### Synopsis - -Set ruleset limit - ``` vt hunting ruleset setlimit [ruleset id] [limit] [flags] ``` @@ -19,7 +15,8 @@ vt hunting ruleset setlimit [ruleset id] [limit] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_hunting_ruleset_update.md b/doc/vt_hunting_ruleset_update.md index fc5822c..bf5d93f 100644 --- a/doc/vt_hunting_ruleset_update.md +++ b/doc/vt_hunting_ruleset_update.md @@ -1,10 +1,6 @@ ## vt hunting ruleset update -Change the rules for a ruleset. - -### Synopsis - -Change the rules for a ruleset. +Change the rules for a ruleset ``` vt hunting ruleset update [ruleset id] [rules file] [flags] @@ -19,7 +15,8 @@ vt hunting ruleset update [ruleset id] [rules file] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_init.md b/doc/vt_init.md index 77889f1..a89a987 100644 --- a/doc/vt_init.md +++ b/doc/vt_init.md @@ -23,7 +23,8 @@ vt init [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_iocstream.md b/doc/vt_iocstream.md new file mode 100644 index 0000000..2f15333 --- /dev/null +++ b/doc/vt_iocstream.md @@ -0,0 +1,58 @@ +## vt iocstream + +Manage IoC Stream notifications + +``` +vt iocstream [notification_id]... [flags] +``` + +### Examples + +``` +## List: +# List notifications from a hunting rule by name +vt iocstream list -f "origin:hunting tag:my_rule" +# List notifications from a hunting ruleset by name +vt iocstream list -f "origin:hunting tag:myRuleset" +# List just the entity IDs of your IoC Stream matches +vt iocstream list -I +# List ALL the entity IDs in your IoC Stream and store them in a csv file (this might take a while) +vt iocstream list -I –limit 9999999 > results.csv +# List the first IoC Stream notifications including the hash, last_analysis_stats, size and file type +vt iocstream list -i "_id,last_analysis_stats,size,type_tag" +# Check if a hash is in your IoC Stream matches +vt iocstream list -f "entity_type:file entity_id:hash" + +## Delete: +# Delete all notifications matching a filter, e.g. all matches for a Yara rule/ruleset. This process is +# asynchronous, so it can take a while to see all the notifications deleted. +vt iocstream delete -f "origin:hunting tag:my_rule" +# Delete a single notification with ID 1234568. The notification ID is displayed in the context_attributes. +vt iocstream delete 1234568 + +``` + +### Options + +``` + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for iocstream + -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 + +* [vt](vt.md) - A command-line tool for interacting with VirusTotal +* [vt iocstream delete](vt_iocstream_delete.md) - Deletes notifications from the IoC Stream +* [vt iocstream list](vt_iocstream_list.md) - List IoCs from notifications + diff --git a/doc/vt_iocstream_delete.md b/doc/vt_iocstream_delete.md new file mode 100644 index 0000000..bc2702c --- /dev/null +++ b/doc/vt_iocstream_delete.md @@ -0,0 +1,44 @@ +## vt iocstream delete + +Deletes notifications from the IoC Stream + +### Synopsis + +Delete notifications from the IoC Stream. + +The command accepts a list of IoC Stream notification IDs. If no IDs are provided, +then all the IoC Stream notifications matching the given filter are deleted. + + +``` +vt iocstream delete [notification id]... [flags] +``` + +### Examples + +``` +# Delete all notifications matching a filter, e.g. all matches for a Yara rule/ruleset +vt iocstream delete -f "origin:hunting tag:my_rule" +# Delete a single notification with ID 1234568. The notification ID is displayed in the context_attributes. +vt iocstream delete 1234568 +``` + +### Options + +``` + -f, --filter string filter + -h, --help help for delete +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt iocstream](vt_iocstream.md) - Manage IoC Stream notifications + diff --git a/doc/vt_iocstream_list.md b/doc/vt_iocstream_list.md new file mode 100644 index 0000000..18e48c8 --- /dev/null +++ b/doc/vt_iocstream_list.md @@ -0,0 +1,50 @@ +## vt iocstream list + +List IoCs from notifications + +``` +vt iocstream list [flags] +``` + +### Examples + +``` +# List notifications from a hunting rule by name +vt iocstream list -f "origin:hunting tag:my_rule" +# List notifications from a hunting ruleset by name +vt iocstream list -f "origin:hunting tag:myRuleset" +# List just the entity IDs of your IoC Stream matches +vt iocstream list -I +# List ALL the entity IDs in your IoC Stream and store them in a csv file (this might take a while) +vt iocstream list -I –limit 9999999 > results.csv +# List the first IoC Stream notifications including the hash, last_analysis_stats, size and file type +vt iocstream list -i "_id,last_analysis_stats,size,type_tag" +# Check if a hash is in your IoC Stream matches +vt iocstream list -f "entity_type:file entity_id:hash" + +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -f, --filter string filter + -h, --help help for list + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt iocstream](vt_iocstream.md) - Manage IoC Stream notifications + diff --git a/doc/vt_ip.md b/doc/vt_ip.md index 8af8d89..cbfe192 100644 --- a/doc/vt_ip.md +++ b/doc/vt_ip.md @@ -38,23 +38,31 @@ vt ip [ip]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` ### SEE ALSO * [vt](vt.md) - A command-line tool for interacting with VirusTotal +* [vt ip collections](vt_ip_collections.md) - Returns the collections related to the IP Address. * [vt ip comments](vt_ip_comments.md) - Comments for the domain or IP address. * [vt ip communicating_files](vt_ip_communicating_files.md) - Files that communicate with the ip. * [vt ip downloaded_files](vt_ip_downloaded_files.md) - Files downloaded from the ip. * [vt ip graphs](vt_ip_graphs.md) - Graphs containing the domain/ip. * [vt ip historical_ssl_certificates](vt_ip_historical_ssl_certificates.md) - SSL certificate history. * [vt ip historical_whois](vt_ip_historical_whois.md) - Historical Whois. +* [vt ip memory_pattern_parents](vt_ip_memory_pattern_parents.md) - Files having a IP as string on memory during sandbox execution. +* [vt ip references](vt_ip_references.md) - Returns the References related to the IP Address. * [vt ip referrer_files](vt_ip_referrer_files.md) - Files containing the domain/ip. +* [vt ip related_attack_techniques](vt_ip_related_attack_techniques.md) - Returns the Attack Techniques of the Collections containing this IP. * [vt ip related_comments](vt_ip_related_comments.md) - Comments for the Domain or IP's related entities. +* [vt ip related_references](vt_ip_related_references.md) - Returns the References of the Collections containing this IP. +* [vt ip related_threat_actors](vt_ip_related_threat_actors.md) - Returns the Threat Actors of the Collections containing this IP. * [vt ip relationships](vt_ip_relationships.md) - Get all relationships. * [vt ip resolutions](vt_ip_resolutions.md) - DNS resolutions for the IP address. * [vt ip urls](vt_ip_urls.md) - URLs related to the ip. -* [vt ip votes](vt_ip_votes.md) - Votes for the file/URL. +* [vt ip user_votes](vt_ip_user_votes.md) - Item's votes made by current signed-in user. +* [vt ip votes](vt_ip_votes.md) - Item's votes. diff --git a/doc/vt_ip_collections.md b/doc/vt_ip_collections.md new file mode 100644 index 0000000..7eb3f5b --- /dev/null +++ b/doc/vt_ip_collections.md @@ -0,0 +1,31 @@ +## vt ip collections + +Returns the collections related to the IP Address. + +``` +vt ip collections [ip] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for collections + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt ip](vt_ip.md) - Get information about IP addresses + diff --git a/doc/vt_ip_comments.md b/doc/vt_ip_comments.md index 50e8ae1..ae3fcf2 100644 --- a/doc/vt_ip_comments.md +++ b/doc/vt_ip_comments.md @@ -2,10 +2,6 @@ Comments for the domain or IP address. -### Synopsis - -Comments for the domain or IP address. - ``` vt ip comments [ip] [flags] ``` @@ -24,7 +20,8 @@ vt ip comments [ip] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_ip_communicating_files.md b/doc/vt_ip_communicating_files.md index 13084c9..dffe8ea 100644 --- a/doc/vt_ip_communicating_files.md +++ b/doc/vt_ip_communicating_files.md @@ -2,10 +2,6 @@ Files that communicate with the ip. -### Synopsis - -Files that communicate with the ip. - ``` vt ip communicating_files [ip] [flags] ``` @@ -24,7 +20,8 @@ vt ip communicating_files [ip] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_ip_downloaded_files.md b/doc/vt_ip_downloaded_files.md index 6731d09..1da8815 100644 --- a/doc/vt_ip_downloaded_files.md +++ b/doc/vt_ip_downloaded_files.md @@ -2,10 +2,6 @@ Files downloaded from the ip. -### Synopsis - -Files downloaded from the ip. - ``` vt ip downloaded_files [ip] [flags] ``` @@ -24,7 +20,8 @@ vt ip downloaded_files [ip] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_ip_graphs.md b/doc/vt_ip_graphs.md index f7c98eb..10b45ea 100644 --- a/doc/vt_ip_graphs.md +++ b/doc/vt_ip_graphs.md @@ -2,10 +2,6 @@ Graphs containing the domain/ip. -### Synopsis - -Graphs containing the domain/ip. - ``` vt ip graphs [ip] [flags] ``` @@ -24,7 +20,8 @@ vt ip graphs [ip] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_ip_historical_ssl_certificates.md b/doc/vt_ip_historical_ssl_certificates.md index 70ce718..9546a3a 100644 --- a/doc/vt_ip_historical_ssl_certificates.md +++ b/doc/vt_ip_historical_ssl_certificates.md @@ -2,10 +2,6 @@ SSL certificate history. -### Synopsis - -SSL certificate history. - ``` vt ip historical_ssl_certificates [ip] [flags] ``` @@ -24,7 +20,8 @@ vt ip historical_ssl_certificates [ip] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_ip_historical_whois.md b/doc/vt_ip_historical_whois.md index b941c8d..cbd28d8 100644 --- a/doc/vt_ip_historical_whois.md +++ b/doc/vt_ip_historical_whois.md @@ -2,10 +2,6 @@ Historical Whois. -### Synopsis - -Historical Whois. - ``` vt ip historical_whois [ip] [flags] ``` @@ -24,7 +20,8 @@ vt ip historical_whois [ip] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_ip_memory_pattern_parents.md b/doc/vt_ip_memory_pattern_parents.md new file mode 100644 index 0000000..80c0755 --- /dev/null +++ b/doc/vt_ip_memory_pattern_parents.md @@ -0,0 +1,31 @@ +## vt ip memory_pattern_parents + +Files having a IP as string on memory during sandbox execution. + +``` +vt ip memory_pattern_parents [ip] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for memory_pattern_parents + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt ip](vt_ip.md) - Get information about IP addresses + diff --git a/doc/vt_ip_references.md b/doc/vt_ip_references.md new file mode 100644 index 0000000..6f0a82f --- /dev/null +++ b/doc/vt_ip_references.md @@ -0,0 +1,31 @@ +## vt ip references + +Returns the References related to the IP Address. + +``` +vt ip references [ip] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for references + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt ip](vt_ip.md) - Get information about IP addresses + diff --git a/doc/vt_ip_referrer_files.md b/doc/vt_ip_referrer_files.md index f1c5172..758b17a 100644 --- a/doc/vt_ip_referrer_files.md +++ b/doc/vt_ip_referrer_files.md @@ -2,10 +2,6 @@ Files containing the domain/ip. -### Synopsis - -Files containing the domain/ip. - ``` vt ip referrer_files [ip] [flags] ``` @@ -24,7 +20,8 @@ vt ip referrer_files [ip] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_ip_related_attack_techniques.md b/doc/vt_ip_related_attack_techniques.md new file mode 100644 index 0000000..c83627b --- /dev/null +++ b/doc/vt_ip_related_attack_techniques.md @@ -0,0 +1,31 @@ +## vt ip related_attack_techniques + +Returns the Attack Techniques of the Collections containing this IP. + +``` +vt ip related_attack_techniques [ip] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for related_attack_techniques + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt ip](vt_ip.md) - Get information about IP addresses + diff --git a/doc/vt_ip_related_comments.md b/doc/vt_ip_related_comments.md index d7f4446..56a4ef7 100644 --- a/doc/vt_ip_related_comments.md +++ b/doc/vt_ip_related_comments.md @@ -2,10 +2,6 @@ Comments for the Domain or IP's related entities. -### Synopsis - -Comments for the Domain or IP's related entities. - ``` vt ip related_comments [ip] [flags] ``` @@ -24,7 +20,8 @@ vt ip related_comments [ip] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_ip_related_references.md b/doc/vt_ip_related_references.md new file mode 100644 index 0000000..eba49b3 --- /dev/null +++ b/doc/vt_ip_related_references.md @@ -0,0 +1,31 @@ +## vt ip related_references + +Returns the References of the Collections containing this IP. + +``` +vt ip related_references [ip] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for related_references + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt ip](vt_ip.md) - Get information about IP addresses + diff --git a/doc/vt_ip_related_threat_actors.md b/doc/vt_ip_related_threat_actors.md new file mode 100644 index 0000000..f116131 --- /dev/null +++ b/doc/vt_ip_related_threat_actors.md @@ -0,0 +1,31 @@ +## vt ip related_threat_actors + +Returns the Threat Actors of the Collections containing this IP. + +``` +vt ip related_threat_actors [ip] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for related_threat_actors + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt ip](vt_ip.md) - Get information about IP addresses + diff --git a/doc/vt_ip_relationships.md b/doc/vt_ip_relationships.md index f220627..968999e 100644 --- a/doc/vt_ip_relationships.md +++ b/doc/vt_ip_relationships.md @@ -2,10 +2,6 @@ Get all relationships. -### Synopsis - -Get all relationships. - ``` vt ip relationships [ip] [flags] ``` @@ -22,7 +18,8 @@ vt ip relationships [ip] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_ip_resolutions.md b/doc/vt_ip_resolutions.md index 6c526fb..9c3b988 100644 --- a/doc/vt_ip_resolutions.md +++ b/doc/vt_ip_resolutions.md @@ -2,10 +2,6 @@ DNS resolutions for the IP address. -### Synopsis - -DNS resolutions for the IP address. - ``` vt ip resolutions [ip] [flags] ``` @@ -24,7 +20,8 @@ vt ip resolutions [ip] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_ip_urls.md b/doc/vt_ip_urls.md index 45f489a..b97879f 100644 --- a/doc/vt_ip_urls.md +++ b/doc/vt_ip_urls.md @@ -2,10 +2,6 @@ URLs related to the ip. -### Synopsis - -URLs related to the ip. - ``` vt ip urls [ip] [flags] ``` @@ -24,7 +20,8 @@ vt ip urls [ip] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_ip_user_votes.md b/doc/vt_ip_user_votes.md new file mode 100644 index 0000000..63f8daf --- /dev/null +++ b/doc/vt_ip_user_votes.md @@ -0,0 +1,31 @@ +## vt ip user_votes + +Item's votes made by current signed-in user. + +``` +vt ip user_votes [ip] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for user_votes + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt ip](vt_ip.md) - Get information about IP addresses + diff --git a/doc/vt_ip_votes.md b/doc/vt_ip_votes.md index f55141c..87a4fd8 100644 --- a/doc/vt_ip_votes.md +++ b/doc/vt_ip_votes.md @@ -1,10 +1,6 @@ ## vt ip votes -Votes for the file/URL. - -### Synopsis - -Votes for the file/URL. +Item's votes. ``` vt ip votes [ip] [flags] @@ -24,7 +20,8 @@ vt ip votes [ip] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_meta.md b/doc/vt_meta.md index a41a32a..f627d1f 100644 --- a/doc/vt_meta.md +++ b/doc/vt_meta.md @@ -22,7 +22,8 @@ vt meta [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_monitor.md b/doc/vt_monitor.md index 3964be8..97d273a 100644 --- a/doc/vt_monitor.md +++ b/doc/vt_monitor.md @@ -28,7 +28,8 @@ vt monitor [monitor_id]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -36,12 +37,10 @@ vt monitor [monitor_id]... [flags] * [vt](vt.md) - A command-line tool for interacting with VirusTotal * [vt monitor analyses](vt_monitor_analyses.md) - Analyses for the hash. -* [vt monitor comments](vt_monitor_comments.md) - Comments for the hash. * [vt monitor delete](vt_monitor_delete.md) - Delete monitor files * [vt monitor deletedetails](vt_monitor_deletedetails.md) - Download files from your monitor account * [vt monitor download](vt_monitor_download.md) - Download files from your monitor account * [vt monitor list](vt_monitor_list.md) - List monitor in your account -* [vt monitor owner](vt_monitor_owner.md) - User or group owning the item. * [vt monitor relationships](vt_monitor_relationships.md) - Get all relationships. * [vt monitor setdetails](vt_monitor_setdetails.md) - Sets details metadata for a monitor file * [vt monitor upload](vt_monitor_upload.md) - Upload one or more files to your account diff --git a/doc/vt_monitor_analyses.md b/doc/vt_monitor_analyses.md index 3028b41..50d8b02 100644 --- a/doc/vt_monitor_analyses.md +++ b/doc/vt_monitor_analyses.md @@ -2,10 +2,6 @@ Analyses for the hash. -### Synopsis - -Analyses for the hash. - ``` vt monitor analyses [monitor_id] [flags] ``` @@ -24,7 +20,8 @@ vt monitor analyses [monitor_id] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_monitor_delete.md b/doc/vt_monitor_delete.md index 114337e..a3b29e5 100644 --- a/doc/vt_monitor_delete.md +++ b/doc/vt_monitor_delete.md @@ -22,7 +22,8 @@ vt monitor delete [monitor_id]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_monitor_deletedetails.md b/doc/vt_monitor_deletedetails.md index d08ee22..5a06312 100644 --- a/doc/vt_monitor_deletedetails.md +++ b/doc/vt_monitor_deletedetails.md @@ -22,7 +22,8 @@ vt monitor deletedetails [monitor_id]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_monitor_download.md b/doc/vt_monitor_download.md index b07d5ac..fa963e9 100644 --- a/doc/vt_monitor_download.md +++ b/doc/vt_monitor_download.md @@ -31,7 +31,8 @@ vt monitor download [monitor_id]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_monitor_list.md b/doc/vt_monitor_list.md index 6e231c6..bf95ab6 100644 --- a/doc/vt_monitor_list.md +++ b/doc/vt_monitor_list.md @@ -2,10 +2,6 @@ List monitor in your account -### Synopsis - -List monitor in your account - ``` vt monitor list [flags] ``` @@ -32,7 +28,8 @@ vt monitor list [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_monitor_relationships.md b/doc/vt_monitor_relationships.md index c5451b9..429dbc1 100644 --- a/doc/vt_monitor_relationships.md +++ b/doc/vt_monitor_relationships.md @@ -2,10 +2,6 @@ Get all relationships. -### Synopsis - -Get all relationships. - ``` vt monitor relationships [monitor_id] [flags] ``` @@ -22,7 +18,8 @@ vt monitor relationships [monitor_id] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_monitor_setdetails.md b/doc/vt_monitor_setdetails.md index 72bfa7b..348997f 100644 --- a/doc/vt_monitor_setdetails.md +++ b/doc/vt_monitor_setdetails.md @@ -29,7 +29,8 @@ vt monitor setdetails [monitor_id] [details_string] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_monitor_upload.md b/doc/vt_monitor_upload.md index 86562fc..1cb9d26 100644 --- a/doc/vt_monitor_upload.md +++ b/doc/vt_monitor_upload.md @@ -33,7 +33,8 @@ vt monitor upload [file/folder] [remote_path] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_monitorpartner.md b/doc/vt_monitorpartner.md new file mode 100644 index 0000000..b7c46eb --- /dev/null +++ b/doc/vt_monitorpartner.md @@ -0,0 +1,40 @@ +## vt monitorpartner + +Manage your monitor partner account + +### Synopsis + +Manage your VirusTotal Monitor Partner account. + +This command allows you to list and retrieve files detected by your engine. + +Reference: + https://developers.virustotal.com/v3.0/reference#monitor-partner + +### Options + +``` + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for monitorpartner + -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 + +* [vt](vt.md) - A command-line tool for interacting with VirusTotal +* [vt monitorpartner analyses](vt_monitorpartner_analyses.md) - Analyses for the hash. +* [vt monitorpartner comments](vt_monitorpartner_comments.md) - Comments for the hash. +* [vt monitorpartner download](vt_monitorpartner_download.md) - Download files from your monitor partner account +* [vt monitorpartner items](vt_monitorpartner_items.md) - Items with a given hash. +* [vt monitorpartner list](vt_monitorpartner_list.md) - List available monitor partner hashes +* [vt monitorpartner relationships](vt_monitorpartner_relationships.md) - Get all relationships. + diff --git a/doc/vt_monitorpartner_analyses.md b/doc/vt_monitorpartner_analyses.md new file mode 100644 index 0000000..729d417 --- /dev/null +++ b/doc/vt_monitorpartner_analyses.md @@ -0,0 +1,31 @@ +## vt monitorpartner analyses + +Analyses for the hash. + +``` +vt monitorpartner analyses [sha256] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for analyses + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt monitorpartner](vt_monitorpartner.md) - Manage your monitor partner account + diff --git a/doc/vt_monitorpartner_comments.md b/doc/vt_monitorpartner_comments.md new file mode 100644 index 0000000..7844ab5 --- /dev/null +++ b/doc/vt_monitorpartner_comments.md @@ -0,0 +1,31 @@ +## vt monitorpartner comments + +Comments for the hash. + +``` +vt monitorpartner comments [sha256] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for comments + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt monitorpartner](vt_monitorpartner.md) - Manage your monitor partner account + diff --git a/doc/vt_monitorpartner_download.md b/doc/vt_monitorpartner_download.md new file mode 100644 index 0000000..61e0f13 --- /dev/null +++ b/doc/vt_monitorpartner_download.md @@ -0,0 +1,41 @@ +## vt monitorpartner download + +Download files from your monitor partner account + +### Synopsis + +Download files from your partner account. + +This command download files from your monitor partner account using their sha256. + +``` +vt monitorpartner download [sha256]... [flags] +``` + +### Examples + +``` + vt monitorpartner download ... + cat list_of_monitor_ids | vt monitorpartner download - +``` + +### Options + +``` + -h, --help help for download + -o, --output string directory where downloaded files are put (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 + +* [vt monitorpartner](vt_monitorpartner.md) - Manage your monitor partner account + diff --git a/doc/vt_monitorpartner_items.md b/doc/vt_monitorpartner_items.md new file mode 100644 index 0000000..878e14c --- /dev/null +++ b/doc/vt_monitorpartner_items.md @@ -0,0 +1,31 @@ +## vt monitorpartner items + +Items with a given hash. + +``` +vt monitorpartner items [sha256] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for items + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt monitorpartner](vt_monitorpartner.md) - Manage your monitor partner account + diff --git a/doc/vt_monitorpartner_list.md b/doc/vt_monitorpartner_list.md new file mode 100644 index 0000000..eb50585 --- /dev/null +++ b/doc/vt_monitorpartner_list.md @@ -0,0 +1,39 @@ +## vt monitorpartner list + +List available monitor partner hashes + +``` +vt monitorpartner list [flags] +``` + +### Examples + +``` + vt monitor list + vt monitor list --filter "path:/myfolder/" --include path + vt monitor list --filter "tag:detected" --include path,last_analysis_results.*.result,last_detections_count +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -f, --filter string filter + -h, --help help for list + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt monitorpartner](vt_monitorpartner.md) - Manage your monitor partner account + diff --git a/doc/vt_monitorpartner_relationships.md b/doc/vt_monitorpartner_relationships.md new file mode 100644 index 0000000..df948df --- /dev/null +++ b/doc/vt_monitorpartner_relationships.md @@ -0,0 +1,29 @@ +## vt monitorpartner relationships + +Get all relationships. + +``` +vt monitorpartner relationships [sha256] [flags] +``` + +### Options + +``` + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for relationships + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt monitorpartner](vt_monitorpartner.md) - Manage your monitor partner account + diff --git a/doc/vt_retrohunt.md b/doc/vt_retrohunt.md index ab1d47d..06ff1df 100644 --- a/doc/vt_retrohunt.md +++ b/doc/vt_retrohunt.md @@ -20,7 +20,8 @@ vt retrohunt [id]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_retrohunt_abort.md b/doc/vt_retrohunt_abort.md index 3cde9a7..74089a6 100644 --- a/doc/vt_retrohunt_abort.md +++ b/doc/vt_retrohunt_abort.md @@ -2,10 +2,6 @@ Abort a retrohunt job -### Synopsis - -Abort a retrohunt job - ``` vt retrohunt abort [job id] [flags] ``` @@ -19,7 +15,8 @@ vt retrohunt abort [job id] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_retrohunt_delete.md b/doc/vt_retrohunt_delete.md index 7bb19d5..bb07b2f 100644 --- a/doc/vt_retrohunt_delete.md +++ b/doc/vt_retrohunt_delete.md @@ -2,10 +2,6 @@ Delete a retrohunt job -### Synopsis - -Delete a retrohunt job - ``` vt retrohunt delete [job id]... [flags] ``` @@ -19,7 +15,8 @@ vt retrohunt delete [job id]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_retrohunt_list.md b/doc/vt_retrohunt_list.md index 50ec1b6..88feb47 100644 --- a/doc/vt_retrohunt_list.md +++ b/doc/vt_retrohunt_list.md @@ -26,7 +26,8 @@ vt retrohunt list [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_retrohunt_matches.md b/doc/vt_retrohunt_matches.md index 9479c67..10e6d9f 100644 --- a/doc/vt_retrohunt_matches.md +++ b/doc/vt_retrohunt_matches.md @@ -2,10 +2,6 @@ Get matches for a retrohunt job -### Synopsis - -Get matches for a retrohunt job - ``` vt retrohunt matches [job id] [flags] ``` @@ -24,7 +20,8 @@ vt retrohunt matches [job id] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_retrohunt_start.md b/doc/vt_retrohunt_start.md index a60a270..51d07a0 100644 --- a/doc/vt_retrohunt_start.md +++ b/doc/vt_retrohunt_start.md @@ -24,7 +24,8 @@ vt retrohunt start [file] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_scan.md b/doc/vt_scan.md index c4d3e02..c62b439 100644 --- a/doc/vt_scan.md +++ b/doc/vt_scan.md @@ -17,7 +17,8 @@ This group of commands allow to scan files and URLs. ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_scan_file.md b/doc/vt_scan_file.md index cdf75b8..c88263f 100644 --- a/doc/vt_scan_file.md +++ b/doc/vt_scan_file.md @@ -14,8 +14,10 @@ analyses. If the command receives a single hypen (-) the file paths are read from the standard input, one per line. +The command can also receive a directory to scan all files contained on it. + ``` -vt scan file [file]... [flags] +vt scan file [[dir] | [file]...] [flags] ``` ### Examples @@ -23,6 +25,7 @@ vt scan file [file]... [flags] ``` vt scan file foo.exe vt scan file foo.exe bar.exe + vt scan file foo/ cat list_of_file_paths | vt scan file - ``` @@ -30,13 +33,15 @@ vt scan file [file]... [flags] ``` -h, --help help for file + -o, --open Return an URL to see the analysis report at the VirusTotal web GUI -t, --threads int number of threads working in parallel (default 5) ``` ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_scan_url.md b/doc/vt_scan_url.md index 8ec938a..2b48584 100644 --- a/doc/vt_scan_url.md +++ b/doc/vt_scan_url.md @@ -29,13 +29,15 @@ vt scan url [url]... [flags] ``` -h, --help help for url + -o, --open Return an URL to see the analysis report at the VirusTotal web GUI -t, --threads int number of threads working in parallel (default 5) ``` ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_search.md b/doc/vt_search.md index 25bb826..008fb9a 100644 --- a/doc/vt_search.md +++ b/doc/vt_search.md @@ -34,7 +34,8 @@ vt search [query] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_search_content.md b/doc/vt_search_content.md index 9264124..99dbe26 100644 --- a/doc/vt_search_content.md +++ b/doc/vt_search_content.md @@ -35,7 +35,8 @@ vt search content [query] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_url.md b/doc/vt_url.md index dada508..e4f0fd0 100644 --- a/doc/vt_url.md +++ b/doc/vt_url.md @@ -40,7 +40,8 @@ vt url [url]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -48,18 +49,31 @@ vt url [url]... [flags] * [vt](vt.md) - A command-line tool for interacting with VirusTotal * [vt url analyses](vt_url_analyses.md) - Analyses for the URL. +* [vt url collections](vt_url_collections.md) - Returns the collections related to the URL. * [vt url comments](vt_url_comments.md) - Comments for the URL. +* [vt url communicating_files](vt_url_communicating_files.md) - Files that communicate with this url when they are executed. * [vt url contacted_domains](vt_url_contacted_domains.md) - Distinct domains from which the URL loads some kind of resource. * [vt url contacted_ips](vt_url_contacted_ips.md) - Distinct IP addresses from which the URL loads some kind of resource. * [vt url downloaded_files](vt_url_downloaded_files.md) - Files downloaded from the URL. +* [vt url embedded_js_files](vt_url_embedded_js_files.md) - JS files embedded in a URL. * [vt url graphs](vt_url_graphs.md) - Graphs that include the URL. +* [vt url http_response_contents](vt_url_http_response_contents.md) - HTTP response contents from the URL. * [vt url last_serving_ip_address](vt_url_last_serving_ip_address.md) - Last IP address that served the URL. +* [vt url memory_pattern_parents](vt_url_memory_pattern_parents.md) - Files having a domain as string on memory during sandbox execution. * [vt url network_location](vt_url_network_location.md) - Domain or IP address for the URL. * [vt url redirecting_urls](vt_url_redirecting_urls.md) - URLs that redirected to the given URL. * [vt url redirects_to](vt_url_redirects_to.md) - URLs that this url redirects to. +* [vt url references](vt_url_references.md) - Returns the References related to the URL. +* [vt url referrer_files](vt_url_referrer_files.md) - Files containing the URL. +* [vt url referrer_urls](vt_url_referrer_urls.md) - URLs that refer to the given URL. +* [vt url related_attack_techniques](vt_url_related_attack_techniques.md) - Returns the Attack Techniques of the Collections containing this URL. +* [vt url related_collections](vt_url_related_collections.md) - Returns the Collections of the parent Domains or IPs of this URL. * [vt url related_comments](vt_url_related_comments.md) - Comments for the URL. +* [vt url related_references](vt_url_related_references.md) - Returns the References of the Collections containing this URL. +* [vt url related_threat_actors](vt_url_related_threat_actors.md) - Returns the Threat Actors of the Collections containing this URL. * [vt url relationships](vt_url_relationships.md) - Get all relationships. * [vt url submissions](vt_url_submissions.md) - Submissions for the URL. -* [vt url urls_related_by_tracker_id](vt_url_urls_related_by_tracker_id.md) - -* [vt url votes](vt_url_votes.md) - Votes for the file/URL. +* [vt url urls_related_by_tracker_id](vt_url_urls_related_by_tracker_id.md) - URLs that share the same tracker ID. +* [vt url user_votes](vt_url_user_votes.md) - Item's votes made by current signed-in user. +* [vt url votes](vt_url_votes.md) - Item's votes. diff --git a/doc/vt_url_analyses.md b/doc/vt_url_analyses.md index 92819ee..a0eb578 100644 --- a/doc/vt_url_analyses.md +++ b/doc/vt_url_analyses.md @@ -2,10 +2,6 @@ Analyses for the URL. -### Synopsis - -Analyses for the URL. - ``` vt url analyses [url] [flags] ``` @@ -24,7 +20,8 @@ vt url analyses [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_url_collections.md b/doc/vt_url_collections.md new file mode 100644 index 0000000..836ccbc --- /dev/null +++ b/doc/vt_url_collections.md @@ -0,0 +1,31 @@ +## vt url collections + +Returns the collections related to the URL. + +``` +vt url collections [url] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for collections + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt url](vt_url.md) - Get information about URLs + diff --git a/doc/vt_url_comments.md b/doc/vt_url_comments.md index c09a4e4..1605d57 100644 --- a/doc/vt_url_comments.md +++ b/doc/vt_url_comments.md @@ -2,10 +2,6 @@ Comments for the URL. -### Synopsis - -Comments for the URL. - ``` vt url comments [url] [flags] ``` @@ -24,7 +20,8 @@ vt url comments [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_url_communicating_files.md b/doc/vt_url_communicating_files.md new file mode 100644 index 0000000..bebc595 --- /dev/null +++ b/doc/vt_url_communicating_files.md @@ -0,0 +1,31 @@ +## vt url communicating_files + +Files that communicate with this url when they are executed. + +``` +vt url communicating_files [url] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for communicating_files + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt url](vt_url.md) - Get information about URLs + diff --git a/doc/vt_url_contacted_domains.md b/doc/vt_url_contacted_domains.md index 8ed87d6..b1fcf87 100644 --- a/doc/vt_url_contacted_domains.md +++ b/doc/vt_url_contacted_domains.md @@ -2,10 +2,6 @@ Distinct domains from which the URL loads some kind of resource. -### Synopsis - -Distinct domains from which the URL loads some kind of resource. - ``` vt url contacted_domains [url] [flags] ``` @@ -24,7 +20,8 @@ vt url contacted_domains [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_url_contacted_ips.md b/doc/vt_url_contacted_ips.md index 7680b67..9397d35 100644 --- a/doc/vt_url_contacted_ips.md +++ b/doc/vt_url_contacted_ips.md @@ -2,10 +2,6 @@ Distinct IP addresses from which the URL loads some kind of resource. -### Synopsis - -Distinct IP addresses from which the URL loads some kind of resource. - ``` vt url contacted_ips [url] [flags] ``` @@ -24,7 +20,8 @@ vt url contacted_ips [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_url_downloaded_files.md b/doc/vt_url_downloaded_files.md index 439d860..934f618 100644 --- a/doc/vt_url_downloaded_files.md +++ b/doc/vt_url_downloaded_files.md @@ -2,10 +2,6 @@ Files downloaded from the URL. -### Synopsis - -Files downloaded from the URL. - ``` vt url downloaded_files [url] [flags] ``` @@ -24,7 +20,8 @@ vt url downloaded_files [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_url_embedded_js_files.md b/doc/vt_url_embedded_js_files.md new file mode 100644 index 0000000..02c09db --- /dev/null +++ b/doc/vt_url_embedded_js_files.md @@ -0,0 +1,31 @@ +## vt url embedded_js_files + +JS files embedded in a URL. + +``` +vt url embedded_js_files [url] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for embedded_js_files + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt url](vt_url.md) - Get information about URLs + diff --git a/doc/vt_url_graphs.md b/doc/vt_url_graphs.md index 3945aba..54cd4ee 100644 --- a/doc/vt_url_graphs.md +++ b/doc/vt_url_graphs.md @@ -2,10 +2,6 @@ Graphs that include the URL. -### Synopsis - -Graphs that include the URL. - ``` vt url graphs [url] [flags] ``` @@ -24,7 +20,8 @@ vt url graphs [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_url_http_response_contents.md b/doc/vt_url_http_response_contents.md new file mode 100644 index 0000000..50859e2 --- /dev/null +++ b/doc/vt_url_http_response_contents.md @@ -0,0 +1,31 @@ +## vt url http_response_contents + +HTTP response contents from the URL. + +``` +vt url http_response_contents [url] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for http_response_contents + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt url](vt_url.md) - Get information about URLs + diff --git a/doc/vt_url_last_serving_ip_address.md b/doc/vt_url_last_serving_ip_address.md index 5d81b8b..1d496f7 100644 --- a/doc/vt_url_last_serving_ip_address.md +++ b/doc/vt_url_last_serving_ip_address.md @@ -2,10 +2,6 @@ Last IP address that served the URL. -### Synopsis - -Last IP address that served the URL. - ``` vt url last_serving_ip_address [url] [flags] ``` @@ -24,7 +20,8 @@ vt url last_serving_ip_address [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_url_memory_pattern_parents.md b/doc/vt_url_memory_pattern_parents.md new file mode 100644 index 0000000..12270f1 --- /dev/null +++ b/doc/vt_url_memory_pattern_parents.md @@ -0,0 +1,31 @@ +## vt url memory_pattern_parents + +Files having a domain as string on memory during sandbox execution. + +``` +vt url memory_pattern_parents [url] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for memory_pattern_parents + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt url](vt_url.md) - Get information about URLs + diff --git a/doc/vt_url_network_location.md b/doc/vt_url_network_location.md index deae15d..589e369 100644 --- a/doc/vt_url_network_location.md +++ b/doc/vt_url_network_location.md @@ -2,10 +2,6 @@ Domain or IP address for the URL. -### Synopsis - -Domain or IP address for the URL. - ``` vt url network_location [url] [flags] ``` @@ -24,7 +20,8 @@ vt url network_location [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_url_redirecting_urls.md b/doc/vt_url_redirecting_urls.md index ed7bdf1..f474d52 100644 --- a/doc/vt_url_redirecting_urls.md +++ b/doc/vt_url_redirecting_urls.md @@ -2,10 +2,6 @@ URLs that redirected to the given URL. -### Synopsis - -URLs that redirected to the given URL. - ``` vt url redirecting_urls [url] [flags] ``` @@ -24,7 +20,8 @@ vt url redirecting_urls [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_url_redirects_to.md b/doc/vt_url_redirects_to.md index 76fa36e..8ae4c59 100644 --- a/doc/vt_url_redirects_to.md +++ b/doc/vt_url_redirects_to.md @@ -2,10 +2,6 @@ URLs that this url redirects to. -### Synopsis - -URLs that this url redirects to. - ``` vt url redirects_to [url] [flags] ``` @@ -24,7 +20,8 @@ vt url redirects_to [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_url_references.md b/doc/vt_url_references.md new file mode 100644 index 0000000..76f74cd --- /dev/null +++ b/doc/vt_url_references.md @@ -0,0 +1,31 @@ +## vt url references + +Returns the References related to the URL. + +``` +vt url references [url] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for references + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt url](vt_url.md) - Get information about URLs + diff --git a/doc/vt_url_referrer_files.md b/doc/vt_url_referrer_files.md new file mode 100644 index 0000000..12e2547 --- /dev/null +++ b/doc/vt_url_referrer_files.md @@ -0,0 +1,31 @@ +## vt url referrer_files + +Files containing the URL. + +``` +vt url referrer_files [url] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for referrer_files + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt url](vt_url.md) - Get information about URLs + diff --git a/doc/vt_url_referrer_urls.md b/doc/vt_url_referrer_urls.md new file mode 100644 index 0000000..b49c2dc --- /dev/null +++ b/doc/vt_url_referrer_urls.md @@ -0,0 +1,31 @@ +## vt url referrer_urls + +URLs that refer to the given URL. + +``` +vt url referrer_urls [url] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for referrer_urls + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt url](vt_url.md) - Get information about URLs + diff --git a/doc/vt_url_related_attack_techniques.md b/doc/vt_url_related_attack_techniques.md new file mode 100644 index 0000000..2c072f4 --- /dev/null +++ b/doc/vt_url_related_attack_techniques.md @@ -0,0 +1,31 @@ +## vt url related_attack_techniques + +Returns the Attack Techniques of the Collections containing this URL. + +``` +vt url related_attack_techniques [url] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for related_attack_techniques + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt url](vt_url.md) - Get information about URLs + diff --git a/doc/vt_url_related_collections.md b/doc/vt_url_related_collections.md new file mode 100644 index 0000000..8e0056b --- /dev/null +++ b/doc/vt_url_related_collections.md @@ -0,0 +1,31 @@ +## vt url related_collections + +Returns the Collections of the parent Domains or IPs of this URL. + +``` +vt url related_collections [url] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for related_collections + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt url](vt_url.md) - Get information about URLs + diff --git a/doc/vt_url_related_comments.md b/doc/vt_url_related_comments.md index c2d68e1..a401aee 100644 --- a/doc/vt_url_related_comments.md +++ b/doc/vt_url_related_comments.md @@ -2,10 +2,6 @@ Comments for the URL. -### Synopsis - -Comments for the URL. - ``` vt url related_comments [url] [flags] ``` @@ -24,7 +20,8 @@ vt url related_comments [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_url_related_references.md b/doc/vt_url_related_references.md new file mode 100644 index 0000000..73f500e --- /dev/null +++ b/doc/vt_url_related_references.md @@ -0,0 +1,31 @@ +## vt url related_references + +Returns the References of the Collections containing this URL. + +``` +vt url related_references [url] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for related_references + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt url](vt_url.md) - Get information about URLs + diff --git a/doc/vt_url_related_threat_actors.md b/doc/vt_url_related_threat_actors.md new file mode 100644 index 0000000..190ba2d --- /dev/null +++ b/doc/vt_url_related_threat_actors.md @@ -0,0 +1,31 @@ +## vt url related_threat_actors + +Returns the Threat Actors of the Collections containing this URL. + +``` +vt url related_threat_actors [url] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for related_threat_actors + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt url](vt_url.md) - Get information about URLs + diff --git a/doc/vt_url_relationships.md b/doc/vt_url_relationships.md index b79adc5..2bbd17b 100644 --- a/doc/vt_url_relationships.md +++ b/doc/vt_url_relationships.md @@ -2,10 +2,6 @@ Get all relationships. -### Synopsis - -Get all relationships. - ``` vt url relationships [url] [flags] ``` @@ -22,7 +18,8 @@ vt url relationships [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_url_submissions.md b/doc/vt_url_submissions.md index ad10490..e28f3b8 100644 --- a/doc/vt_url_submissions.md +++ b/doc/vt_url_submissions.md @@ -2,10 +2,6 @@ Submissions for the URL. -### Synopsis - -Submissions for the URL. - ``` vt url submissions [url] [flags] ``` @@ -24,7 +20,8 @@ vt url submissions [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_url_urls_related_by_tracker_id.md b/doc/vt_url_urls_related_by_tracker_id.md index 41b6a12..509af25 100644 --- a/doc/vt_url_urls_related_by_tracker_id.md +++ b/doc/vt_url_urls_related_by_tracker_id.md @@ -1,10 +1,6 @@ ## vt url urls_related_by_tracker_id - - -### Synopsis - - +URLs that share the same tracker ID. ``` vt url urls_related_by_tracker_id [url] [flags] @@ -24,7 +20,8 @@ vt url urls_related_by_tracker_id [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_url_user_votes.md b/doc/vt_url_user_votes.md new file mode 100644 index 0000000..13ddaf5 --- /dev/null +++ b/doc/vt_url_user_votes.md @@ -0,0 +1,31 @@ +## vt url user_votes + +Item's votes made by current signed-in user. + +``` +vt url user_votes [url] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for user_votes + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt url](vt_url.md) - Get information about URLs + diff --git a/doc/vt_url_votes.md b/doc/vt_url_votes.md index d244741..d9828bc 100644 --- a/doc/vt_url_votes.md +++ b/doc/vt_url_votes.md @@ -1,10 +1,6 @@ ## vt url votes -Votes for the file/URL. - -### Synopsis - -Votes for the file/URL. +Item's votes. ``` vt url votes [url] [flags] @@ -24,7 +20,8 @@ vt url votes [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_user.md b/doc/vt_user.md index 2cc01bd..e902143 100644 --- a/doc/vt_user.md +++ b/doc/vt_user.md @@ -31,7 +31,8 @@ vt user [username | apikey | email]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_user_privileges.md b/doc/vt_user_privileges.md index 767893e..943120d 100644 --- a/doc/vt_user_privileges.md +++ b/doc/vt_user_privileges.md @@ -2,10 +2,6 @@ Change user privileges -### Synopsis - -Change user privileges - ### Options ``` @@ -15,7 +11,8 @@ Change user privileges ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_user_privileges_grant.md b/doc/vt_user_privileges_grant.md index 2acfab6..c4eb462 100644 --- a/doc/vt_user_privileges_grant.md +++ b/doc/vt_user_privileges_grant.md @@ -2,10 +2,6 @@ Grant privileges to a user -### Synopsis - -Grant privileges to a user - ``` vt user privileges grant [username] [privilege]... [flags] ``` @@ -19,13 +15,15 @@ vt user privileges grant [username] [privilege]... [flags] ### Options ``` - -h, --help help for grant + -e, --expiration string expiration time for the granted privileges (UNIX timestamp or YYYY-MM-DD) + -h, --help help for grant ``` ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_user_privileges_revoke.md b/doc/vt_user_privileges_revoke.md index 0169627..9beff63 100644 --- a/doc/vt_user_privileges_revoke.md +++ b/doc/vt_user_privileges_revoke.md @@ -2,10 +2,6 @@ Revoke privileges from a user -### Synopsis - -Revoke privileges from a user - ``` vt user privileges revoke [username] [privilege]... [flags] ``` @@ -25,7 +21,8 @@ vt user privileges revoke [username] [privilege]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/doc/vt_version.md b/doc/vt_version.md index ef51b76..fbfe04c 100644 --- a/doc/vt_version.md +++ b/doc/vt_version.md @@ -2,10 +2,6 @@ Show version number -### Synopsis - -Show version number - ``` vt version [flags] ``` @@ -19,7 +15,8 @@ vt version [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` diff --git a/man/vt.md b/man/vt.md index baddd1a..d5679f8 100644 --- a/man/vt.md +++ b/man/vt.md @@ -9,14 +9,16 @@ A command-line tool for interacting with VirusTotal. ### Options ``` - -k, --apikey string api key + -k, --apikey string API key -h, --help help for vt + --proxy string HTTP proxy -v, --verbose verbose output ``` ### SEE ALSO * [vt analysis](vt_analysis.md) - Get a file or URL analysis +* [vt collection](vt_collection.md) - Get information about collections * [vt completion](vt_completion.md) - Output shell completion code for the specified shell (bash or zsh) * [vt domain](vt_domain.md) - Get information about Internet domains * [vt download](vt_download.md) - Download files @@ -24,10 +26,11 @@ A command-line tool for interacting with VirusTotal. * [vt group](vt_group.md) - Get information about VirusTotal groups * [vt hunting](vt_hunting.md) - Manage malware hunting rules and notifications * [vt init](vt_init.md) - Initialize or re-initialize vt command-line tool +* [vt iocstream](vt_iocstream.md) - Manage IoC Stream notifications * [vt ip](vt_ip.md) - Get information about IP addresses -* [vt man](vt_man.md) - * [vt meta](vt_meta.md) - Returns metadata about VirusTotal * [vt monitor](vt_monitor.md) - Manage your monitor account +* [vt monitorpartner](vt_monitorpartner.md) - Manage your monitor partner account * [vt retrohunt](vt_retrohunt.md) - Manage retrohunt jobs * [vt scan](vt_scan.md) - Scan files or URLs * [vt search](vt_search.md) - Search for files in VirusTotal Intelligence @@ -35,4 +38,3 @@ A command-line tool for interacting with VirusTotal. * [vt user](vt_user.md) - Get information about VirusTotal users * [vt version](vt_version.md) - Show version number -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_analysis.md b/man/vt_analysis.md index 180e7b9..230323a 100644 --- a/man/vt_analysis.md +++ b/man/vt_analysis.md @@ -39,7 +39,8 @@ vt analysis [hash]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -47,4 +48,3 @@ vt analysis [hash]... [flags] * [vt](vt.md) - A command-line tool for interacting with VirusTotal -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_collection.md b/man/vt_collection.md new file mode 100644 index 0000000..f8b8d52 --- /dev/null +++ b/man/vt_collection.md @@ -0,0 +1,70 @@ +## 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 + +* [vt](vt.md) - A command-line tool for interacting with VirusTotal +* [vt collection attack_techniques](vt_collection_attack_techniques.md) - Collection's ATT&CK techniques. +* [vt collection autogenerated_graphs](vt_collection_autogenerated_graphs.md) - Autogenerated graphs related to the collection. +* [vt collection comments](vt_collection_comments.md) - Comments for the collection. +* [vt collection create](vt_collection_create.md) - Create a collection. +* [vt collection delete](vt_collection_delete.md) - Delete a collection. +* [vt collection domains](vt_collection_domains.md) - Collection's domains. +* [vt collection files](vt_collection_files.md) - Collection's files. +* [vt collection ip_addresses](vt_collection_ip_addresses.md) - Collection's IP addresses. +* [vt collection owner](vt_collection_owner.md) - User who created the collection. +* [vt collection references](vt_collection_references.md) - Collection's references. +* [vt collection relationships](vt_collection_relationships.md) - Get all relationships. +* [vt collection remove](vt_collection_remove.md) - Remove items from a collection. +* [vt collection rename](vt_collection_rename.md) - Rename collection. +* [vt collection sigma_rules](vt_collection_sigma_rules.md) - Collection's SIGMA rules. +* [vt collection stats](vt_collection_stats.md) - Monthly lookup and submission stats per country. +* [vt collection subscribed_users](vt_collection_subscribed_users.md) - Users subscribed to the collection. +* [vt collection subscription_preferences](vt_collection_subscription_preferences.md) - Subscription preference for the given user. +* [vt collection threat_actors](vt_collection_threat_actors.md) - Collection's threat actors. +* [vt collection update](vt_collection_update.md) - Add new items to a collection. +* [vt collection urls](vt_collection_urls.md) - Collection's URLs. +* [vt collection yara_rulesets](vt_collection_yara_rulesets.md) - Collection's YARA rulesets. + diff --git a/man/vt_collection_attack_techniques.md b/man/vt_collection_attack_techniques.md new file mode 100644 index 0000000..7c6a7cc --- /dev/null +++ b/man/vt_collection_attack_techniques.md @@ -0,0 +1,31 @@ +## vt collection attack_techniques + +Collection's ATT&CK techniques. + +``` +vt collection attack_techniques [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for attack_techniques + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/man/vt_collection_autogenerated_graphs.md b/man/vt_collection_autogenerated_graphs.md new file mode 100644 index 0000000..d63d1ad --- /dev/null +++ b/man/vt_collection_autogenerated_graphs.md @@ -0,0 +1,31 @@ +## vt collection autogenerated_graphs + +Autogenerated graphs related to the collection. + +``` +vt collection autogenerated_graphs [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for autogenerated_graphs + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/man/vt_collection_comments.md b/man/vt_collection_comments.md new file mode 100644 index 0000000..db07c6a --- /dev/null +++ b/man/vt_collection_comments.md @@ -0,0 +1,31 @@ +## vt collection comments + +Comments for the collection. + +``` +vt collection comments [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for comments + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/man/vt_collection_create.md b/man/vt_collection_create.md new file mode 100644 index 0000000..f417d6d --- /dev/null +++ b/man/vt_collection_create.md @@ -0,0 +1,49 @@ +## vt collection create + +Create a collection. + +### Synopsis + +Creates a collection from a list of IOCs. + +This command receives one of more IoCs (sha256 hashes, URLs, domains, IP addresses) +and creates a collection from them. + +If the command receives a single hypen (-) the IoCs will be read from the +standard input. + +``` +vt collection create [ioc]... [flags] +``` + +### Examples + +``` + vt collection create -n [collection_name] -d [collection_description] www.example.com + vt collection create -n [collection_name] -d [collection_description] www.example.com 8.8.8.8 + cat list_of_iocs | vt collection create -n [collection_name] -d [collection_description] - +``` + +### Options + +``` + -d, --description string Collection's description (required) + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for create + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --name string Collection's name (required) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/man/vt_collection_delete.md b/man/vt_collection_delete.md new file mode 100644 index 0000000..7fb8b3f --- /dev/null +++ b/man/vt_collection_delete.md @@ -0,0 +1,38 @@ +## vt collection delete + +Delete a collection. + +### Synopsis + +Delete a collection. + +This command receives a collection ID and deletes it. + +``` +vt collection delete [collection id] [flags] +``` + +### Examples + +``` + vt collection delete [collection id] +``` + +### Options + +``` + -h, --help help for delete +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/man/vt_collection_domains.md b/man/vt_collection_domains.md new file mode 100644 index 0000000..b4a9e04 --- /dev/null +++ b/man/vt_collection_domains.md @@ -0,0 +1,31 @@ +## vt collection domains + +Collection's domains. + +``` +vt collection domains [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for domains + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/man/vt_collection_files.md b/man/vt_collection_files.md new file mode 100644 index 0000000..f710be3 --- /dev/null +++ b/man/vt_collection_files.md @@ -0,0 +1,31 @@ +## vt collection files + +Collection's files. + +``` +vt collection files [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for files + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/man/vt_collection_ip_addresses.md b/man/vt_collection_ip_addresses.md new file mode 100644 index 0000000..132880d --- /dev/null +++ b/man/vt_collection_ip_addresses.md @@ -0,0 +1,31 @@ +## vt collection ip_addresses + +Collection's IP addresses. + +``` +vt collection ip_addresses [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for ip_addresses + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/man/vt_collection_owner.md b/man/vt_collection_owner.md new file mode 100644 index 0000000..9ae09d6 --- /dev/null +++ b/man/vt_collection_owner.md @@ -0,0 +1,31 @@ +## vt collection owner + +User who created the collection. + +``` +vt collection owner [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for owner + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/man/vt_collection_references.md b/man/vt_collection_references.md new file mode 100644 index 0000000..c7fe691 --- /dev/null +++ b/man/vt_collection_references.md @@ -0,0 +1,31 @@ +## vt collection references + +Collection's references. + +``` +vt collection references [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for references + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/man/vt_collection_relationships.md b/man/vt_collection_relationships.md new file mode 100644 index 0000000..6161491 --- /dev/null +++ b/man/vt_collection_relationships.md @@ -0,0 +1,29 @@ +## vt collection relationships + +Get all relationships. + +``` +vt collection relationships [collection] [flags] +``` + +### Options + +``` + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for relationships + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/man/vt_collection_remove.md b/man/vt_collection_remove.md new file mode 100644 index 0000000..83397a1 --- /dev/null +++ b/man/vt_collection_remove.md @@ -0,0 +1,44 @@ +## vt collection remove + +Remove items from a collection. + +### Synopsis + +Remove items from a collection. + +This command receives a collection ID and one of more IoCs +(sha256 hashes, URLs, domains, IP addresses) and removes them from the collection. + +If the command receives a single hypen (-) the IoCs will be read from the +standard input. + +``` +vt collection remove [collection id] [ioc]... [flags] +``` + +### Examples + +``` + vt collection remove [collection id] www.example.com + vt collection remove [collection id] www.example.com 8.8.8.8 + cat list_of_iocs | vt collection remove [collection id] - +``` + +### Options + +``` + -h, --help help for remove +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/man/vt_collection_rename.md b/man/vt_collection_rename.md new file mode 100644 index 0000000..2cd3425 --- /dev/null +++ b/man/vt_collection_rename.md @@ -0,0 +1,26 @@ +## vt collection rename + +Rename collection. + +``` +vt collection rename [collection id] [name] [flags] +``` + +### Options + +``` + -h, --help help for rename +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/man/vt_collection_sigma_rules.md b/man/vt_collection_sigma_rules.md new file mode 100644 index 0000000..3cff228 --- /dev/null +++ b/man/vt_collection_sigma_rules.md @@ -0,0 +1,31 @@ +## vt collection sigma_rules + +Collection's SIGMA rules. + +``` +vt collection sigma_rules [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for sigma_rules + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/man/vt_collection_stats.md b/man/vt_collection_stats.md new file mode 100644 index 0000000..f4216bd --- /dev/null +++ b/man/vt_collection_stats.md @@ -0,0 +1,31 @@ +## vt collection stats + +Monthly lookup and submission stats per country. + +``` +vt collection stats [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for stats + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/man/vt_collection_subscribed_users.md b/man/vt_collection_subscribed_users.md new file mode 100644 index 0000000..0abe384 --- /dev/null +++ b/man/vt_collection_subscribed_users.md @@ -0,0 +1,31 @@ +## vt collection subscribed_users + +Users subscribed to the collection. + +``` +vt collection subscribed_users [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for subscribed_users + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/man/vt_collection_subscription_preferences.md b/man/vt_collection_subscription_preferences.md new file mode 100644 index 0000000..a67ffe1 --- /dev/null +++ b/man/vt_collection_subscription_preferences.md @@ -0,0 +1,31 @@ +## vt collection subscription_preferences + +Subscription preference for the given user. + +``` +vt collection subscription_preferences [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for subscription_preferences + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/man/vt_collection_threat_actors.md b/man/vt_collection_threat_actors.md new file mode 100644 index 0000000..9d61d6e --- /dev/null +++ b/man/vt_collection_threat_actors.md @@ -0,0 +1,31 @@ +## vt collection threat_actors + +Collection's threat actors. + +``` +vt collection threat_actors [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for threat_actors + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/man/vt_collection_update.md b/man/vt_collection_update.md new file mode 100644 index 0000000..663a78f --- /dev/null +++ b/man/vt_collection_update.md @@ -0,0 +1,44 @@ +## vt collection update + +Add new items to a collection. + +### Synopsis + +Adds new items to a collection. + +This command receives a collection ID and one of more IoCs +(sha256 hashes, URLs, domains, IP addresses) and adds them to the collection. + +If the command receives a single hypen (-) the IoCs will be read from the +standard input. + +``` +vt collection update [collection id] [ioc]... [flags] +``` + +### Examples + +``` + vt collection update [collection id] www.example.com + vt collection update [collection id] www.example.com 8.8.8.8 + cat list_of_iocs | vt collection update [collection id] - +``` + +### Options + +``` + -h, --help help for update +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/man/vt_collection_urls.md b/man/vt_collection_urls.md new file mode 100644 index 0000000..e6cdc84 --- /dev/null +++ b/man/vt_collection_urls.md @@ -0,0 +1,31 @@ +## vt collection urls + +Collection's URLs. + +``` +vt collection urls [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for urls + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/man/vt_collection_yara_rulesets.md b/man/vt_collection_yara_rulesets.md new file mode 100644 index 0000000..3cef09f --- /dev/null +++ b/man/vt_collection_yara_rulesets.md @@ -0,0 +1,31 @@ +## vt collection yara_rulesets + +Collection's YARA rulesets. + +``` +vt collection yara_rulesets [collection] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for yara_rulesets + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt collection](vt_collection.md) - Get information about collections + diff --git a/man/vt_completion.md b/man/vt_completion.md index 652c966..425412d 100644 --- a/man/vt_completion.md +++ b/man/vt_completion.md @@ -24,7 +24,8 @@ vt completion [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +33,3 @@ vt completion [flags] * [vt](vt.md) - A command-line tool for interacting with VirusTotal -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_domain.md b/man/vt_domain.md index d79c102..48021c6 100644 --- a/man/vt_domain.md +++ b/man/vt_domain.md @@ -39,7 +39,8 @@ vt domain [domain]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -48,6 +49,7 @@ vt domain [domain]... [flags] * [vt](vt.md) - A command-line tool for interacting with VirusTotal * [vt domain caa_records](vt_domain_caa_records.md) - Records CAA for the domain. * [vt domain cname_records](vt_domain_cname_records.md) - Records CNAME for the domain. +* [vt domain collections](vt_domain_collections.md) - Returns the collections related to the domain. * [vt domain comments](vt_domain_comments.md) - Comments for the domain or IP address. * [vt domain communicating_files](vt_domain_communicating_files.md) - Files that communicate with the domain. * [vt domain downloaded_files](vt_domain_downloaded_files.md) - Files downloaded from the domain. @@ -55,17 +57,22 @@ vt domain [domain]... [flags] * [vt domain historical_ssl_certificates](vt_domain_historical_ssl_certificates.md) - SSL certificate history. * [vt domain historical_whois](vt_domain_historical_whois.md) - Historical Whois. * [vt domain immediate_parent](vt_domain_immediate_parent.md) - Immediate parent domain. +* [vt domain memory_pattern_parents](vt_domain_memory_pattern_parents.md) - Files having a domain as string on memory during sandbox execution. * [vt domain mx_records](vt_domain_mx_records.md) - Records MX for the domain. * [vt domain ns_records](vt_domain_ns_records.md) - Records NS for the domain. * [vt domain parent](vt_domain_parent.md) - Parent domain. +* [vt domain references](vt_domain_references.md) - Returns the References related to the domain. * [vt domain referrer_files](vt_domain_referrer_files.md) - Files containing the domain. +* [vt domain related_attack_techniques](vt_domain_related_attack_techniques.md) - Returns the Attack Techniques of Collections containing this Domain. * [vt domain related_comments](vt_domain_related_comments.md) - Comments for the Domain or IP's related entities. +* [vt domain related_references](vt_domain_related_references.md) - Returns the References of the Collections containing this Domain. +* [vt domain related_threat_actors](vt_domain_related_threat_actors.md) - Returns the Threat Actors of the Collections containing this Domain. * [vt domain relationships](vt_domain_relationships.md) - Get all relationships. * [vt domain resolutions](vt_domain_resolutions.md) - DNS resolutions for the domain. * [vt domain siblings](vt_domain_siblings.md) - Subdomains that share the same domain. * [vt domain soa_records](vt_domain_soa_records.md) - Records SOA for the domain. * [vt domain subdomains](vt_domain_subdomains.md) - Subdomains of the domain. * [vt domain urls](vt_domain_urls.md) - URLs related to the domain. -* [vt domain votes](vt_domain_votes.md) - Votes for the file/URL. +* [vt domain user_votes](vt_domain_user_votes.md) - Item's votes made by current signed-in user. +* [vt domain votes](vt_domain_votes.md) - Item's votes. -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_domain_caa_records.md b/man/vt_domain_caa_records.md index b189ec5..20d9f31 100644 --- a/man/vt_domain_caa_records.md +++ b/man/vt_domain_caa_records.md @@ -2,10 +2,6 @@ Records CAA for the domain. -### Synopsis - -Records CAA for the domain. - ``` vt domain caa_records [domain] [flags] ``` @@ -13,7 +9,7 @@ vt domain caa_records [domain] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for caa_records -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt domain caa_records [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt domain caa_records [domain] [flags] * [vt domain](vt_domain.md) - Get information about Internet domains -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_domain_cname_records.md b/man/vt_domain_cname_records.md index 21aeb30..e352803 100644 --- a/man/vt_domain_cname_records.md +++ b/man/vt_domain_cname_records.md @@ -2,10 +2,6 @@ Records CNAME for the domain. -### Synopsis - -Records CNAME for the domain. - ``` vt domain cname_records [domain] [flags] ``` @@ -13,7 +9,7 @@ vt domain cname_records [domain] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for cname_records -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt domain cname_records [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt domain cname_records [domain] [flags] * [vt domain](vt_domain.md) - Get information about Internet domains -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_domain_collections.md b/man/vt_domain_collections.md new file mode 100644 index 0000000..71cd6e0 --- /dev/null +++ b/man/vt_domain_collections.md @@ -0,0 +1,31 @@ +## vt domain collections + +Returns the collections related to the domain. + +``` +vt domain collections [domain] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for collections + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt domain](vt_domain.md) - Get information about Internet domains + diff --git a/man/vt_domain_comments.md b/man/vt_domain_comments.md index 70ceeeb..51daed1 100644 --- a/man/vt_domain_comments.md +++ b/man/vt_domain_comments.md @@ -2,10 +2,6 @@ Comments for the domain or IP address. -### Synopsis - -Comments for the domain or IP address. - ``` vt domain comments [domain] [flags] ``` @@ -13,7 +9,7 @@ vt domain comments [domain] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for comments -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt domain comments [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt domain comments [domain] [flags] * [vt domain](vt_domain.md) - Get information about Internet domains -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_domain_communicating_files.md b/man/vt_domain_communicating_files.md index adc6889..0934bca 100644 --- a/man/vt_domain_communicating_files.md +++ b/man/vt_domain_communicating_files.md @@ -2,10 +2,6 @@ Files that communicate with the domain. -### Synopsis - -Files that communicate with the domain. - ``` vt domain communicating_files [domain] [flags] ``` @@ -13,7 +9,7 @@ vt domain communicating_files [domain] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for communicating_files -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt domain communicating_files [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt domain communicating_files [domain] [flags] * [vt domain](vt_domain.md) - Get information about Internet domains -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_domain_downloaded_files.md b/man/vt_domain_downloaded_files.md index fbd4e14..91c5c87 100644 --- a/man/vt_domain_downloaded_files.md +++ b/man/vt_domain_downloaded_files.md @@ -2,10 +2,6 @@ Files downloaded from the domain. -### Synopsis - -Files downloaded from the domain. - ``` vt domain downloaded_files [domain] [flags] ``` @@ -13,7 +9,7 @@ vt domain downloaded_files [domain] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for downloaded_files -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt domain downloaded_files [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt domain downloaded_files [domain] [flags] * [vt domain](vt_domain.md) - Get information about Internet domains -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_domain_graphs.md b/man/vt_domain_graphs.md index 0010200..8dcf98a 100644 --- a/man/vt_domain_graphs.md +++ b/man/vt_domain_graphs.md @@ -2,10 +2,6 @@ Graphs containing the domain/ip. -### Synopsis - -Graphs containing the domain/ip. - ``` vt domain graphs [domain] [flags] ``` @@ -13,7 +9,7 @@ vt domain graphs [domain] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for graphs -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt domain graphs [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt domain graphs [domain] [flags] * [vt domain](vt_domain.md) - Get information about Internet domains -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_domain_historical_ssl_certificates.md b/man/vt_domain_historical_ssl_certificates.md index e19276e..da7efe2 100644 --- a/man/vt_domain_historical_ssl_certificates.md +++ b/man/vt_domain_historical_ssl_certificates.md @@ -2,10 +2,6 @@ SSL certificate history. -### Synopsis - -SSL certificate history. - ``` vt domain historical_ssl_certificates [domain] [flags] ``` @@ -13,7 +9,7 @@ vt domain historical_ssl_certificates [domain] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for historical_ssl_certificates -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt domain historical_ssl_certificates [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt domain historical_ssl_certificates [domain] [flags] * [vt domain](vt_domain.md) - Get information about Internet domains -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_domain_historical_whois.md b/man/vt_domain_historical_whois.md index 22d91ae..b17f66a 100644 --- a/man/vt_domain_historical_whois.md +++ b/man/vt_domain_historical_whois.md @@ -2,10 +2,6 @@ Historical Whois. -### Synopsis - -Historical Whois. - ``` vt domain historical_whois [domain] [flags] ``` @@ -13,7 +9,7 @@ vt domain historical_whois [domain] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for historical_whois -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt domain historical_whois [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt domain historical_whois [domain] [flags] * [vt domain](vt_domain.md) - Get information about Internet domains -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_domain_immediate_parent.md b/man/vt_domain_immediate_parent.md index e229ba2..f9ede6e 100644 --- a/man/vt_domain_immediate_parent.md +++ b/man/vt_domain_immediate_parent.md @@ -2,10 +2,6 @@ Immediate parent domain. -### Synopsis - -Immediate parent domain. - ``` vt domain immediate_parent [domain] [flags] ``` @@ -13,7 +9,7 @@ vt domain immediate_parent [domain] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for immediate_parent -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt domain immediate_parent [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt domain immediate_parent [domain] [flags] * [vt domain](vt_domain.md) - Get information about Internet domains -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_domain_memory_pattern_parents.md b/man/vt_domain_memory_pattern_parents.md new file mode 100644 index 0000000..a42ade3 --- /dev/null +++ b/man/vt_domain_memory_pattern_parents.md @@ -0,0 +1,31 @@ +## vt domain memory_pattern_parents + +Files having a domain as string on memory during sandbox execution. + +``` +vt domain memory_pattern_parents [domain] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for memory_pattern_parents + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt domain](vt_domain.md) - Get information about Internet domains + diff --git a/man/vt_domain_mx_records.md b/man/vt_domain_mx_records.md index e051180..c8f0be1 100644 --- a/man/vt_domain_mx_records.md +++ b/man/vt_domain_mx_records.md @@ -2,10 +2,6 @@ Records MX for the domain. -### Synopsis - -Records MX for the domain. - ``` vt domain mx_records [domain] [flags] ``` @@ -13,7 +9,7 @@ vt domain mx_records [domain] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for mx_records -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt domain mx_records [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt domain mx_records [domain] [flags] * [vt domain](vt_domain.md) - Get information about Internet domains -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_domain_ns_records.md b/man/vt_domain_ns_records.md index b58cab9..82773a4 100644 --- a/man/vt_domain_ns_records.md +++ b/man/vt_domain_ns_records.md @@ -2,10 +2,6 @@ Records NS for the domain. -### Synopsis - -Records NS for the domain. - ``` vt domain ns_records [domain] [flags] ``` @@ -13,7 +9,7 @@ vt domain ns_records [domain] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for ns_records -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt domain ns_records [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt domain ns_records [domain] [flags] * [vt domain](vt_domain.md) - Get information about Internet domains -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_domain_parent.md b/man/vt_domain_parent.md index 192686d..d9dd0bf 100644 --- a/man/vt_domain_parent.md +++ b/man/vt_domain_parent.md @@ -2,10 +2,6 @@ Parent domain. -### Synopsis - -Parent domain. - ``` vt domain parent [domain] [flags] ``` @@ -13,7 +9,7 @@ vt domain parent [domain] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for parent -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt domain parent [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt domain parent [domain] [flags] * [vt domain](vt_domain.md) - Get information about Internet domains -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_domain_references.md b/man/vt_domain_references.md new file mode 100644 index 0000000..4ac283e --- /dev/null +++ b/man/vt_domain_references.md @@ -0,0 +1,31 @@ +## vt domain references + +Returns the References related to the domain. + +``` +vt domain references [domain] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for references + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt domain](vt_domain.md) - Get information about Internet domains + diff --git a/man/vt_domain_referrer_files.md b/man/vt_domain_referrer_files.md index 0862240..5881596 100644 --- a/man/vt_domain_referrer_files.md +++ b/man/vt_domain_referrer_files.md @@ -2,10 +2,6 @@ Files containing the domain. -### Synopsis - -Files containing the domain. - ``` vt domain referrer_files [domain] [flags] ``` @@ -13,7 +9,7 @@ vt domain referrer_files [domain] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for referrer_files -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt domain referrer_files [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt domain referrer_files [domain] [flags] * [vt domain](vt_domain.md) - Get information about Internet domains -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_domain_related_attack_techniques.md b/man/vt_domain_related_attack_techniques.md new file mode 100644 index 0000000..5f60979 --- /dev/null +++ b/man/vt_domain_related_attack_techniques.md @@ -0,0 +1,31 @@ +## vt domain related_attack_techniques + +Returns the Attack Techniques of Collections containing this Domain. + +``` +vt domain related_attack_techniques [domain] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for related_attack_techniques + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt domain](vt_domain.md) - Get information about Internet domains + diff --git a/man/vt_domain_related_comments.md b/man/vt_domain_related_comments.md index ee7ab42..d74bf9a 100644 --- a/man/vt_domain_related_comments.md +++ b/man/vt_domain_related_comments.md @@ -2,10 +2,6 @@ Comments for the Domain or IP's related entities. -### Synopsis - -Comments for the Domain or IP's related entities. - ``` vt domain related_comments [domain] [flags] ``` @@ -13,7 +9,7 @@ vt domain related_comments [domain] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for related_comments -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt domain related_comments [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt domain related_comments [domain] [flags] * [vt domain](vt_domain.md) - Get information about Internet domains -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_domain_related_references.md b/man/vt_domain_related_references.md new file mode 100644 index 0000000..727ba6f --- /dev/null +++ b/man/vt_domain_related_references.md @@ -0,0 +1,31 @@ +## vt domain related_references + +Returns the References of the Collections containing this Domain. + +``` +vt domain related_references [domain] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for related_references + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt domain](vt_domain.md) - Get information about Internet domains + diff --git a/man/vt_domain_related_threat_actors.md b/man/vt_domain_related_threat_actors.md new file mode 100644 index 0000000..b810d60 --- /dev/null +++ b/man/vt_domain_related_threat_actors.md @@ -0,0 +1,31 @@ +## vt domain related_threat_actors + +Returns the Threat Actors of the Collections containing this Domain. + +``` +vt domain related_threat_actors [domain] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for related_threat_actors + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt domain](vt_domain.md) - Get information about Internet domains + diff --git a/man/vt_domain_relationships.md b/man/vt_domain_relationships.md index 045beff..06da4cc 100644 --- a/man/vt_domain_relationships.md +++ b/man/vt_domain_relationships.md @@ -2,10 +2,6 @@ Get all relationships. -### Synopsis - -Get all relationships. - ``` vt domain relationships [domain] [flags] ``` @@ -22,7 +18,8 @@ vt domain relationships [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -30,4 +27,3 @@ vt domain relationships [domain] [flags] * [vt domain](vt_domain.md) - Get information about Internet domains -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_domain_resolutions.md b/man/vt_domain_resolutions.md index bc997c7..ddb9ea5 100644 --- a/man/vt_domain_resolutions.md +++ b/man/vt_domain_resolutions.md @@ -2,10 +2,6 @@ DNS resolutions for the domain. -### Synopsis - -DNS resolutions for the domain. - ``` vt domain resolutions [domain] [flags] ``` @@ -13,7 +9,7 @@ vt domain resolutions [domain] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for resolutions -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt domain resolutions [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt domain resolutions [domain] [flags] * [vt domain](vt_domain.md) - Get information about Internet domains -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_domain_siblings.md b/man/vt_domain_siblings.md index 342abaf..f7ea70b 100644 --- a/man/vt_domain_siblings.md +++ b/man/vt_domain_siblings.md @@ -2,10 +2,6 @@ Subdomains that share the same domain. -### Synopsis - -Subdomains that share the same domain. - ``` vt domain siblings [domain] [flags] ``` @@ -13,7 +9,7 @@ vt domain siblings [domain] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for siblings -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt domain siblings [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt domain siblings [domain] [flags] * [vt domain](vt_domain.md) - Get information about Internet domains -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_domain_soa_records.md b/man/vt_domain_soa_records.md index 0bb9e2a..d362654 100644 --- a/man/vt_domain_soa_records.md +++ b/man/vt_domain_soa_records.md @@ -2,10 +2,6 @@ Records SOA for the domain. -### Synopsis - -Records SOA for the domain. - ``` vt domain soa_records [domain] [flags] ``` @@ -13,7 +9,7 @@ vt domain soa_records [domain] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for soa_records -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt domain soa_records [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt domain soa_records [domain] [flags] * [vt domain](vt_domain.md) - Get information about Internet domains -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_domain_subdomains.md b/man/vt_domain_subdomains.md index 0e6de06..ee34156 100644 --- a/man/vt_domain_subdomains.md +++ b/man/vt_domain_subdomains.md @@ -2,10 +2,6 @@ Subdomains of the domain. -### Synopsis - -Subdomains of the domain. - ``` vt domain subdomains [domain] [flags] ``` @@ -13,7 +9,7 @@ vt domain subdomains [domain] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for subdomains -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt domain subdomains [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt domain subdomains [domain] [flags] * [vt domain](vt_domain.md) - Get information about Internet domains -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_domain_urls.md b/man/vt_domain_urls.md index 9994db3..a8fe727 100644 --- a/man/vt_domain_urls.md +++ b/man/vt_domain_urls.md @@ -2,10 +2,6 @@ URLs related to the domain. -### Synopsis - -URLs related to the domain. - ``` vt domain urls [domain] [flags] ``` @@ -13,7 +9,7 @@ vt domain urls [domain] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for urls -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt domain urls [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt domain urls [domain] [flags] * [vt domain](vt_domain.md) - Get information about Internet domains -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_domain_user_votes.md b/man/vt_domain_user_votes.md new file mode 100644 index 0000000..297b73a --- /dev/null +++ b/man/vt_domain_user_votes.md @@ -0,0 +1,31 @@ +## vt domain user_votes + +Item's votes made by current signed-in user. + +``` +vt domain user_votes [domain] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for user_votes + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt domain](vt_domain.md) - Get information about Internet domains + diff --git a/man/vt_domain_votes.md b/man/vt_domain_votes.md index 208b1bc..f355797 100644 --- a/man/vt_domain_votes.md +++ b/man/vt_domain_votes.md @@ -1,10 +1,6 @@ ## vt domain votes -Votes for the file/URL. - -### Synopsis - -Votes for the file/URL. +Item's votes. ``` vt domain votes [domain] [flags] @@ -13,7 +9,7 @@ vt domain votes [domain] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for votes -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt domain votes [domain] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt domain votes [domain] [flags] * [vt domain](vt_domain.md) - Get information about Internet domains -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_download.md b/man/vt_download.md index 92ab474..6965b3a 100644 --- a/man/vt_download.md +++ b/man/vt_download.md @@ -38,7 +38,8 @@ vt download [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -46,4 +47,3 @@ vt download [flags] * [vt](vt.md) - A command-line tool for interacting with VirusTotal -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file.md b/man/vt_file.md index 776cb0b..debab83 100644 --- a/man/vt_file.md +++ b/man/vt_file.md @@ -40,7 +40,8 @@ vt file [hash]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -52,15 +53,19 @@ vt file [hash]... [flags] * [vt file bundled_files](vt_file_bundled_files.md) - Files bundled within the file. * [vt file carbonblack_children](vt_file_carbonblack_children.md) - Files derived from the file according to Carbon Black. * [vt file carbonblack_parents](vt_file_carbonblack_parents.md) - Files from where the file was derived according to Carbon Black. -* [vt file ciphered_bundled_files](vt_file_ciphered_bundled_files.md) - -* [vt file ciphered_parents](vt_file_ciphered_parents.md) - Ciphered files that contain the file. * [vt file clues](vt_file_clues.md) - Clues for the file. +* [vt file code_blocks](vt_file_code_blocks.md) - Code blocks of the file. +* [vt file collections](vt_file_collections.md) - Returns the collections related to the file. * [vt file comments](vt_file_comments.md) - Comments for the file. * [vt file compressed_parents](vt_file_compressed_parents.md) - Compressed files that contain the file. * [vt file contacted_domains](vt_file_contacted_domains.md) - Domains contacted by the file. * [vt file contacted_ips](vt_file_contacted_ips.md) - IP addresses contacted by the file. * [vt file contacted_urls](vt_file_contacted_urls.md) - URLs contacted by the file. +* [vt file distributors](vt_file_distributors.md) - Software marketplaces distributing the file. +* [vt file dropped_files](vt_file_dropped_files.md) - Files dropped by the file. +* [vt file email_attachments](vt_file_email_attachments.md) - Files attached to the email. * [vt file email_parents](vt_file_email_parents.md) - Email files that contained the file. +* [vt file email_senders](vt_file_email_senders.md) - Email sender's email addresses. * [vt file embedded_domains](vt_file_embedded_domains.md) - Domain names embedded in the file. * [vt file embedded_ips](vt_file_embedded_ips.md) - IP addresses embedded in the file. * [vt file embedded_urls](vt_file_embedded_urls.md) - URLs embedded in the file. @@ -68,15 +73,27 @@ vt file [hash]... [flags] * [vt file graphs](vt_file_graphs.md) - Graphs that include the file. * [vt file hash_collisions](vt_file_hash_collisions.md) - Files with the same MD5 or SHA1 than the file. * [vt file itw_domains](vt_file_itw_domains.md) - In the wild domains from where the file has been downloaded. +* [vt file itw_ips](vt_file_itw_ips.md) - In the wild IP addresses from where the file has been downloaded. * [vt file itw_urls](vt_file_itw_urls.md) - In the wild URLs from where the file has been downloaded. +* [vt file memory_pattern_domains](vt_file_memory_pattern_domains.md) - Domain string patterns found in memory during sandbox execution. +* [vt file memory_pattern_ips](vt_file_memory_pattern_ips.md) - IP address string patterns found in memory during sandbox execution. +* [vt file memory_pattern_urls](vt_file_memory_pattern_urls.md) - URL string patterns found in memory during sandbox execution. +* [vt file overlay_children](vt_file_overlay_children.md) - Files contained by the file as an overlay. * [vt file overlay_parents](vt_file_overlay_parents.md) - Files that contain the file as an overlay. +* [vt file pcap_children](vt_file_pcap_children.md) - PCAP files seen in the file. * [vt file pcap_parents](vt_file_pcap_parents.md) - PCAP files that contain the file. +* [vt file pe_resource_children](vt_file_pe_resource_children.md) - PE files contained by the file as a resource. * [vt file pe_resource_parents](vt_file_pe_resource_parents.md) - PE files containing the file as a resource. +* [vt file references](vt_file_references.md) - Returns the References for the file. +* [vt file related_attack_techniques](vt_file_related_attack_techniques.md) - Returns the Attack Techniques of the Collections containing this File. +* [vt file related_references](vt_file_related_references.md) - Returns the References of the Collections containing this File. +* [vt file related_threat_actors](vt_file_related_threat_actors.md) - Returns the Threat Actors of the Collections containing this File. * [vt file relationships](vt_file_relationships.md) - Get all relationships. * [vt file screenshots](vt_file_screenshots.md) - Screenshots obtained from the execution of the file. * [vt file sigma_analysis](vt_file_sigma_analysis.md) - Sigma analysis for the file. * [vt file similar_files](vt_file_similar_files.md) - Files that are similar to the file. * [vt file submissions](vt_file_submissions.md) - Submissions for the file. -* [vt file votes](vt_file_votes.md) - Votes for the file/URL. +* [vt file urls_for_embedded_js](vt_file_urls_for_embedded_js.md) - URLs where this (JS) file is embedded. +* [vt file user_votes](vt_file_user_votes.md) - Item's votes made by current signed-in user. +* [vt file votes](vt_file_votes.md) - Item's votes. -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_analyses.md b/man/vt_file_analyses.md index 5dc2ac4..3719f8a 100644 --- a/man/vt_file_analyses.md +++ b/man/vt_file_analyses.md @@ -2,10 +2,6 @@ Analyses for the file. -### Synopsis - -Analyses for the file. - ``` vt file analyses [hash] [flags] ``` @@ -13,7 +9,7 @@ vt file analyses [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for analyses -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file analyses [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file analyses [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_behaviours.md b/man/vt_file_behaviours.md index 0aa58f1..a479eb3 100644 --- a/man/vt_file_behaviours.md +++ b/man/vt_file_behaviours.md @@ -2,10 +2,6 @@ Behaviour reports for the file. -### Synopsis - -Behaviour reports for the file. - ``` vt file behaviours [hash] [flags] ``` @@ -13,7 +9,7 @@ vt file behaviours [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for behaviours -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file behaviours [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file behaviours [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_bundled_files.md b/man/vt_file_bundled_files.md index cfc08a6..8cecbb6 100644 --- a/man/vt_file_bundled_files.md +++ b/man/vt_file_bundled_files.md @@ -2,10 +2,6 @@ Files bundled within the file. -### Synopsis - -Files bundled within the file. - ``` vt file bundled_files [hash] [flags] ``` @@ -13,7 +9,7 @@ vt file bundled_files [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for bundled_files -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file bundled_files [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file bundled_files [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_carbonblack_children.md b/man/vt_file_carbonblack_children.md index 1a0f93c..ddd39e1 100644 --- a/man/vt_file_carbonblack_children.md +++ b/man/vt_file_carbonblack_children.md @@ -2,10 +2,6 @@ Files derived from the file according to Carbon Black. -### Synopsis - -Files derived from the file according to Carbon Black. - ``` vt file carbonblack_children [hash] [flags] ``` @@ -13,7 +9,7 @@ vt file carbonblack_children [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for carbonblack_children -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file carbonblack_children [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file carbonblack_children [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_carbonblack_parents.md b/man/vt_file_carbonblack_parents.md index f7819f1..644d61f 100644 --- a/man/vt_file_carbonblack_parents.md +++ b/man/vt_file_carbonblack_parents.md @@ -2,10 +2,6 @@ Files from where the file was derived according to Carbon Black. -### Synopsis - -Files from where the file was derived according to Carbon Black. - ``` vt file carbonblack_parents [hash] [flags] ``` @@ -13,7 +9,7 @@ vt file carbonblack_parents [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for carbonblack_parents -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file carbonblack_parents [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file carbonblack_parents [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_clues.md b/man/vt_file_clues.md index 700299b..7ad61b0 100644 --- a/man/vt_file_clues.md +++ b/man/vt_file_clues.md @@ -2,10 +2,6 @@ Clues for the file. -### Synopsis - -Clues for the file. - ``` vt file clues [hash] [flags] ``` @@ -13,7 +9,7 @@ vt file clues [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for clues -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file clues [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file clues [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_code_blocks.md b/man/vt_file_code_blocks.md new file mode 100644 index 0000000..d4c55e2 --- /dev/null +++ b/man/vt_file_code_blocks.md @@ -0,0 +1,31 @@ +## vt file code_blocks + +Code blocks of the file. + +``` +vt file code_blocks [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for code_blocks + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/man/vt_file_collections.md b/man/vt_file_collections.md new file mode 100644 index 0000000..64f437c --- /dev/null +++ b/man/vt_file_collections.md @@ -0,0 +1,31 @@ +## vt file collections + +Returns the collections related to the file. + +``` +vt file collections [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for collections + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/man/vt_file_comments.md b/man/vt_file_comments.md index 0bc214f..751f890 100644 --- a/man/vt_file_comments.md +++ b/man/vt_file_comments.md @@ -2,10 +2,6 @@ Comments for the file. -### Synopsis - -Comments for the file. - ``` vt file comments [hash] [flags] ``` @@ -13,7 +9,7 @@ vt file comments [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for comments -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file comments [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file comments [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_compressed_parents.md b/man/vt_file_compressed_parents.md index 98eb0db..e03ca2f 100644 --- a/man/vt_file_compressed_parents.md +++ b/man/vt_file_compressed_parents.md @@ -2,10 +2,6 @@ Compressed files that contain the file. -### Synopsis - -Compressed files that contain the file. - ``` vt file compressed_parents [hash] [flags] ``` @@ -13,7 +9,7 @@ vt file compressed_parents [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for compressed_parents -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file compressed_parents [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file compressed_parents [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_contacted_domains.md b/man/vt_file_contacted_domains.md index 6248e2e..c3c20bd 100644 --- a/man/vt_file_contacted_domains.md +++ b/man/vt_file_contacted_domains.md @@ -2,10 +2,6 @@ Domains contacted by the file. -### Synopsis - -Domains contacted by the file. - ``` vt file contacted_domains [hash] [flags] ``` @@ -13,7 +9,7 @@ vt file contacted_domains [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for contacted_domains -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file contacted_domains [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file contacted_domains [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_contacted_ips.md b/man/vt_file_contacted_ips.md index f18c034..ad23598 100644 --- a/man/vt_file_contacted_ips.md +++ b/man/vt_file_contacted_ips.md @@ -2,10 +2,6 @@ IP addresses contacted by the file. -### Synopsis - -IP addresses contacted by the file. - ``` vt file contacted_ips [hash] [flags] ``` @@ -13,7 +9,7 @@ vt file contacted_ips [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for contacted_ips -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file contacted_ips [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file contacted_ips [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_contacted_urls.md b/man/vt_file_contacted_urls.md index a8fa520..09ed7bb 100644 --- a/man/vt_file_contacted_urls.md +++ b/man/vt_file_contacted_urls.md @@ -2,10 +2,6 @@ URLs contacted by the file. -### Synopsis - -URLs contacted by the file. - ``` vt file contacted_urls [hash] [flags] ``` @@ -13,7 +9,7 @@ vt file contacted_urls [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for contacted_urls -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file contacted_urls [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file contacted_urls [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_distributors.md b/man/vt_file_distributors.md new file mode 100644 index 0000000..7980ede --- /dev/null +++ b/man/vt_file_distributors.md @@ -0,0 +1,31 @@ +## vt file distributors + +Software marketplaces distributing the file. + +``` +vt file distributors [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for distributors + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/man/vt_file_dropped_files.md b/man/vt_file_dropped_files.md new file mode 100644 index 0000000..e8829a3 --- /dev/null +++ b/man/vt_file_dropped_files.md @@ -0,0 +1,31 @@ +## vt file dropped_files + +Files dropped by the file. + +``` +vt file dropped_files [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for dropped_files + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/man/vt_file_email_attachments.md b/man/vt_file_email_attachments.md new file mode 100644 index 0000000..b384a41 --- /dev/null +++ b/man/vt_file_email_attachments.md @@ -0,0 +1,31 @@ +## vt file email_attachments + +Files attached to the email. + +``` +vt file email_attachments [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for email_attachments + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/man/vt_file_email_parents.md b/man/vt_file_email_parents.md index a28fb39..6a0dd52 100644 --- a/man/vt_file_email_parents.md +++ b/man/vt_file_email_parents.md @@ -2,10 +2,6 @@ Email files that contained the file. -### Synopsis - -Email files that contained the file. - ``` vt file email_parents [hash] [flags] ``` @@ -13,7 +9,7 @@ vt file email_parents [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for email_parents -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file email_parents [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file email_parents [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_email_senders.md b/man/vt_file_email_senders.md new file mode 100644 index 0000000..287a9b4 --- /dev/null +++ b/man/vt_file_email_senders.md @@ -0,0 +1,31 @@ +## vt file email_senders + +Email sender's email addresses. + +``` +vt file email_senders [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for email_senders + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/man/vt_file_embedded_domains.md b/man/vt_file_embedded_domains.md index 78037ba..5d74cc7 100644 --- a/man/vt_file_embedded_domains.md +++ b/man/vt_file_embedded_domains.md @@ -2,10 +2,6 @@ Domain names embedded in the file. -### Synopsis - -Domain names embedded in the file. - ``` vt file embedded_domains [hash] [flags] ``` @@ -13,7 +9,7 @@ vt file embedded_domains [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for embedded_domains -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file embedded_domains [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file embedded_domains [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_embedded_ips.md b/man/vt_file_embedded_ips.md index 9cad3c0..8c323be 100644 --- a/man/vt_file_embedded_ips.md +++ b/man/vt_file_embedded_ips.md @@ -2,10 +2,6 @@ IP addresses embedded in the file. -### Synopsis - -IP addresses embedded in the file. - ``` vt file embedded_ips [hash] [flags] ``` @@ -13,7 +9,7 @@ vt file embedded_ips [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for embedded_ips -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file embedded_ips [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file embedded_ips [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_embedded_urls.md b/man/vt_file_embedded_urls.md index 7ba0e0f..466a3dd 100644 --- a/man/vt_file_embedded_urls.md +++ b/man/vt_file_embedded_urls.md @@ -2,10 +2,6 @@ URLs embedded in the file. -### Synopsis - -URLs embedded in the file. - ``` vt file embedded_urls [hash] [flags] ``` @@ -13,7 +9,7 @@ vt file embedded_urls [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for embedded_urls -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file embedded_urls [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file embedded_urls [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_execution_parents.md b/man/vt_file_execution_parents.md index f6aaa30..280c5fb 100644 --- a/man/vt_file_execution_parents.md +++ b/man/vt_file_execution_parents.md @@ -2,10 +2,6 @@ Files that executed the file. -### Synopsis - -Files that executed the file. - ``` vt file execution_parents [hash] [flags] ``` @@ -13,7 +9,7 @@ vt file execution_parents [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for execution_parents -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file execution_parents [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file execution_parents [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_graphs.md b/man/vt_file_graphs.md index 57b8cee..52f140b 100644 --- a/man/vt_file_graphs.md +++ b/man/vt_file_graphs.md @@ -2,10 +2,6 @@ Graphs that include the file. -### Synopsis - -Graphs that include the file. - ``` vt file graphs [hash] [flags] ``` @@ -13,7 +9,7 @@ vt file graphs [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for graphs -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file graphs [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file graphs [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_hash_collisions.md b/man/vt_file_hash_collisions.md index d004e9c..bf04e3a 100644 --- a/man/vt_file_hash_collisions.md +++ b/man/vt_file_hash_collisions.md @@ -2,10 +2,6 @@ Files with the same MD5 or SHA1 than the file. -### Synopsis - -Files with the same MD5 or SHA1 than the file. - ``` vt file hash_collisions [hash] [flags] ``` @@ -13,7 +9,7 @@ vt file hash_collisions [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for hash_collisions -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file hash_collisions [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file hash_collisions [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_itw_domains.md b/man/vt_file_itw_domains.md index d3abca8..b19ea41 100644 --- a/man/vt_file_itw_domains.md +++ b/man/vt_file_itw_domains.md @@ -2,10 +2,6 @@ In the wild domains from where the file has been downloaded. -### Synopsis - -In the wild domains from where the file has been downloaded. - ``` vt file itw_domains [hash] [flags] ``` @@ -13,7 +9,7 @@ vt file itw_domains [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for itw_domains -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file itw_domains [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file itw_domains [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_itw_ips.md b/man/vt_file_itw_ips.md new file mode 100644 index 0000000..c5027ae --- /dev/null +++ b/man/vt_file_itw_ips.md @@ -0,0 +1,31 @@ +## vt file itw_ips + +In the wild IP addresses from where the file has been downloaded. + +``` +vt file itw_ips [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for itw_ips + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/man/vt_file_itw_urls.md b/man/vt_file_itw_urls.md index 6a0880d..7014be1 100644 --- a/man/vt_file_itw_urls.md +++ b/man/vt_file_itw_urls.md @@ -2,10 +2,6 @@ In the wild URLs from where the file has been downloaded. -### Synopsis - -In the wild URLs from where the file has been downloaded. - ``` vt file itw_urls [hash] [flags] ``` @@ -13,7 +9,7 @@ vt file itw_urls [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for itw_urls -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file itw_urls [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file itw_urls [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_memory_pattern_domains.md b/man/vt_file_memory_pattern_domains.md new file mode 100644 index 0000000..13f53ae --- /dev/null +++ b/man/vt_file_memory_pattern_domains.md @@ -0,0 +1,31 @@ +## vt file memory_pattern_domains + +Domain string patterns found in memory during sandbox execution. + +``` +vt file memory_pattern_domains [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for memory_pattern_domains + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/man/vt_file_memory_pattern_ips.md b/man/vt_file_memory_pattern_ips.md new file mode 100644 index 0000000..7f53691 --- /dev/null +++ b/man/vt_file_memory_pattern_ips.md @@ -0,0 +1,31 @@ +## vt file memory_pattern_ips + +IP address string patterns found in memory during sandbox execution. + +``` +vt file memory_pattern_ips [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for memory_pattern_ips + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/man/vt_file_memory_pattern_urls.md b/man/vt_file_memory_pattern_urls.md new file mode 100644 index 0000000..fbdb589 --- /dev/null +++ b/man/vt_file_memory_pattern_urls.md @@ -0,0 +1,31 @@ +## vt file memory_pattern_urls + +URL string patterns found in memory during sandbox execution. + +``` +vt file memory_pattern_urls [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for memory_pattern_urls + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/man/vt_file_overlay_children.md b/man/vt_file_overlay_children.md new file mode 100644 index 0000000..85412c0 --- /dev/null +++ b/man/vt_file_overlay_children.md @@ -0,0 +1,31 @@ +## vt file overlay_children + +Files contained by the file as an overlay. + +``` +vt file overlay_children [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for overlay_children + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/man/vt_file_overlay_parents.md b/man/vt_file_overlay_parents.md index e3e5e15..5ea0397 100644 --- a/man/vt_file_overlay_parents.md +++ b/man/vt_file_overlay_parents.md @@ -2,10 +2,6 @@ Files that contain the file as an overlay. -### Synopsis - -Files that contain the file as an overlay. - ``` vt file overlay_parents [hash] [flags] ``` @@ -13,7 +9,7 @@ vt file overlay_parents [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for overlay_parents -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file overlay_parents [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file overlay_parents [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_pcap_children.md b/man/vt_file_pcap_children.md new file mode 100644 index 0000000..d4101a8 --- /dev/null +++ b/man/vt_file_pcap_children.md @@ -0,0 +1,31 @@ +## vt file pcap_children + +PCAP files seen in the file. + +``` +vt file pcap_children [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for pcap_children + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/man/vt_file_pcap_parents.md b/man/vt_file_pcap_parents.md index 0ddbf02..0a1053b 100644 --- a/man/vt_file_pcap_parents.md +++ b/man/vt_file_pcap_parents.md @@ -2,10 +2,6 @@ PCAP files that contain the file. -### Synopsis - -PCAP files that contain the file. - ``` vt file pcap_parents [hash] [flags] ``` @@ -13,7 +9,7 @@ vt file pcap_parents [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for pcap_parents -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file pcap_parents [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file pcap_parents [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_pe_resource_children.md b/man/vt_file_pe_resource_children.md new file mode 100644 index 0000000..8670468 --- /dev/null +++ b/man/vt_file_pe_resource_children.md @@ -0,0 +1,31 @@ +## vt file pe_resource_children + +PE files contained by the file as a resource. + +``` +vt file pe_resource_children [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for pe_resource_children + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/man/vt_file_pe_resource_parents.md b/man/vt_file_pe_resource_parents.md index 5feed8f..262bd52 100644 --- a/man/vt_file_pe_resource_parents.md +++ b/man/vt_file_pe_resource_parents.md @@ -2,10 +2,6 @@ PE files containing the file as a resource. -### Synopsis - -PE files containing the file as a resource. - ``` vt file pe_resource_parents [hash] [flags] ``` @@ -13,7 +9,7 @@ vt file pe_resource_parents [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for pe_resource_parents -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file pe_resource_parents [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file pe_resource_parents [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_references.md b/man/vt_file_references.md new file mode 100644 index 0000000..f200c20 --- /dev/null +++ b/man/vt_file_references.md @@ -0,0 +1,31 @@ +## vt file references + +Returns the References for the file. + +``` +vt file references [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for references + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/man/vt_file_related_attack_techniques.md b/man/vt_file_related_attack_techniques.md new file mode 100644 index 0000000..a5cf540 --- /dev/null +++ b/man/vt_file_related_attack_techniques.md @@ -0,0 +1,31 @@ +## vt file related_attack_techniques + +Returns the Attack Techniques of the Collections containing this File. + +``` +vt file related_attack_techniques [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for related_attack_techniques + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/man/vt_file_related_references.md b/man/vt_file_related_references.md new file mode 100644 index 0000000..ea5915d --- /dev/null +++ b/man/vt_file_related_references.md @@ -0,0 +1,31 @@ +## vt file related_references + +Returns the References of the Collections containing this File. + +``` +vt file related_references [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for related_references + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/man/vt_file_related_threat_actors.md b/man/vt_file_related_threat_actors.md new file mode 100644 index 0000000..da1dfba --- /dev/null +++ b/man/vt_file_related_threat_actors.md @@ -0,0 +1,31 @@ +## vt file related_threat_actors + +Returns the Threat Actors of the Collections containing this File. + +``` +vt file related_threat_actors [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for related_threat_actors + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/man/vt_file_relationships.md b/man/vt_file_relationships.md index 62831d9..913342e 100644 --- a/man/vt_file_relationships.md +++ b/man/vt_file_relationships.md @@ -2,10 +2,6 @@ Get all relationships. -### Synopsis - -Get all relationships. - ``` vt file relationships [hash] [flags] ``` @@ -22,7 +18,8 @@ vt file relationships [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -30,4 +27,3 @@ vt file relationships [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_screenshots.md b/man/vt_file_screenshots.md index a38ce9e..eb57b3f 100644 --- a/man/vt_file_screenshots.md +++ b/man/vt_file_screenshots.md @@ -2,10 +2,6 @@ Screenshots obtained from the execution of the file. -### Synopsis - -Screenshots obtained from the execution of the file. - ``` vt file screenshots [hash] [flags] ``` @@ -13,7 +9,7 @@ vt file screenshots [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for screenshots -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file screenshots [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file screenshots [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_sigma_analysis.md b/man/vt_file_sigma_analysis.md index 1a51b5a..b02d672 100644 --- a/man/vt_file_sigma_analysis.md +++ b/man/vt_file_sigma_analysis.md @@ -2,10 +2,6 @@ Sigma analysis for the file. -### Synopsis - -Sigma analysis for the file. - ``` vt file sigma_analysis [hash] [flags] ``` @@ -13,7 +9,7 @@ vt file sigma_analysis [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for sigma_analysis -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file sigma_analysis [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file sigma_analysis [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_similar_files.md b/man/vt_file_similar_files.md index cd62aa0..2c042a4 100644 --- a/man/vt_file_similar_files.md +++ b/man/vt_file_similar_files.md @@ -2,10 +2,6 @@ Files that are similar to the file. -### Synopsis - -Files that are similar to the file. - ``` vt file similar_files [hash] [flags] ``` @@ -13,7 +9,7 @@ vt file similar_files [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for similar_files -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file similar_files [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file similar_files [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_submissions.md b/man/vt_file_submissions.md index 46f798e..59389e5 100644 --- a/man/vt_file_submissions.md +++ b/man/vt_file_submissions.md @@ -2,10 +2,6 @@ Submissions for the file. -### Synopsis - -Submissions for the file. - ``` vt file submissions [hash] [flags] ``` @@ -13,7 +9,7 @@ vt file submissions [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for submissions -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file submissions [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file submissions [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_file_urls_for_embedded_js.md b/man/vt_file_urls_for_embedded_js.md new file mode 100644 index 0000000..83d0c67 --- /dev/null +++ b/man/vt_file_urls_for_embedded_js.md @@ -0,0 +1,31 @@ +## vt file urls_for_embedded_js + +URLs where this (JS) file is embedded. + +``` +vt file urls_for_embedded_js [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for urls_for_embedded_js + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/man/vt_file_user_votes.md b/man/vt_file_user_votes.md new file mode 100644 index 0000000..1f06498 --- /dev/null +++ b/man/vt_file_user_votes.md @@ -0,0 +1,31 @@ +## vt file user_votes + +Item's votes made by current signed-in user. + +``` +vt file user_votes [hash] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for user_votes + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt file](vt_file.md) - Get information about files + diff --git a/man/vt_file_votes.md b/man/vt_file_votes.md index e423b5f..af8a2b2 100644 --- a/man/vt_file_votes.md +++ b/man/vt_file_votes.md @@ -1,10 +1,6 @@ ## vt file votes -Votes for the file/URL. - -### Synopsis - -Votes for the file/URL. +Item's votes. ``` vt file votes [hash] [flags] @@ -13,7 +9,7 @@ vt file votes [hash] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for votes -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt file votes [hash] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt file votes [hash] [flags] * [vt file](vt_file.md) - Get information about files -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_group.md b/man/vt_group.md index 0248e03..98796da 100644 --- a/man/vt_group.md +++ b/man/vt_group.md @@ -29,7 +29,8 @@ vt group [groupname]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -38,4 +39,3 @@ vt group [groupname]... [flags] * [vt](vt.md) - A command-line tool for interacting with VirusTotal * [vt group privileges](vt_group_privileges.md) - Change group privileges -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_group_privileges.md b/man/vt_group_privileges.md index 50f00b8..0b122f1 100644 --- a/man/vt_group_privileges.md +++ b/man/vt_group_privileges.md @@ -2,10 +2,6 @@ Change group privileges -### Synopsis - -Change group privileges - ### Options ``` @@ -15,7 +11,8 @@ Change group privileges ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -25,4 +22,3 @@ Change group privileges * [vt group privileges grant](vt_group_privileges_grant.md) - Grant privileges to a group * [vt group privileges revoke](vt_group_privileges_revoke.md) - Revoke privileges from a group -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_group_privileges_grant.md b/man/vt_group_privileges_grant.md index 2f93f9c..2977b1e 100644 --- a/man/vt_group_privileges_grant.md +++ b/man/vt_group_privileges_grant.md @@ -2,10 +2,6 @@ Grant privileges to a group -### Synopsis - -Grant privileges to a group - ``` vt group privileges grant [groupname] [privilege]... [flags] ``` @@ -19,13 +15,15 @@ vt group privileges grant [groupname] [privilege]... [flags] ### Options ``` - -h, --help help for grant + -e, --expiration string expiration time for the granted privileges (UNIX timestamp or YYYY-MM-DD) + -h, --help help for grant ``` ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -33,4 +31,3 @@ vt group privileges grant [groupname] [privilege]... [flags] * [vt group privileges](vt_group_privileges.md) - Change group privileges -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_group_privileges_revoke.md b/man/vt_group_privileges_revoke.md index d09baa1..16dee19 100644 --- a/man/vt_group_privileges_revoke.md +++ b/man/vt_group_privileges_revoke.md @@ -2,10 +2,6 @@ Revoke privileges from a group -### Synopsis - -Revoke privileges from a group - ``` vt group privileges revoke [groupname] [privilege]... [flags] ``` @@ -25,7 +21,8 @@ vt group privileges revoke [groupname] [privilege]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -33,4 +30,3 @@ vt group privileges revoke [groupname] [privilege]... [flags] * [vt group privileges](vt_group_privileges.md) - Change group privileges -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_hunting.md b/man/vt_hunting.md index dabd3f8..a916431 100644 --- a/man/vt_hunting.md +++ b/man/vt_hunting.md @@ -2,10 +2,6 @@ Manage malware hunting rules and notifications -### Synopsis - -Manage malware hunting rules and notifications - ### Options ``` @@ -15,7 +11,8 @@ Manage malware hunting rules and notifications ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -25,4 +22,3 @@ Manage malware hunting rules and notifications * [vt hunting notification](vt_hunting_notification.md) - Manage malware hunting notifications * [vt hunting ruleset](vt_hunting_ruleset.md) - Manage hunting rulesets -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_hunting_notification.md b/man/vt_hunting_notification.md index cf9889f..cb80c0f 100644 --- a/man/vt_hunting_notification.md +++ b/man/vt_hunting_notification.md @@ -2,10 +2,6 @@ Manage malware hunting notifications -### Synopsis - -Manage malware hunting notifications - ``` vt hunting notification [id]... [flags] ``` @@ -23,7 +19,8 @@ vt hunting notification [id]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -33,4 +30,3 @@ vt hunting notification [id]... [flags] * [vt hunting notification delete](vt_hunting_notification_delete.md) - Delete hunting notifications * [vt hunting notification list](vt_hunting_notification_list.md) - List notifications -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_hunting_notification_delete.md b/man/vt_hunting_notification_delete.md index f288ced..5e6aeee 100644 --- a/man/vt_hunting_notification_delete.md +++ b/man/vt_hunting_notification_delete.md @@ -24,7 +24,8 @@ vt hunting notification delete [notification id]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +33,3 @@ vt hunting notification delete [notification id]... [flags] * [vt hunting notification](vt_hunting_notification.md) - Manage malware hunting notifications -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_hunting_notification_list.md b/man/vt_hunting_notification_list.md index 116696c..0e3cd26 100644 --- a/man/vt_hunting_notification_list.md +++ b/man/vt_hunting_notification_list.md @@ -16,7 +16,7 @@ vt hunting notification list [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -f, --filter string filter -h, --help help for list @@ -28,7 +28,8 @@ vt hunting notification list [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -37,4 +38,3 @@ vt hunting notification list [flags] * [vt hunting notification](vt_hunting_notification.md) - Manage malware hunting notifications * [vt hunting notification list delete](vt_hunting_notification_list_delete.md) - Delete hunting notifications -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_hunting_notification_list_delete.md b/man/vt_hunting_notification_list_delete.md index 624a3eb..65888b1 100644 --- a/man/vt_hunting_notification_list_delete.md +++ b/man/vt_hunting_notification_list_delete.md @@ -24,7 +24,8 @@ vt hunting notification list delete [notification id]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +33,3 @@ vt hunting notification list delete [notification id]... [flags] * [vt hunting notification list](vt_hunting_notification_list.md) - List notifications -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_hunting_ruleset.md b/man/vt_hunting_ruleset.md index e79e60f..7914c93 100644 --- a/man/vt_hunting_ruleset.md +++ b/man/vt_hunting_ruleset.md @@ -2,10 +2,6 @@ Manage hunting rulesets -### Synopsis - -Manage hunting rulesets - ``` vt hunting ruleset [id]... [flags] ``` @@ -23,7 +19,8 @@ vt hunting ruleset [id]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -35,8 +32,8 @@ vt hunting ruleset [id]... [flags] * [vt hunting ruleset disable](vt_hunting_ruleset_disable.md) - Disable ruleset * [vt hunting ruleset enable](vt_hunting_ruleset_enable.md) - Enable ruleset * [vt hunting ruleset list](vt_hunting_ruleset_list.md) - List rulesets +* [vt hunting ruleset notification_emails](vt_hunting_ruleset_notification_emails.md) - Set ruleset notification emails * [vt hunting ruleset rename](vt_hunting_ruleset_rename.md) - Rename ruleset * [vt hunting ruleset setlimit](vt_hunting_ruleset_setlimit.md) - Set ruleset limit -* [vt hunting ruleset update](vt_hunting_ruleset_update.md) - Change the rules for a ruleset. +* [vt hunting ruleset update](vt_hunting_ruleset_update.md) - Change the rules for a ruleset -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_hunting_ruleset_add.md b/man/vt_hunting_ruleset_add.md index 0dab60a..bdb7bab 100644 --- a/man/vt_hunting_ruleset_add.md +++ b/man/vt_hunting_ruleset_add.md @@ -2,10 +2,6 @@ Add a new ruleset -### Synopsis - -Add a new ruleset - ``` vt hunting ruleset add [ruleset name] [rules file] [flags] ``` @@ -19,7 +15,8 @@ vt hunting ruleset add [ruleset name] [rules file] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -27,4 +24,3 @@ vt hunting ruleset add [ruleset name] [rules file] [flags] * [vt hunting ruleset](vt_hunting_ruleset.md) - Manage hunting rulesets -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_hunting_ruleset_delete.md b/man/vt_hunting_ruleset_delete.md index 460228d..2b9f237 100644 --- a/man/vt_hunting_ruleset_delete.md +++ b/man/vt_hunting_ruleset_delete.md @@ -2,10 +2,6 @@ Delete rulesets -### Synopsis - -Delete rulesets - ``` vt hunting ruleset delete [ruleset id]... [flags] ``` @@ -20,7 +16,8 @@ vt hunting ruleset delete [ruleset id]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -28,4 +25,3 @@ vt hunting ruleset delete [ruleset id]... [flags] * [vt hunting ruleset](vt_hunting_ruleset.md) - Manage hunting rulesets -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_hunting_ruleset_disable.md b/man/vt_hunting_ruleset_disable.md index 67f393f..51371ec 100644 --- a/man/vt_hunting_ruleset_disable.md +++ b/man/vt_hunting_ruleset_disable.md @@ -2,10 +2,6 @@ Disable ruleset -### Synopsis - -Disable ruleset - ``` vt hunting ruleset disable [ruleset id] [flags] ``` @@ -19,7 +15,8 @@ vt hunting ruleset disable [ruleset id] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -27,4 +24,3 @@ vt hunting ruleset disable [ruleset id] [flags] * [vt hunting ruleset](vt_hunting_ruleset.md) - Manage hunting rulesets -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_hunting_ruleset_enable.md b/man/vt_hunting_ruleset_enable.md index 5f42b7e..cbd9509 100644 --- a/man/vt_hunting_ruleset_enable.md +++ b/man/vt_hunting_ruleset_enable.md @@ -2,10 +2,6 @@ Enable ruleset -### Synopsis - -Enable ruleset - ``` vt hunting ruleset enable [ruleset id] [flags] ``` @@ -19,7 +15,8 @@ vt hunting ruleset enable [ruleset id] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -27,4 +24,3 @@ vt hunting ruleset enable [ruleset id] [flags] * [vt hunting ruleset](vt_hunting_ruleset.md) - Manage hunting rulesets -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_hunting_ruleset_list.md b/man/vt_hunting_ruleset_list.md index 667b6d5..ef65d27 100644 --- a/man/vt_hunting_ruleset_list.md +++ b/man/vt_hunting_ruleset_list.md @@ -16,7 +16,7 @@ vt hunting ruleset list [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -f, --filter string filter -h, --help help for list @@ -28,7 +28,8 @@ vt hunting ruleset list [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -36,4 +37,3 @@ vt hunting ruleset list [flags] * [vt hunting ruleset](vt_hunting_ruleset.md) - Manage hunting rulesets -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_hunting_ruleset_notification_emails.md b/man/vt_hunting_ruleset_notification_emails.md new file mode 100644 index 0000000..0838105 --- /dev/null +++ b/man/vt_hunting_ruleset_notification_emails.md @@ -0,0 +1,26 @@ +## vt hunting ruleset notification_emails + +Set ruleset notification emails + +``` +vt hunting ruleset notification_emails [ruleset id] [email]... [flags] +``` + +### Options + +``` + -h, --help help for notification_emails +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt hunting ruleset](vt_hunting_ruleset.md) - Manage hunting rulesets + diff --git a/man/vt_hunting_ruleset_rename.md b/man/vt_hunting_ruleset_rename.md index 702ba8a..9c51bd8 100644 --- a/man/vt_hunting_ruleset_rename.md +++ b/man/vt_hunting_ruleset_rename.md @@ -2,10 +2,6 @@ Rename ruleset -### Synopsis - -Rename ruleset - ``` vt hunting ruleset rename [ruleset id] [name] [flags] ``` @@ -19,7 +15,8 @@ vt hunting ruleset rename [ruleset id] [name] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -27,4 +24,3 @@ vt hunting ruleset rename [ruleset id] [name] [flags] * [vt hunting ruleset](vt_hunting_ruleset.md) - Manage hunting rulesets -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_hunting_ruleset_setlimit.md b/man/vt_hunting_ruleset_setlimit.md index e038bc1..7f43eb5 100644 --- a/man/vt_hunting_ruleset_setlimit.md +++ b/man/vt_hunting_ruleset_setlimit.md @@ -2,10 +2,6 @@ Set ruleset limit -### Synopsis - -Set ruleset limit - ``` vt hunting ruleset setlimit [ruleset id] [limit] [flags] ``` @@ -19,7 +15,8 @@ vt hunting ruleset setlimit [ruleset id] [limit] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -27,4 +24,3 @@ vt hunting ruleset setlimit [ruleset id] [limit] [flags] * [vt hunting ruleset](vt_hunting_ruleset.md) - Manage hunting rulesets -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_hunting_ruleset_update.md b/man/vt_hunting_ruleset_update.md index 2f9f446..bf5d93f 100644 --- a/man/vt_hunting_ruleset_update.md +++ b/man/vt_hunting_ruleset_update.md @@ -1,10 +1,6 @@ ## vt hunting ruleset update -Change the rules for a ruleset. - -### Synopsis - -Change the rules for a ruleset. +Change the rules for a ruleset ``` vt hunting ruleset update [ruleset id] [rules file] [flags] @@ -19,7 +15,8 @@ vt hunting ruleset update [ruleset id] [rules file] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -27,4 +24,3 @@ vt hunting ruleset update [ruleset id] [rules file] [flags] * [vt hunting ruleset](vt_hunting_ruleset.md) - Manage hunting rulesets -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_init.md b/man/vt_init.md index ad5d177..a89a987 100644 --- a/man/vt_init.md +++ b/man/vt_init.md @@ -23,7 +23,8 @@ vt init [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -31,4 +32,3 @@ vt init [flags] * [vt](vt.md) - A command-line tool for interacting with VirusTotal -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_iocstream.md b/man/vt_iocstream.md new file mode 100644 index 0000000..2f15333 --- /dev/null +++ b/man/vt_iocstream.md @@ -0,0 +1,58 @@ +## vt iocstream + +Manage IoC Stream notifications + +``` +vt iocstream [notification_id]... [flags] +``` + +### Examples + +``` +## List: +# List notifications from a hunting rule by name +vt iocstream list -f "origin:hunting tag:my_rule" +# List notifications from a hunting ruleset by name +vt iocstream list -f "origin:hunting tag:myRuleset" +# List just the entity IDs of your IoC Stream matches +vt iocstream list -I +# List ALL the entity IDs in your IoC Stream and store them in a csv file (this might take a while) +vt iocstream list -I –limit 9999999 > results.csv +# List the first IoC Stream notifications including the hash, last_analysis_stats, size and file type +vt iocstream list -i "_id,last_analysis_stats,size,type_tag" +# Check if a hash is in your IoC Stream matches +vt iocstream list -f "entity_type:file entity_id:hash" + +## Delete: +# Delete all notifications matching a filter, e.g. all matches for a Yara rule/ruleset. This process is +# asynchronous, so it can take a while to see all the notifications deleted. +vt iocstream delete -f "origin:hunting tag:my_rule" +# Delete a single notification with ID 1234568. The notification ID is displayed in the context_attributes. +vt iocstream delete 1234568 + +``` + +### Options + +``` + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for iocstream + -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 + +* [vt](vt.md) - A command-line tool for interacting with VirusTotal +* [vt iocstream delete](vt_iocstream_delete.md) - Deletes notifications from the IoC Stream +* [vt iocstream list](vt_iocstream_list.md) - List IoCs from notifications + diff --git a/man/vt_iocstream_delete.md b/man/vt_iocstream_delete.md new file mode 100644 index 0000000..bc2702c --- /dev/null +++ b/man/vt_iocstream_delete.md @@ -0,0 +1,44 @@ +## vt iocstream delete + +Deletes notifications from the IoC Stream + +### Synopsis + +Delete notifications from the IoC Stream. + +The command accepts a list of IoC Stream notification IDs. If no IDs are provided, +then all the IoC Stream notifications matching the given filter are deleted. + + +``` +vt iocstream delete [notification id]... [flags] +``` + +### Examples + +``` +# Delete all notifications matching a filter, e.g. all matches for a Yara rule/ruleset +vt iocstream delete -f "origin:hunting tag:my_rule" +# Delete a single notification with ID 1234568. The notification ID is displayed in the context_attributes. +vt iocstream delete 1234568 +``` + +### Options + +``` + -f, --filter string filter + -h, --help help for delete +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt iocstream](vt_iocstream.md) - Manage IoC Stream notifications + diff --git a/man/vt_iocstream_list.md b/man/vt_iocstream_list.md new file mode 100644 index 0000000..18e48c8 --- /dev/null +++ b/man/vt_iocstream_list.md @@ -0,0 +1,50 @@ +## vt iocstream list + +List IoCs from notifications + +``` +vt iocstream list [flags] +``` + +### Examples + +``` +# List notifications from a hunting rule by name +vt iocstream list -f "origin:hunting tag:my_rule" +# List notifications from a hunting ruleset by name +vt iocstream list -f "origin:hunting tag:myRuleset" +# List just the entity IDs of your IoC Stream matches +vt iocstream list -I +# List ALL the entity IDs in your IoC Stream and store them in a csv file (this might take a while) +vt iocstream list -I –limit 9999999 > results.csv +# List the first IoC Stream notifications including the hash, last_analysis_stats, size and file type +vt iocstream list -i "_id,last_analysis_stats,size,type_tag" +# Check if a hash is in your IoC Stream matches +vt iocstream list -f "entity_type:file entity_id:hash" + +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -f, --filter string filter + -h, --help help for list + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt iocstream](vt_iocstream.md) - Manage IoC Stream notifications + diff --git a/man/vt_ip.md b/man/vt_ip.md index aea3d69..cbfe192 100644 --- a/man/vt_ip.md +++ b/man/vt_ip.md @@ -38,24 +38,31 @@ vt ip [ip]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` ### SEE ALSO * [vt](vt.md) - A command-line tool for interacting with VirusTotal +* [vt ip collections](vt_ip_collections.md) - Returns the collections related to the IP Address. * [vt ip comments](vt_ip_comments.md) - Comments for the domain or IP address. * [vt ip communicating_files](vt_ip_communicating_files.md) - Files that communicate with the ip. * [vt ip downloaded_files](vt_ip_downloaded_files.md) - Files downloaded from the ip. * [vt ip graphs](vt_ip_graphs.md) - Graphs containing the domain/ip. * [vt ip historical_ssl_certificates](vt_ip_historical_ssl_certificates.md) - SSL certificate history. * [vt ip historical_whois](vt_ip_historical_whois.md) - Historical Whois. +* [vt ip memory_pattern_parents](vt_ip_memory_pattern_parents.md) - Files having a IP as string on memory during sandbox execution. +* [vt ip references](vt_ip_references.md) - Returns the References related to the IP Address. * [vt ip referrer_files](vt_ip_referrer_files.md) - Files containing the domain/ip. +* [vt ip related_attack_techniques](vt_ip_related_attack_techniques.md) - Returns the Attack Techniques of the Collections containing this IP. * [vt ip related_comments](vt_ip_related_comments.md) - Comments for the Domain or IP's related entities. +* [vt ip related_references](vt_ip_related_references.md) - Returns the References of the Collections containing this IP. +* [vt ip related_threat_actors](vt_ip_related_threat_actors.md) - Returns the Threat Actors of the Collections containing this IP. * [vt ip relationships](vt_ip_relationships.md) - Get all relationships. * [vt ip resolutions](vt_ip_resolutions.md) - DNS resolutions for the IP address. * [vt ip urls](vt_ip_urls.md) - URLs related to the ip. -* [vt ip votes](vt_ip_votes.md) - Votes for the file/URL. +* [vt ip user_votes](vt_ip_user_votes.md) - Item's votes made by current signed-in user. +* [vt ip votes](vt_ip_votes.md) - Item's votes. -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_ip_collections.md b/man/vt_ip_collections.md new file mode 100644 index 0000000..7eb3f5b --- /dev/null +++ b/man/vt_ip_collections.md @@ -0,0 +1,31 @@ +## vt ip collections + +Returns the collections related to the IP Address. + +``` +vt ip collections [ip] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for collections + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt ip](vt_ip.md) - Get information about IP addresses + diff --git a/man/vt_ip_comments.md b/man/vt_ip_comments.md index 337a128..ae3fcf2 100644 --- a/man/vt_ip_comments.md +++ b/man/vt_ip_comments.md @@ -2,10 +2,6 @@ Comments for the domain or IP address. -### Synopsis - -Comments for the domain or IP address. - ``` vt ip comments [ip] [flags] ``` @@ -13,7 +9,7 @@ vt ip comments [ip] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for comments -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt ip comments [ip] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt ip comments [ip] [flags] * [vt ip](vt_ip.md) - Get information about IP addresses -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_ip_communicating_files.md b/man/vt_ip_communicating_files.md index af7a5e5..dffe8ea 100644 --- a/man/vt_ip_communicating_files.md +++ b/man/vt_ip_communicating_files.md @@ -2,10 +2,6 @@ Files that communicate with the ip. -### Synopsis - -Files that communicate with the ip. - ``` vt ip communicating_files [ip] [flags] ``` @@ -13,7 +9,7 @@ vt ip communicating_files [ip] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for communicating_files -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt ip communicating_files [ip] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt ip communicating_files [ip] [flags] * [vt ip](vt_ip.md) - Get information about IP addresses -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_ip_downloaded_files.md b/man/vt_ip_downloaded_files.md index 5466b3c..1da8815 100644 --- a/man/vt_ip_downloaded_files.md +++ b/man/vt_ip_downloaded_files.md @@ -2,10 +2,6 @@ Files downloaded from the ip. -### Synopsis - -Files downloaded from the ip. - ``` vt ip downloaded_files [ip] [flags] ``` @@ -13,7 +9,7 @@ vt ip downloaded_files [ip] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for downloaded_files -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt ip downloaded_files [ip] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt ip downloaded_files [ip] [flags] * [vt ip](vt_ip.md) - Get information about IP addresses -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_ip_graphs.md b/man/vt_ip_graphs.md index 829ec4a..10b45ea 100644 --- a/man/vt_ip_graphs.md +++ b/man/vt_ip_graphs.md @@ -2,10 +2,6 @@ Graphs containing the domain/ip. -### Synopsis - -Graphs containing the domain/ip. - ``` vt ip graphs [ip] [flags] ``` @@ -13,7 +9,7 @@ vt ip graphs [ip] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for graphs -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt ip graphs [ip] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt ip graphs [ip] [flags] * [vt ip](vt_ip.md) - Get information about IP addresses -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_ip_historical_ssl_certificates.md b/man/vt_ip_historical_ssl_certificates.md index 8e78868..9546a3a 100644 --- a/man/vt_ip_historical_ssl_certificates.md +++ b/man/vt_ip_historical_ssl_certificates.md @@ -2,10 +2,6 @@ SSL certificate history. -### Synopsis - -SSL certificate history. - ``` vt ip historical_ssl_certificates [ip] [flags] ``` @@ -13,7 +9,7 @@ vt ip historical_ssl_certificates [ip] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for historical_ssl_certificates -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt ip historical_ssl_certificates [ip] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt ip historical_ssl_certificates [ip] [flags] * [vt ip](vt_ip.md) - Get information about IP addresses -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_ip_historical_whois.md b/man/vt_ip_historical_whois.md index 82966a1..cbd28d8 100644 --- a/man/vt_ip_historical_whois.md +++ b/man/vt_ip_historical_whois.md @@ -2,10 +2,6 @@ Historical Whois. -### Synopsis - -Historical Whois. - ``` vt ip historical_whois [ip] [flags] ``` @@ -13,7 +9,7 @@ vt ip historical_whois [ip] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for historical_whois -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt ip historical_whois [ip] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt ip historical_whois [ip] [flags] * [vt ip](vt_ip.md) - Get information about IP addresses -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_ip_memory_pattern_parents.md b/man/vt_ip_memory_pattern_parents.md new file mode 100644 index 0000000..80c0755 --- /dev/null +++ b/man/vt_ip_memory_pattern_parents.md @@ -0,0 +1,31 @@ +## vt ip memory_pattern_parents + +Files having a IP as string on memory during sandbox execution. + +``` +vt ip memory_pattern_parents [ip] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for memory_pattern_parents + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt ip](vt_ip.md) - Get information about IP addresses + diff --git a/man/vt_ip_references.md b/man/vt_ip_references.md new file mode 100644 index 0000000..6f0a82f --- /dev/null +++ b/man/vt_ip_references.md @@ -0,0 +1,31 @@ +## vt ip references + +Returns the References related to the IP Address. + +``` +vt ip references [ip] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for references + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt ip](vt_ip.md) - Get information about IP addresses + diff --git a/man/vt_ip_referrer_files.md b/man/vt_ip_referrer_files.md index 7d0eb9a..758b17a 100644 --- a/man/vt_ip_referrer_files.md +++ b/man/vt_ip_referrer_files.md @@ -2,10 +2,6 @@ Files containing the domain/ip. -### Synopsis - -Files containing the domain/ip. - ``` vt ip referrer_files [ip] [flags] ``` @@ -13,7 +9,7 @@ vt ip referrer_files [ip] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for referrer_files -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt ip referrer_files [ip] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt ip referrer_files [ip] [flags] * [vt ip](vt_ip.md) - Get information about IP addresses -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_ip_related_attack_techniques.md b/man/vt_ip_related_attack_techniques.md new file mode 100644 index 0000000..c83627b --- /dev/null +++ b/man/vt_ip_related_attack_techniques.md @@ -0,0 +1,31 @@ +## vt ip related_attack_techniques + +Returns the Attack Techniques of the Collections containing this IP. + +``` +vt ip related_attack_techniques [ip] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for related_attack_techniques + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt ip](vt_ip.md) - Get information about IP addresses + diff --git a/man/vt_ip_related_comments.md b/man/vt_ip_related_comments.md index c08bc2f..56a4ef7 100644 --- a/man/vt_ip_related_comments.md +++ b/man/vt_ip_related_comments.md @@ -2,10 +2,6 @@ Comments for the Domain or IP's related entities. -### Synopsis - -Comments for the Domain or IP's related entities. - ``` vt ip related_comments [ip] [flags] ``` @@ -13,7 +9,7 @@ vt ip related_comments [ip] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for related_comments -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt ip related_comments [ip] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt ip related_comments [ip] [flags] * [vt ip](vt_ip.md) - Get information about IP addresses -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_ip_related_references.md b/man/vt_ip_related_references.md new file mode 100644 index 0000000..eba49b3 --- /dev/null +++ b/man/vt_ip_related_references.md @@ -0,0 +1,31 @@ +## vt ip related_references + +Returns the References of the Collections containing this IP. + +``` +vt ip related_references [ip] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for related_references + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt ip](vt_ip.md) - Get information about IP addresses + diff --git a/man/vt_ip_related_threat_actors.md b/man/vt_ip_related_threat_actors.md new file mode 100644 index 0000000..f116131 --- /dev/null +++ b/man/vt_ip_related_threat_actors.md @@ -0,0 +1,31 @@ +## vt ip related_threat_actors + +Returns the Threat Actors of the Collections containing this IP. + +``` +vt ip related_threat_actors [ip] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for related_threat_actors + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt ip](vt_ip.md) - Get information about IP addresses + diff --git a/man/vt_ip_relationships.md b/man/vt_ip_relationships.md index bb208a5..968999e 100644 --- a/man/vt_ip_relationships.md +++ b/man/vt_ip_relationships.md @@ -2,10 +2,6 @@ Get all relationships. -### Synopsis - -Get all relationships. - ``` vt ip relationships [ip] [flags] ``` @@ -22,7 +18,8 @@ vt ip relationships [ip] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -30,4 +27,3 @@ vt ip relationships [ip] [flags] * [vt ip](vt_ip.md) - Get information about IP addresses -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_ip_resolutions.md b/man/vt_ip_resolutions.md index 38c4c79..9c3b988 100644 --- a/man/vt_ip_resolutions.md +++ b/man/vt_ip_resolutions.md @@ -2,10 +2,6 @@ DNS resolutions for the IP address. -### Synopsis - -DNS resolutions for the IP address. - ``` vt ip resolutions [ip] [flags] ``` @@ -13,7 +9,7 @@ vt ip resolutions [ip] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for resolutions -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt ip resolutions [ip] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt ip resolutions [ip] [flags] * [vt ip](vt_ip.md) - Get information about IP addresses -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_ip_urls.md b/man/vt_ip_urls.md index 3e1967a..b97879f 100644 --- a/man/vt_ip_urls.md +++ b/man/vt_ip_urls.md @@ -2,10 +2,6 @@ URLs related to the ip. -### Synopsis - -URLs related to the ip. - ``` vt ip urls [ip] [flags] ``` @@ -13,7 +9,7 @@ vt ip urls [ip] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for urls -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt ip urls [ip] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt ip urls [ip] [flags] * [vt ip](vt_ip.md) - Get information about IP addresses -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_ip_user_votes.md b/man/vt_ip_user_votes.md new file mode 100644 index 0000000..63f8daf --- /dev/null +++ b/man/vt_ip_user_votes.md @@ -0,0 +1,31 @@ +## vt ip user_votes + +Item's votes made by current signed-in user. + +``` +vt ip user_votes [ip] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for user_votes + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt ip](vt_ip.md) - Get information about IP addresses + diff --git a/man/vt_ip_votes.md b/man/vt_ip_votes.md index 927fc15..87a4fd8 100644 --- a/man/vt_ip_votes.md +++ b/man/vt_ip_votes.md @@ -1,10 +1,6 @@ ## vt ip votes -Votes for the file/URL. - -### Synopsis - -Votes for the file/URL. +Item's votes. ``` vt ip votes [ip] [flags] @@ -13,7 +9,7 @@ vt ip votes [ip] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for votes -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt ip votes [ip] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt ip votes [ip] [flags] * [vt ip](vt_ip.md) - Get information about IP addresses -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_meta.md b/man/vt_meta.md index 8507291..f627d1f 100644 --- a/man/vt_meta.md +++ b/man/vt_meta.md @@ -22,7 +22,8 @@ vt meta [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -30,4 +31,3 @@ vt meta [flags] * [vt](vt.md) - A command-line tool for interacting with VirusTotal -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_monitor.md b/man/vt_monitor.md index 8fbc6fe..97d273a 100644 --- a/man/vt_monitor.md +++ b/man/vt_monitor.md @@ -28,7 +28,8 @@ vt monitor [monitor_id]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -36,14 +37,11 @@ vt monitor [monitor_id]... [flags] * [vt](vt.md) - A command-line tool for interacting with VirusTotal * [vt monitor analyses](vt_monitor_analyses.md) - Analyses for the hash. -* [vt monitor comments](vt_monitor_comments.md) - Comments for the hash. * [vt monitor delete](vt_monitor_delete.md) - Delete monitor files * [vt monitor deletedetails](vt_monitor_deletedetails.md) - Download files from your monitor account * [vt monitor download](vt_monitor_download.md) - Download files from your monitor account * [vt monitor list](vt_monitor_list.md) - List monitor in your account -* [vt monitor owner](vt_monitor_owner.md) - User or group owning the item. * [vt monitor relationships](vt_monitor_relationships.md) - Get all relationships. * [vt monitor setdetails](vt_monitor_setdetails.md) - Sets details metadata for a monitor file * [vt monitor upload](vt_monitor_upload.md) - Upload one or more files to your account -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_monitor_analyses.md b/man/vt_monitor_analyses.md index 7afe7f5..50d8b02 100644 --- a/man/vt_monitor_analyses.md +++ b/man/vt_monitor_analyses.md @@ -2,10 +2,6 @@ Analyses for the hash. -### Synopsis - -Analyses for the hash. - ``` vt monitor analyses [monitor_id] [flags] ``` @@ -13,7 +9,7 @@ vt monitor analyses [monitor_id] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for analyses -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt monitor analyses [monitor_id] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt monitor analyses [monitor_id] [flags] * [vt monitor](vt_monitor.md) - Manage your monitor account -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_monitor_delete.md b/man/vt_monitor_delete.md index bdba6d7..a3b29e5 100644 --- a/man/vt_monitor_delete.md +++ b/man/vt_monitor_delete.md @@ -22,7 +22,8 @@ vt monitor delete [monitor_id]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -30,4 +31,3 @@ vt monitor delete [monitor_id]... [flags] * [vt monitor](vt_monitor.md) - Manage your monitor account -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_monitor_deletedetails.md b/man/vt_monitor_deletedetails.md index 0f7938b..5a06312 100644 --- a/man/vt_monitor_deletedetails.md +++ b/man/vt_monitor_deletedetails.md @@ -22,7 +22,8 @@ vt monitor deletedetails [monitor_id]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -30,4 +31,3 @@ vt monitor deletedetails [monitor_id]... [flags] * [vt monitor](vt_monitor.md) - Manage your monitor account -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_monitor_download.md b/man/vt_monitor_download.md index 33dd662..fa963e9 100644 --- a/man/vt_monitor_download.md +++ b/man/vt_monitor_download.md @@ -31,7 +31,8 @@ vt monitor download [monitor_id]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -39,4 +40,3 @@ vt monitor download [monitor_id]... [flags] * [vt monitor](vt_monitor.md) - Manage your monitor account -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_monitor_list.md b/man/vt_monitor_list.md index 56137b9..bf95ab6 100644 --- a/man/vt_monitor_list.md +++ b/man/vt_monitor_list.md @@ -2,10 +2,6 @@ List monitor in your account -### Synopsis - -List monitor in your account - ``` vt monitor list [flags] ``` @@ -21,7 +17,7 @@ vt monitor list [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -f, --filter string filter -h, --help help for list @@ -32,7 +28,8 @@ vt monitor list [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -40,4 +37,3 @@ vt monitor list [flags] * [vt monitor](vt_monitor.md) - Manage your monitor account -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_monitor_relationships.md b/man/vt_monitor_relationships.md index 218a866..429dbc1 100644 --- a/man/vt_monitor_relationships.md +++ b/man/vt_monitor_relationships.md @@ -2,10 +2,6 @@ Get all relationships. -### Synopsis - -Get all relationships. - ``` vt monitor relationships [monitor_id] [flags] ``` @@ -22,7 +18,8 @@ vt monitor relationships [monitor_id] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -30,4 +27,3 @@ vt monitor relationships [monitor_id] [flags] * [vt monitor](vt_monitor.md) - Manage your monitor account -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_monitor_setdetails.md b/man/vt_monitor_setdetails.md index 17bba03..348997f 100644 --- a/man/vt_monitor_setdetails.md +++ b/man/vt_monitor_setdetails.md @@ -29,7 +29,8 @@ vt monitor setdetails [monitor_id] [details_string] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -37,4 +38,3 @@ vt monitor setdetails [monitor_id] [details_string] [flags] * [vt monitor](vt_monitor.md) - Manage your monitor account -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_monitor_upload.md b/man/vt_monitor_upload.md index e31ade3..1cb9d26 100644 --- a/man/vt_monitor_upload.md +++ b/man/vt_monitor_upload.md @@ -33,7 +33,8 @@ vt monitor upload [file/folder] [remote_path] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -41,4 +42,3 @@ vt monitor upload [file/folder] [remote_path] [flags] * [vt monitor](vt_monitor.md) - Manage your monitor account -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_monitorpartner.md b/man/vt_monitorpartner.md new file mode 100644 index 0000000..b7c46eb --- /dev/null +++ b/man/vt_monitorpartner.md @@ -0,0 +1,40 @@ +## vt monitorpartner + +Manage your monitor partner account + +### Synopsis + +Manage your VirusTotal Monitor Partner account. + +This command allows you to list and retrieve files detected by your engine. + +Reference: + https://developers.virustotal.com/v3.0/reference#monitor-partner + +### Options + +``` + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for monitorpartner + -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 + +* [vt](vt.md) - A command-line tool for interacting with VirusTotal +* [vt monitorpartner analyses](vt_monitorpartner_analyses.md) - Analyses for the hash. +* [vt monitorpartner comments](vt_monitorpartner_comments.md) - Comments for the hash. +* [vt monitorpartner download](vt_monitorpartner_download.md) - Download files from your monitor partner account +* [vt monitorpartner items](vt_monitorpartner_items.md) - Items with a given hash. +* [vt monitorpartner list](vt_monitorpartner_list.md) - List available monitor partner hashes +* [vt monitorpartner relationships](vt_monitorpartner_relationships.md) - Get all relationships. + diff --git a/man/vt_monitorpartner_analyses.md b/man/vt_monitorpartner_analyses.md new file mode 100644 index 0000000..729d417 --- /dev/null +++ b/man/vt_monitorpartner_analyses.md @@ -0,0 +1,31 @@ +## vt monitorpartner analyses + +Analyses for the hash. + +``` +vt monitorpartner analyses [sha256] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for analyses + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt monitorpartner](vt_monitorpartner.md) - Manage your monitor partner account + diff --git a/man/vt_monitorpartner_comments.md b/man/vt_monitorpartner_comments.md new file mode 100644 index 0000000..7844ab5 --- /dev/null +++ b/man/vt_monitorpartner_comments.md @@ -0,0 +1,31 @@ +## vt monitorpartner comments + +Comments for the hash. + +``` +vt monitorpartner comments [sha256] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for comments + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt monitorpartner](vt_monitorpartner.md) - Manage your monitor partner account + diff --git a/man/vt_monitorpartner_download.md b/man/vt_monitorpartner_download.md new file mode 100644 index 0000000..61e0f13 --- /dev/null +++ b/man/vt_monitorpartner_download.md @@ -0,0 +1,41 @@ +## vt monitorpartner download + +Download files from your monitor partner account + +### Synopsis + +Download files from your partner account. + +This command download files from your monitor partner account using their sha256. + +``` +vt monitorpartner download [sha256]... [flags] +``` + +### Examples + +``` + vt monitorpartner download ... + cat list_of_monitor_ids | vt monitorpartner download - +``` + +### Options + +``` + -h, --help help for download + -o, --output string directory where downloaded files are put (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 + +* [vt monitorpartner](vt_monitorpartner.md) - Manage your monitor partner account + diff --git a/man/vt_monitorpartner_items.md b/man/vt_monitorpartner_items.md new file mode 100644 index 0000000..878e14c --- /dev/null +++ b/man/vt_monitorpartner_items.md @@ -0,0 +1,31 @@ +## vt monitorpartner items + +Items with a given hash. + +``` +vt monitorpartner items [sha256] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for items + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt monitorpartner](vt_monitorpartner.md) - Manage your monitor partner account + diff --git a/man/vt_monitorpartner_list.md b/man/vt_monitorpartner_list.md new file mode 100644 index 0000000..eb50585 --- /dev/null +++ b/man/vt_monitorpartner_list.md @@ -0,0 +1,39 @@ +## vt monitorpartner list + +List available monitor partner hashes + +``` +vt monitorpartner list [flags] +``` + +### Examples + +``` + vt monitor list + vt monitor list --filter "path:/myfolder/" --include path + vt monitor list --filter "tag:detected" --include path,last_analysis_results.*.result,last_detections_count +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -f, --filter string filter + -h, --help help for list + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt monitorpartner](vt_monitorpartner.md) - Manage your monitor partner account + diff --git a/man/vt_monitorpartner_relationships.md b/man/vt_monitorpartner_relationships.md new file mode 100644 index 0000000..df948df --- /dev/null +++ b/man/vt_monitorpartner_relationships.md @@ -0,0 +1,29 @@ +## vt monitorpartner relationships + +Get all relationships. + +``` +vt monitorpartner relationships [sha256] [flags] +``` + +### Options + +``` + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for relationships + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt monitorpartner](vt_monitorpartner.md) - Manage your monitor partner account + diff --git a/man/vt_retrohunt.md b/man/vt_retrohunt.md index ff08fc4..06ff1df 100644 --- a/man/vt_retrohunt.md +++ b/man/vt_retrohunt.md @@ -20,7 +20,8 @@ vt retrohunt [id]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -33,4 +34,3 @@ vt retrohunt [id]... [flags] * [vt retrohunt matches](vt_retrohunt_matches.md) - Get matches for a retrohunt job * [vt retrohunt start](vt_retrohunt_start.md) - Start a retrohunt job -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_retrohunt_abort.md b/man/vt_retrohunt_abort.md index 6627e48..74089a6 100644 --- a/man/vt_retrohunt_abort.md +++ b/man/vt_retrohunt_abort.md @@ -2,10 +2,6 @@ Abort a retrohunt job -### Synopsis - -Abort a retrohunt job - ``` vt retrohunt abort [job id] [flags] ``` @@ -19,7 +15,8 @@ vt retrohunt abort [job id] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -27,4 +24,3 @@ vt retrohunt abort [job id] [flags] * [vt retrohunt](vt_retrohunt.md) - Manage retrohunt jobs -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_retrohunt_delete.md b/man/vt_retrohunt_delete.md index 2037116..bb07b2f 100644 --- a/man/vt_retrohunt_delete.md +++ b/man/vt_retrohunt_delete.md @@ -2,10 +2,6 @@ Delete a retrohunt job -### Synopsis - -Delete a retrohunt job - ``` vt retrohunt delete [job id]... [flags] ``` @@ -19,7 +15,8 @@ vt retrohunt delete [job id]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -27,4 +24,3 @@ vt retrohunt delete [job id]... [flags] * [vt retrohunt](vt_retrohunt.md) - Manage retrohunt jobs -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_retrohunt_list.md b/man/vt_retrohunt_list.md index 3a01e62..88feb47 100644 --- a/man/vt_retrohunt_list.md +++ b/man/vt_retrohunt_list.md @@ -13,7 +13,7 @@ vt retrohunt list [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -f, --filter string filter -h, --help help for list @@ -26,7 +26,8 @@ vt retrohunt list [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -34,4 +35,3 @@ vt retrohunt list [flags] * [vt retrohunt](vt_retrohunt.md) - Manage retrohunt jobs -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_retrohunt_matches.md b/man/vt_retrohunt_matches.md index 3ce4881..10e6d9f 100644 --- a/man/vt_retrohunt_matches.md +++ b/man/vt_retrohunt_matches.md @@ -2,10 +2,6 @@ Get matches for a retrohunt job -### Synopsis - -Get matches for a retrohunt job - ``` vt retrohunt matches [job id] [flags] ``` @@ -13,7 +9,7 @@ vt retrohunt matches [job id] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for matches -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt retrohunt matches [job id] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt retrohunt matches [job id] [flags] * [vt retrohunt](vt_retrohunt.md) - Manage retrohunt jobs -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_retrohunt_start.md b/man/vt_retrohunt_start.md index 4964a3c..51d07a0 100644 --- a/man/vt_retrohunt_start.md +++ b/man/vt_retrohunt_start.md @@ -24,7 +24,8 @@ vt retrohunt start [file] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +33,3 @@ vt retrohunt start [file] [flags] * [vt retrohunt](vt_retrohunt.md) - Manage retrohunt jobs -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_scan.md b/man/vt_scan.md index 155530f..c62b439 100644 --- a/man/vt_scan.md +++ b/man/vt_scan.md @@ -17,7 +17,8 @@ This group of commands allow to scan files and URLs. ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -27,4 +28,3 @@ This group of commands allow to scan files and URLs. * [vt scan file](vt_scan_file.md) - Scan one or more files * [vt scan url](vt_scan_url.md) - Scan one of more URLs -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_scan_file.md b/man/vt_scan_file.md index 6bfe2cb..c88263f 100644 --- a/man/vt_scan_file.md +++ b/man/vt_scan_file.md @@ -14,8 +14,10 @@ analyses. If the command receives a single hypen (-) the file paths are read from the standard input, one per line. +The command can also receive a directory to scan all files contained on it. + ``` -vt scan file [file]... [flags] +vt scan file [[dir] | [file]...] [flags] ``` ### Examples @@ -23,6 +25,7 @@ vt scan file [file]... [flags] ``` vt scan file foo.exe vt scan file foo.exe bar.exe + vt scan file foo/ cat list_of_file_paths | vt scan file - ``` @@ -30,13 +33,15 @@ vt scan file [file]... [flags] ``` -h, --help help for file + -o, --open Return an URL to see the analysis report at the VirusTotal web GUI -t, --threads int number of threads working in parallel (default 5) ``` ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -44,4 +49,3 @@ vt scan file [file]... [flags] * [vt scan](vt_scan.md) - Scan files or URLs -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_scan_url.md b/man/vt_scan_url.md index 2a4b3dd..2b48584 100644 --- a/man/vt_scan_url.md +++ b/man/vt_scan_url.md @@ -29,13 +29,15 @@ vt scan url [url]... [flags] ``` -h, --help help for url + -o, --open Return an URL to see the analysis report at the VirusTotal web GUI -t, --threads int number of threads working in parallel (default 5) ``` ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -43,4 +45,3 @@ vt scan url [url]... [flags] * [vt scan](vt_scan.md) - Scan files or URLs -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_search.md b/man/vt_search.md index fa6e5d6..008fb9a 100644 --- a/man/vt_search.md +++ b/man/vt_search.md @@ -20,8 +20,8 @@ vt search [query] [flags] ### Options ``` - -c, --cursor string cursor - -d, --download download files + -c, --cursor string cursor for continuing where the previous request left + -d, --download download files that match the query -x, --exclude strings exclude fields matching the provided pattern -h, --help help for search -I, --identifiers-only print identifiers only @@ -34,7 +34,8 @@ vt search [query] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -43,4 +44,3 @@ vt search [query] [flags] * [vt](vt.md) - A command-line tool for interacting with VirusTotal * [vt search content](vt_search_content.md) - Search for patterns within files in VirusTotal Intelligence -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_search_content.md b/man/vt_search_content.md index ff27eb4..99dbe26 100644 --- a/man/vt_search_content.md +++ b/man/vt_search_content.md @@ -23,8 +23,8 @@ vt search content [query] [flags] ### Options ``` - -c, --cursor string cursor - -d, --download download files + -c, --cursor string cursor for continuing where the previous request left + -d, --download download files that match the query -e, --exact-matches-only exact matches only -h, --help help for content -I, --identifiers-only print identifiers only @@ -35,7 +35,8 @@ vt search content [query] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -43,4 +44,3 @@ vt search content [query] [flags] * [vt search](vt_search.md) - Search for files in VirusTotal Intelligence -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_url.md b/man/vt_url.md index 9416267..e4f0fd0 100644 --- a/man/vt_url.md +++ b/man/vt_url.md @@ -40,7 +40,8 @@ vt url [url]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -48,19 +49,31 @@ vt url [url]... [flags] * [vt](vt.md) - A command-line tool for interacting with VirusTotal * [vt url analyses](vt_url_analyses.md) - Analyses for the URL. +* [vt url collections](vt_url_collections.md) - Returns the collections related to the URL. * [vt url comments](vt_url_comments.md) - Comments for the URL. +* [vt url communicating_files](vt_url_communicating_files.md) - Files that communicate with this url when they are executed. * [vt url contacted_domains](vt_url_contacted_domains.md) - Distinct domains from which the URL loads some kind of resource. * [vt url contacted_ips](vt_url_contacted_ips.md) - Distinct IP addresses from which the URL loads some kind of resource. * [vt url downloaded_files](vt_url_downloaded_files.md) - Files downloaded from the URL. +* [vt url embedded_js_files](vt_url_embedded_js_files.md) - JS files embedded in a URL. * [vt url graphs](vt_url_graphs.md) - Graphs that include the URL. +* [vt url http_response_contents](vt_url_http_response_contents.md) - HTTP response contents from the URL. * [vt url last_serving_ip_address](vt_url_last_serving_ip_address.md) - Last IP address that served the URL. +* [vt url memory_pattern_parents](vt_url_memory_pattern_parents.md) - Files having a domain as string on memory during sandbox execution. * [vt url network_location](vt_url_network_location.md) - Domain or IP address for the URL. * [vt url redirecting_urls](vt_url_redirecting_urls.md) - URLs that redirected to the given URL. * [vt url redirects_to](vt_url_redirects_to.md) - URLs that this url redirects to. +* [vt url references](vt_url_references.md) - Returns the References related to the URL. +* [vt url referrer_files](vt_url_referrer_files.md) - Files containing the URL. +* [vt url referrer_urls](vt_url_referrer_urls.md) - URLs that refer to the given URL. +* [vt url related_attack_techniques](vt_url_related_attack_techniques.md) - Returns the Attack Techniques of the Collections containing this URL. +* [vt url related_collections](vt_url_related_collections.md) - Returns the Collections of the parent Domains or IPs of this URL. * [vt url related_comments](vt_url_related_comments.md) - Comments for the URL. +* [vt url related_references](vt_url_related_references.md) - Returns the References of the Collections containing this URL. +* [vt url related_threat_actors](vt_url_related_threat_actors.md) - Returns the Threat Actors of the Collections containing this URL. * [vt url relationships](vt_url_relationships.md) - Get all relationships. * [vt url submissions](vt_url_submissions.md) - Submissions for the URL. -* [vt url urls_related_by_tracker_id](vt_url_urls_related_by_tracker_id.md) - -* [vt url votes](vt_url_votes.md) - Votes for the file/URL. +* [vt url urls_related_by_tracker_id](vt_url_urls_related_by_tracker_id.md) - URLs that share the same tracker ID. +* [vt url user_votes](vt_url_user_votes.md) - Item's votes made by current signed-in user. +* [vt url votes](vt_url_votes.md) - Item's votes. -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_url_analyses.md b/man/vt_url_analyses.md index 3b4434c..a0eb578 100644 --- a/man/vt_url_analyses.md +++ b/man/vt_url_analyses.md @@ -2,10 +2,6 @@ Analyses for the URL. -### Synopsis - -Analyses for the URL. - ``` vt url analyses [url] [flags] ``` @@ -13,7 +9,7 @@ vt url analyses [url] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for analyses -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt url analyses [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt url analyses [url] [flags] * [vt url](vt_url.md) - Get information about URLs -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_url_collections.md b/man/vt_url_collections.md new file mode 100644 index 0000000..836ccbc --- /dev/null +++ b/man/vt_url_collections.md @@ -0,0 +1,31 @@ +## vt url collections + +Returns the collections related to the URL. + +``` +vt url collections [url] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for collections + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt url](vt_url.md) - Get information about URLs + diff --git a/man/vt_url_comments.md b/man/vt_url_comments.md index a084390..1605d57 100644 --- a/man/vt_url_comments.md +++ b/man/vt_url_comments.md @@ -2,10 +2,6 @@ Comments for the URL. -### Synopsis - -Comments for the URL. - ``` vt url comments [url] [flags] ``` @@ -13,7 +9,7 @@ vt url comments [url] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for comments -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt url comments [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt url comments [url] [flags] * [vt url](vt_url.md) - Get information about URLs -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_url_communicating_files.md b/man/vt_url_communicating_files.md new file mode 100644 index 0000000..bebc595 --- /dev/null +++ b/man/vt_url_communicating_files.md @@ -0,0 +1,31 @@ +## vt url communicating_files + +Files that communicate with this url when they are executed. + +``` +vt url communicating_files [url] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for communicating_files + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt url](vt_url.md) - Get information about URLs + diff --git a/man/vt_url_contacted_domains.md b/man/vt_url_contacted_domains.md index 9c2f23f..b1fcf87 100644 --- a/man/vt_url_contacted_domains.md +++ b/man/vt_url_contacted_domains.md @@ -2,10 +2,6 @@ Distinct domains from which the URL loads some kind of resource. -### Synopsis - -Distinct domains from which the URL loads some kind of resource. - ``` vt url contacted_domains [url] [flags] ``` @@ -13,7 +9,7 @@ vt url contacted_domains [url] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for contacted_domains -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt url contacted_domains [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt url contacted_domains [url] [flags] * [vt url](vt_url.md) - Get information about URLs -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_url_contacted_ips.md b/man/vt_url_contacted_ips.md index aa924ca..9397d35 100644 --- a/man/vt_url_contacted_ips.md +++ b/man/vt_url_contacted_ips.md @@ -2,10 +2,6 @@ Distinct IP addresses from which the URL loads some kind of resource. -### Synopsis - -Distinct IP addresses from which the URL loads some kind of resource. - ``` vt url contacted_ips [url] [flags] ``` @@ -13,7 +9,7 @@ vt url contacted_ips [url] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for contacted_ips -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt url contacted_ips [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt url contacted_ips [url] [flags] * [vt url](vt_url.md) - Get information about URLs -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_url_downloaded_files.md b/man/vt_url_downloaded_files.md index da413ac..934f618 100644 --- a/man/vt_url_downloaded_files.md +++ b/man/vt_url_downloaded_files.md @@ -2,10 +2,6 @@ Files downloaded from the URL. -### Synopsis - -Files downloaded from the URL. - ``` vt url downloaded_files [url] [flags] ``` @@ -13,7 +9,7 @@ vt url downloaded_files [url] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for downloaded_files -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt url downloaded_files [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt url downloaded_files [url] [flags] * [vt url](vt_url.md) - Get information about URLs -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_url_embedded_js_files.md b/man/vt_url_embedded_js_files.md new file mode 100644 index 0000000..02c09db --- /dev/null +++ b/man/vt_url_embedded_js_files.md @@ -0,0 +1,31 @@ +## vt url embedded_js_files + +JS files embedded in a URL. + +``` +vt url embedded_js_files [url] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for embedded_js_files + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt url](vt_url.md) - Get information about URLs + diff --git a/man/vt_url_graphs.md b/man/vt_url_graphs.md index 643957a..54cd4ee 100644 --- a/man/vt_url_graphs.md +++ b/man/vt_url_graphs.md @@ -2,10 +2,6 @@ Graphs that include the URL. -### Synopsis - -Graphs that include the URL. - ``` vt url graphs [url] [flags] ``` @@ -13,7 +9,7 @@ vt url graphs [url] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for graphs -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt url graphs [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt url graphs [url] [flags] * [vt url](vt_url.md) - Get information about URLs -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_url_http_response_contents.md b/man/vt_url_http_response_contents.md new file mode 100644 index 0000000..50859e2 --- /dev/null +++ b/man/vt_url_http_response_contents.md @@ -0,0 +1,31 @@ +## vt url http_response_contents + +HTTP response contents from the URL. + +``` +vt url http_response_contents [url] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for http_response_contents + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt url](vt_url.md) - Get information about URLs + diff --git a/man/vt_url_last_serving_ip_address.md b/man/vt_url_last_serving_ip_address.md index ef0fb12..1d496f7 100644 --- a/man/vt_url_last_serving_ip_address.md +++ b/man/vt_url_last_serving_ip_address.md @@ -2,10 +2,6 @@ Last IP address that served the URL. -### Synopsis - -Last IP address that served the URL. - ``` vt url last_serving_ip_address [url] [flags] ``` @@ -13,7 +9,7 @@ vt url last_serving_ip_address [url] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for last_serving_ip_address -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt url last_serving_ip_address [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt url last_serving_ip_address [url] [flags] * [vt url](vt_url.md) - Get information about URLs -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_url_memory_pattern_parents.md b/man/vt_url_memory_pattern_parents.md new file mode 100644 index 0000000..12270f1 --- /dev/null +++ b/man/vt_url_memory_pattern_parents.md @@ -0,0 +1,31 @@ +## vt url memory_pattern_parents + +Files having a domain as string on memory during sandbox execution. + +``` +vt url memory_pattern_parents [url] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for memory_pattern_parents + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt url](vt_url.md) - Get information about URLs + diff --git a/man/vt_url_network_location.md b/man/vt_url_network_location.md index 1ebf815..589e369 100644 --- a/man/vt_url_network_location.md +++ b/man/vt_url_network_location.md @@ -2,10 +2,6 @@ Domain or IP address for the URL. -### Synopsis - -Domain or IP address for the URL. - ``` vt url network_location [url] [flags] ``` @@ -13,7 +9,7 @@ vt url network_location [url] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for network_location -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt url network_location [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt url network_location [url] [flags] * [vt url](vt_url.md) - Get information about URLs -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_url_redirecting_urls.md b/man/vt_url_redirecting_urls.md index 3f27263..f474d52 100644 --- a/man/vt_url_redirecting_urls.md +++ b/man/vt_url_redirecting_urls.md @@ -2,10 +2,6 @@ URLs that redirected to the given URL. -### Synopsis - -URLs that redirected to the given URL. - ``` vt url redirecting_urls [url] [flags] ``` @@ -13,7 +9,7 @@ vt url redirecting_urls [url] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for redirecting_urls -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt url redirecting_urls [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt url redirecting_urls [url] [flags] * [vt url](vt_url.md) - Get information about URLs -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_url_redirects_to.md b/man/vt_url_redirects_to.md index 9770394..8ae4c59 100644 --- a/man/vt_url_redirects_to.md +++ b/man/vt_url_redirects_to.md @@ -2,10 +2,6 @@ URLs that this url redirects to. -### Synopsis - -URLs that this url redirects to. - ``` vt url redirects_to [url] [flags] ``` @@ -13,7 +9,7 @@ vt url redirects_to [url] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for redirects_to -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt url redirects_to [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt url redirects_to [url] [flags] * [vt url](vt_url.md) - Get information about URLs -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_url_references.md b/man/vt_url_references.md new file mode 100644 index 0000000..76f74cd --- /dev/null +++ b/man/vt_url_references.md @@ -0,0 +1,31 @@ +## vt url references + +Returns the References related to the URL. + +``` +vt url references [url] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for references + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt url](vt_url.md) - Get information about URLs + diff --git a/man/vt_url_referrer_files.md b/man/vt_url_referrer_files.md new file mode 100644 index 0000000..12e2547 --- /dev/null +++ b/man/vt_url_referrer_files.md @@ -0,0 +1,31 @@ +## vt url referrer_files + +Files containing the URL. + +``` +vt url referrer_files [url] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for referrer_files + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt url](vt_url.md) - Get information about URLs + diff --git a/man/vt_url_referrer_urls.md b/man/vt_url_referrer_urls.md new file mode 100644 index 0000000..b49c2dc --- /dev/null +++ b/man/vt_url_referrer_urls.md @@ -0,0 +1,31 @@ +## vt url referrer_urls + +URLs that refer to the given URL. + +``` +vt url referrer_urls [url] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for referrer_urls + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt url](vt_url.md) - Get information about URLs + diff --git a/man/vt_url_related_attack_techniques.md b/man/vt_url_related_attack_techniques.md new file mode 100644 index 0000000..2c072f4 --- /dev/null +++ b/man/vt_url_related_attack_techniques.md @@ -0,0 +1,31 @@ +## vt url related_attack_techniques + +Returns the Attack Techniques of the Collections containing this URL. + +``` +vt url related_attack_techniques [url] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for related_attack_techniques + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt url](vt_url.md) - Get information about URLs + diff --git a/man/vt_url_related_collections.md b/man/vt_url_related_collections.md new file mode 100644 index 0000000..8e0056b --- /dev/null +++ b/man/vt_url_related_collections.md @@ -0,0 +1,31 @@ +## vt url related_collections + +Returns the Collections of the parent Domains or IPs of this URL. + +``` +vt url related_collections [url] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for related_collections + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt url](vt_url.md) - Get information about URLs + diff --git a/man/vt_url_related_comments.md b/man/vt_url_related_comments.md index 47ebea6..a401aee 100644 --- a/man/vt_url_related_comments.md +++ b/man/vt_url_related_comments.md @@ -2,10 +2,6 @@ Comments for the URL. -### Synopsis - -Comments for the URL. - ``` vt url related_comments [url] [flags] ``` @@ -13,7 +9,7 @@ vt url related_comments [url] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for related_comments -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt url related_comments [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt url related_comments [url] [flags] * [vt url](vt_url.md) - Get information about URLs -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_url_related_references.md b/man/vt_url_related_references.md new file mode 100644 index 0000000..73f500e --- /dev/null +++ b/man/vt_url_related_references.md @@ -0,0 +1,31 @@ +## vt url related_references + +Returns the References of the Collections containing this URL. + +``` +vt url related_references [url] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for related_references + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt url](vt_url.md) - Get information about URLs + diff --git a/man/vt_url_related_threat_actors.md b/man/vt_url_related_threat_actors.md new file mode 100644 index 0000000..190ba2d --- /dev/null +++ b/man/vt_url_related_threat_actors.md @@ -0,0 +1,31 @@ +## vt url related_threat_actors + +Returns the Threat Actors of the Collections containing this URL. + +``` +vt url related_threat_actors [url] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for related_threat_actors + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt url](vt_url.md) - Get information about URLs + diff --git a/man/vt_url_relationships.md b/man/vt_url_relationships.md index 58e1905..2bbd17b 100644 --- a/man/vt_url_relationships.md +++ b/man/vt_url_relationships.md @@ -2,10 +2,6 @@ Get all relationships. -### Synopsis - -Get all relationships. - ``` vt url relationships [url] [flags] ``` @@ -22,7 +18,8 @@ vt url relationships [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -30,4 +27,3 @@ vt url relationships [url] [flags] * [vt url](vt_url.md) - Get information about URLs -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_url_submissions.md b/man/vt_url_submissions.md index 491f5c1..e28f3b8 100644 --- a/man/vt_url_submissions.md +++ b/man/vt_url_submissions.md @@ -2,10 +2,6 @@ Submissions for the URL. -### Synopsis - -Submissions for the URL. - ``` vt url submissions [url] [flags] ``` @@ -13,7 +9,7 @@ vt url submissions [url] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for submissions -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt url submissions [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt url submissions [url] [flags] * [vt url](vt_url.md) - Get information about URLs -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_url_urls_related_by_tracker_id.md b/man/vt_url_urls_related_by_tracker_id.md index 8f75294..509af25 100644 --- a/man/vt_url_urls_related_by_tracker_id.md +++ b/man/vt_url_urls_related_by_tracker_id.md @@ -1,10 +1,6 @@ ## vt url urls_related_by_tracker_id - - -### Synopsis - - +URLs that share the same tracker ID. ``` vt url urls_related_by_tracker_id [url] [flags] @@ -13,7 +9,7 @@ vt url urls_related_by_tracker_id [url] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for urls_related_by_tracker_id -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt url urls_related_by_tracker_id [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt url urls_related_by_tracker_id [url] [flags] * [vt url](vt_url.md) - Get information about URLs -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_url_user_votes.md b/man/vt_url_user_votes.md new file mode 100644 index 0000000..13ddaf5 --- /dev/null +++ b/man/vt_url_user_votes.md @@ -0,0 +1,31 @@ +## vt url user_votes + +Item's votes made by current signed-in user. + +``` +vt url user_votes [url] [flags] +``` + +### Options + +``` + -c, --cursor string cursor for continuing where the previous request left + -x, --exclude strings exclude fields matching the provided pattern + -h, --help help for user_votes + -I, --identifiers-only print identifiers only + -i, --include strings include fields matching the provided pattern (default [**]) + -n, --limit int maximum number of results (default 10) +``` + +### Options inherited from parent commands + +``` + -k, --apikey string API key + --proxy string HTTP proxy + -v, --verbose verbose output +``` + +### SEE ALSO + +* [vt url](vt_url.md) - Get information about URLs + diff --git a/man/vt_url_votes.md b/man/vt_url_votes.md index c9844d2..d9828bc 100644 --- a/man/vt_url_votes.md +++ b/man/vt_url_votes.md @@ -1,10 +1,6 @@ ## vt url votes -Votes for the file/URL. - -### Synopsis - -Votes for the file/URL. +Item's votes. ``` vt url votes [url] [flags] @@ -13,7 +9,7 @@ vt url votes [url] [flags] ### Options ``` - -c, --cursor string cursor + -c, --cursor string cursor for continuing where the previous request left -x, --exclude strings exclude fields matching the provided pattern -h, --help help for votes -I, --identifiers-only print identifiers only @@ -24,7 +20,8 @@ vt url votes [url] [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -32,4 +29,3 @@ vt url votes [url] [flags] * [vt url](vt_url.md) - Get information about URLs -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_user.md b/man/vt_user.md index 8ee8f59..e902143 100644 --- a/man/vt_user.md +++ b/man/vt_user.md @@ -31,7 +31,8 @@ vt user [username | apikey | email]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -40,4 +41,3 @@ vt user [username | apikey | email]... [flags] * [vt](vt.md) - A command-line tool for interacting with VirusTotal * [vt user privileges](vt_user_privileges.md) - Change user privileges -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_user_privileges.md b/man/vt_user_privileges.md index 8bfb0a0..943120d 100644 --- a/man/vt_user_privileges.md +++ b/man/vt_user_privileges.md @@ -2,10 +2,6 @@ Change user privileges -### Synopsis - -Change user privileges - ### Options ``` @@ -15,7 +11,8 @@ Change user privileges ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -25,4 +22,3 @@ Change user privileges * [vt user privileges grant](vt_user_privileges_grant.md) - Grant privileges to a user * [vt user privileges revoke](vt_user_privileges_revoke.md) - Revoke privileges from a user -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_user_privileges_grant.md b/man/vt_user_privileges_grant.md index ddb6beb..c4eb462 100644 --- a/man/vt_user_privileges_grant.md +++ b/man/vt_user_privileges_grant.md @@ -2,10 +2,6 @@ Grant privileges to a user -### Synopsis - -Grant privileges to a user - ``` vt user privileges grant [username] [privilege]... [flags] ``` @@ -19,13 +15,15 @@ vt user privileges grant [username] [privilege]... [flags] ### Options ``` - -h, --help help for grant + -e, --expiration string expiration time for the granted privileges (UNIX timestamp or YYYY-MM-DD) + -h, --help help for grant ``` ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -33,4 +31,3 @@ vt user privileges grant [username] [privilege]... [flags] * [vt user privileges](vt_user_privileges.md) - Change user privileges -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_user_privileges_revoke.md b/man/vt_user_privileges_revoke.md index 53d88d0..9beff63 100644 --- a/man/vt_user_privileges_revoke.md +++ b/man/vt_user_privileges_revoke.md @@ -2,10 +2,6 @@ Revoke privileges from a user -### Synopsis - -Revoke privileges from a user - ``` vt user privileges revoke [username] [privilege]... [flags] ``` @@ -25,7 +21,8 @@ vt user privileges revoke [username] [privilege]... [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -33,4 +30,3 @@ vt user privileges revoke [username] [privilege]... [flags] * [vt user privileges](vt_user_privileges.md) - Change user privileges -###### Auto generated by spf13/cobra on 25-Jun-2020 diff --git a/man/vt_version.md b/man/vt_version.md index d993218..fbfe04c 100644 --- a/man/vt_version.md +++ b/man/vt_version.md @@ -2,10 +2,6 @@ Show version number -### Synopsis - -Show version number - ``` vt version [flags] ``` @@ -19,7 +15,8 @@ vt version [flags] ### Options inherited from parent commands ``` - -k, --apikey string api key + -k, --apikey string API key + --proxy string HTTP proxy -v, --verbose verbose output ``` @@ -27,4 +24,3 @@ vt version [flags] * [vt](vt.md) - A command-line tool for interacting with VirusTotal -###### Auto generated by spf13/cobra on 25-Jun-2020