Tenable One プラットフォーム

Supported OS Linux Windows Mac OS

概要

Tenable は、組織によるサイバーリスクの管理と低減を支援するさまざまな製品およびサービスを提供するサイバーセキュリティ企業です。

このインテグレーションは、Tenable.io と Tenable.sc をサポートしています。

Tenable.io は、オンプレミスおよびクラウドの両方で、組織のアセットの継続的な可視化と監視を可能にするクラウドベースのプラットフォームです。脆弱性の管理、Web アプリケーションのスキャン、コンテナのセキュリティ、その他の機能を組み合わせ、包括的なセキュリティ監視とリスク評価を可能にします。

Tenable.sc は、継続的なネットワーク監視、脆弱性評価、レポート機能を提供する包括的な脆弱性管理プラットフォームです。組織が IT インフラ全体で脆弱性を特定、評価し、優先順位付けを行うのに役立ち、効果的に修正に取り組むことを可能にします。

このインテグレーションは、以下のデータを収集します。

  • Vulnerabilities
  • アセット
  • プラグイン

Upgrade Integration

  • Take the backup of your existing ‘conf.yaml’ file from your Datadog Agent’s crest_data_systems_tenable_one_platform.d directory under conf.d directory.
  • Uninstall the current version of crest_data_systems_tenable_one_platform and install the latest version from the Datadog platform.
  • This latest version of the integration has more configuration parameters that give you more control over data collection and hence would need reconfiguration of conf.yaml for data collection to resume after the upgrade. You can refer to the example of conf.yaml from the Set up conf.yaml section that is mentioned above.

NOTE:

  • Make sure your conf.yaml has all the parameters mentioned in the above Set up conf.yaml section.
  • Create a separate instance in order to collect data for each data type i.e. (vulns/assets/plugins) and make sure ‘io_collect_assets’ for IO and ‘sc_collect_assets’ for SC have been enabled in order to continue the other types of data collection.
  • For instance, if you want to collect IO data, update your conf.yaml as shown below, where there are different instances for different data types.
    • Older Version 1.0.5:
      init_config:
      
      instances:
          - is_io_enabled: True
            io_access_key: <io-access-key>
            io_secret_key: <io-secret-key>
            is_sc_enabled: False
            min_collection_interval: 7200
      
    • Newer Version 1.1.0:
      init_config:
      
      instances:
          - is_io_enabled: True
            io_access_key: <io-access-key>
            io_secret_key: <io-secret-key>
            is_sc_enabled: False
            io_collect_assets: True
            min_collection_interval: 7200
          - is_io_enabled: True
            io_access_key: <io-access-key>
            io_secret_key: <io-secret-key>
            is_sc_enabled: False
            io_collect_vulns: True
            min_collection_interval: 7200
          - is_io_enabled: True
            io_access_key: <io-access-key>
            io_secret_key: <io-secret-key>
            is_sc_enabled: False
            io_collect_plugins: True
            min_collection_interval: 7200
      

NOTE: Checkpoint will be reset after the upgrade.

Agent

For support or feature requests, please contact Crest Data through the following channels:


このアプリケーションは Marketplace から入手でき、Datadog テクノロジーパートナーによってサポートされています。このアプリケーションを購入するには、こちらをクリックしてください。