virustotal_api_usage data source

blackstork/virustotal, v0.4.2

Installation

To use virustotal_api_usage data source, you must install the plugin blackstork/virustotal.

To install the plugin, add the full plugin name to the plugin_versions map in the Fabric global configuration block (see Global configuration for more details), as shown below:

fabric {
  plugin_versions = {
    "blackstork/virustotal" = ">= v0.4.2"
  }
}

Note the version constraint set for the plugin.

Configuration

The data source supports the following configuration arguments:

config data virustotal_api_usage {
  # Required string.
  # For example:
  api_key = "some string"
}

Usage

The data source supports the following execution arguments:

data virustotal_api_usage {
  # Optional string.
  # Default value:
  user_id = null

  # Optional string.
  # Default value:
  group_id = null

  # Optional string.
  # Default value:
  start_date = null

  # Optional string.
  # Default value:
  end_date = null
}