GoogleThreatIntelligenceRSAlerts
This integration allows the creation of incidents based on RS Alerts from Google Threat Intelligence.
Data Enrichment & Threat Intelligence · GoogleThreatIntelligence
Details
| ID | GoogleThreatIntelligenceRSAlerts |
|---|---|
| Provider | |
| Category | Data Enrichment & Threat Intelligence |
| From Version | 6.10.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Supported Modules | Agentix XSIAM |
README
Google Threat Intelligence - RS Alerts
This integration allows the creation of incidents based on RS Alerts from Google Threat Intelligence.
Configure Google Threat Intelligence - RS Alerts in Cortex
| Parameter | Description | Required |
|---|---|---|
| Server URL | URL of the GTI platform. | True |
| API Key | Provide the API key for authentication. See Acquiring your API key | True |
| Project ID | Specify the ID of the project. | True |
| Fetch incidents | Whether to fetch RS Alerts as Cortex XSOAR incidents. | False |
| Incident type | Select Incident type as “Google Threat Intelligence RS Alert”. | False |
| First Fetch Time | The date or relative timestamp from which to begin fetching RS Alerts. Default value is ‘3 days’. Supported formats: 2 minutes, 2 hours, 2 days, 2 weeks, 2 months, 2 years, yyyy-mm-dd, yyyy-mm-ddTHH:MM:SSZ. For example: 01 May 2026, 01 May 2026 04:45:33, 2026-05-17T14:05:44Z. |
False |
| Max Fetch | The maximum number of Alerts to fetch each time. Default value is 100. The maximum is 200. If the value is greater than 200, it will be considered as 200. |
False |
| Relevance Level | Filter the alerts by the relevance level. | False |
| Severity Level | Filter the alerts by the severity level. | False |
| Priority Level | Filter the alerts by the priority level. | False |
| Status | Filter the alerts by the status. | False |
| Threat Scenarios | Filter the alerts by the threat scenarios. | False |
| Mirroring Direction | The mirroring direction in which to mirror the alert. You can mirror ‘Incoming’ (from GTI to Cortex XSOAR), ‘Outgoing’ (from Cortex XSOAR to GTI), or in both directions. | False |
| Reopen Incident for Open Alert Status | Whether to reopen the incident when the Alert status is ‘Read’, ‘Triaged’, or ‘Escalated’. Note: This parameter is only used when the mirroring direction is set to ‘Incoming’ or ‘Incoming And Outgoing’. |
False |
| Close Incident for Close Alert Status | Whether to close the incident when the Alert status is ‘False Positive’, ‘Resolved’, ‘Duplicate’, ‘Benign’, ‘Not Actionable’, or ‘Tracked Externally’. Note: This parameter is only used when the mirroring direction is set to ‘Incoming’ or ‘Incoming And Outgoing’. |
False |
| Alert Status for Incident Reopen | Alert Status set in GTI when reopening incidents in Cortex XSOAR. Default value is ‘Escalated’. Note: This parameter is only used when the mirroring direction is set to ‘Outgoing’ or ‘Incoming And Outgoing’. |
False |
| Alert Status for Incident Closure | Alert Status set in GTI when closing incidents in Cortex XSOAR. Default value is ‘Resolved’. Note: This parameter is only used when the mirroring direction is set to ‘Outgoing’ or ‘Incoming And Outgoing’. |
False |
| Use system proxy settings | Whether to use Cortex XSOAR’s system proxy settings to connect to the API. | False |
| Trust any certificate (not secure) | Whether to allow connections without verifying SSL certificates validity. | False |
Acquiring your API key
Your API key can be found in your GoogleThreatIntelligence account user menu, clicking on your avatar:

Your API key carries all your privileges, so keep it secure and don’t share it with anyone.
Incident Mirroring
You can enable incident mirroring between Cortex XSOAR incidents and Google Threat Intelligence - RS Alerts corresponding events (available from Cortex XSOAR version 6.0.0).
To set up the mirroring:
- Enable Fetching incidents in your instance configuration.
-
In the Mirroring Direction integration parameter, select in which direction the incidents should be mirrored:
Option Description Incoming Any changes in Google Threat Intelligence - RS Alerts events (mirroring incoming fields) will be reflected in Cortex XSOAR incidents. Outgoing Any changes in Cortex XSOAR incidents will be reflected in Google Threat Intelligence - RS Alerts events (outgoing mirrored fields). Incoming And Outgoing Changes in Cortex XSOAR incidents and Google Threat Intelligence - RS Alerts events will be reflected in both directions. -
(Incoming / Incoming And Outgoing only) Enable the Reopen Incident for Open Alert Status parameter if you want a closed Cortex XSOAR incident to be automatically reopened when the corresponding GTI alert transitions back to an open status. The open statuses that trigger a reopen are: Read, Triaged, and Escalated.
-
(Incoming / Incoming And Outgoing only) Enable the Close Incident for Close Alert Status parameter if you want a Cortex XSOAR incident to be automatically closed when the corresponding GTI alert is moved to a closed status. The closed statuses that trigger closure are: False Positive, Resolved, Duplicate, Benign, Not Actionable, and Tracked Externally.
-
(Outgoing / Incoming And Outgoing only) Use the Alert Status for Incident Reopen parameter to specify which GTI alert status is set when a Cortex XSOAR incident is reopened. The default value is Escalated. Available options are: Read, Triaged, and Escalated.
- (Outgoing / Incoming And Outgoing only) Use the Alert Status for Incident Closure parameter to specify which GTI alert status is set when a Cortex XSOAR incident is closed. The default value is Resolved. Available options are: Resolved, Duplicate, False Positive, Benign, Not Actionable, and Tracked Externally.
Newly fetched incidents will be mirrored in the chosen direction. However, this selection does not affect existing incidents.
Commands
You can execute these commands from the CLI, as part of an automation, or in a playbook.
After you successfully execute a command, a DBot message appears in the War Room with the command details.
gti-rs-alert-list
List the RS Alerts with provided filter arguments.
Base Command
gti-rs-alert-list
Input
| Argument Name | Description | Required |
|---|---|---|
| page_size | Specify the desired page size for the request. Default is 50. | Optional |
| order_by | Filter alerts by the provided sort order. Possible values are: Asc, Desc. Default is Desc. | Optional |
| sort_by | Filter alerts by the provided sort field. Possible values are: Create Time, Update Time, Relevance Level, Severity Level, Priority Level. Default is Update Time. | Optional |
| create_time | Filter the alerts by created on or after the provided time. Supported formats: 2 minutes, 2 hours, 2 days, 2 weeks, 2 months, 2 years, yyyy-mm-dd, yyyy-mm-ddTHH:MM:SSZ. | Optional |
| update_time | Filter the alerts by updated on or after the provided time. Supported formats: 2 minutes, 2 hours, 2 days, 2 weeks, 2 months, 2 years, yyyy-mm-dd, yyyy-mm-ddTHH:MM:SSZ. Default is 3 days. | Optional |
| relevance_level | A comma-separated list of relevance levels by which to filter the alerts. Possible values are: Low, Medium, High. | Optional |
| severity_level | A comma-separated list of severity levels by which to filter the alerts. Possible values are: Low, Medium, High. | Optional |
| priority_level | A comma-separated list of priority levels by which to filter the alerts. Possible values are: Low, Medium, High, Critical. | Optional |
| status | A comma-separated list of statuses by which to filter the alerts. Possible values are: New, Read, Triaged, Escalated, Resolved, Duplicate, False Positive, Not Actionable, Benign, Tracked Externally. | Optional |
| threat_scenarios | A comma-separated list of threat scenarios by which to filter the alerts. Possible values are: Data Leak, Initial Access Broker, Insider Threat. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| GoogleThreatIntelligenceRSAlerts.Alert.name | String | Unique identifier for the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.findings | Array | List of findings associated with the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.state | String | Current state of the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.audit.updateTime | Date | Timestamp of last update to the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.audit.createTime | Date | Timestamp when the alert was created. |
| GoogleThreatIntelligenceRSAlerts.Alert.audit.creator | String | User or system that created the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.audit.updater | String | User or system that last updated the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.displayName | String | Display name of the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.detail.detailType | String | Type of detail analysis. |
| GoogleThreatIntelligenceRSAlerts.Alert.detail.initialAccessBroker.severity | String | Severity level for initial access broker threat. |
| GoogleThreatIntelligenceRSAlerts.Alert.detail.initialAccessBroker.discoveryDocumentIds | Array | Document IDs related to initial access broker discovery. |
| GoogleThreatIntelligenceRSAlerts.Alert.detail.dataLeak.severity | String | Severity level for data leak threat. |
| GoogleThreatIntelligenceRSAlerts.Alert.detail.dataLeak.discoveryDocumentIds | Array | Document IDs related to data leak discovery. |
| GoogleThreatIntelligenceRSAlerts.Alert.detail.insiderThreat.severity | String | Severity level for insider threat. |
| GoogleThreatIntelligenceRSAlerts.Alert.detail.insiderThreat.discoveryDocumentIds | Array | Document IDs related to insider threat discovery. |
| GoogleThreatIntelligenceRSAlerts.Alert.duplicateOf | String | Identifier of the alert this is a duplicate of, if applicable. |
| GoogleThreatIntelligenceRSAlerts.Alert.duplicatedBy | Array | List of alert identifiers that are duplicates of this alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.etag | String | Entity tag for optimistic concurrency control. |
| GoogleThreatIntelligenceRSAlerts.Alert.externalId | String | External identifier for the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.aiSummary | String | AI-generated summary of the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.relevant | Boolean | Whether the alert is relevant. |
| GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.confidence | String | Confidence level of relevance assessment. |
| GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.reasoning | String | Reasoning for relevance assessment. |
| GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.evidence.commonThemes | Array | Common themes found in the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.evidence.distinctThemes | Array | Distinct themes found in the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.relevanceLevel | String | Overall relevance level. |
| GoogleThreatIntelligenceRSAlerts.Alert.severityAnalysis.severityLevel | String | Assessed severity level. |
| GoogleThreatIntelligenceRSAlerts.Alert.severityAnalysis.confidence | String | Confidence level of severity assessment. |
| GoogleThreatIntelligenceRSAlerts.Alert.severityAnalysis.reasoning | String | Reasoning for severity assessment. |
| GoogleThreatIntelligenceRSAlerts.Alert.priorityAnalysis.priorityLevel | String | Assessed priority level. |
| GoogleThreatIntelligenceRSAlerts.Alert.priorityAnalysis.confidence | String | Confidence level of priority assessment. |
| GoogleThreatIntelligenceRSAlerts.Alert.priorityAnalysis.reasoning | String | Reasoning for priority assessment. |
| GoogleThreatIntelligenceRSAlerts.Alert.findingCount | Number | Number of findings associated with the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.configurations | Array | List of configurations related to the alert. |
Command example
!gti-rs-alert-list page_size=2
Context Example
{
"GoogleThreatIntelligenceRSAlerts": {
"Alert": [
{
"name": "projects/test-project/alerts/alert-1",
"findings": ["finding-1"],
"state": "STATE_UNSPECIFIED",
"audit": {
"updateTime": "2026-04-22T06:43:07.513Z",
"createTime": "2026-04-22T06:43:07.513Z",
"creator": "creator-1",
"updater": "updater-1"
},
"displayName": "Test Alert 1",
"aiSummary": "Test AI summary for alert 1",
"etag": "test-etag-1",
"detail": {
"detailType": "data_leak",
"dataLeak": {
"severity": "MEDIUM",
"discoveryDocumentIds": [
"projects/test-project/alerts/alert-1/documents/doc-1"
]
}
},
"relevanceAnalysis": {
"relevant": true,
"confidence": "CONFIDENCE_LEVEL_HIGH",
"reasoning": "Test relevance reasoning",
"relevanceLevel": "RELEVANCE_LEVEL_HIGH",
"evidence": {
"commonThemes": ["Test common theme"],
"distinctThemes": ["Test distinct theme"]
}
},
"severityAnalysis": {
"severityLevel": "SEVERITY_LEVEL_HIGH",
"confidence": "CONFIDENCE_LEVEL_HIGH",
"reasoning": "Test severity reasoning"
},
"priorityAnalysis": {
"priorityLevel": "PRIORITY_LEVEL_HIGH",
"confidence": "CONFIDENCE_LEVEL_HIGH",
"reasoning": "Test priority reasoning"
},
"findingCount": "1"
},
{
"name": "projects/test-project/alerts/alert-2",
"findings": ["finding-2", "finding-3"],
"state": "TRIAGED",
"audit": {
"updateTime": "2026-05-01T09:15:22.841Z",
"createTime": "2026-04-30T14:27:55.102Z",
"creator": "creator-2",
"updater": "updater-2"
},
"displayName": "Test Alert 2",
"aiSummary": "Test AI summary for alert 2 indicating initial access broker activity targeting corporate credentials.",
"etag": "test-etag-2",
"detail": {
"detailType": "initial_access_broker",
"initialAccessBroker": {
"severity": "HIGH",
"discoveryDocumentIds": [
"projects/test-project/alerts/alert-2/documents/doc-2",
"projects/test-project/alerts/alert-2/documents/doc-3"
]
}
},
"relevanceAnalysis": {
"relevant": true,
"confidence": "CONFIDENCE_LEVEL_MEDIUM",
"reasoning": "Test relevance reasoning for alert 2",
"relevanceLevel": "RELEVANCE_LEVEL_MEDIUM",
"evidence": {
"commonThemes": ["Test common theme 2"],
"distinctThemes": ["Test distinct theme 2"]
}
},
"severityAnalysis": {
"severityLevel": "SEVERITY_LEVEL_CRITICAL",
"confidence": "CONFIDENCE_LEVEL_HIGH",
"reasoning": "Test severity reasoning for alert 2"
},
"priorityAnalysis": {
"priorityLevel": "PRIORITY_LEVEL_CRITICAL",
"confidence": "CONFIDENCE_LEVEL_MEDIUM",
"reasoning": "Test priority reasoning for alert 2"
},
"findingCount": "2"
}
]
}
}
Human Readable Output
GTI RS Alert List
Alert Name Status Priority Severity Relevance Threat Scenario AI Summary Created Time Updated Time Etag Finding Count Findings Test Alert 1 State unspecified High High High Data leak Test AI summary for alert 1 2026-04-22T06:43:07.513Z 2026-04-22T06:43:07.513Z test-etag-1 1 finding-1 Test Alert 2 Triaged Critical Critical Medium Initial access broker Test AI summary for alert 2 indicating initial access broker activity targeting corporate credentials. 2026-04-30T14:27:55.102Z 2026-05-01T09:15:22.841Z test-etag-2 2 finding-2, finding-3
gti-rs-alert-get
Get a particular RS Alert by ID.
Base Command
gti-rs-alert-get
Input
| Argument Name | Description | Required |
|---|---|---|
| alert_id | Specify the ID of the alert. Note: Use ‘gti-rs-alert-list’ to retrieve the Alert ID. |
Required |
Context Output
| Path | Type | Description |
|---|---|---|
| GoogleThreatIntelligenceRSAlerts.Alert.name | String | Unique identifier for the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.findings | Array | List of findings associated with the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.state | String | Current state of the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.audit.updateTime | Date | Timestamp of last update to the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.audit.createTime | Date | Timestamp when the alert was created. |
| GoogleThreatIntelligenceRSAlerts.Alert.audit.creator | String | User or system that created the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.audit.updater | String | User or system that last updated the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.displayName | String | Display name of the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.detail.detailType | String | Type of detail analysis. |
| GoogleThreatIntelligenceRSAlerts.Alert.detail.initialAccessBroker.severity | String | Severity level for initial access broker threat. |
| GoogleThreatIntelligenceRSAlerts.Alert.detail.initialAccessBroker.discoveryDocumentIds | Array | Document IDs related to initial access broker discovery. |
| GoogleThreatIntelligenceRSAlerts.Alert.detail.dataLeak.severity | String | Severity level for data leak threat. |
| GoogleThreatIntelligenceRSAlerts.Alert.detail.dataLeak.discoveryDocumentIds | Array | Document IDs related to data leak discovery. |
| GoogleThreatIntelligenceRSAlerts.Alert.detail.insiderThreat.severity | String | Severity level for insider threat. |
| GoogleThreatIntelligenceRSAlerts.Alert.detail.insiderThreat.discoveryDocumentIds | Array | Document IDs related to insider threat discovery. |
| GoogleThreatIntelligenceRSAlerts.Alert.duplicateOf | String | Identifier of the alert this is a duplicate of, if applicable. |
| GoogleThreatIntelligenceRSAlerts.Alert.duplicatedBy | Array | List of alert identifiers that are duplicates of this alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.etag | String | Entity tag for optimistic concurrency control. |
| GoogleThreatIntelligenceRSAlerts.Alert.externalId | String | External identifier for the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.aiSummary | String | AI-generated summary of the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.relevant | Boolean | Whether the alert is relevant. |
| GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.confidence | String | Confidence level of relevance assessment. |
| GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.reasoning | String | Reasoning for relevance assessment. |
| GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.evidence.commonThemes | Array | Common themes found in the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.evidence.distinctThemes | Array | Distinct themes found in the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.relevanceLevel | String | Overall relevance level. |
| GoogleThreatIntelligenceRSAlerts.Alert.severityAnalysis.severityLevel | String | Assessed severity level. |
| GoogleThreatIntelligenceRSAlerts.Alert.severityAnalysis.confidence | String | Confidence level of severity assessment. |
| GoogleThreatIntelligenceRSAlerts.Alert.severityAnalysis.reasoning | String | Reasoning for severity assessment. |
| GoogleThreatIntelligenceRSAlerts.Alert.priorityAnalysis.priorityLevel | String | Assessed priority level. |
| GoogleThreatIntelligenceRSAlerts.Alert.priorityAnalysis.confidence | String | Confidence level of priority assessment. |
| GoogleThreatIntelligenceRSAlerts.Alert.priorityAnalysis.reasoning | String | Reasoning for priority assessment. |
| GoogleThreatIntelligenceRSAlerts.Alert.findingCount | Number | Number of findings associated with the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.configurations | Array | List of configurations related to the alert. |
Command example
!gti-rs-alert-get alert_id="92f32cdc-064e-443e-8ec5-f92dc555fb7d"
Context Example
{
"GoogleThreatIntelligenceRSAlerts": {
"Alert": [
{
"name": "projects/test-project/alerts/alert-1",
"findings": ["finding-1"],
"state": "STATE_UNSPECIFIED",
"audit": {
"updateTime": "2026-04-22T06:43:07.513Z",
"createTime": "2026-04-22T06:43:07.513Z",
"creator": "creator-1",
"updater": "updater-1"
},
"displayName": "Test Alert 1",
"aiSummary": "Test AI summary for alert 1",
"etag": "test-etag-1",
"detail": {
"detailType": "data_leak",
"dataLeak": {
"severity": "MEDIUM",
"discoveryDocumentIds": [
"projects/test-project/alerts/alert-1/documents/doc-1"
]
}
},
"relevanceAnalysis": {
"relevant": true,
"confidence": "CONFIDENCE_LEVEL_HIGH",
"reasoning": "Test relevance reasoning",
"relevanceLevel": "RELEVANCE_LEVEL_HIGH",
"evidence": {
"commonThemes": ["Test common theme"],
"distinctThemes": ["Test distinct theme"]
}
},
"severityAnalysis": {
"severityLevel": "SEVERITY_LEVEL_HIGH",
"confidence": "CONFIDENCE_LEVEL_HIGH",
"reasoning": "Test severity reasoning"
},
"priorityAnalysis": {
"priorityLevel": "PRIORITY_LEVEL_HIGH",
"confidence": "CONFIDENCE_LEVEL_HIGH",
"reasoning": "Test priority reasoning"
},
"findingCount": "1"
}
]
}
}
Human Readable Output
GTI RS Alert List
Alert Name Alert ID Status Priority Severity Relevance Threat Scenario AI Summary Created Time Updated Time Etag Finding Count Findings Test Alert 1 State unspecified High High High Data leak Test AI summary for alert 1 2026-04-22T06:43:07.513Z 2026-04-22T06:43:07.513Z test-etag-1 1 finding-1
gti-rs-alert-status-update
Update the status of an RS Alert.
Base Command
gti-rs-alert-status-update
Input
| Argument Name | Description | Required |
|---|---|---|
| alert_id | Specify the ID of the alert. Note: Use ‘gti-rs-alert-list’ to retrieve the Alert ID. |
Required |
| status | Specify the status of the alert. Possible values are: Read, Triaged, Escalated, Resolved, Duplicate, False Positive, Not Actionable, Benign, Tracked Externally. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| GoogleThreatIntelligenceRSAlerts.Alert.name | String | Unique identifier for the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.findings | Array | List of findings associated with the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.state | String | Current state of the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.audit.updateTime | Date | Timestamp of last update to the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.audit.createTime | Date | Timestamp when the alert was created. |
| GoogleThreatIntelligenceRSAlerts.Alert.audit.creator | String | User or system that created the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.audit.updater | String | User or system that last updated the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.displayName | String | Display name of the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.detail.detailType | String | Type of detail analysis. |
| GoogleThreatIntelligenceRSAlerts.Alert.detail.initialAccessBroker.severity | String | Severity level for initial access broker threat. |
| GoogleThreatIntelligenceRSAlerts.Alert.detail.initialAccessBroker.discoveryDocumentIds | Array | Document IDs related to initial access broker discovery. |
| GoogleThreatIntelligenceRSAlerts.Alert.detail.dataLeak.severity | String | Severity level for data leak threat. |
| GoogleThreatIntelligenceRSAlerts.Alert.detail.dataLeak.discoveryDocumentIds | Array | Document IDs related to data leak discovery. |
| GoogleThreatIntelligenceRSAlerts.Alert.detail.insiderThreat.severity | String | Severity level for insider threat. |
| GoogleThreatIntelligenceRSAlerts.Alert.detail.insiderThreat.discoveryDocumentIds | Array | Document IDs related to insider threat discovery. |
| GoogleThreatIntelligenceRSAlerts.Alert.duplicateOf | String | Identifier of the alert this is a duplicate of, if applicable. |
| GoogleThreatIntelligenceRSAlerts.Alert.duplicatedBy | Array | List of alert identifiers that are duplicates of this alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.etag | String | Entity tag for optimistic concurrency control. |
| GoogleThreatIntelligenceRSAlerts.Alert.externalId | String | External identifier for the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.aiSummary | String | AI-generated summary of the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.relevant | Boolean | Whether the alert is relevant. |
| GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.confidence | String | Confidence level of relevance assessment. |
| GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.reasoning | String | Reasoning for relevance assessment. |
| GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.evidence.commonThemes | Array | Common themes found in the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.evidence.distinctThemes | Array | Distinct themes found in the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.relevanceLevel | String | Overall relevance level. |
| GoogleThreatIntelligenceRSAlerts.Alert.severityAnalysis.severityLevel | String | Assessed severity level. |
| GoogleThreatIntelligenceRSAlerts.Alert.severityAnalysis.confidence | String | Confidence level of severity assessment. |
| GoogleThreatIntelligenceRSAlerts.Alert.severityAnalysis.reasoning | String | Reasoning for severity assessment. |
| GoogleThreatIntelligenceRSAlerts.Alert.priorityAnalysis.priorityLevel | String | Assessed priority level. |
| GoogleThreatIntelligenceRSAlerts.Alert.priorityAnalysis.confidence | String | Confidence level of priority assessment. |
| GoogleThreatIntelligenceRSAlerts.Alert.priorityAnalysis.reasoning | String | Reasoning for priority assessment. |
| GoogleThreatIntelligenceRSAlerts.Alert.findingCount | Number | Number of findings associated with the alert. |
| GoogleThreatIntelligenceRSAlerts.Alert.configurations | Array | List of configurations related to the alert. |
Command example
!gti-rs-alert-status-update alert_id="alert-status-1" status="Read"
Context Example
{
"GoogleThreatIntelligenceRSAlerts": {
"Alert": [
{
"name": "projects/test-project/alerts/alert-status-1",
"findings": ["finding-1"],
"state": "READ",
"audit": {
"updateTime": "2026-04-22T08:00:00.000Z",
"createTime": "2026-04-22T06:43:07.513Z",
"creator": "creator-1",
"updater": "updater-1"
},
"displayName": "Test Alert Status Update",
"aiSummary": "Test AI summary for status update.",
"etag": "etag-value-update",
"externalId": "external-id-1",
"detail": {
"detailType": "data_leak",
"dataLeak": {
"severity": "SEVERITY_LEVEL_MEDIUM",
"discoveryDocumentIds": ["doc-1"]
}
},
"relevanceAnalysis": {
"relevant": true,
"confidence": "CONFIDENCE_LEVEL_HIGH",
"reasoning": "Test relevance reasoning",
"relevanceLevel": "RELEVANCE_LEVEL_LOW",
"evidence": {
"commonThemes": ["theme-1"],
"distinctThemes": ["distinct-1"]
}
},
"severityAnalysis": {
"severityLevel": "SEVERITY_LEVEL_MEDIUM",
"confidence": "CONFIDENCE_LEVEL_MEDIUM",
"reasoning": "Test severity reasoning"
},
"priorityAnalysis": {
"priorityLevel": "PRIORITY_LEVEL_LOW",
"confidence": "CONFIDENCE_LEVEL_LOW",
"reasoning": "Test priority reasoning"
},
"findingCount": "1",
"configurations": ["config-1"]
}
]
}
}
Human Readable Output
Alert Status Updated Successfully
Alert Name Status Test Alert Status Update Read
<~PLATFORM>
License Requirements
The following configuration parameters require one of these licenses: Cortex XSIAM or Agentix:
- Fetch incidents
</~PLATFORM>
Configuration parameters
server_url— Server URL (required)credentials— (required)project_id— Project ID (required)isFetch— Fetch incidentsincidentFetchInterval— Incidents Fetch IntervalincidentType— Incident typefirst_fetch— First Fetch Timemax_fetch— Max Fetchrelevance_level— Relevance Levelseverity_level— Severity Levelpriority_level— Priority Levelstatus— Statusthreat_scenarios— Threat Scenariosmirror_direction— Mirroring Directionreopen_incident_for_open_alert_status— Reopen Incident for Open Alert Statusclose_incident_for_close_alert_status— Close Incident for Close Alert Statusalert_status_for_incident_reopen— Alert Status for Incident Reopenalert_status_for_incident_closure— Alert Status for Incident Closureproxy— Use system proxy settingsinsecure— Trust any certificate (not secure)
Commands (3)
-
gti-rs-alert-getGet a particular RS Alert by ID.
-
gti-rs-alert-listList the RS Alerts with provided filter arguments.
-
gti-rs-alert-status-updateUpdate the status of an RS Alert.
name: GoogleThreatIntelligenceRSAlerts display: Google Threat Intelligence - Relevance System Alerts commonfields: id: GoogleThreatIntelligenceRSAlerts version: -1 fromversion: 6.10.0 category: Data Enrichment & Threat Intelligence provider: Google defaultmapperin: Google Threat Intelligence RS Alerts - Incoming Mapper sectionorder: - Connect - Collect description: This integration allows the creation of incidents based on RS Alerts from Google Threat Intelligence. configuration: - display: Server URL name: server_url type: 0 required: true defaultvalue: https://threatintelligence.googleapis.com/ additionalinfo: URL of the GTI platform. section: Connect - displaypassword: API Key name: credentials type: 9 required: true hiddenusername: true additionalinfo: Provide the API key for authentication. section: Connect - display: Project ID name: project_id type: 0 required: true additionalinfo: Specify the ID of the project. section: Connect - display: Fetch incidents name: isFetch type: 8 required: false section: Collect supportedModules: - xsiam - agentix - display: Incidents Fetch Interval name: incidentFetchInterval type: 19 required: false defaultvalue: '1' advanced: true section: Collect supportedModules: - xsiam - agentix - display: Incident type name: incidentType defaultvalue: Google Threat Intelligence RS Alert type: 13 required: false section: Collect supportedModules: - xsiam - agentix - display: First Fetch Time name: first_fetch defaultvalue: '3 days' type: 0 required: false additionalinfo: "The date or relative timestamp from which to begin fetching RS Alerts. Default value is '3 days'.\n\nSupported formats: 2 minutes, 2 hours, 2 days, 2 weeks, 2 months, 2 years, yyyy-mm-dd, yyyy-mm-ddTHH:MM:SSZ.\n\nFor example: 01 May 2026, 01 May 2026 04:45:33, 2026-05-17T14:05:44Z." section: Collect supportedModules: - xsiam - agentix - display: Max Fetch name: max_fetch defaultvalue: '100' type: 0 required: false additionalinfo: "The maximum number of Alerts to fetch each time. Default value is 100. The maximum is 200.\n\nIf the value is greater than 200, it will be considered as 200." section: Collect supportedModules: - xsiam - agentix - display: Relevance Level name: relevance_level type: 16 options: - Low - Medium - High required: false additionalinfo: Filter the alerts by the relevance level. section: Collect advanced: true supportedModules: - xsiam - agentix - display: Severity Level name: severity_level type: 16 options: - Low - Medium - High required: false additionalinfo: Filter the alerts by the severity level. section: Collect advanced: true supportedModules: - xsiam - agentix - display: Priority Level name: priority_level type: 16 options: - Low - Medium - High - Critical required: false additionalinfo: Filter the alerts by the priority level. section: Collect advanced: true supportedModules: - xsiam - agentix - display: Status name: status type: 16 options: - New - Read - Triaged - Escalated - Resolved - Duplicate - False Positive - Not Actionable - Benign - Tracked Externally required: false additionalinfo: Filter the alerts by the status. section: Collect advanced: true supportedModules: - xsiam - agentix - display: Threat Scenarios name: threat_scenarios type: 16 options: - Data Leak - Initial Access Broker - Insider Threat required: false additionalinfo: Filter the alerts by the threat scenarios. section: Collect advanced: true supportedModules: - xsiam - agentix - display: Mirroring Direction name: mirror_direction type: 15 options: - Incoming - Outgoing - Incoming And Outgoing required: false additionalinfo: The mirroring direction in which to mirror the alert. You can mirror 'Incoming' (from GTI to Cortex XSOAR), 'Outgoing' (from Cortex XSOAR to GTI), or in both directions. section: Collect hidden: - marketplacev2 - platform - display: Reopen Incident for Open Alert Status name: reopen_incident_for_open_alert_status type: 8 required: false defaultvalue: 'true' additionalinfo: "Whether to reopen the incident when the Alert status is 'Read', 'Triaged', or 'Escalated'.\n\nNote: This parameter is only used when the mirroring direction is set to 'Incoming' or 'Incoming And Outgoing'." section: Collect advanced: true hidden: - marketplacev2 - platform - display: Close Incident for Close Alert Status name: close_incident_for_close_alert_status type: 8 required: false defaultvalue: 'true' additionalinfo: "Whether to close the incident when the Alert status is 'False Positive', 'Resolved', 'Duplicate', 'Benign', 'Not Actionable', or 'Tracked Externally'.\n\nNote: This parameter is only used when the mirroring direction is set to 'Incoming' or 'Incoming And Outgoing'." section: Collect advanced: true hidden: - marketplacev2 - platform - display: Alert Status for Incident Reopen name: alert_status_for_incident_reopen type: 15 options: - Read - Triaged - Escalated required: false defaultvalue: Escalated additionalinfo: "Alert Status set in GTI when reopening incidents in XSOAR. Default value is 'Escalated'.\n\nNote: This parameter is only used when the mirroring direction is set to 'Outgoing' or 'Incoming And Outgoing'." section: Collect advanced: true hidden: - marketplacev2 - platform - display: Alert Status for Incident Closure name: alert_status_for_incident_closure type: 15 options: - Resolved - Duplicate - False Positive - Benign - Not Actionable - Tracked Externally required: false defaultvalue: Resolved additionalinfo: "Alert Status set in GTI when closing incidents in XSOAR. Default value is 'Resolved'.\n\nNote: This parameter is only used when the mirroring direction is set to 'Outgoing' or 'Incoming And Outgoing'." section: Collect advanced: true hidden: - marketplacev2 - platform - display: Use system proxy settings name: proxy type: 8 required: false section: Connect advanced: true - display: Trust any certificate (not secure) name: insecure type: 8 required: false section: Connect advanced: true script: script: '' type: python subtype: python3 commands: - name: gti-rs-alert-list description: List the RS Alerts with provided filter arguments. arguments: - name: page_size description: Specify the desired page size for the request. defaultValue: '50' required: false - name: order_by description: Filter alerts by the provided sort order. auto: PREDEFINED predefined: - Asc - Desc defaultValue: Desc required: false - name: sort_by description: Filter alerts by the provided sort field. auto: PREDEFINED predefined: - Create Time - Update Time - Relevance Level - Severity Level - Priority Level defaultValue: Update Time required: false - name: create_time description: "Filter the alerts by created on or after the provided time. Supported formats: 2 minutes, 2 hours, 2 days, 2 weeks, 2 months, 2 years, yyyy-mm-dd, yyyy-mm-ddTHH:MM:SSZ." required: false - name: update_time description: "Filter the alerts by updated on or after the provided time. Supported formats: 2 minutes, 2 hours, 2 days, 2 weeks, 2 months, 2 years, yyyy-mm-dd, yyyy-mm-ddTHH:MM:SSZ." defaultValue: '3 days' required: false - name: relevance_level isArray: true auto: PREDEFINED predefined: - Low - Medium - High description: A comma-separated list of relevance levels by which to filter the alerts. required: false - name: severity_level isArray: true auto: PREDEFINED predefined: - Low - Medium - High description: A comma-separated list of severity levels by which to filter the alerts. required: false - name: priority_level isArray: true auto: PREDEFINED predefined: - Low - Medium - High - Critical description: A comma-separated list of priority levels by which to filter the alerts. required: false - name: status isArray: true auto: PREDEFINED predefined: - New - Read - Triaged - Escalated - Resolved - Duplicate - False Positive - Not Actionable - Benign - Tracked Externally description: A comma-separated list of statuses by which to filter the alerts. required: false - name: threat_scenarios isArray: true auto: PREDEFINED predefined: - Data Leak - Initial Access Broker - Insider Threat description: A comma-separated list of threat scenarios by which to filter the alerts. required: false outputs: - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.name description: Unique identifier for the alert. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.findings description: List of findings associated with the alert. type: Array - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.state description: Current state of the alert. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.audit.updateTime description: Timestamp of last update to the alert. type: Date - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.audit.createTime description: Timestamp when the alert was created. type: Date - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.audit.creator description: User or system that created the alert. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.audit.updater description: User or system that last updated the alert. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.displayName description: Display name of the alert. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.detail.detailType description: Type of detail analysis. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.detail.initialAccessBroker.severity description: Severity level for initial access broker threat. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.detail.initialAccessBroker.discoveryDocumentIds description: Document IDs related to initial access broker discovery. type: Array - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.detail.dataLeak.severity description: Severity level for data leak threat. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.detail.dataLeak.discoveryDocumentIds description: Document IDs related to data leak discovery. type: Array - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.detail.insiderThreat.severity description: Severity level for insider threat. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.detail.insiderThreat.discoveryDocumentIds description: Document IDs related to insider threat discovery. type: Array - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.duplicateOf description: Identifier of the alert this is a duplicate of, if applicable. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.duplicatedBy description: List of alert identifiers that are duplicates of this alert. type: Array - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.etag description: Entity tag for optimistic concurrency control. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.externalId description: External identifier for the alert. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.aiSummary description: AI-generated summary of the alert. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.relevant description: Whether the alert is relevant. type: Boolean - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.confidence description: Confidence level of relevance assessment. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.reasoning description: Reasoning for relevance assessment. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.evidence.commonThemes description: Common themes found in the alert. type: Array - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.evidence.distinctThemes description: Distinct themes found in the alert. type: Array - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.relevanceLevel description: Overall relevance level. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.severityAnalysis.severityLevel description: Assessed severity level. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.severityAnalysis.confidence description: Confidence level of severity assessment. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.severityAnalysis.reasoning description: Reasoning for severity assessment. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.priorityAnalysis.priorityLevel description: Assessed priority level. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.priorityAnalysis.confidence description: Confidence level of priority assessment. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.priorityAnalysis.reasoning description: Reasoning for priority assessment. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.findingCount description: Number of findings associated with the alert. type: Number - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.configurations description: List of configurations related to the alert. type: Array - name: gti-rs-alert-get description: Get a particular RS Alert by ID. arguments: - name: alert_id description: "Specify the ID of the alert.\n\nNote: Use 'gti-rs-alert-list' to retrieve the Alert ID." required: true outputs: - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.name description: Unique identifier for the alert. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.findings description: List of findings associated with the alert. type: Array - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.state description: Current state of the alert. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.audit.updateTime description: Timestamp of last update to the alert. type: Date - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.audit.createTime description: Timestamp when the alert was created. type: Date - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.audit.creator description: User or system that created the alert. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.audit.updater description: User or system that last updated the alert. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.displayName description: Display name of the alert. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.detail.detailType description: Type of detail analysis. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.detail.initialAccessBroker.severity description: Severity level for initial access broker threat. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.detail.initialAccessBroker.discoveryDocumentIds description: Document IDs related to initial access broker discovery. type: Array - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.detail.dataLeak.severity description: Severity level for data leak threat. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.detail.dataLeak.discoveryDocumentIds description: Document IDs related to data leak discovery. type: Array - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.detail.insiderThreat.severity description: Severity level for insider threat. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.detail.insiderThreat.discoveryDocumentIds description: Document IDs related to insider threat discovery. type: Array - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.duplicateOf description: Identifier of the alert this is a duplicate of, if applicable. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.duplicatedBy description: List of alert identifiers that are duplicates of this alert. type: Array - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.etag description: Entity tag for optimistic concurrency control. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.externalId description: External identifier for the alert. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.aiSummary description: AI-generated summary of the alert. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.relevant description: Whether the alert is relevant. type: Boolean - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.confidence description: Confidence level of relevance assessment. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.reasoning description: Reasoning for relevance assessment. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.evidence.commonThemes description: Common themes found in the alert. type: Array - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.evidence.distinctThemes description: Distinct themes found in the alert. type: Array - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.relevanceLevel description: Overall relevance level. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.severityAnalysis.severityLevel description: Assessed severity level. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.severityAnalysis.confidence description: Confidence level of severity assessment. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.severityAnalysis.reasoning description: Reasoning for severity assessment. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.priorityAnalysis.priorityLevel description: Assessed priority level. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.priorityAnalysis.confidence description: Confidence level of priority assessment. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.priorityAnalysis.reasoning description: Reasoning for priority assessment. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.findingCount description: Number of findings associated with the alert. type: Number - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.configurations description: List of configurations related to the alert. type: Array - name: gti-rs-alert-status-update description: Update the status of an RS Alert. arguments: - name: alert_id description: "Specify the ID of the alert.\n\nNote: Use 'gti-rs-alert-list' to retrieve the Alert ID." required: true - name: status description: Specify the status of the alert. auto: PREDEFINED predefined: - Read - Triaged - Escalated - Resolved - Duplicate - False Positive - Not Actionable - Benign - Tracked Externally required: true outputs: - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.name description: Unique identifier for the alert. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.findings description: List of findings associated with the alert. type: Array - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.state description: Current state of the alert. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.audit.updateTime description: Timestamp of last update to the alert. type: Date - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.audit.createTime description: Timestamp when the alert was created. type: Date - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.audit.creator description: User or system that created the alert. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.audit.updater description: User or system that last updated the alert. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.displayName description: Display name of the alert. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.detail.detailType description: Type of detail analysis. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.detail.initialAccessBroker.severity description: Severity level for initial access broker threat. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.detail.initialAccessBroker.discoveryDocumentIds description: Document IDs related to initial access broker discovery. type: Array - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.detail.dataLeak.severity description: Severity level for data leak threat. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.detail.dataLeak.discoveryDocumentIds description: Document IDs related to data leak discovery. type: Array - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.detail.insiderThreat.severity description: Severity level for insider threat. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.detail.insiderThreat.discoveryDocumentIds description: Document IDs related to insider threat discovery. type: Array - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.duplicateOf description: Identifier of the alert this is a duplicate of, if applicable. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.duplicatedBy description: List of alert identifiers that are duplicates of this alert. type: Array - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.etag description: Entity tag for optimistic concurrency control. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.externalId description: External identifier for the alert. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.aiSummary description: AI-generated summary of the alert. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.relevant description: Whether the alert is relevant. type: Boolean - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.confidence description: Confidence level of relevance assessment. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.reasoning description: Reasoning for relevance assessment. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.evidence.commonThemes description: Common themes found in the alert. type: Array - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.evidence.distinctThemes description: Distinct themes found in the alert. type: Array - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.relevanceAnalysis.relevanceLevel description: Overall relevance level. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.severityAnalysis.severityLevel description: Assessed severity level. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.severityAnalysis.confidence description: Confidence level of severity assessment. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.severityAnalysis.reasoning description: Reasoning for severity assessment. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.priorityAnalysis.priorityLevel description: Assessed priority level. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.priorityAnalysis.confidence description: Confidence level of priority assessment. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.priorityAnalysis.reasoning description: Reasoning for priority assessment. type: String - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.findingCount description: Number of findings associated with the alert. type: Number - contextPath: GoogleThreatIntelligenceRSAlerts.Alert.configurations description: List of configurations related to the alert. type: Array dockerimage: demisto/python3:3.12.13.10116658 isfetch: true isremotesyncin: true isremotesyncout: true tests: - No tests (auto formatted)