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

Update docs #2177

Merged
merged 1 commit into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
Binary file added docs/docs/img/integrations-threatrx-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/img/integrations-threatrx-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/img/integrations-threatrx-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/img/integrations-threatrx-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/docs/img/integrations-threatrx-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/docs/img/integrations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions docs/docs/integrations/threatrx.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: ThreatRx
---

# ThreatRx

ThreatRx is LLM-assisted remediation for cloud misconfigurations (CSPM scans), vulnerabilities, malwares and secrets.

Following LLM integrations are available:
- OpenAI
- Amazon Bedrock

For more details, please visit Deepfence blog here:
- https://www.deepfence.io/blog/deepfence-revolutionizes-cloud-security-with-ai-powered-remediation-introducing-threatrx-part-1
- https://www.deepfence.io/blog/deepfence-revolutionizes-cloud-security-with-ai-powered-remediation-introducing-threatrx-part-2

## To Configure OpenAI

1. Create an API key here: https://platform.openai.com/api-keys

![OpenAI](../img/integrations-threatrx-1.png)

2. In the integrations page, select **ThreatRx** and click **OpenAI** to create a new integration. Choose the OpenAI model, enter the API key and click save.

![OpenAI](../img/integrations-threatrx-2.png)

3. Navigate to cloud posture scan results or vulnerability scan results and click **ThreatRx** button on the scan result side panel to get the remediation steps.

![OpenAI](../img/integrations-threatrx-3.png)

## To Configure Amazon Bedrock

1. Enable any text/chat model in Amazon Bedrock.

![Amazon Bedrock](../img/integrations-threatrx-4.png)

2. In the integrations page, select **ThreatRx** and click **Amazon Bedrock** to create a new integration. Choose the Amazon Bedrock model, enter the access key and secret key and click save. Alternatively, if the console has write permission to Amazon Bedrock via instance IAM role, you can choose to add the models automatically.

![Amazon Bedrock](../img/integrations-threatrx-5.png)

3. Navigate to cloud posture scan results or vulnerability scan results and click **ThreatRx** button on the scan result side panel to get the remediation steps.
1 change: 1 addition & 0 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ const sidebars = {
id: 'integrations/index'
},
items: [
'integrations/threatrx',
'integrations/pagerduty',
'integrations/slack',
'integrations/microsoft-teams',
Expand Down
Loading