Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INTPLAT-462] DDS: Orca Security: integration V1.0.0 #19164

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
b583476
Add Orca Security assets
surabhipatel-crest Nov 29, 2024
11923c3
Made minor change in the log pipeline
surabhipatel-crest Nov 29, 2024
5a8ebf0
Fixed pipeline suggestion
surabhipatel-crest Dec 1, 2024
568e321
Fixed pipeline suggestion
surabhipatel-crest Dec 1, 2024
afe4462
Fixed pipeline suggestion
surabhipatel-crest Dec 1, 2024
dc833b5
Fixed pipeline suggestion
surabhipatel-crest Dec 1, 2024
850e57f
Updated appi-id to orca_security
surabhipatel-crest Dec 2, 2024
d3ea2c3
Made minor change in manifest file
surabhipatel-crest Dec 2, 2024
83e2727
Updated app-id and made minor changes in logs files
surabhipatel-crest Dec 2, 2024
f6b0eff
Added installation_sources in orca-security file
surabhipatel-crest Dec 2, 2024
fae8b61
Updated installation_sources in orca-security file
surabhipatel-crest Dec 2, 2024
14e6b05
fixed pipeline suggestion for installation_sources
surabhipatel-crest Dec 2, 2024
eaa03dd
Added result sample as per pipeline suggestion
surabhipatel-crest Dec 2, 2024
efdb152
Updated dashboard
surabhipatel-crest Dec 2, 2024
5222e63
Updated Readme
surabhipatel-crest Dec 9, 2024
a3e51cd
Made indentation changes in log sample file
surabhipatel-crest Dec 17, 2024
560524d
Fixed pipeline suggestion
surabhipatel-crest Dec 17, 2024
d5bd38f
Made minor change
surabhipatel-crest Dec 18, 2024
d8acc5a
Added sample as per pipeline
surabhipatel-crest Dec 18, 2024
6df1c27
Added values in custom tag manually in log pipeline
surabhipatel-crest Dec 18, 2024
45bb226
Updated smaple indetation per pipeline suggestion
surabhipatel-crest Dec 23, 2024
1e987e7
Updated orca-security_tests for sample indentation
surabhipatel-crest Dec 27, 2024
cf4013c
Updated the orca-security_tests.yaml file for indentation
surabhipatel-crest Dec 30, 2024
7bbc286
Updated sample result as per pipeline suggestion
surabhipatel-crest Dec 30, 2024
dd12258
Updated log pipeline
surabhipatel-crest Jan 7, 2025
8011990
Updated pipeline
surabhipatel-crest Jan 7, 2025
551597d
Fixed pipeline suggestion
surabhipatel-crest Jan 7, 2025
6f07e37
Merge branch 'master' into orca-security-assets-v1.0.0
thibaultkrebs Jan 8, 2025
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
2 changes: 2 additions & 0 deletions .github/workflows/config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,8 @@ integration/openstack_controller:
- openstack_controller/**/*
integration/oracle:
- oracle/**/*
integration/orca_security:
- orca_security/**/*
integration/ossec_security:
- ossec_security/**/*
integration/otel:
Expand Down
7 changes: 7 additions & 0 deletions orca_security/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG - orca_security

## 1.0.0 / 2024-11-29

***Added***:

* Initial Release
58 changes: 58 additions & 0 deletions orca_security/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Orca Security Integration For Datadog

## Overview

[Orca Security][1] is a cloud security platform that identifies, prioritizes, and remediates security risks and compliance. It provides features like real-time visibility, vulnerability management, workload protection, cloud security posture management, and compliance management.
This integration ingests the following log:

- Alert: Represents details such as the state of alert, account details, asset in which the alert was found, and more.

The Orca Security integration seamlessly ingests the data of alert logs using the built-in integration of Orca with Datadog. Before ingestion of the data, it normalizes and enriches the logs, ensuring a consistent data format, and enhancing information content for downstream processing and analysis. The integration provides insights into alert logs through the out-of-the-box dashboards.

## Setup

### Configuration

#### [Orca Security Configuration for Datadog][2]

1. Login to the Orca Security Platform.
2. Go to **Settings** > **Connections** > **Integrations**.
3. In the **SIEM/SOAR** section, select **Datadog**, and then click **Connect**.

The Datadog Configuration window opens.
4. Specify the following settings:
- **API Key** - Add the API key of your Datadog platform.
- **Region** - Select the region where your Datadog instance is located.
5. Click **Save**.
6. Click **Configure** on the Datadog Integration and enable the integration.
7. Go to **Automations** and click **+ Create Automation**.
8. In the **Automation Details** section, provide **Automation Name**.
9. In the **Trigger Query** section, select all the values for alert state in the query. The query should look as below:

```When an alert Alert State is open,in_progress,snoozed,dismissed,closed```
10. In the **Define Results** section, please enable **Apply to Existing Alerts** if existing alerts in the Orca Security platform need to be forwarded to Datadog, or disable it to forward newly generated/updated alerts.
**Note**: Alerts that were updated more than 18 hours ago cannot be ingested into Datadog.
11. In the **SIEM/SOAR** section under the **Define Results** section, check **Datadog** and select **Logs** as the Datadog type.
12. Click **Create**.

## Data Collected

### Logs

The Orca integration collects and forwards Orca alert logs to Datadog.

### Metrics

The Orca integration does not include any metrics.

### Events

The Orca integration does not include any events.

## Support

For further assistance, contact [Datadog Support][3].

[1]: https://docs.orcasecurity.io/docs
[2]: https://docs.orcasecurity.io/docs/integrating-datadog
[3]: https://docs.datadoghq.com/help/
Loading
Loading