-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
surabhipatel-crest
wants to merge
29
commits into
DataDog:master
Choose a base branch
from
bhargavnariyanicrest:orca-security-assets-v1.0.0
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+5,664
−0
Open
Changes from 28 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
b583476
Add Orca Security assets
surabhipatel-crest 11923c3
Made minor change in the log pipeline
surabhipatel-crest 5a8ebf0
Fixed pipeline suggestion
surabhipatel-crest 568e321
Fixed pipeline suggestion
surabhipatel-crest afe4462
Fixed pipeline suggestion
surabhipatel-crest dc833b5
Fixed pipeline suggestion
surabhipatel-crest 850e57f
Updated appi-id to orca_security
surabhipatel-crest d3ea2c3
Made minor change in manifest file
surabhipatel-crest 83e2727
Updated app-id and made minor changes in logs files
surabhipatel-crest f6b0eff
Added installation_sources in orca-security file
surabhipatel-crest fae8b61
Updated installation_sources in orca-security file
surabhipatel-crest 14e6b05
fixed pipeline suggestion for installation_sources
surabhipatel-crest eaa03dd
Added result sample as per pipeline suggestion
surabhipatel-crest efdb152
Updated dashboard
surabhipatel-crest 5222e63
Updated Readme
surabhipatel-crest a3e51cd
Made indentation changes in log sample file
surabhipatel-crest 560524d
Fixed pipeline suggestion
surabhipatel-crest d5bd38f
Made minor change
surabhipatel-crest d8acc5a
Added sample as per pipeline
surabhipatel-crest 6df1c27
Added values in custom tag manually in log pipeline
surabhipatel-crest 45bb226
Updated smaple indetation per pipeline suggestion
surabhipatel-crest 1e987e7
Updated orca-security_tests for sample indentation
surabhipatel-crest cf4013c
Updated the orca-security_tests.yaml file for indentation
surabhipatel-crest 7bbc286
Updated sample result as per pipeline suggestion
surabhipatel-crest dd12258
Updated log pipeline
surabhipatel-crest 8011990
Updated pipeline
surabhipatel-crest 551597d
Fixed pipeline suggestion
surabhipatel-crest 6f07e37
Merge branch 'master' into orca-security-assets-v1.0.0
thibaultkrebs 00c7988
Resolved Readme review changes
savandalasaniya-crest File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
## 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. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
**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/ |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just suggest to reword this slightly.