Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cmd/monitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ account that was previously set.`
func NewMonitorItemsDeleteDetailsCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "deletedetails [monitor_id]...",
Short: "Download files from your monitor account",
Long: monitorItemsSetDetailsCmdHelp,
Short: "Delete details metadata from files",
Long: monitorItemsDeleteDetailsCmdHelp,
RunE: func(cmd *cobra.Command, args []string) error {
if len(args) == 0 {
return errors.New("No item provided")
Expand Down
2 changes: 1 addition & 1 deletion cmd/monitorpartner.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func NewMonitorPartnerHashesListCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "list",
Short: "List available monitor partner hashes",
Example: monitorItemsCmdExample,
Example: monitorPartnerItemsCmdExample,
RunE: func(cmd *cobra.Command, args []string) error {
p, err := NewPrinter(cmd)
if err != nil {
Expand Down
4 changes: 3 additions & 1 deletion doc/vt.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ A command-line tool for interacting with VirusTotal.

```
-k, --apikey string API key
--format string Output format (yaml/json/csv) (default "yaml")
-h, --help help for vt
--proxy string HTTP proxy
-s, --silent Silent or quiet mode. Do not show progress meter
-v, --verbose verbose output
```

Expand All @@ -34,6 +35,7 @@ A command-line tool for interacting with VirusTotal.
* [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
* [vt threatprofile](vt_threatprofile.md) - Get information about Threat Profiles
* [vt url](vt_url.md) - Get information about URLs
* [vt user](vt_user.md) - Get information about VirusTotal users
* [vt version](vt_version.md) - Show version number
Expand Down
3 changes: 2 additions & 1 deletion doc/vt_analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ vt analysis [hash]... [flags]

```
-k, --apikey string API key
--proxy string HTTP proxy
--format string Output format (yaml/json/csv) (default "yaml")
-s, --silent Silent or quiet mode. Do not show progress meter
-v, --verbose verbose output
```

Expand Down
21 changes: 14 additions & 7 deletions doc/vt_collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,32 +39,39 @@ vt collection [collection]... [flags]

```
-k, --apikey string API key
--proxy string HTTP proxy
--format string Output format (yaml/json/csv) (default "yaml")
-s, --silent Silent or quiet mode. Do not show progress meter
-v, --verbose verbose output
```

### SEE ALSO

* [vt](vt.md) - A command-line tool for interacting with VirusTotal
* [vt collection associations](vt_collection_associations.md) - Collection's related collections (associations).
* [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 campaigns](vt_collection_campaigns.md) - Collection's related campaigns.
* [vt collection collections](vt_collection_collections.md) - Collection's related collections.
* [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 malware_families](vt_collection_malware_families.md) - Collection's related malware families.
* [vt collection owner](vt_collection_owner.md) - Owner of the collection.
* [vt collection references](vt_collection_references.md) - Collection's references.
* [vt collection related_collections](vt_collection_related_collections.md) - Returns the Collections containing IOCs which are in this Collection.
* [vt collection related_references](vt_collection_related_references.md) - Returns the References of the IOCs in this Collection.
* [vt collection related_reports](vt_collection_related_reports.md) - Collection's related reports
* [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 reports](vt_collection_reports.md) - Collection's related reports.
* [vt collection software_toolkits](vt_collection_software_toolkits.md) - Collection's related software toolkits.
* [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 threat_actors](vt_collection_threat_actors.md) - Collection's related 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.
* [vt collection vulnerabilities](vt_collection_vulnerabilities.md) - Collection's related vulnerabilities.

32 changes: 32 additions & 0 deletions doc/vt_collection_associations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
## vt collection associations

Collection's related collections (associations).

```
vt collection associations [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 associations
-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
--format string Output format (yaml/json/csv) (default "yaml")
-s, --silent Silent or quiet mode. Do not show progress meter
-v, --verbose verbose output
```

### SEE ALSO

* [vt collection](vt_collection.md) - Get information about collections

3 changes: 2 additions & 1 deletion doc/vt_collection_attack_techniques.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ vt collection attack_techniques [collection] [flags]

```
-k, --apikey string API key
--proxy string HTTP proxy
--format string Output format (yaml/json/csv) (default "yaml")
-s, --silent Silent or quiet mode. Do not show progress meter
-v, --verbose verbose output
```

Expand Down
3 changes: 2 additions & 1 deletion doc/vt_collection_autogenerated_graphs.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ vt collection autogenerated_graphs [collection] [flags]

```
-k, --apikey string API key
--proxy string HTTP proxy
--format string Output format (yaml/json/csv) (default "yaml")
-s, --silent Silent or quiet mode. Do not show progress meter
-v, --verbose verbose output
```

Expand Down
32 changes: 32 additions & 0 deletions doc/vt_collection_campaigns.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
## vt collection campaigns

Collection's related campaigns.

```
vt collection campaigns [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 campaigns
-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
--format string Output format (yaml/json/csv) (default "yaml")
-s, --silent Silent or quiet mode. Do not show progress meter
-v, --verbose verbose output
```

### SEE ALSO

* [vt collection](vt_collection.md) - Get information about collections

32 changes: 32 additions & 0 deletions doc/vt_collection_collections.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
## vt collection collections

Collection's related collections.

```
vt collection collections [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 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
--format string Output format (yaml/json/csv) (default "yaml")
-s, --silent Silent or quiet mode. Do not show progress meter
-v, --verbose verbose output
```

### SEE ALSO

* [vt collection](vt_collection.md) - Get information about collections

3 changes: 2 additions & 1 deletion doc/vt_collection_comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ vt collection comments [collection] [flags]

```
-k, --apikey string API key
--proxy string HTTP proxy
--format string Output format (yaml/json/csv) (default "yaml")
-s, --silent Silent or quiet mode. Do not show progress meter
-v, --verbose verbose output
```

Expand Down
3 changes: 2 additions & 1 deletion doc/vt_collection_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ vt collection create [ioc]... [flags]

```
-k, --apikey string API key
--proxy string HTTP proxy
--format string Output format (yaml/json/csv) (default "yaml")
-s, --silent Silent or quiet mode. Do not show progress meter
-v, --verbose verbose output
```

Expand Down
3 changes: 2 additions & 1 deletion doc/vt_collection_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ vt collection delete [collection id] [flags]

```
-k, --apikey string API key
--proxy string HTTP proxy
--format string Output format (yaml/json/csv) (default "yaml")
-s, --silent Silent or quiet mode. Do not show progress meter
-v, --verbose verbose output
```

Expand Down
3 changes: 2 additions & 1 deletion doc/vt_collection_domains.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ vt collection domains [collection] [flags]

```
-k, --apikey string API key
--proxy string HTTP proxy
--format string Output format (yaml/json/csv) (default "yaml")
-s, --silent Silent or quiet mode. Do not show progress meter
-v, --verbose verbose output
```

Expand Down
3 changes: 2 additions & 1 deletion doc/vt_collection_files.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ vt collection files [collection] [flags]

```
-k, --apikey string API key
--proxy string HTTP proxy
--format string Output format (yaml/json/csv) (default "yaml")
-s, --silent Silent or quiet mode. Do not show progress meter
-v, --verbose verbose output
```

Expand Down
3 changes: 2 additions & 1 deletion doc/vt_collection_ip_addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ vt collection ip_addresses [collection] [flags]

```
-k, --apikey string API key
--proxy string HTTP proxy
--format string Output format (yaml/json/csv) (default "yaml")
-s, --silent Silent or quiet mode. Do not show progress meter
-v, --verbose verbose output
```

Expand Down
32 changes: 32 additions & 0 deletions doc/vt_collection_malware_families.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
## vt collection malware_families

Collection's related malware families.

```
vt collection malware_families [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 malware_families
-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
--format string Output format (yaml/json/csv) (default "yaml")
-s, --silent Silent or quiet mode. Do not show progress meter
-v, --verbose verbose output
```

### SEE ALSO

* [vt collection](vt_collection.md) - Get information about collections

5 changes: 3 additions & 2 deletions doc/vt_collection_owner.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## vt collection owner

User who created the collection.
Owner of the collection.

```
vt collection owner [collection] [flags]
Expand All @@ -21,7 +21,8 @@ vt collection owner [collection] [flags]

```
-k, --apikey string API key
--proxy string HTTP proxy
--format string Output format (yaml/json/csv) (default "yaml")
-s, --silent Silent or quiet mode. Do not show progress meter
-v, --verbose verbose output
```

Expand Down
3 changes: 2 additions & 1 deletion doc/vt_collection_references.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ vt collection references [collection] [flags]

```
-k, --apikey string API key
--proxy string HTTP proxy
--format string Output format (yaml/json/csv) (default "yaml")
-s, --silent Silent or quiet mode. Do not show progress meter
-v, --verbose verbose output
```

Expand Down
32 changes: 32 additions & 0 deletions doc/vt_collection_related_collections.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
## vt collection related_collections

Returns the Collections containing IOCs which are in this Collection.

```
vt collection related_collections [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 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
--format string Output format (yaml/json/csv) (default "yaml")
-s, --silent Silent or quiet mode. Do not show progress meter
-v, --verbose verbose output
```

### SEE ALSO

* [vt collection](vt_collection.md) - Get information about collections

Loading