Configuring VMware Carbon Black Cloud Connectors

This connector allows Stellar Cyber to ingest VMware Carbon Black Cloud alerts from an AWS S3 bucket and add the alerts to the data lake.

It also supports the Contain Host response action.

If there is asset information in the logs for Events and Alerts, the detected assets are reported in the Assets Index.

Stellar Cyber connectors with the Collect function (collectors) may skip collecting some data when the ingestion volume is large, which potentially can lead to data loss. This can happen when the processing capacity of the collector is exceeded.

Connector Overview: VMware Carbon Black Cloud

Capabilities

  • Collect: Yes

  • Respond: Yes

  • Native Alerts Mapped: Yes

  • Runs on: DP

  • Interval: Configurable

Collected Data

Content Type

Index

Locating Records

Alert

Syslog

Assets

 

msg_class:

carbonblack_alert

msg_origin.source:

carbonblack_cloud

msg_origin.vendor:

vmware_carbonblack

msg_origin.category:

endpoint

Domain

N/A

Response Actions

Action

Required Fields

Contain Host

device_id

The required permissions for response actions are device.quarantine (Execute), device (Read), and device.bg-scan (Execute).

Third Party Native Alert Integration Details

Alerts of type CB Analytics, Device Control, and Watchlist.

For details, see Integration of Third Party Native Alerts.

Required Credentials

  • Carbon Black Organization Key, Bucket, Prefix, Access Key ID, and Secret Access Key

               Let us know if you find the above overview useful.

Adding a VMware Carbon Black Cloud Connector

To add a VMware Carbon Black Cloud connector:

  1. Obtain the VMware Carbon Black organization ID
  2. Gather / Configure AWS S3 information
  3. (Optional) Configure Carbon Black for Respond action
  4. Add the connector in Stellar Cyber
  5. Test the connector
  6. Verify ingestion

Obtaining the VMware Carbon Black Organization ID

Use of this connector requires that you have previously configured your VMware Carbon Black deployment to send data to AWS S3. You still require the Organization ID to configure the connector. You can find this in your VMware Carbon Black Cloud portal under Settings | API Access | API Keys.

Gathering / Configuring the AWS S3 Information 

Use this section to obtain the following required details for use in configuring your connector:

  • Access Key ID

  • Secret Access Key

  • Bucket

  • Prefix

Creating a User

To add a user with the appropriate permissions:

  1. Log in to your AWS Management Console at https://aws.amazon.com/console. View the services in the Console Home or choose View all services.

  2. Choose IAM. The IAM Dashboard appears.

  3. Choose Policies and then choose Create Policy.

  4. In the Create policy pane, choose the JSON tab.

  5. Using the example below as a guide, edit the JSON policy document.

    The following is just an EXAMPLE. You must modify this JSON to match the resources in your own environment.

    Copy
    VMware Carbon Black policy
    {
        "Version": "2012-10-17",
        "Statement": [
            {
                "Sid": "VisualEditor0",
                "Effect": "Allow",
                "Action": [
                    "s3:GetObject",
                    "s3:ListBucket"
                ],
                "Resource": [
                    "arn:aws:s3:::stellarcarbonblack/*",
                    "arn:aws:s3:::stellarcarbonblack"
                ]
            }
        ]
    }
  6. Choose Next.

  7. Give your policy a name to associate it with Stellar Cyber, then choose Create policy.

    The policy can now be attached to a user.

  8. From the IAM navigation pane, choose Users and then choose Create user.

  9. In the Specify user details page for User details, enter a User name for the new user.

  10. Choose Provide user access to the – AWS Management Console optional to produce login credentials for the new user, such as a password.

  11. Choose how you want to create the Console password and then choose Next.

  12. For Set permissions, choose Attach policies directly. Then search for the policy you created above.

  13. Select the checkbox to the left of the policy name, then choose Next.

  14. Verify the information and then choose Create user.

Creating an Access Key

  1. Log in to the IAM Console with your AWS account ID, your IAM user name, and password. You must have the permissions required to create access keys for a user.

  2. Choose Users, then choose the user name, and click Security credentials.

  3. In the Access keys section, choose Create access key. Access keys have two parts: an access key ID and a secret access key. Click Create access key.

  4. On the Access key best practices & alternatives page, choose Other and then choose Next.

  5. Click Create access key.

  6. On the Retrieve access keys page, choose Show to reveal the value of the user's secret access key. Save the access key ID and secret access key in a secure location. You will need them when configuring the connector in Stellar Cyber.

  7. Click Done.

Creating and Configuring the S3 Bucket

  1. Navigate to the AWS S3 Console (https://s3.console.aws.amazon.com/s3/home).

  2. From the navigation pane, select Bucket to ensure the buckets dashboard is displayed.

  3. Click Create bucket. Give the bucket a unique name that does not contain uppercase letters or underscores; dashes are allowed.

  4. Verify the AWS region is set to the desired value (for example, US East (N. Virginia) us-east-1).

  5. Ensure the check-box for Block all Public Access is enabled/checked. The connector does not require public access set.

  6. At the bottom of the screen, click the button to Create bucket.

  7. From the AWS S3 list of buckets, click the name of the bucket you just created.

  8. From the bucket details pane, click the button to Create folder. This is the folder to which you will send data from the VMware Carbon Black console. Note the precise folder name. You will use this folder name to replace the prefix in the bucket policy in the next step, in the connector, and when you add a Data Forwarder in the Carbon Black Cloud console.

    Each VMware Carbon Black Data Forwarder requires its own folder. Otherwise, data from multiple forwarders can mix in the same folder and impair parsing of data.

  9. Now, click the Permissions tab and click the button to Edit the Bucket Policy.

  10. Modify the Resource parameter as indicated below to include your Carbon Black product region and the name of the folder you created above. This pane includes buttons to sample policies and to an AWS Policy Generator tool you can use to create the JSON for your bucket policy.

    {
    	"Version": "2012-10-17",
    	"Statement": [
    		{
    			"Sid": "Statement1",
    			"Principal": {},
    			"Effect": "Allow",
    			"Action": [],
    			"Resource": []
    		}
    	]
    }

    Following is an example of a complete policy with the region, folder, and allowed actions specified, using the AWS Policy Generator tool. The most critical element to include is the Resource field.

    {
      "Version": "2012-10-17",
      "Id": "Policy1647298852280",
      "Statement": [
        {
          "Sid": "Stmt1647298832372",
          "Effect": "Allow",
          "Principal": {
            "AWS":
              "arn:aws:iam::132308400445:role/mcs-psc-prod-event-forwarder-us-east-1-event-forwarder"
            },
          "Action": [
            "s3:PutObject",
            "s3:PutObjectAcl"
          ],
          "Resource":
          "arn:aws:s3:::bucket-name/prefix-folder-name/*"
        } 
      ]
    }

At this point you should have made note of the following information from your VMware and AWS steps, above.

  • Organization ID
  • Access Key ID

  • Secret Access Key

  • Bucket

  • Prefix

(Optional) Configuring Carbon Black for Respond Action

To configure settings in VMware Carbon Black for the Contain Host respond action:

  1. Log in to VMware Carbon Black.

  2. Expand Settings, then click API Access.

  3. Click Access Levels.

  4. Click Add Access Level.

  5. Enter a Name and Description.

  6. Select permissions as follows to allow the API key you create to have permissions for the response action:

    • For Device > Quarantine (device.quarantine), select Execute.

    • For Device > General information (device), select Read.

    • For Device > Background scan (device.bg-scan), select Execute.

  7. Click Save.

  8. After you create the Access Level, click API Keys and click Add API Key.

  9. Enter a Name and Description.

  10. For Access Level type, select Custom.

  11. Select the name of the Custom Access Level you previously created.

  12. (Optional) If you want to restrict the API key to only work on certain IP addresses, you can enter them in Authorized IP addresses.

  13. Click Save.

  14. Copy your API ID and API Secret Key. You will use them when configuring the connector in Stellar Cyber.

  15. Locate your ORG KEY as follows:

  16. Make note of the ORG KEY. You will use it when configuring the connector in Stellar Cyber.

Adding the Connector in Stellar Cyber

With the access information handy, you can add a VMware Carbon Black Cloud connector in Stellar Cyber:

  1. Log in to Stellar Cyber.

  2. Click System | Integration | Connectors. The Connector Overview appears.

  3. Click Create. The General tab of the Add Connector screen appears. The information on this tab cannot be changed after you add the connector.

    The asterisk (*) indicates a required field.

  4. Choose Endpoint Security from the Category drop-down.

  5. Choose VMware Carbon Black Cloud from the Type drop-down.

  6. For this connector, the supported Function is Collect, which is enabled already.

  7. Choose the FunctionCollect to collect logs; Respond for the respond action to contain hosts. You can select either Collect or Respond or both Collect and Respond. After you click Next, the configuration will vary, depending on your selection.

  8. Enter a Name.

    This field does not accept multibyte characters.

  9. Choose a Tenant Name. The Interflow records created by this connector include this tenant name.

  10. Choose the device on which to run the connector.

  11. (Optional) When the Function is Collect, you can create Log Filters. For information, see Managing Log Filters.

  12. Click Next. The following Configuration tab appears for the Collect function.

    The asterisk (*) indicates a required field.

    The following Configuration tab appears for the Respond function.

    The asterisk (*) indicates a required field.

    If you select both Collect and Respond, the Configuration tab contains the fields for both.

  13. For the Collect function: 

    1. Enter the Carbon Black Cloud Organization Key you noted above in Gathering / Configuring the AWS S3 Information.

    2. Enter the Bucket. This is the AWS S3 bucket you noted above, configured in Carbon Black Event Forwarder.

    3. Enter the Prefix you noted above, configured in Carbon Black Event Forwarder. (For this connector, it is the folder you created in the bucket above.)

      You can just enter alerts if the S3 bucket has the following prefix syntax: alerts/org_key=my_org/year=2022/month=11/day=23/hour=11/minute=56/

    4. Enter the Access Key ID you copied earlier.

    5. Enter the Secret Access Key you copied earlier.

    6. Choose the Interval (min). This is how often the logs are collected.

    7. Choose the Content Type you would like to collect. The logs for Alert are supported.

  14. For the Respond function:

    1. Enter your Host.

      Do not include the https prefix.

    2. Enter the Organization Key. This is the ORG KEY you noted above in (Optional) Configuring Carbon Black for Respond Action.

    3. Enter the API Secret Key you noted above.

    4. Enter the API ID you noted above.

  15. Click Next. The final confirmation tab appears.

  16. Click Submit.

    To pull data, a connector must be added to a Data Analyzer profile if it is running on the Data Processor.

The new connector is immediately active and collects logs beginning today.

Testing the Connector

When you add (or edit) a connector, we recommend that you run a test to validate the connectivity parameters you entered. (The test validates only the authentication / connectivity; it does not validate data flow).

For connectors running on a sensor, Stellar Cyber recommends that you allow 30-60 seconds for new or modified configuration details to be propagated to the sensor before performing a test.

  1. Click System | Integrations | Connectors. The Connector Overview appears.

  2. Locate the connector that you added, or modified, or that you want to test.

  3. Click Test at the right side of that row. The test runs immediately.

    Note that you may run only one test at a time.

Stellar Cyber conducts a basic connectivity test for the connector and reports a success or failure result. A successful test indicates that you entered all of the connector information correctly.

To aid troubleshooting your connector, the dialog remains open until you explicitly close it by using the X button. If the test fails, you can select the  button from the same row to review and correct issues.

The connector status is updated every five (5) minutes. A successful test clears the connector status, but if issues persist, the status reverts to failed after a minute.

Repeat the test as needed.

ClosedDisplay sample messages...

Success !

Failure with summary of issue:

Show More example detail:

 

Verifying Ingestion

To verify ingestion:

  1. Click Investigate | Threat Hunting. The Interflow Search tab appears.
  2. Change the Indices to Syslog or Alerts. Or change the Indices to Assets to view asset data ingested from the logs for Events and Alerts. The table immediately updates to show ingested Interflow records.

If you configured the connector Respond action, refer to External Actions: Contain Host to understand how to work with the Contain Host feature.