Skip to content

Commit

Permalink
Rename ReaQta connector to QRadar EDR
Browse files Browse the repository at this point in the history
  • Loading branch information
delliott90 committed Jun 21, 2023
1 parent ab22947 commit 18875b0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion OVERVIEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ List updated: October 29, 2021
| [Palo Alto Cortex XDR](https://github.com/opencybersecurityalliance/stix-shifter/blob/develop/adapter-guide/connectors/paloalto_supported_stix.md) | paloalto | Default | IBM Security | Yes | Yes | Released |
| [SentinelOne](https://github.com/opencybersecurityalliance/stix-shifter/blob/develop/adapter-guide/connectors/sentinelone_supported_stix.md) | sentinelone | Default | IBM Security | Yes | Yes | Released |
| [Darktrace](https://github.com/opencybersecurityalliance/stix-shifter/blob/develop/adapter-guide/connectors/darktrace_supported_stix.md) | darktrace | Default | IBM Security | Yes | Yes | Released |
| [IBM Security ReaQta](https://github.com/opencybersecurityalliance/stix-shifter/blob/develop/adapter-guide/connectors/reaqta_supported_stix.md) | reaqta | Default | IBM Security | Yes | Yes | Released |
| [IBM Security QRadar EDR](https://github.com/opencybersecurityalliance/stix-shifter/blob/develop/adapter-guide/connectors/reaqta_supported_stix.md) | reaqta | Default | IBM Security | Yes | Yes | Released |
| [IBM Security Verify](https://github.com/opencybersecurityalliance/stix-shifter/blob/develop/adapter-guide/connectors/ibm_security_verify_supported_stix.md) | ibm_security_verify | Default | IBM Security | Yes | Yes | Released |
| [Red Hat Advanced Cluster Security for Kubernetes (StackRox)](https://github.com/opencybersecurityalliance/stix-shifter/blob/develop/adapter-guide/connectors/rhacs_supported_stix.md) | rhacs | Default | IBM Security | Yes | Yes | Released |
| [GCP Chronicle](https://github.com/opencybersecurityalliance/stix-shifter/blob/develop/adapter-guide/connectors/gcp_chronicle_supported_stix.md) | gcp_chronicle | Default | IBM Security | Yes | Yes | Released |
Expand Down
10 changes: 5 additions & 5 deletions stix_shifter_modules/reaqta/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# ReaQta Connector
# IBM Security QRadar EDR Connector

Reaqta is an AI-powered, automated endpoint security platform. ReaQta Connector can be used to search security events and alerts generated in ReaQta platform.
IBM Security® QRadar® EDR, formerly ReaQta, is an AI-powered, automated endpoint security platform. This connector can be used to search security events and alerts generated in the IBM Security® QRadar® EDR platform.

## API and Query Language

Connector uses Reaqta Hunt API. Endpoint Path: `/1/events/hunt`
The connector uses the Hunt API. Endpoint Path: `/1/events/hunt`

For search, the connector uses HunQ: The ReaQta-Hive Hunt Query Language. The query is similar to the WHERE clause of a SQL query.
For search, the connector uses HunQ: The Hive Hunt Query Language. The query is similar to the WHERE clause of a SQL query.


### Format for making STIX translation calls via the CLI
Expand Down Expand Up @@ -85,7 +85,7 @@ python main.py transmit reaqta '{"host":"<reaqta_host>"}' '{ "auth": { "app_id":
}
```

## ReaQta response results to STIX objects
## Response results to STIX objects

### Translate command
```
Expand Down
2 changes: 1 addition & 1 deletion stix_shifter_modules/reaqta/configuration/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"connection": {
"type": {
"displayName": "IBM Security ReaQta",
"displayName": "IBM Security QRadar EDR",
"group": "reaqta"
},
"host": {
Expand Down
8 changes: 4 additions & 4 deletions stix_shifter_modules/reaqta/configuration/lang_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"description": "More details on the data source setting can be found in the specified link"
},
"selfSignedCert": {
"label": "ReaQta Certificate",
"label": "Self Signed Certificate",
"placeholder": "Paste your certificate"
},
"sni": {
Expand All @@ -26,12 +26,12 @@
"configuration": {
"auth": {
"app_id": {
"label": "Reaqta App ID",
"description": "Reaqta App ID with access to the Hunt API"
"label": "App ID",
"description": "App ID with access to the Hunt API"
},
"secret_key": {
"label": "Secret Key",
"description": "Reaqta App Secret Key with access to the Hunt API"
"description": "App Secret Key with access to the Hunt API"
}
}
}
Expand Down

0 comments on commit 18875b0

Please sign in to comment.