Connecting to a Guardium asset data source

The Guardium Connected Assets and Risk connector can be run in the IBM Security QRadar® Suite Software cluster. The connector incrementally synchronizes the contents of the IBM Security Guardium Data Protection asset databases with the data that is managed by the Connected Assets and Risk service.

Before you begin

Collaborate with an IBM Security Guardium administrator who can configure Guardium and obtain the required information.

The following prerequisites must be in place.

  • IBM Security Guardium Data Protection 11.3 environment.
  • Set up Compliance Monitoring to tag data sources that containing the following data.
    • General Data Protection Regulation (GDPR), Payment Card Industry (PCI), or California Consumer Privacy Act (CCPA) data
    • Sensitive data
      • Select Sensitive data found by Classification-Distributed.
      • Distributed report must be configured and scheduled.
      • The option to Gather Data From must be set to the Guardium Managed Units where the Classification is run.
      • The Classification rule Category must be set to Sensitive.
  • To obtain vulnerability data, set up and schedule Vulnerability Assessment and enable Quick Search.
  • To obtain data on users who pose a security risk, Risky Users, enable Active Risk Spotter.

Obtain the following information:

  • Security credentials (client ID and secret, username, and password). The client secret is obtained by using the following Guardium command-line interface command:
    cli>grdapi register_oauth_internal_client getEncrypted=false grant_types=password module=UDI
  • Central Manager IP address and port, and the Server Name Indicator (SNI).

About this task

Procedure

  1. Log in to IBM Security QRadar Suite Software.
  2. From the menu, click Connections > Data sources.
  3. On the Integration data sources page, on the Guardium tile, click Set up a connection.
  4. On the Connection services page, select the Connected assets & risk service tile, and then click Enable.
    The available connection services include:
    1. Connected assets & risk
    2. Federated searches
    Note: If there are multiple data sources to connect, select the connector from the Sources list, and then click Enable.
  5. Click Next.
  6. On the Connection details page, configure the following parameters.
    1. Configure the connection to the data source.
      Table 1. Connection parameters
      Parameter Description
      Data source name Enter a unique name to identify the data source connection. You can create multiple connections to a data source, so it is useful to clearly set them apart by name.

      Only alphanumeric characters and the following special characters are allowed: - . _

      Data source description Enter a description to indicate the purpose of the data source connection. You can create multiple connections to a data source, so it is useful to clearly indicate the purpose of each connection by description.

      Only alphanumeric characters and the following special characters are allowed: - . _

      Edge gateway If you have a firewall between your cluster and the data source target, use the Edge Gateway to host the containers. In the Edge gateway field, specify an Edge Gateway to host the connector.

      It can take up to five minutes for the status of newly deployed data source connections on the Edge Gateway to show as being connected.

      Frequency Select how often the connector imports data from the data source, in minutes. The value must be an integer. For example, a value of 5 causes the connector to run every 5 minutes. If the data source doesn't have many assets, or you don't want to import data often, reduce the frequency.
    2. Click Next.
    3. If IBM Security Guardium is configured with a self-signed Security Sockets Layer (SSL) certificate, add a connection certificate.

      To confirm that you have a self-signed certificate, you can search the web for 'ssl decode', then copy and paste your certification into a Certificate Decoder. If the value in the Common Name field is local, for example: yourlocalhost.yourlocaldomain, it indicates a self-signed certificate.

      If the value of your hostname or IP address does not match the common name value in your certificate, add the hostname to the server that hosts the Edge Gateway.
      Table 2. Adding your hostname to the Edge Gateway server
      If you are running the Edge client If you are not running the Edge client
      Run the following command:
      manageAppHost dns --set --ip <ip_address> --hostname <hostname1> --hostname <hostname2>
      Tip: The <ip_address> is the address of the server that you want to access, and <hostname> is the name of the server. If a server has multiple names, you can add each name by using --hostname.

      You can use --show to see the defined hostnames and --clear to remove a hostname previously set with the manageAppHost command.

      Add the hostname to the server that hosts the Edge Gateway by adding entries to Pod /etc/hosts with HostAliases. To edit the Universal Data Insights worker deployment, run the following command:
      oc edit deployment udi-udiworker
      Add the following information to the host deployment HostAliases, in the spec.template.spec section:
      hostAliases:
         - hostnames:
          - qradar.iseccs.local
          ip: <1.2.3.4>

      For more information, see Adding entries to Pod /etc/hosts with HostAliases (https://kubernetes.io/docs/tasks/network/customize-hosts-file-for-pods/).

    4. Copy the certificate details and paste it in the space that is provided.
  7. On the Connection configurations page, configure identity and access.
    1. Click Add a configuration.
    2. In the Configuration details window, configure the following parameters.
      Table 3. Configuration parameters
      Parameter Description
      Configuration Name Enter a unique name to describe the access configuration and distinguish it from the other access configurations for this data source connection that you might set up. Only alphanumeric characters and the following special characters are allowed: - . _
      Configuration Description Enter a unique description to describe the access configuration and distinguish it from the other access configurations for this data source connection that you might set up. Only alphanumeric characters and the following special characters are allowed: - . _
      Password Enter your IBM Security Guardium password.
      Server Enter your IBM Security Guardium data source server.
      Username Enter your IBM Security Guardium username.
      Api Key Enter your IBM Security Guardium API key.
    3. To save your configuration and establish the connection, click Save.
  8. Click Finish.
  9. To manage your active connections, complete the following steps:
    1. On the Integration data sources page, on the tile of the relevant data source, click Manage <x> of <x> active connections.
    2. On the Connection status page, on the tile of the relevant data source, you can edit, refresh, or delete your data source connection.

Results

The connector imports data from the data source. The connector imports data again at the interval that you set in the Frequency field.

Tip: After you connect a data source, the data retrieval time depends on the selected frequency duration (maximum time set in the cronjob). Before the full data set is returned, the data source is in Contacting Service status. After the data is returned, the data source shows as being connected, and will update the connection status for every cronjob run thereafter.

You can add other connection configurations for this data source that have different users and different data access permissions.

What to do next

Test the connection by searching for an IP address in IBM Security Data Explorer that matches an asset data source. In Data Explorer, click an IP address to view its associated assets and risk.

To use Data Explorer, you must have data sources that are connected so that the application can run queries and retrieve results across a unified set of data sources. The search results vary depending on the data that is contained in your configured data sources. For more information about how to build a query in Data Explorer, see Build a query.