> For the complete documentation index, see [llms.txt](https://docs.vectra.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vectra.ai/configuration/response/soar/google-secops-soar-integration-rux.md).

# Google SecOps SOAR integration (RUX)

This integration implements the investigative and generic actions, connector and job for the Vectra RUX app on the Chronicle SOAR Platform. It will allow end-users to implement any use cases on the Vectra Cloud Platform that are possible using a combination of the below-mentioned actions.

**Actions:**

* Test Connectivity(ping): Tests the connectivity of the Chronicle SOAR server to the Vectra platform.
* List Entities: List Entities based on different parameters.
* List Detections: List all the detections for the given entity ID.
* Mark Entity Fixed: Mark all detections as fixed for provided ID.
* Mark Detection Fixed: Mark all detections for the entity as fixed.
* Unmark Detection Fixed: Unmark the given detections as fixed.
* Describe Entity: Show all the details of an entity for the given ID.
* Describe Detection: Show all the details of a detection for the far given ID.
* Add tags: Add tags to the given entity IDs.
* Remove tags: Remove members from the given group ID.
* Add Note: Add a note to the given entity ID.
* Remove Note: Remove a note from the given entity ID.
* List Entity Detections: List all the detections for the given entity ID.
* Assign Entity: Assign an entity to the given user ID.
* Update Assignment: Updates the assigned user in the assignment for the given entity.
* Remove Assignment: Remove the assignment for the given entity ID..
* Download PCAP: Download the PCAP file for the given detection ID.
* List Assignments: List all the assignments based on the query parameters.
* Describe Assignment: Show all the details of an assignment for the given ID.
* Resolve Assignment: Resolve assignment based on the given assignment ID and outcome ID.
* List Outcomes: List all the assignment outcomes.
* List Users: List users based on the query parameters.
* List Groups: List groups based on the query parameters.
* Assign Group: Add members to the given group ID.

**Connector**

* Vectra RUX - Entities Connector: Pull entities and their detections from the Vectra RUX platform and create a case in Chronicle SOAR.

**Job**

* Vectra RUX - Clear Empty Cases Job: Close the Chronicle case if the detection is attached to a different entity.

**Playbooks**

* Vectra RUX – Process Case Playbook: Assigns a Vectra user to the entity in Vectra and adds a note to link to the Google SecOps Case.
* Vectra RUX – Resolve Case Playbook: Resolves the entity in Vectra with reasoning and closes the case in Google SecOps.

### Attachments

{% file src="/files/bRqwYuqkCgLZMhifAf9H" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.vectra.ai/configuration/response/soar/google-secops-soar-integration-rux.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
