-
Notifications
You must be signed in to change notification settings - Fork 85
feature/ubika_new_intake_traffic_logs #2992
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
Open
clement-burtscher-sekoia
wants to merge
5
commits into
main
Choose a base branch
from
feature/ubika_new_intake_traffic_logs
base: main
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.
Open
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
7432c01
Add documentation for Ubika Cloud Protector Next Generation Traffic Logs
clement-burtscher-sekoia 9895659
Fix formatting
clement-burtscher-sekoia 89aef16
Share section between connectors, add warning for beta
clement-burtscher-sekoia c0dcdfe
Rename legacy next gen connector
clement-burtscher-sekoia dbb40bc
fix(Ubika): add redirection after renaming
squioc 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
35 changes: 35 additions & 0 deletions
35
.../operations_center/integrations/ubika_cloud_protector_next_gen_refresh_token.md
This file contains hidden or 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,35 @@ | ||
| === "Manual installation" | ||
|
|
||
| !!! warning | ||
| The device code is valid during 10 minutes only | ||
|
|
||
| 1. Log in the [Ubika console](https://console.ubika.io/) | ||
| 2. Execute the following command to get the device code | ||
|
|
||
| ``` | ||
| curl https://login.ubika.io/auth/realms/main/protocol/openid-connect/auth/device -d "client_id=rest-api" -d "grant_type=device" -d "scope=offline_access" | ||
| ``` | ||
|
|
||
| 3. Copy the `user code`, provided in the response, and paste it [on the Ubika authentication](https://login.ubika.io/auth/realms/main/protocol/openid-connect/auth/device) | ||
| 4. Copy the `device code`, provided in the curl response | ||
| 5. Execute the following command to get the `refresh token` | ||
|
|
||
| ``` | ||
| curl https://login.ubika.io/auth/realms/main/protocol/openid-connect/token -d "client_id=rest-api" -d "grant_type=urn:ietf:params:oauth:grant-type:device_code" -d "device_code=<device_code>" | ||
| ``` | ||
|
|
||
| 6. Copy the `refresh token` | ||
|
|
||
| === "With the script" | ||
|
|
||
| 1. Log in the [Ubika console](https://console.ubika.io/) | ||
| 2. Save [the script](/assets/operation_center/integration_catalog/network_security/ubika/get_token.py) as `get_token.py` | ||
| 3. Create a virtual environment and execute the script | ||
|
|
||
| ``` | ||
| python3 -m venv /tmp/venv | ||
| /tmp/venv/bin/pip install requests | ||
| /tmp/venv/bin/python3 get_token.py | ||
| ``` | ||
|
|
||
| 4. Copy the `refresh token` |
69 changes: 0 additions & 69 deletions
69
docs/integration/categories/network_security/ubika_cloud_protector_next_gen.md
This file was deleted.
Oops, something went wrong.
32 changes: 32 additions & 0 deletions
32
...ntegration/categories/network_security/ubika_cloud_protector_next_gen_alerts.md
This file contains hidden or 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,32 @@ | ||
| uuid: e04c988c-cbb7-4b6a-8025-7b80a301ac28 | ||
| name: Ubika Cloud Protector Next Generation Alerts | ||
| type: intake | ||
|
|
||
| ## Overview | ||
|
|
||
| Ubika Cloud Protector Next Generation Alerts offers cutting-edge security for cloud environments, leveraging artificial intelligence to detect and neutralize threats in real-time. Its user-friendly interface and seamless integration enhance overall cybersecurity, empowering businesses to safeguard their data effortlessly. Protect your cloud assets with unparalleled reliability and advanced defense capabilities. | ||
|
|
||
| - **Vendor**:Ubika | ||
| - **Supported environment**: SaaS | ||
| - **Detection based on**: Alert | ||
| - **Supported application or feature**: Web application firewall logs | ||
|
|
||
| ## Configure | ||
|
|
||
| ### How to create refresh token | ||
|
|
||
| {!_shared_content/operations_center/integrations/ubika_cloud_protector_next_gen_refresh_token.md!} | ||
|
|
||
| ### Create your intake | ||
|
|
||
| 1. Go to the [intake page](https://app.sekoia.io/operations/intakes) and create a new intake from the `Ubika Cloud Protector Next Generation Alerts`. | ||
| 2. Set the intake account configuration with the `namespace` and `refresh token` from the `How to create refresh token` step | ||
|
|
||
| ### Enjoy your events on the [Events page](https://app.sekoia.io/operations/events) | ||
|
|
||
| {!_shared_content/operations_center/integrations/generated/e04c988c-cbb7-4b6a-8025-7b80a301ac28_sample.md!} | ||
|
|
||
| {!_shared_content/integration/detection_section.md!} | ||
|
|
||
| {!_shared_content/operations_center/detection/generated/suggested_rules_e04c988c-cbb7-4b6a-8025-7b80a301ac28_do_not_edit_manually.md!} | ||
| {!_shared_content/operations_center/integrations/generated/e04c988c-cbb7-4b6a-8025-7b80a301ac28.md!} |
35 changes: 35 additions & 0 deletions
35
...tion/categories/network_security/ubika_cloud_protector_next_gen_traffic_logs.md
This file contains hidden or 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,35 @@ | ||
| uuid: 19527522-2653-45dd-acea-49ae725bb435 | ||
| name: Ubika Cloud Protector Next Generation Traffic Logs | ||
| type: intake | ||
|
|
||
| ## Overview | ||
|
|
||
| Ubika Cloud Protector's Next Generation Traffic Logs feature gives organizations real-time visibility into every byte of network activity across their cloud environments. This detailed traffic intelligence empowers teams to optimize network operations and swiftly detect—and respond to—unusual behavior before it impacts their infrastructure. | ||
|
|
||
| !!! Warning | ||
| Important note - This format is currently in beta. We highly value your feedback to improve its performance. | ||
|
|
||
| - **Vendor**: Ubika | ||
| - **Supported environment**: SaaS | ||
| - **Detection based on**: Telemetry | ||
| - **Supported application or feature**: Web application firewall logs | ||
|
|
||
| ## Configure | ||
|
|
||
| ### How to create refresh token | ||
|
|
||
| {!_shared_content/operations_center/integrations/ubika_cloud_protector_next_gen_refresh_token.md!} | ||
|
|
||
| ### Create your intake | ||
|
|
||
| 1. Go to the [intake page](https://app.sekoia.io/operations/intakes) and create a new intake from the `Ubika Cloud Protector Next Generation Traffic Logs`. | ||
| 2. Set the intake account configuration with the `namespace` and `refresh token` from the `How to create refresh token` step | ||
|
|
||
| ### Enjoy your events on the [Events page](https://app.sekoia.io/operations/events) | ||
|
|
||
| {!_shared_content/operations_center/integrations/generated/19527522-2653-45dd-acea-49ae725bb435_sample.md!} | ||
|
|
||
| {!_shared_content/integration/detection_section.md!} | ||
|
|
||
| {!_shared_content/operations_center/detection/generated/suggested_rules_19527522-2653-45dd-acea-49ae725bb435_do_not_edit_manually.md!} | ||
| {!_shared_content/operations_center/integrations/generated/19527522-2653-45dd-acea-49ae725bb435.md!} | ||
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.