Cortex Core - IR
The Cortex Core IR integration uses the Cortex API for detection and response, by natively integrating network, endpoint, and cloud data to stop sophisticated attacks.
Endpoint · Core
Details
| ID | Cortex Core - IR |
|---|---|
| Provider | Palo Alto Networks |
| Category | Endpoint |
| From Version | 6.2.0 |
| Docker Image | demisto/google-cloud-storage:1.0.0.10120494 |
| Supported Modules | Exposure Management Cortex Cloud Cloud Runtime Security Agentix Cloud Posture Security XSIAM EDR |
README
The Cortex Core IR integration uses the Cortex API for detection and response, by natively integrating network, endpoint, and cloud data to stop sophisticated attacks.
Configure Investigation & Response in Cortex
| Parameter | Description | Required |
|---|---|---|
| HTTP Timeout | The timeout of the HTTP requests sent to Cortex (in seconds). | False |
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.
core-isolate-endpoint
Isolates the specified endpoint.
Base Command
core-isolate-endpoint
Input
| Argument Name | Description | Required |
|---|---|---|
| incident_id | Links the response action to the triggered incident. | Optional |
| interval_in_seconds | Interval in seconds between each poll. | Optional |
| timeout_in_seconds | Polling timeout in seconds. | Optional |
| action_id | For polling use. | Optional |
| endpoint_id | The endpoint ID (string) to isolate. Retrieve the string from the core-get-endpoints command. | Required |
| suppress_disconnected_endpoint_error | Suppress an error when trying to isolate a disconnected endpoint. When set to false, an error is returned. Possible values are: true, false. Default is false. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.Isolation.endpoint_id | String | The endpoint ID. |
core-unisolate-endpoint
Reverses the isolation of an endpoint.
Base Command
core-unisolate-endpoint
Input
| Argument Name | Description | Required |
|---|---|---|
| incident_id | Links the response action to the triggered incident. | Optional |
| endpoint_id | The endpoint ID (string) to reverse the isolation. Retrieve it from the core-get-endpoints command. | Required |
| suppress_disconnected_endpoint_error | Suppress an error when trying to unisolate a disconnected endpoint. When set to false, an error is be returned. Possible values are: true, false. Default is false. | Optional |
| action_id | For polling use. | Optional |
| interval_in_seconds | Interval in seconds between each poll. | Optional |
| timeout_in_seconds | Polling timeout in seconds. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.UnIsolation.endpoint_id | String | Isolates the specified endpoint. |
core-get-endpoints
Gets a list of endpoints, according to the passed filters. If there are no filters, all endpoints are returned. Filtering by multiple fields will be concatenated using AND condition (OR is not supported). Maximum result set size is 100. Offset is the zero-based number of endpoint from the start of the result set (start by counting from 0).
Base Command
core-get-endpoints
Input
| Argument Name | Description | Required |
|---|---|---|
| endpoint_id_list | A comma-separated list of endpoint IDs. | Optional |
| dist_name | A comma-separated list of distribution package names or installation package names. Example: dist_name1,dist_name2. |
Optional |
| ip_list | A comma-separated list of private IP addresses. Example: 10.1.1.1,192.168.1.1. |
Optional |
| public_ip_list | A comma-separated list of public IP addresses that correlate to the last IPv4 address from which the Cortex XDR agent connected (know as Last Origin IP).Example: 8.8.8.8,1.1.1.1. |
Optional |
| group_name | The group name to which the agent belongs. Example: group_name1,group_name2. |
Optional |
| platform | The endpoint platform. Valid values are: “windows”, “linux”, “macos”, or “android”. . Possible values are: windows, linux, macos, android. | Optional |
| alias_name | A comma-separated list of alias names. Examples: alias_name1,alias_name2. |
Optional |
| isolate | Specifies whether the endpoint was isolated or unisolated. Possible values are: isolated, unisolated. | Optional |
| hostname | Hostname Example: hostname1,hostname2. |
Optional |
| first_seen_gte | All the agents that were first seen after {first_seen_gte}. Supported values: 1579039377301 (time in milliseconds) “3 days” (relative date) “2019-10-21T23:45:00” (date). |
Optional |
| first_seen_lte | All the agents that were first seen before {first_seen_lte}. Supported values: 1579039377301 (time in milliseconds) “3 days” (relative date) “2019-10-21T23:45:00” (date). |
Optional |
| last_seen_gte | All the agents that were last seen before {last_seen_gte}. Supported values: 1579039377301 (time in milliseconds) “3 days” (relative date) “2019-10-21T23:45:00” (date). |
Optional |
| last_seen_lte | All the agents that were last seen before {last_seen_lte}. Supported values: 1579039377301 (time in milliseconds) “3 days” (relative date) “2019-10-21T23:45:00” (date). |
Optional |
| page | Page number (for pagination). The default is 0 (the first page). Default is 0. | Optional |
| limit | Maximum number of endpoints to return per page. The default and maximum is 30. Default is 30. | Optional |
| sort_by | Specifies whether to sort endpoints by the first time or last time they were seen. Can be “first_seen” or “last_seen”. Possible values are: first_seen, last_seen. | Optional |
| sort_order | The order by which to sort results. Can be “asc” (ascending) or “desc” ( descending). Default set to asc. Possible values are: asc, desc. Default is asc. | Optional |
| status | A comma-separated list of endpoints statuses to filter. Possible values are: connected, disconnected, lost, uninstalled. | Optional |
| username | The usernames to query for, accepts a single user, or comma-separated list of usernames. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.Endpoint.endpoint_id | String | The endpoint ID. |
| Core.Endpoint.endpoint_name | String | The endpoint name. |
| Core.Endpoint.endpoint_type | String | The endpoint type. |
| Core.Endpoint.endpoint_status | String | The status of the endpoint. |
| Core.Endpoint.os_type | String | The endpoint OS type. |
| Core.Endpoint.ip | Unknown | A list of IP addresses. |
| Core.Endpoint.users | Unknown | A list of users. |
| Core.Endpoint.domain | String | The endpoint domain. |
| Core.Endpoint.alias | String | The endpoint’s aliases. |
| Core.Endpoint.first_seen | Unknown | First seen date/time in Epoch (milliseconds). |
| Core.Endpoint.last_seen | Date | Last seen date/time in Epoch (milliseconds). |
| Core.Endpoint.content_version | String | Content version. |
| Core.Endpoint.installation_package | String | Installation package. |
| Core.Endpoint.active_directory | String | Active directory. |
| Core.Endpoint.install_date | Date | Install date in Epoch (milliseconds). |
| Core.Endpoint.endpoint_version | String | Endpoint version. |
| Core.Endpoint.is_isolated | String | Whether the endpoint is isolated. |
| Core.Endpoint.group_name | String | The name of the group to which the endpoint belongs. |
| Endpoint.Hostname | String | The hostname that is mapped to this endpoint. |
| Endpoint.ID | String | The unique ID within the tool retrieving the endpoint. |
| Endpoint.IPAddress | String | The IP address of the endpoint. |
| Endpoint.Domain | String | The domain of the endpoint. |
| Endpoint.OS | String | The endpoint’s operation system. |
| Account.Username | String | The username in the relevant system. |
| Account.Domain | String | The domain of the account. |
| Endpoint.Status | String | The endpoint’s status. |
| Endpoint.IsIsolated | String | The endpoint’s isolation status. |
| Endpoint.MACAddress | String | The endpoint’s MAC address. |
| Endpoint.Vendor | String | The integration name of the endpoint vendor. |
Command example
!core-get-endpoints isolate="unisolated" first_seen_gte="3 month" page="0" limit="30" sort_order="asc"
Context Example
{
"Account": [
{
"Domain": "xdrdummyurl.com",
"Username": "xdrdummyurl.com"
}
],
"Core": {
"Endpoint": [
{
"active_directory": null,
"alias": "",
"content_release_timestamp": 1643023344000,
"content_version": "360-81029",
"domain": "xdrdummyurl.com",
"endpoint_id": "87ae5fc622604ea4809dd28f01c436d0",
"endpoint_name": "dummy_new_name2",
"endpoint_status": "DISCONNECTED",
"endpoint_type": "AGENT_TYPE_SERVER",
"endpoint_version": "1.1.1.1",
"first_seen": 1642943216960,
"group_name": [],
"install_date": 1642943217006,
"installation_package": "",
"ip": [
"1.1.1.1"
],
"is_isolated": "AGENT_UNISOLATED",
"isolated_date": null,
"last_content_update_time": 1643026320796,
"last_seen": 1643026320166,
"operational_status": "PROTECTED",
"operational_status_description": null,
"os_type": "AGENT_OS_WINDOWS",
"os_version": "1.1.1",
"scan_status": "SCAN_STATUS_NONE",
"users": [
"woo@demisto.com"
]
}
]
}
}
Human Readable Output
Endpoints
active_directory alias content_release_timestamp content_version domain endpoint_id endpoint_name endpoint_status endpoint_type endpoint_version first_seen group_name install_date installation_package ip is_isolated isolated_date last_content_update_time last_seen operational_status operational_status_description os_type os_version scan_status users 1643023344000 360-81029 api.xdrurl.com 87ae5fc622604ea4809dd28f01c436d0 dummy_new_name2 DISCONNECTED AGENT_TYPE_SERVER 1.1.1.1 1642943216960 1642943217006 HOLODECK_1 1.1.1.1 AGENT_UNISOLATED 1643026320796 1643026320166 PROTECTED AGENT_OS_WINDOWS 1.1.1. SCAN_STATUS_NONE woo@demisto.com
core-get-distribution-versions
Gets a list of all the agent versions to use for creating a distribution list.
Base Command
core-get-distribution-versions
Input
There are no input arguments for this command.
Context Output
| Path | Type | Description |
|---|---|---|
| Core.DistributionVersions.windows | Unknown | A list of Windows agent versions. |
| Core.DistributionVersions.linux | Unknown | A list of Linux agent versions. |
| Core.DistributionVersions.macos | Unknown | A list of Mac agent versions. |
Command example
#### Context Example
```json
{
"Core": {
"DistributionVersions": {
"container": [
"1.1.1.1"
],
"linux": [
"1.1.1.1"
],
"macos": [
"1.1.1.1"
],
"windows": [
"1.1.1.1"
]
}
}
}
Human Readable Output
windows
versions 1.1.1.1 linux
versions 1.1.1.1 macos
versions 1.1.1.1 container
versions 1.1.1.1
core-create-distribution
Creates an installation package. This is an asynchronous call that returns the distribution ID. This does not mean that the creation succeeded. To confirm that the package has been created, check the status of the distribution by running the Get Distribution Status API.
Base Command
core-create-distribution
Input
| Argument Name | Description | Required |
|---|---|---|
| name | A string representing the name of the installation package. | Required |
| platform | String, valid values are: • windows • linux • macos • android. Possible values are: windows, linux, macos, android. |
Required |
| package_type | A string representing the type of package to create. standalone - An installation for a new agent upgrade - An upgrade of an agent from ESM. Possible values are: standalone, upgrade. |
Required |
| agent_version | agent_version returned from core-get-distribution-versions. Not required for Android platfoms. | Required |
| description | Information about the package. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.Distribution.id | String | The installation package ID. |
| Core.Distribution.name | String | The name of the installation package. |
| Core.Distribution.platform | String | The installation OS. |
| Core.Distribution.agent_version | String | Agent version. |
| Core.Distribution.description | String | Information about the package. |
Command example
!core-create-distribution agent_version=6.1.4.1680 name="dist_1" package_type=standalone platform=linux description="some description"
Context Example
{
"Core": {
"Distribution": {
"agent_version": "6.1.4.1680",
"description": "some description",
"id": "52c0e7988a024cbab32d4cd888e44dfb",
"name": "dist_1",
"package_type": "standalone",
"platform": "linux"
}
}
}
Human Readable Output
Distribution 52c0e7988a024cbab32d4cd888e44dfb created successfully
core-get-distribution-url
Gets the distribution URL for downloading the installation package.
Base Command
core-get-distribution-url
Input
| Argument Name | Description | Required |
|---|---|---|
| distribution_id | The ID of the installation package. Copy the distribution_id from the “id” field on Endpoints > Agent Installation page. |
Required |
| package_type | The installation package type. Valid values are: • upgrade • sh - For Linux • rpm - For Linux • deb - For Linux • pkg - For Mac • x86 - For Windows • x64 - For Windows. Possible values are: upgrade, sh, rpm, deb, pkg, x86, x64. |
Required |
| download_package | Supported only for package_type x64 or x86. Whether to download the installation package file. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.Distribution.id | String | Distribution ID. |
| Core.Distribution.url | String | URL for downloading the installation package. |
core-get-create-distribution-status
Gets the status of the installation package.
Base Command
core-get-create-distribution-status
Input
| Argument Name | Description | Required |
|---|---|---|
| distribution_ids | Status of distribution IDs, in a comma-separated list. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.Distribution.id | String | Distribution ID. |
| Core.Distribution.status | String | Installation package status. |
core-get-audit-management-logs
Gets management logs. You can filter by multiple fields, which will be concatenated using the AND condition (OR is not supported). Maximum result set size is 100. Offset is the zero-based number of management logs from the start of the result set (start by counting from 0).
Base Command
core-get-audit-management-logs
Input
| Argument Name | Description | Required |
|---|---|---|
| User’s email address. | Optional | |
| type | The audit log type. Possible values are: REMOTE_TERMINAL, RULES, AUTH, RESPONSE, INCIDENT_MANAGEMENT, ENDPOINT_MANAGEMENT, ALERT_WHITELIST, PUBLIC_API, DISTRIBUTIONS, STARRED_INCIDENTS, POLICY_PROFILES, DEVICE_CONTROL_PROFILE, HOST_FIREWALL_PROFILE, POLICY_RULES, PROTECTION_POLICY, DEVICE_CONTROL_TEMP_EXCEPTIONS, DEVICE_CONTROL_GLOBAL_EXCEPTIONS, GLOBAL_EXCEPTIONS, MSSP, REPORTING, DASHBOARD, BROKER_VM. | Optional |
| sub_type | The audit log subtype. | Optional |
| result | Result type. Possible values are: SUCCESS, FAIL, PARTIAL. | Optional |
| timestamp_gte | Return logs when the timestamp is after ‘log_time_after’. Supported values: 1579039377301 (time in milliseconds) “3 days” (relative date) “2019-10-21T23:45:00” (date). |
Optional |
| timestamp_lte | Return logs when the timestamp is before the ‘log_time_after’. Supported values: 1579039377301 (time in milliseconds) “3 days” (relative date) “2019-10-21T23:45:00” (date). |
Optional |
| page | Page number (for pagination). The default is 0 (the first page). Default is 0. | Optional |
| limit | Maximum number of audit logs to return per page. The default and maximum is 30. Default is 30. | Optional |
| sort_by | Specifies the field by which to sort the results. By default the sort is defined as creation-time and descending. Can be “type”, “sub_type”, “result”, or “timestamp”. Possible values are: type, sub_type, result, timestamp. | Optional |
| sort_order | The sort order. Can be “asc” (ascending) or “desc” (descending). Default set to “desc”. Possible values are: asc, desc. Default is desc. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.AuditManagementLogs.AUDIT_ID | Number | Audit log ID. |
| Core.AuditManagementLogs.AUDIT_OWNER_NAME | String | Audit owner name. |
| Core.AuditManagementLogs.AUDIT_OWNER_EMAIL | String | Audit owner email address. |
| Core.AuditManagementLogs.AUDIT_ASSET_JSON | String | Asset JSON. |
| Core.AuditManagementLogs.AUDIT_ASSET_NAMES | String | Audit asset names. |
| Core.AuditManagementLogs.AUDIT_HOSTNAME | String | Host name. |
| Core.AuditManagementLogs.AUDIT_RESULT | String | Audit result. |
| Core.AuditManagementLogs.AUDIT_REASON | String | Audit reason. |
| Core.AuditManagementLogs.AUDIT_DESCRIPTION | String | Description of the audit. |
| Core.AuditManagementLogs.AUDIT_ENTITY | String | Audit entity (e.g., AUTH, DISTRIBUTIONS). |
| Core.AuditManagementLogs.AUDIT_ENTITY_SUBTYPE | String | Entity subtype (e.g., Login, Create). |
| Core.AuditManagementLogs.AUDIT_CASE_ID | Number | Audit case ID. |
| Core.AuditManagementLogs.AUDIT_INSERT_TIME | Date | Log’s insert time. |
Command example
!core-get-audit-management-logs result=SUCCESS type=DISTRIBUTIONS limit=2 timestamp_gte="3 month"
Context Example
{
"Core": {
"AuditManagementLogs": [
{
"AUDIT_ASSET_JSON": null,
"AUDIT_ASSET_NAMES": "",
"AUDIT_CASE_ID": null,
"AUDIT_DESCRIPTION": "Created a Windows Standalone installer installation package 'HOLODECK_3' with agent version 7.5.1.38280",
"AUDIT_ENTITY": "DISTRIBUTIONS",
"AUDIT_ENTITY_SUBTYPE": "Create",
"AUDIT_HOSTNAME": null,
"AUDIT_ID": 1002,
"AUDIT_INSERT_TIME": 1636017216034,
"AUDIT_OWNER_EMAIL": "moo@demisto.com",
"AUDIT_OWNER_NAME": "",
"AUDIT_REASON": null,
"AUDIT_RESULT": "SUCCESS",
"AUDIT_SESSION_ID": null,
"AUDIT_SEVERITY": "SEV_010_INFO"
}
]
}
}
Human Readable Output
Audit Management Logs
AUDIT_ID AUDIT_RESULT AUDIT_DESCRIPTION AUDIT_OWNER_NAME AUDIT_OWNER_EMAIL AUDIT_ASSET_JSON AUDIT_ASSET_NAMES AUDIT_HOSTNAME AUDIT_REASON AUDIT_ENTITY AUDIT_ENTITY_SUBTYPE AUDIT_SESSION_ID AUDIT_CASE_ID AUDIT_INSERT_TIME 1002 SUCCESS Created a Windows Standalone installer installation package ‘HOLODECK_3’ with agent version 1.1.1.1 Moo moo@demisto.com DISTRIBUTIONS Create 1636017216034 1001 SUCCESS Edited installation package ‘HOLODECK_1’ Moo moo@demisto.com DISTRIBUTIONS Edit 1636017119505
core-get-audit-agent-reports
Gets agent event reports. You can filter by multiple fields, which are combined using an AND condition (OR is not supported). The maximum result set size is 100. The offset specifies the zero-based index of reports from the start of the result set (start by counting from 0).
Base Command
core-get-audit-agent-reports
Input
| Argument Name | Description | Required |
|---|---|---|
| endpoint_ids | A comma-separated list of endpoint IDs. | Optional |
| endpoint_names | A comma-separated list of endpoint names. | Optional |
| type | The report type. Can be “Installation”, “Policy”, “Action”, “Agent Service”, “Agent Modules”, or “Agent Status”. Possible values are: Installation, Policy, Action, Agent Service, Agent Modules, Agent Status. | Optional |
| sub_type | The report subtype. Possible values are: Install, Uninstall, Upgrade, Local Configuration, Content Update, Policy Update, Process Exception, Hash Exception, Scan, File Retrieval, File Scan, Terminate Process, Isolate, Cancel Isolation, Payload Execution, Quarantine, Restore, Stop, Start, Module Initialization, Local Analysis Model, Local Analysis Feature Extraction, Fully Protected, OS Incompatible, Software Incompatible, Kernel Driver Initialization, Kernel Extension Initialization, Proxy Communication, Quota Exceeded, Minimal Content, Reboot Eequired, Missing Disc Access. | Optional |
| result | The result type. Can be “Success” or “Fail”. If not passed, returns all event reports. Possible values are: Success, Fail. | Optional |
| timestamp_gte | Return logs that their timestamp is greater than ‘log_time_after’. Supported values: 1579039377301 (time in milliseconds) “3 days” (relative date) “2019-10-21T23:45:00” (date). |
Optional |
| timestamp_lte | Return logs for which the timestamp is before the ‘timestamp_lte’. Supported values: 1579039377301 (time in milliseconds) “3 days” (relative date) “2019-10-21T23:45:00” (date). |
Optional |
| page | Page number (for pagination). The default is 0 (the first page). Default is 0. | Optional |
| limit | The maximum number of reports to return. Default and maximum is 30. Default is 30. | Optional |
| sort_by | The field by which to sort results. Can be “type”, “category”, “trapsversion”, “timestamp”, or “domain”). Possible values are: type, category, trapsversion, timestamp, domain. | Optional |
| sort_order | The sort order. Can be “asc” (ascending) or “desc” (descending). Default is “asc”. Possible values are: asc, desc. Default is asc. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.AuditAgentReports.ENDPOINTID | String | Endpoint ID. |
| Core.AuditAgentReports.ENDPOINTNAME | String | Endpoint name. |
| Core.AuditAgentReports.DOMAIN | String | Agent domain. |
| Core.AuditAgentReports.TRAPSVERSION | String | Traps version. |
| Core.AuditAgentReports.RECEIVEDTIME | Date | Received time in Epoch time. |
| Core.AuditAgentReports.TIMESTAMP | Date | Timestamp in Epoch time. |
| Core.AuditAgentReports.CATEGORY | String | Report category (e.g., Audit). |
| Core.AuditAgentReports.TYPE | String | Report type (e.g., Action, Policy). |
| Core.AuditAgentReports.SUBTYPE | String | Report subtype (e.g., Fully Protected,Policy Update,Cancel Isolation). |
| Core.AuditAgentReports.RESULT | String | Report result. |
| Core.AuditAgentReports.REASON | String | Report reason. |
| Core.AuditAgentReports.DESCRIPTION | String | Agent report description. |
| Endpoint.ID | String | The unique ID within the tool retrieving the endpoint. |
| Endpoint.Hostname | String | The hostname that is mapped to this endpoint. |
| Endpoint.Domain | String | The domain of the endpoint. |
Command example
!core-get-audit-agent-reports result=Success timestamp_gte="100 days" endpoint_ids=ea303670c76e4ad09600c8b346f7c804 type=Policy limit=2
core-blocklist-files
Blocks requested files that are not already on the block list or the allow list.
Base Command
core-blocklist-files
Input
| Argument Name | Description | Required |
|---|---|---|
| incident_id | Links the response action to the triggered incident. | Optional |
| hash_list | String that represents a list of hashed files you want to block list. Must be a valid SHA256 hash. | Required |
| comment | String that represents additional information regarding the action. | Optional |
| detailed_response | Choose either regular response or detailed response. Default value = false, regular response. Possible values are: true, false. Default is false. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.blocklist.added_hashes | Number | Added fileHash to blocklist |
| Core.blocklist.excluded_hashes | Number | Added fileHash to blocklist |
Command example
!core-blocklist-files hash_list=11d69fb388ff59e5ba6ca217ca04ecde6a38fa8fb306aa5f1b72e22bb7c3a252
Context Example
{
"Core": {
"blocklist": {
"added_hashes": {
"fileHash": [
"11d69fb388ff59e5ba6ca217ca04ecde6a38fa8fb306aa5f1b72e22bb7c3a252"
]
}
}
}
}
Human Readable Output
Blocklist Files
Added _ Hashes 11d69fb388ff59e5ba6ca217ca04ecde6a38fa8fb306aa5f1b72e22bb7c3a252
core-allowlist-files
Adds requested files to the allow list if they are not already on the block list or the allow list.
Base Command
core-allowlist-files
Input
| Argument Name | Description | Required |
|---|---|---|
| incident_id | Links the response action to the triggered incident. | Optional |
| hash_list | String that represents a list of hashed files you want to add to allow lists. Must be a valid SHA256 hash. | Required |
| comment | String that represents additional information regarding the action. | Optional |
| detailed_response | Choose either regular response or detailed response. Default value = false, regular response. Possible values are: true, false. Default is false. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.allowlist.added_hashes | Number | Added fileHash to allowlist |
| Core.allowlist.excluded_hashes | Number | Added fileHash to allowlist |
Command example
!core-allowlist-files hash_list=11d69fb388ff59e5ba6ca217ca04ecde6a38fa8fb306aa5f1b72e22bb7c3a252
Context Example
{
"Core": {
"allowlist": {
"added_hashes": {
"fileHash": [
"11d69fb388ff59e5ba6ca217ca04ecde6a38fa8fb306aa5f1b72e22bb7c3a252"
]
}
}
}
}
Human Readable Output
Allowlist Files
Added _ Hashes 11d69fb388ff59e5ba6ca217ca04ecde6a38fa8fb306aa5f1b72e22bb7c3a252
core-quarantine-files
Quarantines a file on selected endpoints. You can select up to 1000 endpoints.
Base Command
core-quarantine-files
Input
| Argument Name | Description | Required |
|---|---|---|
| incident_id | Links the response action to the triggered incident. | Optional |
| endpoint_id_list | List of endpoint IDs. | Required |
| file_path | String that represents the path of the file you want to quarantine. | Required |
| file_hash | String that represents the file’s hash. Must be a valid SHA256 hash. | Required |
| action_id | For polling use. | Optional |
| interval_in_seconds | Interval in seconds between each poll. | Optional |
| timeout_in_seconds | Polling timeout in seconds. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.GetActionStatus.ErrorReasons.bucket | String | The bucket in which the error occurred. |
| Core.GetActionStatus.ErrorReasons.file_name | String | The name of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.file_path | String | The path of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.file_size | Number | The size of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.missing_files | Unknown | The missing files that caused the error. |
| Core.GetActionStatus.ErrorReasons.errorData | String | The error reason data. |
| Core.GetActionStatus.ErrorReasons.terminated_by | String | The instance ID which terminated the action and caused the error. |
| Core.GetActionStatus.ErrorReasons.errorDescription | String | The error reason description. |
| Core.GetActionStatus.ErrorReasons.terminate_result | Unknown | The error reason terminate result. |
core-get-quarantine-status
Retrieves the quarantine status of a selected file.
Base Command
core-get-quarantine-status
Input
| Argument Name | Description | Required |
|---|---|---|
| endpoint_id | String that represents the endpoint ID. | Required |
| file_hash | String that represents the file hash. Must be a valid SHA256 hash. | Required |
| file_path | String that represents the file path. | Required |
Context Output
There is no context output for this command.
Command example
!core-get-quarantine-status endpoint_id=f8a2f58846b542579c12090652e79f3d file_hash=55f8718109829bf506b09d8af615b9f107a266e19f7a311039d1035f180b22d4 file_path=/home/ec2-user/test_file.txt
Context Example
{
"Core": {
"quarantineFiles": {
"status": {
"endpointId": "f8a2f58846b542579c12090652e79f3d",
"fileHash": "55f8718109829bf506b09d8af615b9f107a266e19f7a311039d1035f180b22d4",
"filePath": "/home/ec2-user/test_file.txt",
"status": false
}
}
}
}
Human Readable Output
Quarantine files status
Status Endpoint Id File Path File Hash false f8a2f58846b542579c12090652e79f3d /home/ec2-user/test_file.txt 55f8718109829bf506b09d8af615b9f107a266e19f7a311039d1035f180b22d4
core-restore-file
Restores a quarantined file on the requested endpoints.
Base Command
core-restore-file
Input
| Argument Name | Description | Required |
|---|---|---|
| incident_id | Links a response action to the incident that triggered it. | Optional |
| file_hash | String that represents the file in hash. Must be a valid SHA256 hash. | Required |
| endpoint_id | String that represents the endpoint ID. If you do not enter a specific endpoint ID, the request will run restore on all endpoints which relate to the quarantined file you defined. | Optional |
| action_id | For polling use. | Optional |
| interval_in_seconds | Interval in seconds between each poll. | Optional |
| timeout_in_seconds | Polling timeout in seconds. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.GetActionStatus.ErrorReasons.bucket | String | The bucket in which the error occurred. |
| Core.GetActionStatus.ErrorReasons.file_name | String | The name of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.file_path | String | The path of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.file_size | Number | The size of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.missing_files | Unknown | The missing files that caused the error. |
| Core.GetActionStatus.ErrorReasons.errorData | String | The error reason data. |
| Core.GetActionStatus.ErrorReasons.terminated_by | String | The instance ID which terminated the action and caused the error. |
| Core.GetActionStatus.ErrorReasons.errorDescription | String | The error reason description. |
| Core.GetActionStatus.ErrorReasons.terminate_result | Unknown | The error reason terminate result. |
core-endpoint-scan
Runs a scan on a selected endpoint. To scan all endpoints, use the argument all=true. Scanning all endpoints may affect performance and cause latency.
Base Command
core-endpoint-scan
Input
| Argument Name | Description | Required |
|---|---|---|
| incident_id | Links the response action to the triggered incident. | Optional |
| endpoint_id_list | List of endpoint IDs. | Optional |
| dist_name | Name of the distribution list. | Optional |
| gte_first_seen | Epoch timestamp in milliseconds. | Optional |
| gte_last_seen | Epoch timestamp in milliseconds. | Optional |
| lte_first_seen | Epoch timestamp in milliseconds. | Optional |
| lte_last_seen | Epoch timestamp in milliseconds. | Optional |
| ip_list | List of IP addresses. | Optional |
| group_name | Name of the endpoint group. | Optional |
| platform | Type of operating system. Possible values are: windows, linux, macos, android. | Optional |
| alias | Endpoint alias name. | Optional |
| isolate | Choose if an endpoint has been isolated. Select “isolated” or “unisolated”. Possible values are: isolated, unisolated. | Optional |
| hostname | Name of the host. | Optional |
| all | Choose whether to scan all of the endpoints or not. Default is false. Scanning all of the endpoints may cause performance issues and latency. Possible values are: true, false. Default is false. | Optional |
| action_id | For polling use. | Optional |
| interval_in_seconds | Interval in seconds between each poll. | Optional |
| timeout_in_seconds | Polling timeout in seconds. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.endpointScan.actionId | Number | The action ID of the scan request. |
| Core.endpointScan.aborted | Boolean | Was the scan aborted. |
| Core.GetActionStatus.ErrorReasons.bucket | String | The bucket in which the error occurred. |
| Core.GetActionStatus.ErrorReasons.file_name | String | The name of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.file_path | String | The path of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.file_size | Number | The size of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.missing_files | Unknown | The missing files that caused the error. |
| Core.GetActionStatus.ErrorReasons.errorData | String | The error reason data. |
| Core.GetActionStatus.ErrorReasons.terminated_by | String | The instance ID which terminated the action and caused the error. |
| Core.GetActionStatus.ErrorReasons.errorDescription | String | The error reason description. |
| Core.GetActionStatus.ErrorReasons.terminate_result | Unknown | The error reason terminate result. |
core-endpoint-scan-abort
Cancels the scan on the selected endpoints. A scan can only be canceled if the selected endpoints are Pending or In Progress. To scan all endpoints, run the command with the argument all=true. Scanning all endpoints may impact performance and cause latency.
Base Command
core-endpoint-scan-abort
Input
| Argument Name | Description | Required |
|---|---|---|
| incident_id | Links the response action to the incident that triggered it. | Optional |
| endpoint_id_list | List of endpoint IDs. | Optional |
| dist_name | Name of the distribution list. | Optional |
| gte_first_seen | Epoch timestamp in milliseconds. | Optional |
| gte_last_seen | Epoch timestamp in milliseconds. | Optional |
| lte_first_seen | Epoch timestamp in milliseconds. | Optional |
| lte_last_seen | Epoch timestamp in milliseconds. | Optional |
| ip_list | List of IP addresses. | Optional |
| group_name | Name of the endpoint group. | Optional |
| platform | Type of operating system. Possible values are: windows, linux, macos, android. | Optional |
| alias | Endpoint alias name. | Optional |
| isolate | Choose whether an endpoint has been isolated. Select “isolated” or “unisolated”. Possible values are: isolated, unisolated. | Optional |
| hostname | Name of the host. | Optional |
| all | Whether to scan all of the endpoints or not. Default is false. Note that scanning all of the endpoints may cause performance issues and latency. Possible values are: true, false. Default is false. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.endpointScan.actionId | Unknown | The action ID of the abort scan request. |
| Core.endpointScan.aborted | Boolean | Was the scan cancelled. |
core-get-policy
Gets the policy name for a specific endpoint.
Base Command
core-get-policy
Input
| Argument Name | Description | Required |
|---|---|---|
| endpoint_id | The endpoint ID. Retrieve by running the core-get-endpoints command. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.Policy | string | The policy allocated with the endpoint. |
| Core.Policy.policy_name | string | Name of the policy allocated with the endpoint. |
| Core.Policy.endpoint_id | string | Endpoint ID. |
core-get-scripts
Gets a list of scripts available in the scripts library.
Base Command
core-get-scripts
Input
| Argument Name | Description | Required |
|---|---|---|
| script_name | A comma-separated list of the script names. | Optional |
| description | A comma-separated list of the script descriptions. | Optional |
| created_by | A comma-separated list of the users who created the script. | Optional |
| limit | The maximum number of scripts returned to the War Room. Default is 50. | Optional |
| offset | (Int) Offset in the data set. Default is 0. | Optional |
| windows_supported | Choose to run the script on a Windows operating system. Possible values are: true, false. | Optional |
| linux_supported | Choose to run the script on a Linux operating system. Possible values are: true, false. | Optional |
| macos_supported | Choose to run the script on a Mac operating system. Possible values are: true, false. | Optional |
| is_high_risk | Choose if the script has a high-risk outcome. Possible values are: true, false. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.Scripts | Unknown | The scripts command results. |
| Core.Scripts.script_id | Unknown | Script ID. |
| Core.Scripts.name | string | Name of the script. |
| Core.Scripts.description | string | Description of the script. |
| Core.Scripts.modification_date | Unknown | Timestamp of when the script was last modified. |
| Core.Scripts.created_by | string | Name of the user who created the script. |
| Core.Scripts.windows_supported | boolean | Choose to run the script on a Windows operating system. |
| Core.Scripts.linux_supported | boolean | Choose to run the script on a Linux operating system. |
| Core.Scripts.macos_supported | boolean | Choose to run the script on a Mac operating system. |
| Core.Scripts.is_high_risk | boolean | Choose if the script has a high-risk outcome. |
| Core.Scripts.script_uid | string | Globally Unique Identifier of the script, used to identify the script when executing. |
Command example
!core-get-scripts created_by="Palo Alto Networks" is_high_risk=true
Context Example
{
"Core": {
"Scripts": [
{
"created_by": "Palo Alto Networks",
"description": "Delete a file by path",
"is_high_risk": true,
"linux_supported": true,
"macos_supported": true,
"modification_date": "2021-05-04T14:33:48",
"modification_date_timestamp": 1620138828748,
"name": "delete_file",
"script_id": 1,
"script_uid": "548023b6e4a01ec51a495ba6e5d2a15d",
"windows_supported": true
},
{
"created_by": "Palo Alto Networks",
"description": "Execute list of shell commands",
"is_high_risk": true,
"linux_supported": true,
"macos_supported": true,
"modification_date": "2022-01-05T10:14:14",
"modification_date_timestamp": 1641377654469,
"name": "execute_commands",
"script_id": 2,
"script_uid": "a6f7683c8e217d85bd3c398f0d3fb6bf",
"windows_supported": true
},
{
"created_by": "Palo Alto Networks",
"description": "Kill all processes with a CPU usage higher than specified",
"is_high_risk": true,
"linux_supported": true,
"macos_supported": true,
"modification_date": "2022-01-05T10:14:14",
"modification_date_timestamp": 1641377654480,
"name": "process_kill_cpu",
"script_id": 6,
"script_uid": "3d928a24f61cd3c1116544900c424098",
"windows_supported": true
},
{
"created_by": "Palo Alto Networks",
"description": "Kill all processes with a RAM usage higher than specified",
"is_high_risk": true,
"linux_supported": true,
"macos_supported": true,
"modification_date": "2021-05-04T14:33:48",
"modification_date_timestamp": 1620138828795,
"name": "process_kill_mem",
"script_id": 7,
"script_uid": "87d4547df6d4882a3c006ec58c3b8bf4",
"windows_supported": true
},
{
"created_by": "Palo Alto Networks",
"description": "Kill processes by name",
"is_high_risk": true,
"linux_supported": true,
"macos_supported": true,
"modification_date": "2021-05-04T14:33:48",
"modification_date_timestamp": 1620138828803,
"name": "process_kill_name",
"script_id": 8,
"script_uid": "fd0a544a99a9421222b4f57a11839481",
"windows_supported": true
},
{
"created_by": "Palo Alto Networks",
"description": "Delete registry value or delete registry key with all its values",
"is_high_risk": true,
"linux_supported": false,
"macos_supported": false,
"modification_date": "2021-05-04T14:33:48",
"modification_date_timestamp": 1620138828812,
"name": "registry_delete",
"script_id": 9,
"script_uid": "ad36488a20cdbdd1604ec4bec9da5c41",
"windows_supported": true
},
{
"created_by": "Palo Alto Networks",
"description": "Set registry value",
"is_high_risk": true,
"linux_supported": false,
"macos_supported": false,
"modification_date": "2021-05-04T14:33:48",
"modification_date_timestamp": 1620138828829,
"name": "registry_set",
"script_id": 11,
"script_uid": "896392a13b2ef0ae75b3f2396125037d",
"windows_supported": true
}
]
}
}
Human Readable Output
Scripts
Name Description Script Uid Modification Date Created By Windows Supported Linux Supported Macos Supported Is High Risk delete_file Delete a file by path 548023b6e4a01ec51a495ba6e5d2a15d 2021-05-04T14:33:48 Palo Alto Networks true true true true execute_commands Execute list of shell commands a6f7683c8e217d85bd3c398f0d3fb6bf 2022-01-05T10:14:14 Palo Alto Networks true true true true process_kill_cpu Kill all processes with a CPU usage higher than specified 3d928a24f61cd3c1116544900c424098 2022-01-05T10:14:14 Palo Alto Networks true true true true process_kill_mem Kill all processes with a RAM usage higher than specified 87d4547df6d4882a3c006ec58c3b8bf4 2021-05-04T14:33:48 Palo Alto Networks true true true true process_kill_name Kill processes by name fd0a544a99a9421222b4f57a11839481 2021-05-04T14:33:48 Palo Alto Networks true true true true registry_delete Delete registry value or delete registry key with all its values ad36488a20cdbdd1604ec4bec9da5c41 2021-05-04T14:33:48 Palo Alto Networks true false false true registry_set Set registry value 896392a13b2ef0ae75b3f2396125037d 2021-05-04T14:33:48 Palo Alto Networks true false false true
core-delete-endpoints
Deletes selected endpoints in the Cortex app. You can delete up to 1000 endpoints.
Base Command
core-delete-endpoints
Input
| Argument Name | Description | Required |
|---|---|---|
| endpoint_ids | Comma-separated list of endpoint IDs. You can retrieve the endpoint IDs from the core-get-endpoints command. | Required |
Context Output
There is no context output for this command.
core-get-endpoint-device-control-violations
Gets a list of device control violations filtered by selected fields. You can retrieve up to 100 violations.
Base Command
core-get-endpoint-device-control-violations
Input
| Argument Name | Description | Required |
|---|---|---|
| endpoint_ids | Comma-separated list of endpoint IDs. You can retrieve the endpoint IDs from the core-get-endpoints command. | Optional |
| type | Type of violation. Possible values are: “cd-rom”, “disk drive”, “floppy disk”, and “portable device”. Possible values are: cd-rom, disk drive, floppy disk, portable device. | Optional |
| timestamp_gte | Timestamp of the violation. Violations that are greater than or equal to this timestamp will be returned. Values can be in either ISO date format, relative time, or epoch timestamp. For example: “2019-10-21T23:45:00” (ISO date format), “3 days ago” (relative time) 1579039377301 (epoch time). | Optional |
| timestamp_lte | Timestamp of the violation. Violations that are less than or equal to this timestamp will be returned. Values can be in either ISO date format, relative time, or epoch timestamp. For example: “2019-10-21T23:45:00” (ISO date format), “3 days ago” (relative time) 1579039377301 (epoch time). | Optional |
| ip_list | Comma-separated list of IP addresses. | Optional |
| vendor | Name of the vendor. | Optional |
| vendor_id | Vendor ID. | Optional |
| product | Name of the product. | Optional |
| product_id | Product ID. | Optional |
| serial | Serial number. | Optional |
| hostname | Hostname. | Optional |
| violation_id_list | Comma-separated list of violation IDs. | Optional |
| username | Username. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.EndpointViolations | Unknown | Endpoint violations command results. |
| Core.EndpointViolations.violations | Unknown | A list of violations. |
| Core.EndpointViolations.violations.os_type | string | Type of the operating system. |
| Core.EndpointViolations.violations.hostname | string | Hostname of the violation. |
| Core.EndpointViolations.violations.username | string | Username of the violation. |
| Core.EndpointViolations.violations.ip | string | IP address of the violation. |
| Core.EndpointViolations.violations.timestamp | number | Timestamp of the violation. |
| Core.EndpointViolations.violations.violation_id | number | Violation ID. |
| Core.EndpointViolations.violations.type | string | Type of violation. |
| Core.EndpointViolations.violations.vendor_id | string | Vendor ID of the violation. |
| Core.EndpointViolations.violations.vendor | string | Name of the vendor of the violation. |
| Core.EndpointViolations.violations.product_id | string | Product ID of the violation. |
| Core.EndpointViolations.violations.product | string | Name of the product of the violation. |
| Core.EndpointViolations.violations.serial | string | Serial number of the violation. |
| Core.EndpointViolations.violations.endpoint_id | string | Endpoint ID of the violation. |
Command example
!core-get-endpoint-device-control-violations violation_id_list=100,90,80
Context Example
{
"Core": {
"EndpointViolations": null
}
}
Human Readable Output
Endpoint Device Control Violation
No entries.
core-retrieve-files
Retrieves files from selected endpoints. You can retrieve up to 20 files from no more than 10 endpoints. At least one endpoint ID and one file path are required to run the command. After running the command, use the core-action-status-get command with the returned action_id to check the action status.
Base Command
core-retrieve-files
Input
| Argument Name | Description | Required |
|---|---|---|
| incident_id | Links the response action to the incident that triggered it. | Optional |
| endpoint_ids | Comma-separated list of endpoint IDs. | Required |
| windows_file_paths | A comma-separated list of file paths on the Windows platform. | Optional |
| linux_file_paths | A comma-separated list of file paths on the Linux platform. | Optional |
| mac_file_paths | A comma-separated list of file paths on the Mac platform. | Optional |
| generic_file_path | A comma-separated list of file paths in any platform. Can be used instead of the mac/windows/linux file paths. The order of the files path list must be parellel to the endpoints list order, therefore, the first file path in the list is related to the first endpoint and so on. | Optional |
| paths_separator | The delimiter used to separate multiple file paths. Set to a different character (for example, “;”) when a file path contains a comma. Default is ,. | Optional |
| action_id | For polling use. | Optional |
| interval_in_seconds | Interval in seconds between each poll. | Optional |
| timeout_in_seconds | Polling timeout in seconds. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.RetrievedFiles.action_id | string | ID of the action to retrieve files from selected endpoints. |
| Core.GetActionStatus.ErrorReasons.bucket | String | The bucket in which the error occurred. |
| Core.GetActionStatus.ErrorReasons.file_name | String | The name of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.file_path | String | The path of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.file_size | Number | The size of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.missing_files | Unknown | The missing files that caused the error. |
| Core.GetActionStatus.ErrorReasons.errorData | String | The error reason data. |
| Core.GetActionStatus.ErrorReasons.terminated_by | String | The instance ID which terminated the action and caused the error. |
| Core.GetActionStatus.ErrorReasons.errorDescription | String | The error reason description. |
| Core.GetActionStatus.ErrorReasons.terminate_result | Unknown | The error reason terminate result. |
core-retrieve-file-details
Views the file retrieved by the core-retrieve-files command using the action ID. Before running this command, use the core-action-status-get command to check if the action completed successfully.
Base Command
core-retrieve-file-details
Input
| Argument Name | Description | Required |
|---|---|---|
| action_id | Action ID retrieved from the core-retrieve-files command. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| File | Unknown | The file details returned by the command. |
| File.Name | String | The full file name (including the file extension). |
| File.EntryID | String | The ID for locating the file in the War Room. |
| File.Size | Number | The size of the file in bytes. |
| File.MD5 | String | The MD5 hash of the file. |
| File.SHA1 | String | The SHA1 hash of the file. |
| File.SHA256 | String | The SHA256 hash of the file. |
| File.SHA512 | String | The SHA512 hash of the file. |
| File.Extension | String | The file extension. For example: “xls”. |
| File.Type | String | The file type, as determined by libmagic (same as displayed in file entries). |
Command example
!core-retrieve-file-details action_id=1763
Human Readable Output
Action id : 1763
Retrieved 0 files from 0 endpoints.
To get the exact action status run the core-action-status-get command
core-get-script-metadata
Gets the full definition of a specific script in the scripts library.
Base Command
core-get-script-metadata
Input
| Argument Name | Description | Required |
|---|---|---|
| script_uid | Unique identifier of the script, returned by the core-get-scripts command. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.ScriptMetadata | Unknown | The script metadata command results. |
| Core.ScriptMetadata.script_id | number | Script ID. |
| Core.ScriptMetadata.name | string | Script name. |
| Core.ScriptMetadata.description | string | Script description. |
| Core.ScriptMetadata.modification_date | unknown | Timestamp of when the script was last modified. |
| Core.ScriptMetadata.created_by | string | Name of the user who created the script. |
| Core.ScriptMetadata.is_high_risk | boolean | Whether the script has a high-risk outcome. |
| Core.ScriptMetadata.windows_supported | boolean | Choose to run the script on a Windows operating system. |
| Core.ScriptMetadata.linux_supported | boolean | Choose to run the script on a Linux operating system. |
| Core.ScriptMetadata.macos_supported | boolean | Choose to run the script on a Mac operating system. |
| Core.ScriptMetadata.entry_point | string | Name of the entry point selected for the script. An empty string indicates the script defined as just run. |
| Core.ScriptMetadata.script_input | string | Name and type for the specified entry point. |
| Core.ScriptMetadata.script_output_type | string | Type of the output. |
| Core.ScriptMetadata.script_output_dictionary_definitions | Unknown | If the script_output_type is a dictionary, an array with friendly name, name, and type for each output. |
Command example
!core-get-script-metadata script_uid=43973479d389f2ac7e99b6db88eaee40
Context Example
{
"Core": {
"ScriptMetadata": {
"created_by": "Palo Alto Networks",
"description": "List all directories under path",
"entry_point": "run",
"is_high_risk": false,
"linux_supported": true,
"macos_supported": true,
"modification_date": 1620138828771,
"name": "list_directories",
"script_id": 4,
"script_input": [
{
"name": "path",
"type": "string"
},
{
"name": "number_of_levels",
"type": "number"
}
],
"script_output_dictionary_definitions": null,
"script_output_type": "string_list",
"script_uid": "43973479d389f2ac7e99b6db88eaee40",
"windows_supported": true
}
}
}
Human Readable Output
Script Metadata
Created By Description Entry Point Is High Risk Linux Supported Macos Supported Modification Date Modification Date Timestamp Name Script Id Script Input Script Output Type Script Uid Windows Supported Palo Alto Networks List all directories under path run false true true 2021-05-04T14:33:48 1620138828771 list_directories 4 {‘name’: ‘path’, ‘type’: ‘string’},
{‘name’: ‘number_of_levels’, ‘type’: ‘number’}string_list 43973479d389f2ac7e99b6db88eaee40 true
core-get-script-code
Gets the code of a specific script in the script library.
Base Command
core-get-script-code
Input
| Argument Name | Description | Required |
|---|---|---|
| script_uid | Unique identifier of the script, returned by the core-get-scripts command. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.ScriptCode | Unknown | The script code command results. |
| Core.ScriptCode.code | string | The code of a specific script in the script library. |
| Core.ScriptCode.script_uid | string | Unique identifier of the script. |
Command example
!core-get-script-code script_uid=548023b6e4a01ec51a495ba6e5d2a15d
Context Example
{
"Core": {
"ScriptCode": {
"code": "import os\nimport sys\nimport traceback\n\n\ndef run(file_path):\n path = os.path.expanduser(file_path)\n path = os.path.expandvars(path)\n if os.path.isabs(path):\n try:\n os.remove(path)\n except IOError:\n sys.stderr.write(f\"File not accessible: {path}\")\n return False\n except Exception as e:\n sys.stderr.write(f\"Exception occured: {traceback.format_exc()}\")\n return False\n return True\n",
"script_uid": "548023b6e4a01ec51a495ba6e5d2a15d"
}
}
}
Human Readable Output
Script code
``` import os
import sys
import tracebackdef run(file_path):
path = os.path.expanduser(file_path)
path = os.path.expandvars(path)
if os.path.isabs(path):
try:
os.remove(path)
except IOError:
sys.stderr.write(f”File not accessible: {path}”)
return False
except Exception as e:
sys.stderr.write(f”Exception occured: {traceback.format_exc()}”)
return False
return True
```
core-action-status-get
Retrieves the status of the requested actions using the action ID.
Base Command
core-action-status-get
Input
| Argument Name | Description | Required |
|---|---|---|
| action_id | The action ID of the selected request. After performing an action, you will receive an action ID. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.GetActionStatus | Unknown | The results of the action status command. |
| Core.GetActionStatus.endpoint_id | string | Endpoint ID. |
| Core.GetActionStatus.status | string | The status of the specific endpoint ID. |
| Core.GetActionStatus.action_id | number | The specified action ID. |
| Core.GetActionStatus.ErrorReasons.bucket | String | The bucket in which the error occurred. |
| Core.GetActionStatus.ErrorReasons.file_name | String | The name of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.file_path | String | The path of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.file_size | Number | The size of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.missing_files | Unknown | The missing files that caused the error. |
| Core.GetActionStatus.ErrorReasons.errorData | String | The error reason data. |
| Core.GetActionStatus.ErrorReasons.terminated_by | String | The instance ID which terminated the action and caused the error. |
| Core.GetActionStatus.ErrorReasons.errorDescription | String | The error reason description. |
| Core.GetActionStatus.ErrorReasons.terminate_result | Unknown | The error reason terminate result. |
Command example
!core-action-status-get action_id="1819"
Context Example
{
"Core": {
"GetActionStatus": null
}
}
Human Readable Output
Get Action Status
No entries.
core-run-script (Deprecated)
Deprecated. Use the core-script-run command instead.
Base Command
core-run-script
Input
| Argument Name | Description | Required |
|---|---|---|
| incident_id | Links the response action to the incident that triggered it. | Optional |
| endpoint_ids | Comma-separated list of endpoint IDs. Can be retrieved by running the core-get-endpoints command. | Required |
| script_uid | Unique identifier of the script. Can be retrieved by running the core-get-scripts command. | Required |
| parameters | Dictionary contains the parameter name as key and its value for this execution as the value. For example, {“param1”:”param1_value”,”param2”:”param2_value”}. | Optional |
| timeout | The timeout in seconds for this execution. Default is 600. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.ScriptRun.action_id | Number | ID of the action initiated. |
| Core.ScriptRun.endpoints_count | Number | Number of endpoints the action was initiated on. |
core-run-snippet-code-script
Initiates a new endpoint script execution using the provided snippet code.
Base Command
core-run-snippet-code-script
Input
| Argument Name | Description | Required |
|---|---|---|
| incident_id | Links the response action to the incident that triggered it. it. | Optional |
| endpoint_ids | Comma-separated list of endpoint IDs. Can be retrieved by running the core-get-endpoints command. | Required |
| snippet_code | Section of a script you want to initiate on an endpoint, for example, print(“7”). | Required |
| action_id | For polling use. | Optional |
| interval_in_seconds | Interval in seconds between each poll. | Optional |
| timeout_in_seconds | Polling timeout in seconds. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.ScriptRun.action_id | Number | ID of the action initiated. |
| Core.ScriptRun.endpoints_count | Number | Number of endpoints the action was initiated on. |
| Core.GetActionStatus.ErrorReasons.bucket | String | The bucket in which the error occurred. |
| Core.GetActionStatus.ErrorReasons.file_name | String | The name of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.file_path | String | The path of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.file_size | Number | The size of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.missing_files | Unknown | The missing files that caused the error. |
| Core.GetActionStatus.ErrorReasons.errorData | String | The error reason data. |
| Core.GetActionStatus.ErrorReasons.terminated_by | String | The instance ID which terminated the action and caused the error. |
| Core.GetActionStatus.ErrorReasons.errorDescription | String | The error reason description. |
| Core.GetActionStatus.ErrorReasons.terminate_result | Unknown | The error reason terminate result. |
core-get-script-execution-status
Retrieves the status of a script execution.
Base Command
core-get-script-execution-status
Input
| Argument Name | Description | Required |
|---|---|---|
| action_id | Action IDs retrieved from the core-run-script command. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.ScriptStatus.general_status | String | The general status of the action, based on the status of all endpoints. |
| Core.ScriptStatus.error_message | String | Error message regarding permissions for running APIs or the action doesn’t exist. |
| Core.ScriptStatus.endpoints_timeout | Number | Number of endpoints in “timeout” status. |
| Core.ScriptStatus.action_id | Number | ID of the action initiated. |
| Core.ScriptStatus.endpoints_pending_abort | Number | Number of endpoints in “pending abort” status. |
| Core.ScriptStatus.endpoints_pending | Number | Number of endpoints in “pending” status. |
| Core.ScriptStatus.endpoints_in_progress | Number | Number of endpoints in “in progress” status. |
| Core.ScriptStatus.endpoints_failed | Number | Number of endpoints in “failed” status. |
| Core.ScriptStatus.endpoints_expired | Number | Number of endpoints in “expired” status. |
| Core.ScriptStatus.endpoints_completed_successfully | Number | Number of endpoints in “completed successfully” status. |
| Core.ScriptStatus.endpoints_canceled | Number | Number of endpoints in “canceled” status. |
| Core.ScriptStatus.endpoints_aborted | Number | Number of endpoints in “aborted” status. |
core-get-script-execution-results
Retrieve the results of a script execution.
Base Command
core-get-script-execution-results
Input
| Argument Name | Description | Required |
|---|---|---|
| action_id | Action IDs retrieved from the core-run-script command. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.ScriptResult.action_id | Number | The ID of the initiated action. |
| Core.ScriptResult.results.retrieved_files | Number | Number of successfully retrieved files. |
| Core.ScriptResult.results.endpoint_ip_address | String | Endpoint IP address. |
| Core.ScriptResult.results.endpoint_name | String | Number of successfully retrieved files. |
| Core.ScriptResult.results.failed_files | Number | Number of files failed to retrieve. |
| Core.ScriptResult.results.endpoint_status | String | Endpoint status. |
| Core.ScriptResult.results.domain | String | Domain to which the endpoint belongs. |
| Core.ScriptResult.results.endpoint_id | String | Endpoint ID. |
| Core.ScriptResult.results.execution_status | String | Execution status of this endpoint. |
| Core.ScriptResult.results.return_value | String | Value returned by the script in case the type is not a dictionary. |
| Core.ScriptResult.results.standard_output | String | The STDOUT and the STDERR logged by the script during the execution. |
| Core.ScriptResult.results.retention_date | Date | Timestamp in which the retrieved files will be deleted from the server. |
| Core.ScriptResult.results.command | String | The command that was executed by the script. |
| Core.ScriptResult.results.command_output | Array | The output of the command executed by the script. |
core-get-script-execution-result-files
Gets the files retrieved from a specific endpoint during a script execution.
Base Command
core-get-script-execution-result-files
Input
| Argument Name | Description | Required |
|---|---|---|
| action_id | Action ID retrieved from the core-run-script command. | Required |
| endpoint_id | Endpoint ID. Can be retrieved by running the core-get-endpoints command. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| File.Size | String | The size of the file. |
| File.SHA1 | String | The SHA1 hash of the file. |
| File.SHA256 | String | The SHA256 hash of the file. |
| File.SHA512 | String | The SHA512 hash of the file. |
| File.Name | String | The name of the file. |
| File.SSDeep | String | The SSDeep hash of the file. |
| File.EntryID | String | EntryID of the file |
| File.Info | String | Information about the file. |
| File.Type | String | The file type. |
| File.MD5 | String | The MD5 hash of the file. |
| File.Extension | String | The extension of the file. |
core-run-script-execute-commands
Initiates a new endpoint script execution of shell commands.
Base Command
core-run-script-execute-commands
Input
| Argument Name | Description | Required |
|---|---|---|
| incident_id | Link the response action to triggered incident. | Optional |
| endpoint_ids | Comma-separated list of endpoint IDs. Can be retrieved by running the core-get-endpoints command. | Required |
| commands | Comma-separated list of shell commands to execute. Set the is_raw_command argument to true to prevent splitting by commas. (Useful when using \|\|, &&, ; separators for controlling the flow of multiple commands). |
Required |
| is_raw_command | Whether to pass the command as-is. When false, the command is split by commas and sent as a list of commands, that are run independently. | Optional |
| command_type | Type of shell command. Possible values are: powershell, native. | Optional |
| timeout | The timeout in seconds for this execution. Default is 600. | Optional |
| action_id | For polling use. | Optional |
| interval_in_seconds | Interval in seconds between each poll. | Optional |
| timeout_in_seconds | Polling timeout in seconds. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.ScriptRun.action_id | Number | ID of the action initiated. |
| Core.ScriptRun.endpoints_count | Number | Number of endpoints the action was initiated on. |
| Core.GetActionStatus.ErrorReasons.bucket | String | The bucket in which the error occurred. |
| Core.GetActionStatus.ErrorReasons.file_name | String | The name of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.file_path | String | The path of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.file_size | Number | The size of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.missing_files | Unknown | The missing files that caused the error. |
| Core.GetActionStatus.ErrorReasons.errorData | String | The error reason data. |
| Core.GetActionStatus.ErrorReasons.terminated_by | String | The instance ID which terminated the action and caused the error. |
| Core.GetActionStatus.ErrorReasons.errorDescription | String | The error reason description. |
| Core.GetActionStatus.ErrorReasons.terminate_result | Unknown | The error reason terminate result. |
core-run-script-delete-file
Initiates a new endpoint script execution to delete the specified file.
Base Command
core-run-script-delete-file
Input
| Argument Name | Description | Required |
|---|---|---|
| incident_id | Links the response action to the incident that triggered it. | Optional |
| endpoint_ids | Comma-separated list of endpoint IDs. Can be retrieved by running the core-get-endpoints command. | Required |
| file_path | Paths of the files to delete, in a comma-separated list. Paths of the files to check for existence. All of the given file paths will run on all of the endpoints. | Required |
| timeout | The timeout in seconds for this execution. Default is 600. | Optional |
| action_id | For polling use. | Optional |
| interval_in_seconds | Interval in seconds between each poll. | Optional |
| timeout_in_seconds | Polling timeout in seconds. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.ScriptRun.action_id | Number | ID of the action initiated. |
| Core.ScriptRun.endpoints_count | Number | Number of endpoints the action was initiated on. |
| Core.GetActionStatus.ErrorReasons.bucket | String | The bucket in which the error occurred. |
| Core.GetActionStatus.ErrorReasons.file_name | String | The name of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.file_path | String | The path of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.file_size | Number | The size of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.missing_files | Unknown | The missing files that caused the error. |
| Core.GetActionStatus.ErrorReasons.errorData | String | The error reason data. |
| Core.GetActionStatus.ErrorReasons.terminated_by | String | The instance ID which terminated the action and caused the error. |
| Core.GetActionStatus.ErrorReasons.errorDescription | String | The error reason description. |
| Core.GetActionStatus.ErrorReasons.terminate_result | Unknown | The error reason terminate result. |
core-run-script-file-exists
Initiates a new endpoint script execution to check if a file exists.
Base Command
core-run-script-file-exists
Input
| Argument Name | Description | Required |
|---|---|---|
| incident_id | Links the response action to the incident that triggered it. | Optional |
| endpoint_ids | Comma-separated list of endpoint IDs. Can be retrieved by running the core-get-endpoints command. | Required |
| file_path | Paths of the files to check for existence, in a comma-separated list. All of the given file paths will run on all of the endpoints. | Required |
| timeout | The timeout in seconds for this execution. Default is 600. | Optional |
| action_id | For polling use. | Optional |
| interval_in_seconds | Interval in seconds between each poll. | Optional |
| timeout_in_seconds | Polling timeout in seconds. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.ScriptRun.action_id | Number | ID of the action initiated. |
| Core.ScriptRun.endpoints_count | Number | Number of endpoints the action was initiated on. |
| Core.GetActionStatus.ErrorReasons.bucket | String | The bucket in which the error occurred. |
| Core.GetActionStatus.ErrorReasons.file_name | String | The name of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.file_path | String | The path of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.file_size | Number | The size of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.missing_files | Unknown | The missing files that caused the error. |
| Core.GetActionStatus.ErrorReasons.errorData | String | The error reason data. |
| Core.GetActionStatus.ErrorReasons.terminated_by | String | The instance ID which terminated the action and caused the error. |
| Core.GetActionStatus.ErrorReasons.errorDescription | String | The error reason description. |
| Core.GetActionStatus.ErrorReasons.terminate_result | Unknown | The error reason terminate result. |
core-run-script-kill-process
Initiates a new endpoint script execution to kill a process.
Base Command
core-run-script-kill-process
Input
| Argument Name | Description | Required |
|---|---|---|
| incident_id | Links the response action to the incident that triggered it. | Optional |
| endpoint_ids | Comma-separated list of endpoint IDs. Can be retrieved by running the core-get-endpoints command. | Required |
| process_name | Names of processes to kill. Will kill all of the given processes on all of the endpoints. | Required |
| timeout | The timeout in seconds for this execution. Default is 600. | Optional |
| action_id | For polling use. | Optional |
| interval_in_seconds | Interval in seconds between each poll. | Optional |
| timeout_in_seconds | Polling timeout in seconds. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.ScriptRun.action_id | Number | ID of the action initiated. |
| Core.ScriptRun.endpoints_count | Number | Number of endpoints the action was initiated on. |
| Core.GetActionStatus.ErrorReasons.bucket | String | The bucket in which the error occurred. |
| Core.GetActionStatus.ErrorReasons.file_name | String | The name of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.file_path | String | The path of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.file_size | Number | The size of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.missing_files | Unknown | The missing files that caused the error. |
| Core.GetActionStatus.ErrorReasons.errorData | String | The error reason data. |
| Core.GetActionStatus.ErrorReasons.terminated_by | String | The instance ID which terminated the action and caused the error. |
| Core.GetActionStatus.ErrorReasons.errorDescription | String | The error reason description. |
| Core.GetActionStatus.ErrorReasons.terminate_result | Unknown | The error reason terminate result. |
endpoint
Returns information about an endpoint.
Base Command
endpoint
Input
| Argument Name | Description | Required |
|---|---|---|
| id | The endpoint ID. | Optional |
| ip | The endpoint IP address. | Optional |
| hostname | The endpoint hostname. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Endpoint.Hostname | String | The hostname of the endpoint. |
| Endpoint.OS | String | The endpoint’s operation system. |
| Endpoint.IPAddress | String | The endpoint’s IP address. |
| Endpoint.ID | String | The endpoint’s ID. |
| Endpoint.Status | String | The endpoint’s status. |
| Endpoint.IsIsolated | String | The endpoint’s isolation status. |
| Endpoint.MACAddress | String | The endpoint’s MAC address. |
| Endpoint.Vendor | String | The integration name of the endpoint vendor. |
core-report-incorrect-wildfire
Reports to WildFire about incorrect hash verdict through Cortex.
Base Command
core-report-incorrect-wildfire
Input
| Argument Name | Description | Required |
|---|---|---|
| file_hash | String that represents the file’s hash. Must be a valid SHA256 hash. | Required |
| new_verdict | The new verdict of the file. 0 - benign, 1 - malware. Possible values are: 0, 1. | Required |
| reason | String that represents the reason of the report. | Required |
| User’s email address. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.WildFire.file_hash | Number | String that represents the file’s hash. |
| Core.WildFire.new_verdict | Number | The new verdict of the file. |
core-remove-allowlist-files
Removes the requested files from the allow list.
Base Command
core-remove-allowlist-files
Input
| Argument Name | Description | Required |
|---|---|---|
| incident_id | Links the response action to the incident that triggered it. | Optional |
| hash_list | String that represents a list of hashed files you want to add to allow list. Must be a valid SHA256 hash. | Required |
| comment | String that represents additional information regarding the action. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.allowlist.removed_hashes | Number | The removed file hash. |
Command example
!core-remove-allowlist-files hash_list=11d69fb388ff59e5ba6ca217ca04ecde6a38fa8fb306aa5f1b72e22bb7c3a252
Context Example
{
"Core": {
"allowlist": [
{
"removed_hashes": "11d69fb388ff59e5ba6ca217ca04ecde6a38fa8fb306aa5f1b72e22bb7c3a252"
}
]
}
}
Human Readable Output
Allowlist Files Removed
Removed _ Hashes 11d69fb388ff59e5ba6ca217ca04ecde6a38fa8fb306aa5f1b72e22bb7c3a252
core-remove-blocklist-files
Removes the requested files from the block list.
Base Command
core-remove-blocklist-files
Input
| Argument Name | Description | Required |
|---|---|---|
| incident_id | Links the response action to the incident that triggered it. | Optional |
| hash_list | String that represents a list of hashed files you want to add to allow list. Must be a valid SHA256 hash. | Required |
| comment | String that represents additional information regarding the action. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.blocklist.removed_hashes | Number | The removed file hash from the block list. |
Command example
!core-remove-blocklist-files hash_list=11d69fb388ff59e5ba6ca217ca04ecde6a38fa8fb306aa5f1b72e22bb7c3a252
Context Example
{
"Core": {
"blocklist": [
{
"removed_hashes": "11d69fb388ff59e5ba6ca217ca04ecde6a38fa8fb306aa5f1b72e22bb7c3a252"
}
]
}
}
Human Readable Output
Blocklist Files Removed
Removed _ Hashes 11d69fb388ff59e5ba6ca217ca04ecde6a38fa8fb306aa5f1b72e22bb7c3a252
core-add-exclusion
Adds alert exclusion rule based on filterObject.
Base Command
core-add-exclusion
Input
| Argument Name | Description | Required |
|---|---|---|
| name | Name of the exclusion. | Required |
| filterObject | Filter object for the exclusion. example: {“filter”:{“AND”:[{“SEARCH_FIELD”:”alert_category”,”SEARCH_TYPE”:”NEQ”,”SEARCH_VALUE”:”Phishing”}]}}. | Required |
| comment | String that represents additional information regarding the action. | Optional |
| status | Status of exclusion. default value = ENABLED. Possible values are: ENABLED, DISABLED. Default is ENABLED. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.exclusion.rule_id | Number | Added exclusion rule id |
Command example
!core-add-exclusion filterObject={\"filter\":{\"AND\":[{\"SEARCH_FIELD\":\"alert_category\",\"SEARCH_TYPE\":\"NEQ\",\"SEARCH_VALUE\":\"Phishing\"}]}} name=test1
Context Example
{
"Core": {
"exclusion": {
"rule_id": 45
}
}
}
Human Readable Output
Add Exclusion
rule_id 45
core-delete-exclusion
Delete an alert exclusion rule based on rule ID.
Base Command
core-delete-exclusion
Input
| Argument Name | Description | Required |
|---|---|---|
| alert_exclusion_id | The desired alert_exclusion_id to be removed. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.deletedExclusion.rule_id | Number | Deleted exclusion rule id |
Command example
!core-delete-exclusion alert_exclusion_id=36
Context Example
{
"Core": {
"deletedExclusion": {
"rule_id": null
}
}
}
Human Readable Output
Successfully deleted the following exclusion: 36
core-get-exclusion
Get a list of the alerts exclusion.
Base Command
core-get-exclusion
Input
| Argument Name | Description | Required |
|---|---|---|
| tenant_ID | Links the response action to the tenant that triggered it. | Optional |
| filterObject | Filter object for the exclusion. Example: {“filter”:{“AND”:[{“SEARCH_FIELD”:”alert_category”,”SEARCH_TYPE”:”NEQ”,”SEARCH_VALUE”:”Phishing”}]}}. | Optional |
| limit | Limit for the response. You will get the first “limit” exclusions. Default value is 20. Default is 20. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.exclusion.ALERT_WHITELIST_ID | Number | |
| Core.exclusion.ALERT_WHITELIST_MODIFY_TIME | Date | |
| Core.exclusion.ALERT_WHITELIST_NAME | String | |
| Core.exclusion.ALERT_WHITELIST_INDICATOR_TEXT.pretty_name | String | |
| Core.exclusion.ALERT_WHITELIST_INDICATOR_TEXT.data_type | Unknown | |
| Core.exclusion.ALERT_WHITELIST_INDICATOR_TEXT.render_type | String | |
| Core.exclusion.ALERT_WHITELIST_INDICATOR_TEXT.entity_map | Unknown | |
| Core.exclusion.ALERT_WHITELIST_INDICATOR_TEXT.dml_type | Unknown | |
| Core.exclusion.ALERT_WHITELIST_INDICATOR.filter.AND.SEARCH_FIELD | String | |
| Core.exclusion.ALERT_WHITELIST_INDICATOR.filter.AND.SEARCH_TYPE | String | |
| Core.exclusion.ALERT_WHITELIST_INDICATOR.filter.AND.SEARCH_VALUE | String | |
| Core.exclusion.ALERT_WHITELIST_HITS | Number | |
| Core.exclusion.ALERT_WHITELIST_COMMENT | String | |
| Core.exclusion.ALERT_WHITELIST_USER | String | |
| Core.exclusion.ALERT_WHITELIST_PRETTY_USER | String | |
| Core.exclusion.ALERT_WHITELIST_STATUS | String | |
| Core.exclusion.ALERT_WHITELIST_BACKWARDS_SCAN_STATUS | String | |
| Core.exclusion.ALERT_WHITELIST_BACKWARDS_SCAN_TIMESTAMP | Unknown | |
| Core.exclusion.ALERT_WHITELIST_MIGRATED_FROM_ANALYTICS | Number |
Command example
!core-get-exclusion filterObject={\"filter\":{\"AND\":[{\"SEARCH_FIELD\":\"ALERT_WHITELIST_COMMENT\",\"SEARCH_TYPE\":\"NEQ\",\"SEARCH_VALUE\":\"Phishing\"}]}}
Context Example
{
"Core": {
"exclusion": [
{
"ALERT_WHITELIST_BACKWARDS_SCAN_STATUS": "DISABLED",
"ALERT_WHITELIST_BACKWARDS_SCAN_TIMESTAMP": null,
"ALERT_WHITELIST_COMMENT": "",
"ALERT_WHITELIST_HITS": 0,
"ALERT_WHITELIST_ID": 45,
"ALERT_WHITELIST_INDICATOR": {
"filter": {
"AND": [
{
"SEARCH_FIELD": "alert_category",
"SEARCH_TYPE": "NEQ",
"SEARCH_VALUE": "Phishing"
}
]
}
},
"ALERT_WHITELIST_INDICATOR_TEXT": [
{
"data_type": "TEXT",
"dml_type": null,
"entity_map": null,
"pretty_name": "category",
"render_type": "attribute"
},
{
"data_type": null,
"entity_map": null,
"pretty_name": "!=",
"render_type": "operator"
},
{
"data_type": null,
"entity_map": null,
"pretty_name": "Phishing",
"render_type": "value"
}
],
"ALERT_WHITELIST_MIGRATED_FROM_ANALYTICS": 0,
"ALERT_WHITELIST_MODIFY_TIME": 1645102011552,
"ALERT_WHITELIST_NAME": "test1",
"ALERT_WHITELIST_PRETTY_USER": "Public API - 3",
"ALERT_WHITELIST_STATUS": "ENABLED",
"ALERT_WHITELIST_USER": "N/A"
}
]
}
}
Human Readable Output
Exclusion
ALERT_WHITELIST_BACKWARDS_SCAN_STATUS ALERT_WHITELIST_BACKWARDS_SCAN_TIMESTAMP ALERT_WHITELIST_COMMENT ALERT_WHITELIST_HITS ALERT_WHITELIST_ID ALERT_WHITELIST_INDICATOR ALERT_WHITELIST_INDICATOR_TEXT ALERT_WHITELIST_MIGRATED_FROM_ANALYTICS ALERT_WHITELIST_MODIFY_TIME ALERT_WHITELIST_NAME ALERT_WHITELIST_PRETTY_USER ALERT_WHITELIST_STATUS ALERT_WHITELIST_USER DISABLED 0 45 filter: {“AND”: [{“SEARCH_FIELD”: “alert_category”, “SEARCH_TYPE”: “NEQ”, “SEARCH_VALUE”: “Phishing”}]} {‘pretty_name’: ‘category’, ‘data_type’: ‘TEXT’, ‘render_type’: ‘attribute’, ‘entity_map’: None, ‘dml_type’: None},
{‘pretty_name’: ‘!=’, ‘data_type’: None, ‘render_type’: ‘operator’, ‘entity_map’: None},
{‘pretty_name’: ‘Phishing’, ‘data_type’: None, ‘render_type’: ‘value’, ‘entity_map’: None}0 1645102011552 test1 Public API - 3 ENABLED N/A
core-get-cloud-original-alerts
Returns information about each alert ID.
Base Command
core-get-cloud-original-alerts
Input
| Argument Name | Description | Required |
|---|---|---|
| alert_ids | A comma-separated list of alert IDs. | Required |
| events_from_decider_format | Whether to return events_from_decider context output as a dictionary (the raw API response) or as a list (improved for playbook automation) - relevant only when filter_alert_fields is set to False. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.OriginalAlert.event._time | String | The timestamp of the occurence of the event. |
| Core.OriginalAlert.event.vendor | String | Vendor name. |
| Core.OriginalAlert.event.event_timestamp | Number | Event timestamp. |
| Core.OriginalAlert.event.event_type | Number | Event type (static 500). |
| Core.OriginalAlert.event.cloud_provider | String | The cloud provider - GCP, AZURE, or AWS. |
| Core.OriginalAlert.event.project | String | The project in which the event occurred. |
| Core.OriginalAlert.event.cloud_provider_event_id | String | The ID given to the event by the cloud provider, if the ID exists. |
| Core.OriginalAlert.event.cloud_correlation_id | String | The ID the cloud provider is using to aggregate events that are part of the same general event. |
| Core.OriginalAlert.event.operation_name_orig | String | The name of the operation that occurred, as supplied by the cloud provider. |
| Core.OriginalAlert.event.operation_name | String | The normalized name of the operation performed by the event. |
| Core.OriginalAlert.event.identity_orig | String | Contains the original identity related fields as provided by the cloud provider. |
| Core.OriginalAlert.event.identity_name | String | The name of the identity that initiated the action. |
| Core.OriginalAlert.event.identity_uuid | String | Same as identity_name but also contains the UUID of the identity if it exists. |
| Core.OriginalAlert.event.identity_type | String | An enum representing the type of the identity. |
| Core.OriginalAlert.event.identity_sub_type | String | An enum representing the sub-type of the identity, respective to its identity_type. |
| Core.OriginalAlert.event.identity_invoked_by_name | String | The name of the identity that invoked the action as it appears in the log. |
| Core.OriginalAlert.event.identity_invoked_by_uuid | String | The UUID of the identity that invoked the action as it appears in the log. |
| Core.OriginalAlert.event.identity_invoked_by_type | String | An enum that represents the type of identity event that invoked the action. |
| Core.OriginalAlert.event.identity_invoked_by_sub_type | String | An enum that represents the respective sub_type of the type of identity (identity_type) that has invoked the action. |
| Core.OriginalAlert.event.operation_status | String | Status of whether the operation has succeed or failed, if provided. |
| Core.OriginalAlert.event.operation_status_orig | String | The operation status code as it appears in the log, including lookup from code number to code name. |
| Core.OriginalAlert.event.operation_status_orig_code | String | The operation status code as it appears in the log. |
| Core.OriginalAlert.event.operation_status_reason_provided | String | Description of the error, if the log record indicates an error and the cloud provider supplied the reason. |
| Core.OriginalAlert.event.resource_type | String | The normalized type of the service that emitted the log row. |
| Core.OriginalAlert.event.resource_type_orig | String | The type of the service that omitted the log as provided by the cloud provider. |
| Core.OriginalAlert.event.resource_sub_type | String | The sub-type respective to the resource_type field, normalized across all cloud providers. |
| Core.OriginalAlert.event.resource_sub_type_orig | String | The sub-type of the service that emitted this log row as provided by the cloud provider. |
| Core.OriginalAlert.event.region | String | The cloud region of the resource that emitted the log. |
| Core.OriginalAlert.event.zone | String | The availability zone of the resource that emitted the log. |
| Core.OriginalAlert.event.referenced_resource | String | The cloud resource referenced in the audit log. |
| Core.OriginalAlert.event.referenced_resource_name | String | Same as referenced_resource but provides only the substring that represents the resource name instead of the full asset ID. |
| Core.OriginalAlert.event.referenced_resources_count | Number | The number of extracted resources referenced in this audit log. |
| Core.OriginalAlert.event.user_agent | String | The user agent provided in the call to the API of the cloud provider. |
| Core.OriginalAlert.event.caller_ip | String | The IP of the caller that performed the action in the log. |
| Core.OriginalAlert.event.caller_ip_geolocation | String | The geolocation associated with the caller_ip’s value. |
| Core.OriginalAlert.event.caller_ip_asn | Number | The ASN of the caller_ip’s value. |
| Core.OriginalAlert.event.caller_project | String | The project of the caller entity. |
| Core.OriginalAlert.event.raw_log | Unknown | The raw log that is being normalized. |
| Core.OriginalAlert.event.log_name | String | The name of the log that contains the log row. |
| Core.OriginalAlert.event.caller_ip_asn_org | String | The organization associated with the ASN of the caller_ip’s value. |
| Core.OriginalAlert.event.event_base_id | String | Event base ID. |
| Core.OriginalAlert.event.ingestion_time | String | Ingestion time. |
core-get-dynamic-analysis
Returns dynamic analysis of each alert ID.
Base Command
core-get-dynamic-analysis
Input
| Argument Name | Description | Required |
|---|---|---|
| alert_ids | A comma-separated list of alert IDs. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.DynamicAnalysis.causalityId | String | |
| Core.DynamicAnalysis.internals.name | String | |
| Core.DynamicAnalysis.internals.factName | String | |
| Core.DynamicAnalysis.internals.timestamp | Date | |
| Core.DynamicAnalysis.internals.eventId | String | |
| Core.DynamicAnalysis.internals.attributes.user_presence | String | |
| Core.DynamicAnalysis.internals.attributes.shellcode_address | String | |
| Core.DynamicAnalysis.internals.attributes.tid | String | |
| Core.DynamicAnalysis.internals.attributes.parent_pid | String | |
| Core.DynamicAnalysis.internals.attributes.is_sign | String | |
| Core.DynamicAnalysis.internals.attributes.sync_action | String | |
| Core.DynamicAnalysis.internals.attributes.is_remote_session | String | |
| Core.DynamicAnalysis.internals.attributes.peb | String | |
| Core.DynamicAnalysis.internals.attributes.process_image_path | String | |
| Core.DynamicAnalysis.internals.attributes.command_line | String | |
| Core.DynamicAnalysis.internals.attributes.scanned_buffer_crc32_stacktrace_allocation_base_buffer | String | |
| Core.DynamicAnalysis.internals.attributes.page_base_shellcode_buffer | String | |
| Core.DynamicAnalysis.internals.attributes.os_sig_status | String | |
| Core.DynamicAnalysis.internals.attributes.file_info_legal_copyright | String | |
| Core.DynamicAnalysis.internals.attributes.user_name | String | |
| Core.DynamicAnalysis.internals.attributes.is_heavens_gate | String | |
| Core.DynamicAnalysis.internals.attributes.is_impersonated | String | |
| Core.DynamicAnalysis.internals.attributes.os_parent_instance_id | String | |
| Core.DynamicAnalysis.internals.attributes.file_info_internal_name | String | |
| Core.DynamicAnalysis.internals.attributes.stack_trace | String | |
| Core.DynamicAnalysis.internals.attributes.is_injected | String | |
| Core.DynamicAnalysis.internals.attributes.pid | String | |
| Core.DynamicAnalysis.internals.attributes.thread_context_eip_image_path | String | |
| Core.DynamicAnalysis.internals.attributes.image_path_sha256 | String | |
| Core.DynamicAnalysis.internals.attributes.montepi_err | String | |
| Core.DynamicAnalysis.internals.attributes.file_info_company_name | String | |
| Core.DynamicAnalysis.internals.attributes.file_info_original_name | String | |
| Core.DynamicAnalysis.internals.attributes.instance_id | String | |
| Core.DynamicAnalysis.internals.attributes.yara_file_scan_result | String | |
| Core.DynamicAnalysis.internals.attributes.file_obj_flags | String | |
| Core.DynamicAnalysis.internals.attributes.should_obfuscate | String | |
| Core.DynamicAnalysis.internals.attributes.file_size | String | |
| Core.DynamicAnalysis.internals.attributes.file_info_is_dot_net | String | |
| Core.DynamicAnalysis.internals.attributes.call_region_shellcode_buffer | String | |
| Core.DynamicAnalysis.internals.attributes.allocation_base_shellcode_buffer | String | |
| Core.DynamicAnalysis.internals.attributes.signer_name | String | |
| Core.DynamicAnalysis.internals.attributes.original_command_line | String | |
| Core.DynamicAnalysis.internals.attributes.yara_rules_results_stacktrace_page_base_buffer | String | |
| Core.DynamicAnalysis.internals.attributes.rpc_interface_uuid | String | |
| Core.DynamicAnalysis.internals.attributes.rpc_interface_minor_version | String | |
| Core.DynamicAnalysis.internals.attributes.telem | String | |
| Core.DynamicAnalysis.internals.attributes.is_trusted_signer | String | |
| Core.DynamicAnalysis.internals.attributes.thread_context_eip | String | |
| Core.DynamicAnalysis.internals.attributes.requested_parent_instance_id | String | |
| Core.DynamicAnalysis.internals.attributes.is_cgo | String | |
| Core.DynamicAnalysis.internals.attributes.parent_cid | String | |
| Core.DynamicAnalysis.internals.attributes.enabled_privileges | Date | |
| Core.DynamicAnalysis.internals.attributes.peb32 | String | |
| Core.DynamicAnalysis.internals.attributes.is_embedded_sign | String | |
| Core.DynamicAnalysis.internals.attributes.rpc_function_opnum | String | |
| Core.DynamicAnalysis.internals.attributes.parent_thread_instance_id | String | |
| Core.DynamicAnalysis.internals.attributes.remote_causality_actor_ip | String | |
| Core.DynamicAnalysis.internals.attributes.canonized_process_image_path | String | |
| Core.DynamicAnalysis.internals.attributes.scanned_buffer_crc32_stacktrace_call_region_buffer | String | |
| Core.DynamicAnalysis.internals.attributes.yara_rules_results_stacktrace_allocation_base_buffer | String | |
| Core.DynamicAnalysis.internals.attributes.entry_point_rva | String | |
| Core.DynamicAnalysis.internals.attributes.is_stack_pivot | String | |
| Core.DynamicAnalysis.internals.attributes.os_parent_pid | String | |
| Core.DynamicAnalysis.internals.attributes.image_path_md5 | String | |
| Core.DynamicAnalysis.internals.attributes.causality_actor_type | String | |
| Core.DynamicAnalysis.internals.attributes.timestamp | String | |
| Core.DynamicAnalysis.internals.attributes.is_in_transaction | String | |
| Core.DynamicAnalysis.internals.attributes.cid | String | |
| Core.DynamicAnalysis.internals.attributes.integrity_level | String | |
| Core.DynamicAnalysis.internals.attributes.actor_type | String | |
| Core.DynamicAnalysis.internals.attributes.file_info_description | String | |
| Core.DynamicAnalysis.internals.attributes.chisq_prob | String | |
| Core.DynamicAnalysis.internals.attributes.parent_tid | String | |
| Core.DynamicAnalysis.internals.attributes.rpc_interface_major_version | String | |
| Core.DynamicAnalysis.internals.attributes.dse_internal | String | |
| Core.DynamicAnalysis.internals.attributes.telem_bit_mask | String | |
| Core.DynamicAnalysis.internals.attributes.process_image_name | String | |
| Core.DynamicAnalysis.internals.attributes.parent_instance_id | String | |
| Core.DynamicAnalysis.internals.attributes.entropy | String | |
| Core.DynamicAnalysis.internals.attributes.call_region_base_address | String | |
| Core.DynamicAnalysis.internals.attributes.yara_rules_results_stacktrace_call_region_buffer | String | |
| Core.DynamicAnalysis.internals.attributes.scanned_buffer_crc32_stacktrace_page_base_buffer | String | |
| Core.DynamicAnalysis.internals.attributes.image_base | String | |
| Core.DynamicAnalysis.internals.attributes.sync_id | String | |
| Core.DynamicAnalysis.internals.attributes.effective_user_sid | String | |
| Core.DynamicAnalysis.internals.attributes.requested_parent_pid | String | |
| Core.DynamicAnalysis.internals.attributes.event_id | String | |
| Core.DynamicAnalysis.internals.attributes.rpc_protocol | String | |
| Core.DynamicAnalysis.internals.processIdx | Number | |
| Core.DynamicAnalysis.internals.instanceId | String | |
| Core.DynamicAnalysis.internals.attributes.scriptblock_text | String | |
| Core.DynamicAnalysis.internals.attributes.script_path | String | |
| Core.DynamicAnalysis.internals.attributes.actor_pid | String | |
| Core.DynamicAnalysis.internals.attributes.actor_instance_id | String | |
| Core.DynamicAnalysis.internals.attributes.actor_thread_instance_id | String | |
| Core.DynamicAnalysis.internals.attributes.etw_event_id | String | |
| Core.DynamicAnalysis.internals.attributes.actor_tid | String | |
| Core.DynamicAnalysis.internals.attributes.suspicious_strings | String | |
| Core.DynamicAnalysis.internals.attributes.suspicious_strings_context | String | |
| Core.DynamicAnalysis.internals.attributes.content_version | String | |
| Core.DynamicAnalysis.internals.attributes.script_hash | String | |
| Core.DynamicAnalysis.internals.attributes.dotnet_callstack | String | |
| Core.DynamicAnalysis.internals.attributes.hook_type | String | |
| Core.DynamicAnalysis.internals.attributes.appdomain_id | String | |
| Core.DynamicAnalysis.internals.attributes.ps_assembly_version | String | |
| Core.DynamicAnalysis.internals.attributes.original_length | String | |
| Core.DynamicAnalysis.internals.attributes.invoke_expression_count | String | |
| Core.DynamicAnalysis.internals.attributes.file_path | String | |
| Core.DynamicAnalysis.internals.attributes.content | String | |
| Core.DynamicAnalysis.internals.attributes.edr_assembly_version | String | |
| Core.DynamicAnalysis.internals.attributes.expression_tree_scan_result | String | |
| Core.DynamicAnalysis.internals.attributes.content_length | String | |
| Core.DynamicAnalysis.internals.attributes.local_analysis_verdict | String | |
| Core.DynamicAnalysis.internals.attributes.clr_version | String | |
| Core.DynamicAnalysis.internals.attributes.powershell_version | String | |
| Core.DynamicAnalysis.internals.attributes.script_source | String | |
| Core.DynamicAnalysis.internals.attributes.prio | String | |
| Core.DynamicAnalysis.internals.attributes.build_timestamp | Date | |
| Core.DynamicAnalysis.potentialPreventionActionOverride | Boolean | |
| Core.DynamicAnalysis.isBiocRule | Boolean | |
| Core.DynamicAnalysis.biocId | Number | |
| Core.DynamicAnalysis.additionalData | String | |
| Core.DynamicAnalysis.biocRuleName | String | |
| Core.DynamicAnalysis.reachedMaxActivationsPerRule | Boolean | |
| Core.DynamicAnalysis.syncActionStatus | Number | |
| Core.DynamicAnalysis.spawnerImagePath | String | |
| Core.DynamicAnalysis.spawnerCmdline | String | |
| Core.DynamicAnalysis.spawnerSigner | String | |
| Core.DynamicAnalysis.osSpawnerImagePath | String | |
| Core.DynamicAnalysis.osSpawnerCmdline | String | |
| Core.DynamicAnalysis.osSpawnerSigner | String |
core-get-hash-analytics-prevalence
Get the prevalence of a file, identified by sha256.
Base Command
core-get-hash-analytics-prevalence
Input
| Argument Name | Description | Required |
|---|---|---|
| sha256 | The sha256 of a file. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.AnalyticsPrevalence.Hash.value | Boolean | Whether the hash is prevalent or not. |
| Core.AnalyticsPrevalence.Hash.data.global_prevalence.value | Number | The global prevalence of the hash. |
| Core.AnalyticsPrevalence.Hash.data.local_prevalence.value | Number | The local prevalence of the hash. |
| Core.AnalyticsPrevalence.Hash.data.prevalence.value | Number | The prevalence of the hash. |
core-get-IP-analytics-prevalence
Get the prevalence of an ip, identified by ip_address.
Base Command
core-get-IP-analytics-prevalence
Input
| Argument Name | Description | Required |
|---|---|---|
| ip_address | The IP address. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.AnalyticsPrevalence.Ip.value | Boolean | Whether the IP address is prevalent or not. |
| Core.AnalyticsPrevalence.Ip.data.global_prevalence.value | Number | The global prevalence of the IP. |
| Core.AnalyticsPrevalence.Ip.data.local_prevalence.value | Number | The local prevalence of the IP. |
| Core.AnalyticsPrevalence.Ip.data.prevalence.value | Number | The prevalence of the IP. |
core-get-domain-analytics-prevalence
Get the prevalence of a domain, identified by domain_name.
Base Command
core-get-domain-analytics-prevalence
Input
| Argument Name | Description | Required |
|---|---|---|
| domain_name | The domain name. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.AnalyticsPrevalence.Domain.value | Boolean | Whether the domain is prevalent or not. |
| Core.AnalyticsPrevalence.Domain.data.global_prevalence.value | Number | The global prevalence of the domain. |
| Core.AnalyticsPrevalence.Domain.data.local_prevalence.value | Number | The local prevalence of the domain. |
| Core.AnalyticsPrevalence.Domain.data.prevalence.value | Number | The prevalence of the domain. |
core-get-process-analytics-prevalence
Get the prevalence of a process, identified by process_name.
Base Command
core-get-process-analytics-prevalence
Input
| Argument Name | Description | Required |
|---|---|---|
| process_name | The process name. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.AnalyticsPrevalence.Process.value | Boolean | Whether the process is prevalent or not. |
| Core.AnalyticsPrevalence.Process.data.global_prevalence.value | Number | The global prevalence of the process. |
| Core.AnalyticsPrevalence.Process.data.local_prevalence.value | Number | The local prevalence of the process. |
| Core.AnalyticsPrevalence.Process.data.prevalence.value | Number | The prevalence of the process. |
core-get-registry-analytics-prevalence
Get the prevalence of a registry_path, identified by key_name, value_name.
Base Command
core-get-registry-analytics-prevalence
Input
| Argument Name | Description | Required |
|---|---|---|
| key_name | The key name of a registry path. | Required |
| value_name | The value name of a registry path. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.AnalyticsPrevalence.Registry.value | Boolean | Whether the registry is prevalent or not. |
| Core.AnalyticsPrevalence.Registry.data.global_prevalence.value | Number | The global prevalence of the registry. |
| Core.AnalyticsPrevalence.Registry.data.local_prevalence.value | Number | The local prevalence of the registry. |
| Core.AnalyticsPrevalence.Registry.data.prevalence.value | Number | The prevalence of the registry. |
core-get-cmd-analytics-prevalence
Get the prevalence of a process_command_line, identified by process_command_line.
Base Command
core-get-cmd-analytics-prevalence
Input
| Argument Name | Description | Required |
|---|---|---|
| process_command_line | The process command line. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.AnalyticsPrevalence.Cmd.value | Boolean | Whether the CMD is prevalent or not. |
| Core.AnalyticsPrevalence.Cmd.data.global_prevalence.value | Number | The global prevalence of the CMD. |
| Core.AnalyticsPrevalence.Cmd.data.local_prevalence.value | Number | The local prevalence of the CDM. |
| Core.AnalyticsPrevalence.Cmd.data.prevalence.value | Number | The prevalence of the Cmd. |
core-add-endpoint-tag
Add a tag to one or more endpoints.
Base Command
core-add-endpoint-tag
Input
| Argument Name | Description | Required |
|---|---|---|
| endpoint_ids | A comma-separated list of tenant IDs of the endpoint(s) for which you want to assign the tag. | Required |
| tag | The tag name to assign to the endpoint(s). | Required |
| endpoint_id_list | A comma-separated list of endpoint IDs to filter by them. | Optional |
| dist_name | A comma-separated list of distribution package names or installation package names. Example: dist_name1,dist_name2. |
Optional |
| ip_list | A comma-separated list of IP addresses. Example: 8.8.8.8,1.1.1.1. |
Optional |
| group_name | A comma-separated list of group names to which the agent belongs. Example: group_name1,group_name2. |
Optional |
| platform | The endpoint platform. Possible values are: windows, linux, macos, android. | Optional |
| alias_name | A comma-separated list of alias names. Examples: alias_name1,alias_name2. |
Optional |
| isolate | Specifies whether the endpoint was isolated or unisolated. Possible values are: isolated, unisolated. | Optional |
| hostname | A comma-separated list of hostnames. Example: hostname1,hostname2. |
Optional |
| first_seen_gte | All the agents that were first seen after {first_seen_gte}. Supported values: 1579039377301 (time in milliseconds) “3 days” (relative date) “2019-10-21T23:45:00” (date). |
Optional |
| first_seen_lte | All the agents that were first seen before {first_seen_lte}. Supported values: 1579039377301 (time in milliseconds) “3 days” (relative date) “2019-10-21T23:45:00” (date). |
Optional |
| last_seen_gte | All the agents that were last seen before {last_seen_gte}. Supported values: 1579039377301 (time in milliseconds) “3 days” (relative date) “2019-10-21T23:45:00” (date). |
Optional |
| last_seen_lte | All the agents that were last seen before {last_seen_lte}. Supported values: 1579039377301 (time in milliseconds) “3 days” (relative date) “2019-10-21T23:45:00” (date). |
Optional |
| status | The status of the endpoint to filter. Possible values are: connected, disconnected, lost, uninstalled. | Optional |
Context Output
There is no context output for this command.
Command example
!core-add-endpoint-tag endpoint_ids=1234 tag=test
Human Readable Output
Successfully added tag test to endpoint(s) [‘1234’]
core-remove-endpoint-tag
Remove a tag from one or more endpoints.
Base Command
core-remove-endpoint-tag
Input
| Argument Name | Description | Required |
|---|---|---|
| endpoint_ids | A comma-separated list of tenant IDs of the endpoint(s) for which you want to remove the tag. | Required |
| tag | The tag name to remove from the endpoint(s). | Required |
| endpoint_id_list | A comma-separated list of endpoint IDs to filter by them. | Optional |
| dist_name | A comma-separated list of distribution package names or installation package names. Example: dist_name1,dist_name2. |
Optional |
| ip_list | A comma-separated list of IP addresses. Example: 8.8.8.8,1.1.1.1. |
Optional |
| group_name | A comma-separated list of group names to which the agent belongs. Example: group_name1,group_name2. |
Optional |
| platform | The endpoint platform. Possible values are: windows, linux, macos, android. | Optional |
| alias_name | A comma-separated list of alias names. Examples: alias_name1,alias_name2. |
Optional |
| isolate | Specifies whether the endpoint was isolated or unisolated. Possible values are: isolated, unisolated. | Optional |
| hostname | A comma-separated list of hostnames. Example: hostname1,hostname2. |
Optional |
| first_seen_gte | All the agents that were first seen after {first_seen_gte}. Supported values: 1579039377301 (time in milliseconds) “3 days” (relative date) “2019-10-21T23:45:00” (date). |
Optional |
| first_seen_lte | All the agents that were first seen before {first_seen_lte}. Supported values: 1579039377301 (time in milliseconds) “3 days” (relative date) “2019-10-21T23:45:00” (date). |
Optional |
| last_seen_gte | All the agents that were last seen before {last_seen_gte}. Supported values: 1579039377301 (time in milliseconds) “3 days” (relative date) “2019-10-21T23:45:00” (date). |
Optional |
| last_seen_lte | All the agents that were last seen before {last_seen_lte}. Supported values: 1579039377301 (time in milliseconds) “3 days” (relative date) “2019-10-21T23:45:00” (date). |
Optional |
| status | The status of the endpoint to filter. Possible values are: connected, disconnected, lost, uninstalled. | Optional |
Context Output
There is no context output for this command.
Command example
!core-remove-endpoint-tag endpoint_ids=1234 tag=test
Human Readable Output
Successfully removed tag test from endpoint(s) [‘1234’]
core-endpoint-alias-change
Gets a list of endpoints according to the passed filters, and changes their alias name. Filtering by multiple fields will be concatenated using the AND condition (OR is not supported).
Base Command
core-endpoint-alias-change
Input
| Argument Name | Description | Required |
|---|---|---|
| status | The status of the endpoint to use as a filter. Possible values are: connected, disconnected. | Optional |
| endpoint_id_list | A comma-separated list of endpoint IDs to use as a filter. | Optional |
| dist_name | A comma-separated list of distribution package names or installation package names to use as a filter. Example: dist_name1,dist_name2. |
Optional |
| ip_list | A comma-separated list of IP addresses to use as a filter. Example: 8.8.8.8,1.1.1.1. |
Optional |
| group_name | A comma-separated list of group names to which the agent belongs to use as a filter. Example: group_name1,group_name2. |
Optional |
| platform | The endpoint platform to use as a filter. Possible values are: windows, linux, macos, android. | Optional |
| alias_name | A comma-separated list of alias names to use as a filter. Examples: alias_name1,alias_name2. |
Optional |
| isolate | Specifies whether the endpoint was isolated or unisolated to use as a filter. Possible values are: isolated, unisolated. Note: This argument returns only the first endpoint that matches. | Optional |
| hostname | A comma-separated list of hostnames to use as a filter. Example: hostname1,hostname2. |
Optional |
| first_seen_gte | All the agents that were first seen after {first_seen_gte} to use as a filter. Supported values: 1579039377301 (time in milliseconds) “3 days” (relative date) “2019-10-21T23:45:00” (date). |
Optional |
| first_seen_lte | All the agents that were first seen before {first_seen_lte} to use as a filter. Supported values: 1579039377301 (time in milliseconds) “3 days” (relative date) “2019-10-21T23:45:00” (date). |
Optional |
| last_seen_gte | All the agents that were last seen after {last_seen_gte} to use as a filter. Supported values: 1579039377301 (time in milliseconds) “3 days” (relative date) “2019-10-21T23:45:00” (date). |
Optional |
| last_seen_lte | All the agents that were last seen before {last_seen_lte} to use as a filter. Supported values: 1579039377301 (time in milliseconds) “3 days” (relative date) “2019-10-21T23:45:00” (date). |
Optional |
| username | The usernames to query for to use as a filter. Accepts a single user, or comma-separated list of usernames. | Optional |
| new_alias_name | The alias name to change to. Note: If you send an empty field, (e.g new_alias_name="") the current alias name is deleted. | Required |
| scan_status | The scan status of the endpoint to use as a filter. Possible values are: none, pending, in_progress, canceled, aborted, pending_cancellation, success, error. | Optional |
Context Output
There is no context output for this command.
Command example
!core-endpoint-alias-change new_alias_name=test scan_status=success ip_list=1.1.1.1
Human Readable Output
The endpoint alias was changed successfully.
Note: If there is no error in the process, then this is the output even when the specific endpoint does not exist.
core-list-users
Retrieve a list of the current users in the environment.
Required license: Cortex XDR Pro per Endpoint, Cortex XDR Pro, or Cortex XDR Pro per TB.
Base Command
core-list-users
Input
| Argument Name | Description | Required |
| — | — | — |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.User.user_email | string | Email address of the user |
| Core.User.user_first_name | string | First name of the user |
| Core.User.user_last_name | string | Last name of the user. |
| Core.User.role_name | string | Role name associated with the user. |
| Core.User.last_logged_in | Number | Timestamp of when the user last logged in. |
| Core.User.user_type | string | Type of user. |
| Core.User.groups | array | Name of user groups associated with the user, if applicable. |
| Core.User.scope | array | Name of scope associated with the user, if applicable. |
Command example
#### Context Example
```json
{
"dummy": {
"User": [
{
"groups": [],
"last_logged_in": 1648158415051,
"role_name": "dummy",
"scope": [],
"user_email": "dummy@dummy.com",
"user_first_name": "dummy",
"user_last_name": "dummy",
"user_type": "dummy"
},
{
"groups": [],
"last_logged_in": null,
"role_name": "dummy",
"scope": [],
"user_email": "dummy@dummy.com",
"user_first_name": "dummy",
"user_last_name": "dummy",
"user_type": "dummy"
}
]
}
}
Human Readable Output
Users
First Name Groups Last Name Role Type User email dummy dummy dummy dummy dummy dummy dummy dummy dummy dummy
core-list-risky-users
Retrieve the risk score of a specific user or list of users with the highest risk score in the environment along with the reason affecting each score.
Required license: Cortex XDR Pro per Endpoint, Cortex XDR Pro, or Cortex XDR Pro per TB.
Base Command
core-list-risky-users
Input
| Argument Name | Description | Required |
|---|---|---|
| user_id | Unique ID of a specific user. User ID could be either of the foo/dummy format, or just dummy.. |
Optional |
| limit | Limit the number of users that will appear in the list. (Use limit when no specific host is requested.). Default is 10. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.RiskyUser.type | String | Form of identification element. |
| Core.RiskyUser.id | String | Identification value of the type field. |
| Core.RiskyUser.score | Number | The score assigned to the user. |
| Core.RiskyUser.reasons.date created | String | Date when the incident was created. |
| Core.RiskyUser.reasons.description | String | Description of the incident. |
| Core.RiskyUser.reasons.severity | String | The severity of the incident |
| Core.RiskyUser.reasons.status | String | The incident status |
| Core.RiskyUser.reasons.points | Number | The score. |
Command example
!core-list-risky-users user_id=dummy
Context Example
{
"Core": {
"RiskyUser": {
"id": "dummy",
"reasons": [],
"score": 0,
"type": "user"
}
}
}
Human Readable Output
Risky Users
User ID Score Description dummy 0
core-list-risky-hosts
Retrieve the risk score of a specific host or list of hosts with the highest risk score in the environment along with the reason affecting each score.
Required license: Cortex XDR Pro per Endpoint, Cortex XDR Pro, or Cortex XDR Pro per TB.
Base Command
core-list-risky-hosts
Input
| Argument Name | Description | Required |
|---|---|---|
| host_id | The host name of a specific host. | Optional |
| limit | Limit the number of hosts that will appear in the list. By default, the limit is 10 hosts.(Use limit when no specific host is requested.). Default is 50. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.RiskyHost.type | String | Form of identification element. |
| Core.RiskyHost.id | String | Identification value of the type field. |
| Core.RiskyHost.score | Number | The score assigned to the host. |
| Core.RiskyHost.reasons.date created | String | Date when the incident was created. |
| Core.RiskyHost.reasons.description | String | Description of the incident. |
| Core.RiskyHost.reasons.severity | String | The severity of the incident |
| Core.RiskyHost.reasons.status | String | The incident status |
| Core.RiskyHost.reasons.points | Number | The score. |
Command example
!core-list-risky-hosts host_id=dummy
Context Example
{
"Core": {
"RiskyHost": {
"id": "dummy",
"reasons": [],
"score": 0,
"type": "dummy"
}
}
}
Human Readable Output
Risky Hosts
Host ID Score Description dummy 0
core-list-user-groups
Retrieve a list of the current user emails associated with one or more user groups in the environment.
Required license: Cortex XDR Pro per Endpoint, Cortex XDR Pro, or Cortex XDR Pro per TB.
Base Command
core-list-user-groups
Input
| Argument Name | Description | Required |
|---|---|---|
| group_names | A comma-separated list of one or more user group names for which you want the associated users. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.UserGroup.group_name | String | Name of the user group. |
| Core.UserGroup.description | String | Description of the user group, if available. |
| Core.UserGroup.pretty_name | String | Name of the user group as it appears in the management console. |
| Core.UserGroup.insert_time | Number | Timestamp of when the user group was created. |
| Core.UserGroup.update_time | Number | Timestamp of when the user group was last updated. |
| Core.UserGroup.user_email | array | List of email addresses belonging to the users associated with the user group. |
| Core.UserGroup.source | String | Type of user group. |
Command example
!core-list-user-groups group_names=test
Context Example
{
"Core": {
"UserGroup": {
"description": "test",
"group_name": "test",
"insert_time": 1684746187678,
"pretty_name": null,
"source": "Custom",
"update_time": 1684746209062,
"user_email": [
null
]
}
}
}
Human Readable Output
Groups
Group Name Group Description User email test test for demo
core-get-incidents
Returns a list of incidents, which you can filter by a list of incident IDs (max. 100), the time the incident was last modified, and the time the incident was created.
If you pass multiple filtering arguments, they will be concatenated using the AND condition. The OR condition is not supported.
Required Permissions
Required Permissions For API call:
Alerts And Incidents –> View
Builtin Roles with this permission includes: “Investigator”, “Responder”, “Privileged Investigator”, “Privileged Responder”, “Viewer”, and “Instance Admin”.
Base Command
core-get-incidents
Input
| Argument Name | Description | Required |
|---|---|---|
| lte_creation_time | A date in the format 2019-12-31T23:59:00. Only incidents that were created on or before the specified date/time will be retrieved. | Optional |
| gte_creation_time | A date in the format 2019-12-31T23:59:00. Only incidents that were created on or after the specified date/time will be retrieved. | Optional |
| lte_modification_time | Filters returned incidents that were created on or before the specified date/time, in the format 2019-12-31T23:59:00. | Optional |
| gte_modification_time | Filters returned incidents that were modified on or after the specified date/time, in the format 2019-12-31T23:59:00. | Optional |
| incident_id_list | An array or CSV string of incident IDs. | Optional |
| since_creation_time | Filters returned incidents that were created on or after the specified date/time range, for example, 1 month, 2 days, 1 hour, and so on. | Optional |
| since_modification_time | Filters returned incidents that were modified on or after the specified date/time range, for example, 1 month, 2 days, 1 hour, and so on. | Optional |
| sort_by_modification_time | Sorts returned incidents by the date/time that the incident was last modified (“asc” - ascending, “desc” - descending). Possible values are: asc, desc. | Optional |
| sort_by_creation_time | Sorts returned incidents by the date/time that the incident was created (“asc” - ascending, “desc” - descending). Possible values are: asc, desc. | Optional |
| page | Page number (for pagination). The default is 0 (the first page). Default is 0. | Optional |
| limit | Maximum number of incidents to return per page. The default and maximum is 100. Default is 100. | Optional |
| status | Filters only incidents in the specified status. The options are: new, under_investigation, resolved_known_issue, resolved_false_positive, resolved_true_positive resolved_security_testing, resolved_other, resolved_auto. | Optional |
| starred | Whether the incident is starred (Boolean value: true or false). Possible values are: true, false. | Optional |
| starred_incidents_fetch_window | Starred fetch window timestamp (<number> <time unit>, e.g., 12 hours, 7 days). Default is 3 days. | Optional |
Context Output
| Path | Type | Description |
| — | — |———————————————————————————————————————-|
| Core.Incident.incident_id | String | Unique ID assigned to each returned incident. |
| Core.Incident.manual_severity | String | Incident severity assigned by the user. This does not affect the calculated severity. Can be “low”, “medium”, “high” |
| Core.Incident.manual_description | String | Incident description provided by the user. |
| Core.Incident.assigned_user_mail | String | Email address of the assigned user. |
| Core.Incident.high_severity_alert_count | String | Number of alerts with the severity HIGH. |
| Core.Incident.host_count | number | Number of hosts involved in the incident. |
| Core.Incident.xdr_url | String | A link to the incident view on Cortex XDR or XSIAM. |
| Core.Incident.assigned_user_pretty_name | String | Full name of the user assigned to the incident. |
| Core.Incident.alert_count | number | Total number of alerts in the incident. |
| Core.Incident.med_severity_alert_count | number | Number of alerts with the severity MEDIUM. |
| Core.Incident.user_count | number | Number of users involved in the incident. |
| Core.Incident.severity | String | Calculated severity of the incident. Valid values are:
“low”,”medium”,”high”
|
| Core.Incident.low_severity_alert_count | String | Number of alerts with the severity LOW. |
| Core.Incident.status | String | Current status of the incident. Valid values are: “new”,”under_investigation”,”resolved_known_issue”,”resolved_duplicate”,”resolved_false_positive”,”resolved_true_positive”,”resolved_security_testing” or “resolved_other”.
|
| Core.Incident.description | String | Dynamic calculated description of the incident. |
| Core.Incident.resolve_comment | String | Comments entered by the user when the incident was resolved. |
| Core.Incident.notes | String | Comments entered by the user regarding the incident. |
| Core.Incident.creation_time | date | Date and time the incident was created on Cortex XDR or XSIAM. |
| Core.Incident.detection_time | date | Date and time that the first alert occurred in the incident. |
| Core.Incident.modification_time | date | Date and time that the incident was last modified. |
Command Example
!core-get-incidents gte_creation_time=2010-10-10T00:00:00 limit=3 sort_by_creation_time=desc
Context Example
{
"Core.Incident": [
{
"host_count": 1,
"incident_id": "4",
"manual_severity": "medium",
"description": "5 'This alert from content TestXDRPlaybook' alerts detected by Checkpoint - SandBlast ",
"severity": "medium",
"modification_time": 1579290004178,
"assigned_user_pretty_name": null,
"notes": null,
"creation_time": 1577276587937,
"alert_count": 5,
"med_severity_alert_count": 1,
"detection_time": null,
"assigned_user_mail": null,
"resolve_comment": "This issue was solved in Incident number 192304",
"status": "new",
"user_count": 1,
"xdr_url": "https://some.xdr.url.com/incident-view/4",
"starred": false,
"low_severity_alert_count": 0,
"high_severity_alert_count": 4,
"manual_description": null
},
{
"host_count": 1,
"incident_id": "3",
"manual_severity": "medium",
"description": "'test 1' generated by Virus Total - Firewall",
"severity": "medium",
"modification_time": 1579237974014,
"assigned_user_pretty_name": "woo@demisto.com",
"notes": null,
"creation_time": 1576100096594,
"alert_count": 1,
"med_severity_alert_count": 0,
"detection_time": null,
"assigned_user_mail": "woo@demisto.com",
"resolve_comment": null,
"status": "new",
"user_count": 1,
"xdr_url": "https://some.xdr.url.com/incident-view/3",
"starred": false,
"low_severity_alert_count": 0,
"high_severity_alert_count": 1,
"manual_description": null
},
{
"host_count": 1,
"incident_id": "2",
"manual_severity": "high",
"description": "'Alert Name Example 333' along with 1 other alert generated by Virus Total - VPN & Firewall-3 and Checkpoint - SandBlast",
"severity": "high",
"modification_time": 1579288790259,
"assigned_user_pretty_name": null,
"notes": null,
"creation_time": 1576062816474,
"alert_count": 2,
"med_severity_alert_count": 0,
"detection_time": null,
"assigned_user_mail": null,
"resolve_comment": null,
"status": "under_investigation",
"user_count": 1,
"xdr_url": "https://some.xdr.url.com/incident-view/2",
"starred": false,
"low_severity_alert_count": 0,
"high_severity_alert_count": 2,
"manual_description": null
}
]
}
Human Readable Output
Incidents
alert_count assigned_user_mail assigned_user_pretty_name creation_time description detection_time high_severity_alert_count host_count incident_id low_severity_alert_count manual_description manual_severity med_severity_alert_count modification_time notes resolve_comment severity starred status user_count xdr_url 5 1577276587937 5 ‘This alert from content TestXDRPlaybook’ alerts detected by Checkpoint - SandBlast 4 1 4 0 medium 1 1579290004178 This issue was solved in Incident number 192304 medium false new 1 https://some.xdr.url.com/incident-view/41 woo@demisto.com woo@demisto.com 1576100096594 ‘test 1’ generated by Virus Total - Firewall 1 1 3 0 medium 0 1579237974014 medium false new 1 https://some.xdr.url.com/incident-view/32 1576062816474 ‘Alert Name Example 333’ along with 1 other alert generated by Virus Total - VPN & Firewall-3 and Checkpoint - SandBlast 2 1 2 0 high 0 1579288790259 high false under_investigation 1 https://some.xdr.url.com/incident-view/2
core-script-run
Initiates a new endpoint script execution using a script from the script library and returns the results.
Base Command
core-script-run
Input
| Argument Name | Description | Required |
|---|---|---|
| incident_id | Allows linking the response action to the incident that triggered it. | Optional |
| endpoint_ids | A comma-separated list of endpoint IDs. Can be retrieved by running the core-get-endpoints command. | Required |
| script_uid | Unique identifier of the script. Can be retrieved by running the core-get-scripts command. | Required |
| parameters | Dictionary containing the parameter name as key and its value for this execution as the value. For example, {“param1”:”param1_value”,”param2”:”param2_value”}. | Optional |
| timeout | The timeout in seconds for this execution. Default is 600. | Optional |
| polling_interval_in_seconds | Interval in seconds between each poll. Default is 10. | Optional |
| polling_timeout_in_seconds | Polling timeout in seconds. Default is 600. | Optional |
| action_id | The action ID for polling use. | Optional |
| hide_polling_output | Whether to hide the polling result (automatically filled by polling). | Optional |
| is_core | Is the command being called from a core pack. Default is True. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.ScriptResult.action_id | Number | ID of the action initiated. |
| Core.ScriptResult.results.retrieved_files | Number | Number of successfully retrieved files. |
| Core.ScriptResult.results.endpoint_ip_address | String | Endpoint IP address. |
| Core.ScriptResult.results.endpoint_name | String | Name of successfully retrieved files. |
| Core.ScriptResult.results.failed_files | Number | Number of files failed to be retrieved. |
| Core.ScriptResult.results.endpoint_status | String | Endpoint status. |
| Core.ScriptResult.results.domain | String | Domain to which the endpoint belongs. |
| Core.ScriptResult.results.endpoint_id | String | Endpoint ID. |
| Core.ScriptResult.results.execution_status | String | Execution status of this endpoint. |
| Core.ScriptResult.results.return_value | String | Value returned by the script in case the type is not a dictionary. |
| Core.ScriptResult.results.standard_output | String | The STDOUT and the STDERR logged by the script during the execution. |
| Core.ScriptResult.results.retention_date | Date | Timestamp in which the retrieved files will be deleted from the server. |
Command example
!core-script-run endpoint_ids=111 script_uid=111 polling_timeout_in_seconds=1200 timeout=1200
Context Example
{
"Core.ScriptResult": [
{
"action_id": 1,
"results": [
{
"retrieved_files" : 0,
"_return_value": [],
"standard_output": ""
"domain" : "222",
"endpoint_id" : "111",
"endpoint_ip_address" : ["1.1.1.1"],
"command" : "_return_value",
"retention_date" : NULL,
"command_output" : [],
"endpoint_name" : "test",
"failed_files" : 0,
"execution_status" : "COMPLETED_SUCCESSFULLY",
"endpoint_status" : "STATUS_010_CONNECTED"
},
]
}
],
"Core.ScriptRun": [
{
"action_id": 1,
"endpoints_count": 1,
"status": 1
}
]
}
Human Readable Output
Script Execution Results
_return_value domain endpoint_id endpoint_ip_address endpoint_name endpoint_status execution_status failed_files retention_date retrieved_files standard_output 222 111 1.1.1.1 test STATUS_010_CONNECTED COMPLETED_SUCCESSFULLY 0 0
core-terminate-process
Terminates a process by its instance ID. Available only for XSIAM 2.4 and above.
Base Command
core-terminate-process
Input
| Argument Name | Description | Required |
|---|---|---|
| agent_id | The agent ID. | Required |
| instance_id | The instance ID. | Required |
| process_name | The process name. | Optional |
| incident_id | The incident ID. | Optional |
| action_id | The action ID. For polling use. | Optional |
| interval_in_seconds | Interval in seconds between each poll. | Optional |
| timeout_in_seconds | Polling timeout in seconds. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.TerminateProcess.action_id | String | The action ID. |
| Core.GetActionStatus | Unknown | The action status command results. |
| Core.GetActionStatus.endpoint_id | string | Endpoint ID. |
| Core.GetActionStatus.status | string | The status of the specific endpoint ID. |
| Core.GetActionStatus.action_id | number | The specified action ID. |
| Core.GetActionStatus.ErrorReasons.bucket | String | The bucket in which the error occurred. |
| Core.GetActionStatus.ErrorReasons.file_name | String | The name of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.file_path | String | The path of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.file_size | Number | The size of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.missing_files | Unknown | The missing files that caused the error. |
| Core.GetActionStatus.ErrorReasons.errorData | String | The error reason data. |
| Core.GetActionStatus.ErrorReasons.terminated_by | String | The instance ID which terminated the action and caused the error. |
| Core.GetActionStatus.ErrorReasons.errorDescription | String | The error reason description. |
| Core.GetActionStatus.ErrorReasons.terminate_result | Unknown | The error reason terminate result. |
core-terminate-causality
Terminate a process tree by its causality ID. Available only for XSIAM 2.4 and above.
Command Example
!core-terminate-process agent_id=1 instance_id=1 process_name=process incident_id=2
Context Example
{
"Core.TerminateProcess": [
{
"action_id": "1",
}
]
}
Base Command
core-terminate-causality
Input
| Argument Name | Description | Required |
|---|---|---|
| agent_id | The agent ID. | Required |
| causality_id | The causality ID. | Required |
| process_name | The process name. | Optional |
| incident_id | The incident ID. | Optional |
| action_id | The action ID. For polling use. | Optional |
| interval_in_seconds | Interval in seconds between each poll. | Optional |
| timeout_in_seconds | The polling timeout in seconds. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.TerminateCausality.action_id | String | The action id. |
| Core.GetActionStatus | Unknown | The action status command results. |
| Core.GetActionStatus.endpoint_id | string | Endpoint ID. |
| Core.GetActionStatus.status | string | The status of the specific endpoint ID. |
| Core.GetActionStatus.action_id | number | The specified action ID. |
| Core.GetActionStatus.ErrorReasons.bucket | String | The bucket in which the error occurred. |
| Core.GetActionStatus.ErrorReasons.file_name | String | The name of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.file_path | String | The path of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.file_size | Number | The size of the file that caused the error. |
| Core.GetActionStatus.ErrorReasons.missing_files | Unknown | The missing files that caused the error. |
| Core.GetActionStatus.ErrorReasons.errorData | String | The error reason data. |
| Core.GetActionStatus.ErrorReasons.terminated_by | String | The instance ID which terminated the action and caused the error. |
| Core.GetActionStatus.ErrorReasons.errorDescription | String | The error reason description. |
| Core.GetActionStatus.ErrorReasons.terminate_result | Unknown | The error reason terminate result. |
Command Example
!core-terminate-causality agent_id=1 causality_id=1 process_name=process incident_id=2
Context Example
{
"Core.TerminateCausality": [
{
"action_id": "1",
}
]
}
core-execute-command
Run a shell command on a specific endpoint and return its result.
Base Command
core-execute-command
Input
| Argument Name | Description | Required |
|---|---|---|
| polling_interval_in_seconds | Interval in seconds between each poll. Default is 10. | Optional |
| polling_timeout_in_seconds | Polling timeout in seconds. Default is 600. | Optional |
| endpoint_ids | Comma-separated list of endpoint IDs. Can be retrieved by running the core-get-endpoints command. | Required |
| command | List of shell commands to execute separeted by the defined command_separator argument. Set the is_raw_command argument to true to prevent splitting by the chosen separator. | Required |
| timeout | The maximum running time of the command. Default is 600. | Optional |
| incident_id | Link the response action to the triggered incident. | Optional |
| is_raw_command | Whether to pass the command as-is. When false, the command is split by the chosen command_separator argument and sent as a list of commands that are run independently. | Optional |
| command_separator | The separator used to split the command list. For example, using the default value (a comma), the string command1,command2 will be split into two separate commands, and each will be executed individually. Possible values are: ,, |, /. Default is ,. | Optional |
| command_type | Type of shell command. Possible values are: powershell, native. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.ScriptResult.action_id | Number | ID of the action initiated. |
| Core.ScriptResult.results.retrieved_files | Number | Number of successfully retrieved files. |
| Core.ScriptResult.results.endpoint_ip_address | String | Endpoint IP address. |
| Core.ScriptResult.results.endpoint_name | String | Endpoint name. |
| Core.ScriptResult.results.failed_files | Number | Number of files failed to retrieve. |
| Core.ScriptResult.results.endpoint_status | String | Endpoint status. |
| Core.ScriptResult.results.domain | String | Domain to which the endpoint belongs. |
| Core.ScriptResult.results.endpoint_id | String | Endpoint ID. |
| Core.ScriptResult.results.execution_status | String | Execution status of this endpoint. |
| Core.ScriptResult.results.return_value | String | Value returned by the script in case the type is not a dictionary. |
| Core.ScriptResult.results.standard_output | String | The STDOUT and the STDERR logged by the script during the execution. |
| Core.ScriptResult.results.retention_date | Date | Timestamp in which the retrieved files will be deleted from the server. |
| Core.ScriptResult.results.command | String | The command that was executed by the script. |
Context Example
{
"Core.ScriptResult": [
{
"action_id": 1,
"results": [
{
'endpoint_name': 'name',
'endpoint_ip_address': ['2.2.2.2'],
'endpoint_status': 'STATUS_010_CONNECTED',
'domain': 'domain.name',
'endpoint_id':'dummy_id',
'executed_command':
[
{
'command': 'echo',
'failed_files': 0,
'retention_date': None,
'retrieved_files': 0,
'standard_output': 'output',
'command_output': [''],
'execution_status': 'COMPLETED_SUCCESSFULLY',
},
{
'command': 'echo hello',
'failed_files': 0,
'retention_date': None,
'retrieved_files': 0,
'standard_output': 'outputs',
'command_output': ['hello'],
'execution_status': 'COMPLETED_SUCCESSFULLY',
}
]
},
{
'endpoint_name': 'name2',
'endpoint_ip_address': ['11.11.11.11'],
'endpoint_status': 'STATUS_010_CONNECTED',
'domain': '',
'endpoint_id':'dummy_id2',
'executed_command':
[
{
'command': 'echo',
'failed_files': 0,
'retention_date': None,
'retrieved_files': 0,
'standard_output': 'out',
'command_output': [],
'execution_status': 'COMPLETED_SUCCESSFULLY',
},
{
'command': 'echo hello',
'failed_files': 0,
'retention_date': None,
'retrieved_files': 0,
'standard_output': 'output',
'command_output': ['hello'],
'execution_status': 'COMPLETED_SUCCESSFULLY',
}
]
}
]
}
]
}
Human Readable Output
| Command | Command Output | Endpoint Id | Endpoint Ip Address | Endpoint Name | Endpoint Status | Execution Status |
|---|---|---|---|---|---|---|
| echo | dummy_id | 2.2.2.2 | name | STATUS_010_CONNECTED | COMPLETED_SUCCESSFULLY | |
| echo hello | hello | dummy_id | 2.2.2.2 | name | STATUS_010_CONNECTED | COMPLETED_SUCCESSFULLY |
| echo | dummy_id2 | 11.11.11.11 | name2 | STATUS_010_CONNECTED | COMPLETED_SUCCESSFULLY | |
| echo hello | hello | dummy_id2 | 11.11.11.11 | name2 | STATUS_010_CONNECTED | COMPLETED_SUCCESSFULLY |
core-add-indicator-rule
Upload IOCs Rule to XSIAM.
When the ioc_object is defined, disregard any other provided arguments, as ioc_object takes precedence. Validate the indicator parameters when ioc_object is used.
If vendor_name, vendor_reputation, and vendor_reliability are used, only a single vendor is supported. For multiple vendors, utilize an ioc_object in JSON format.
Adding the same indicator, but with different parameters, will update the existing rule.
Base Command
core-add-indicator-rule
Input
| Argument Name | Description | Required |
|---|---|---|
| indicator | String that identifies the indicator you want to ingest into XSIAM. | Required |
| type | Keyword identifying the type of indicator. Possible values are: HASH, IP, PATH, DOMAIN_NAME, FILENAME. | Required |
| severity | Keyword identifying the indicator’s severity. Possible values are: INFO, LOW, MEDIUM, HIGH, CRITICAL. | Required |
| expiration_date | Integer representing the indicator’s expiration timestamp. This is a Unix epoch timestamp value, in milliseconds. Also valid is the UTC date or relative timestamp to set the IOC rule expiration date, for example: ‘7 Days’, ‘12 hours’. Supported formats: N minutes, N hours, N days, N weeks, N months, N years, yyyy-mm-dd, yyyy-mm-ddTHH:MM:SSZ. If this indicator has no expiration, use Never. If value is not given, the indicator receives the indicator’s type default expiration date. | Optional |
| comment | Comment string. | Optional |
| reputation | Keyword representing the indicator’s reputation. Possible values are: GOOD, BAD, SUSPICIOUS, UNKNOWN. | Optional |
| reliability | Character representing the indicator’s reliability rating. Valid values are A-F. A is the most reliable, F is the least. Possible values are: A, B, C, D, E, F. | Optional |
| class | String representing the indicator class (for example, “Malware”). | Optional |
| vendor_name | String representing the name of the vendor who reported this indicator. | Optional |
| vendor_reputation | Keyword representing the vendor’s reputation. Required when vendor_name is defined. Possible values are: GOOD, BAD, SUSPICIOUS, UNKNOWN. | Optional |
| vendor_reliability | Character representing the vendor’s reliability rating. Valid values are A-F. A is the most reliable, F is the least. Required when vendor_reputation is defined. Possible values are: A, B, C, D, E, F. | Optional |
| input_format | The input format selected, which determines how parameters are sent to the XDR API. Possible values are: CSV, JSON. Default is JSON. | Optional |
| ioc_object | The JSON/CSV object contains the IOC details. Make sure a valid IOC object is passed. CSV Example: indicator,type,severity,expiration_date,comment,reputation,reliability,vendor.name,vendor.reliability,vendor.reputation,class 1.1.1.1,IP,HIGH,1744874761000,test indicator,SUSPICIOUS,D,VirusTotal (API v3),A,GOOD,Malware . |
Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.Indicator.indicator | String | String that identifies the indicator that was ingested into XSIAM. |
| Core.Indicator.type | String | Keyword identifying the type of indicator. |
| Core.Indicator.severity | String | Keyword identifying the indicator’s severity. |
| Core.Indicator.expiration_date | Number | Integer representing the indicator’s expiration timestamp. |
| Core.Indicator.comment | String | Comment string. |
| Core.Indicator.reputation | String | Keyword representing the indicator’s reputation. |
| Core.Indicator.reliability | String | Keyword representing the indicator’s reliability rating. |
| Core.Indicator.class | String | String representing the indicator class. |
| Core.Indicator.vendors | List | List representing the vendors who reported this indicator. |
core-get-contributing-event
Retrieves contributing events for a specific correlation alert.
Known limitation: the command is compatible only with correlation alerts, otherwise an error will be raised.
Required Permissions
Required Permissions For API call:
Alerts & Incidents –> View
Builtin Roles with this permission includes: “Investigator”, “Responder”, “Privileged Investigator”, “Privileged Responder”, “Viewer”, and “Instance Admin”.
Base Command
core-get-contributing-event
Input
| Argument Name | Description | Required |
|---|---|---|
| alert_ids | The alert ID’s from where to retrieve the contributing events. | Required |
| limit | The maximum number of contributing events to retrieve. Default is 50. | Optional |
| page_number | The page number to retrieve. Minimum is 1. Default is 1. | Optional |
| page_size | The page size. Default is 50. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.ContributingEvent.alertID | String | The alert ID. |
| Core.ContributingEvent.events | Unknown | Contributing events per alert. |
Command example
!core-get-contributing-event alert_ids=`[123456 , 123457]`
Context Example
{
"Core": {
"ContributingEvent": [
{
"alertID": "123456",
"events": [
{
"Domain": "WIN10X64",
"Host_Name": "WIN10X64",
"Logon_Type": "7",
"Process_Name": "C:\\Windows\\System32\\svchost.exe",
"Raw_Message": "An account was successfully logged on.",
"Source_IP": "1.1.1.1",
"User_Name": "xsoar",
"111111": 15,
"222222": 165298280000,
"333333": "abcdef",
"444444": 1,
"555555": "ghijk",
"_is_cardable": true,
"_product": "XDR agent",
"_time": 165298280000,
"_vendor": "PANW",
"insert_timestamp": 165298280001
}
]
},
{
"alert_id": "123457",
"events": [
{
"Domain": "WIN10X64",
"Host_Name": "WIN10X64",
"Logon_Type": "7",
"Process_Name": "C:\\Windows\\System32\\svchost.exe",
"Raw_Message": "An account was successfully logged on",
"Source_IP": "1.1.1.1",
"User_Name": "xsoar",
"111111": 15,
"222222": 165298280000,
"333333": "abcdef",
"444444": 1,
"555555": "ghijk",
"_is_cardable": true,
"_product": "XDR agent",
"_time": 165298280000,
"_vendor": "PANW",
"insert_timestamp": 165298280001
}
]
}
]
}
}
Human Readable Output
Contributing events
Alert _ Id Events 123456 - Logon_Type: 7
User_Name: xsoar
Domain: WIN10X64
Source_IP: 1.1.1.1
Process_Name: C:\Windows\System32\svchost.exe
Host_Name: WIN10X64
Raw_Message: An account was successfully logged on. _time: 165298280000
555555: a1b2c3d4
222222: 165298280000
333333: abcdef
111111: 15
444444: 1
insert_timestamp: 165298280001
_vendor: PANW
_product: XDR agent
_is_cardable: true123457 - Logon_Type: 7
User_Name: xsoar
Domain: WIN10X64
Source_IP: 1.1.1.1
Process_Name: C:\Windows\System32\svchost.exe
Host_Name: WIN10X64
Raw_Message: An account was successfully logged on. _time: 165298280000
555555: ghijk
222222: 165298280000
333333: abcdef
111111: 15
444444: 1
insert_timestamp: 165298280001
**
core-block-ip
Command to quickly block malicious or suspicious IP addresses directly from the Cortex Core IR interface.
Note: This action is only supported on XDR Agent version 8.9 and above.
Base Command
core-block-ip
Input
| Argument Name | Description | Required |
|---|---|---|
| endpoint_list | List of agent IDs that support the operation. | Required |
| addresses | List of IPv6 or IPv4 addresses to be added to the blocklist. | Required |
| duration | Number of minutes to block (Max 518,400). The default is 300. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| Core.ip_block_results | List | List of dictionaries each holds 3 fileds: ip_address, endpoint_id, reason. |
Context Example
{
"Core.ip_block_results": [
{
"reason": "Success",
"ip_address": "1.1.1.1"
"endpoint_id": "1234"
},
{
"reason": "Failure: Endpoint Disconnected",
"ip_address": "1.1.1.1"
"endpoint_id": "12345"
},
{
"reason": "Failure: Unknown error",
"ip_address": "2.2.2.2"
"endpoint_id": "1234"
}
]
}
Human Readable Output
| Reason | endpoint_id | ip_address |
|---|---|---|
| Success | AAA | 1.1.1.1 |
| Failure: Endpoint Disconnected | AAA | 2.2.2.2 |
<~PLATFORM>
License Requirements
The following commands require one of these licenses: Cortex XSIAM, EP / EDR - Endpoint Protection, or Cloud Runtime Security:
core-isolate-endpointcore-isolate-endpoint-quick-actioncore-unisolate-endpointcore-get-endpointscore-get-audit-agent-reportscore-blocklist-filescore-allowlist-filescore-quarantine-filescore-quarantine-files-quick-actioncore-get-quarantine-statuscore-restore-filecore-restore-file-quick-actioncore-endpoint-scancore-endpoint-scan-quick-actioncore-endpoint-scan-abortcore-retrieve-filescore-retrieve-files-quick-actioncore-retrieve-file-detailscore-action-status-getcore-run-scriptcore-run-snippet-code-scriptcore-get-script-execution-statuscore-get-script-execution-resultscore-get-script-execution-result-filescore-run-script-execute-commandscore-run-script-delete-filecore-run-script-file-existscore-run-script-kill-processendpointcore-remove-allowlist-filescore-remove-blocklist-filescore-script-runcore-script-run-quick-actioncore-terminate-processcore-terminate-causalitycore-terminate-causality-quick-action
</~PLATFORM>
Configuration parameters
url— Server URL (copy URL from Core - click ? to see more info.)apikey_id— API Key IDapikey— API Keytimeout— HTTP Timeout
Commands (73)
-
core-action-status-getRetrieves the status of the requested actions using the action ID.
-
core-add-endpoint-tagAdd a tag to one or more endpoints.
-
core-add-exclusionAdds alert exclusion rule based on filterObject.
-
core-add-indicator-ruleUpload the IOC rules to XSIAM. When the ioc_object is defined, disregard any other provided arguments, as the ioc_object takes precedence. Validate the indicator parameters when ioc_object is used. If `vendor_name`, `vendor_reputation`, and `vendor_reliability` are used, only a single vendor is supported. For multiple vendors, utilize an `ioc_object` in JSON format. Adding a rule with the same indicator, but with different parameters, will update the existing rule.
-
core-allowlist-filesAdds requested files to the allow list if they are not already on the block list or the allow list.
-
core-block-ipBlock malicious or suspicious IP addresses.
-
core-blocklist-filesBlocks requested files that are not already on the block list or the allow list.
-
core-create-distributionCreates an installation package. This is an asynchronous call that returns the distribution ID. This does not mean that the creation succeeded. To confirm that the package has been created, check the status of the distribution by running the Get Distribution Status API.
-
core-delete-endpointsDeletes selected endpoints in the Cortex app. You can delete up to 1000 endpoints.
-
core-delete-exclusionDelete an alert exclusion rule based on rule ID.
-
core-endpoint-alias-changeGets a list of endpoints according to the passed filters, and changes their alias name. Filtering by multiple fields will be concatenated using the AND condition (OR is not supported).
-
core-endpoint-scanRuns a scan on a selected endpoint. To scan all endpoints, use the argument all=true. Scanning all endpoints may affect performance and cause latency.
-
core-endpoint-scan-abortCancels the scan on the selected endpoints. A scan can only be canceled if the selected endpoints are Pending or In Progress. To scan all endpoints, run the command with the argument all=true. Scanning all endpoints may impact performance and cause latency.
-
core-endpoint-scan-quick-actionRuns a scan on a selected endpoint. To scan all endpoints, run the command with the argument all=true. Scanning all endpoints may impact performance and cause latency. This quick action is deprecated. Use the new built-in Run Malware Scan quick action instead.
-
core-execute-commandRun a shell command on a specific endpoint and return its result.
-
core-get-IP-analytics-prevalenceGet the prevalence of an ip, identified by ip_address.
-
core-get-asset-detailsDeprecatedGet asset information.
-
core-get-audit-agent-reportsGets agent event reports. You can filter by multiple fields, which are combined using an AND condition (OR is not supported). The maximum result set size is 100. The offset specifies the zero-based index of reports from the start of the result set (start by counting from 0).
-
core-get-audit-management-logsGets management logs. You can filter by multiple fields, which will be concatenated using the AND condition (OR is not supported). Maximum result set size is 100. Offset is the zero-based number of management logs from the start of the result set (start by counting from 0).
-
core-get-cloud-original-alertsReturns information about each alert ID.
-
core-get-cmd-analytics-prevalenceGet the prevalence of a process_command_line, identified by process_command_line.
-
core-get-contributing-eventRetrieves contributing events for a specific correlation alert.
-
core-get-create-distribution-statusGets the status of the installation package.
-
core-get-distribution-urlGets the distribution URL for downloading the installation package.
-
core-get-distribution-versionsGets a list of all the agent versions to use for creating a distribution list.
-
core-get-domain-analytics-prevalenceGet the prevalence of a domain, identified by domain_name.
-
core-get-dynamic-analysisReturns dynamic analysis of each alert ID.
-
core-get-endpoint-device-control-violationsGets a list of device control violations filtered by selected fields. You can retrieve up to 100 violations.
-
core-get-endpointsGets a list of endpoints, according to the passed filters. If there are no filters, all endpoints are returned. Filtering by multiple fields will be concatenated using AND condition (OR is not supported). Maximum result set size is 100. Offset is the zero-based number of endpoint from the start of the result set (start by counting from 0).
-
core-get-exclusionGet a list of the alerts exclusion.
-
core-get-hash-analytics-prevalenceGet the prevalence of a file, identified by sha256.
-
core-get-incidentsReturns a list of incidents, which you can filter by a list of incident IDs (max. 100), the time the incident was last modified, and the time the incident was created. If you pass multiple filtering arguments, they will be concatenated using the AND condition. The OR condition is not supported.
-
core-get-policyGets the policy name for a specific endpoint.
-
core-get-process-analytics-prevalenceGet the prevalence of a process, identified by process_name.
-
core-get-quarantine-statusRetrieves the quarantine status of a selected file.
-
core-get-registry-analytics-prevalenceGet the prevalence of a registry_path, identified by key_name, value_name.
-
core-get-script-codeGets the code of a specific script in the script library.
-
core-get-script-execution-result-filesGets the files retrieved from a specific endpoint during a script execution.
-
core-get-script-execution-resultsRetrieve the results of a script execution.
-
core-get-script-execution-statusRetrieves the status of a script execution.
-
core-get-script-metadataGets the full definition of a specific script in the scripts library.
-
core-get-scriptsGets a list of scripts available in the scripts library.
-
core-isolate-endpointIsolates the specified endpoint.
-
core-isolate-endpoint-quick-actionIsolates the specified endpoint. This quick action is deprecated. Use the new built-in Isolate Endpoint quick action instead.
-
core-list-risky-hostsRetrieve the risk score of a specific host or list of hosts with the highest risk score in the environment along with the reason affecting each score.
-
core-list-risky-usersRetrieve the risk score of a specific user or list of users with the highest risk score in the environment along with the reason affecting each score.
-
core-list-user-groupsRetrieve a list of the current user emails associated with one or more user groups in your environment.
-
core-list-usersRetrieve a list of the current users in your environment.
-
core-quarantine-filesQuarantines a file on selected endpoints. You can select up to 1000 endpoints.
-
core-quarantine-files-quick-actionQuarantines a file on selected endpoints. You can select up to 1000 endpoints. This quick action is deprecated. Use the new built-in Quarantine File quick action instead.
-
core-remove-allowlist-filesRemoves the requested files from the allow list.
-
core-remove-blocklist-filesRemoves the requested files from the block list.
-
core-remove-endpoint-tagRemove a tag from one or more endpoints.
-
core-report-incorrect-wildfireReports to WildFire about incorrect hash verdict through Cortex.
-
core-restore-fileRestores a quarantined file on the requested endpoints.
-
core-restore-file-quick-actionRestores a quarantined file on the requested endpoints. This quick action is deprecated. Use the new built-in Restore File From Quarantine quick action instead.
-
core-retrieve-file-detailsViews the file retrieved by the core-retrieve-files command using the action ID. Before running this command, use the core-action-status-get command to check if the action completed successfully.
-
core-retrieve-filesRetrieves files from selected endpoints. You can retrieve up to 20 files from no more than 10 endpoints. At least one endpoint ID and one file path are required to run the command. After running the command, use the core-action-status-get command with the returned action_id to check the action status.
-
core-retrieve-files-quick-actionRetrieves files from selected endpoints. You can retrieve up to 20 files from no more than 10 endpoints. At least one endpoint ID and one file path are required to run the command. After running the command, use the core-action-status-get command with the returned action_id to check the action status. This quick action is deprecated. Use the new built-in Retrieve File quick action instead.
-
core-run-scriptDeprecatedDeprecated. Use the core-script-run command instead.
-
core-run-script-delete-fileInitiates a new endpoint script execution to delete a specified file.
-
core-run-script-execute-commandsInitiates a new endpoint script execution of shell commands.
-
core-run-script-file-existsInitiates a new endpoint script execution to check if a file exists.
-
core-run-script-kill-processInitiates a new endpoint script execution to kill a process.
-
core-run-snippet-code-scriptInitiates a new endpoint script execution using the provided snippet code.
-
core-script-runInitiates a new endpoint script execution using a script from the script library and returns the results.
-
core-script-run-quick-actionInitiates a new endpoint script execution using a script from the script library and returns the results. This quick action is deprecated. Use the new built-in Run Endpoint Script quick action instead.
-
core-terminate-causalityTerminates a process tree by its causality ID. Available only for XSIAM 2.4 and above.
-
core-terminate-causality-quick-actionTerminate a process tree by its causality ID. Available only for Cortex XSIAM 2.4 and above. This quick action is deprecated. Use the new built-in Terminate CGO quick action instead.
-
core-terminate-processTerminates a process by its instance ID. Available only for XSIAM 2.4 and above.
-
core-unisolate-endpointReverses the isolation of an endpoint.
-
core-update-endpoint-tagsUpdate tags of one or more endpoints.
-
endpointReturns information about an endpoint.
category: Endpoint provider: Palo Alto Networks defaultEnabled: true sectionorder: - Connect - Collect commonfields: id: Cortex Core - IR version: -1 configuration: - display: Server URL (copy URL from Core - click ? to see more info.) name: url type: 0 hidden: true required: false section: Connect - display: API Key ID name: apikey_id type: 4 hidden: true required: false section: Connect - display: API Key name: apikey type: 4 hidden: true required: false section: Connect - additionalinfo: The timeout of the HTTP requests sent to Cortex (in seconds). defaultvalue: '120' display: HTTP Timeout name: timeout type: 0 required: false section: Connect description: The Cortex Core IR integration uses the Cortex API for detection and response, by natively integrating network, endpoint, and cloud data to stop sophisticated attacks. display: Investigation & Response name: Cortex Core - IR script: commands: - arguments: - description: A date in the format 2019-12-31T23:59:00. Only incidents that were created on or before the specified date/time will be retrieved. name: lte_creation_time - description: A date in the format 2019-12-31T23:59:00. Only incidents that were created on or after the specified date/time will be retrieved. name: gte_creation_time - description: Filters returned incidents that were created on or before the specified date/time, in the format 2019-12-31T23:59:00. name: lte_modification_time - description: Filters returned incidents that were modified on or after the specified date/time, in the format 2019-12-31T23:59:00. name: gte_modification_time - description: An array or CSV string of incident IDs. isArray: true name: incident_id_list - description: Filters returned incidents that were created on or after the specified date/time range, for example, 1 month, 2 days, 1 hour, and so on. name: since_creation_time - description: Filters returned incidents that were modified on or after the specified date/time range, for example, 1 month, 2 days, 1 hour, and so on. name: since_modification_time - auto: PREDEFINED description: Sorts returned incidents by the date/time that the incident was last modified ("asc" - ascending, "desc" - descending). name: sort_by_modification_time predefined: - asc - desc - auto: PREDEFINED description: Sorts returned incidents by the date/time that the incident was created ("asc" - ascending, "desc" - descending). name: sort_by_creation_time predefined: - asc - desc - defaultValue: '0' description: Page number (for pagination). The default is 0 (the first page). name: page - defaultValue: '100' description: Maximum number of incidents to return per page. The default and maximum is 100. name: limit - description: 'Filters only incidents in the specified status. The options are: new, under_investigation, resolved_known_issue, resolved_false_positive, resolved_true_positive resolved_security_testing, resolved_other, resolved_auto.' name: status - auto: PREDEFINED description: 'Whether the incident is starred (Boolean value: true or false).' name: starred predefined: - 'true' - 'false' - description: Deprecated. Use gte_creation_time instead. defaultValue: 3 days name: starred_incidents_fetch_window deprecated: true description: |- Returns a list of incidents, which you can filter by a list of incident IDs (max. 100), the time the incident was last modified, and the time the incident was created. If you pass multiple filtering arguments, they will be concatenated using the AND condition. The OR condition is not supported. name: core-get-incidents outputs: - contextPath: Core.Incident.incident_id description: Unique ID assigned to each returned incident. type: String - contextPath: Core.Incident.manual_severity description: Incident severity assigned by the user. This does not affect the calculated severity. Can be "low", "medium", "high". type: String - contextPath: Core.Incident.manual_description description: Incident description provided by the user. type: String - contextPath: Core.Incident.assigned_user_mail description: Email address of the assigned user. type: String - contextPath: Core.Incident.high_severity_alert_count description: Number of alerts with the severity HIGH. type: String - contextPath: Core.Incident.host_count description: Number of hosts involved in the incident. type: number - contextPath: Core.Incident.xdr_url description: A link to the incident view on Cortex XDR. type: String - contextPath: Core.Incident.assigned_user_pretty_name description: Full name of the user assigned to the incident. type: String - contextPath: Core.Incident.alert_count description: Total number of alerts in the incident. type: number - contextPath: Core.Incident.med_severity_alert_count description: Number of alerts with the severity MEDIUM. type: number - contextPath: Core.Incident.user_count description: Number of users involved in the incident. type: number - contextPath: Core.Incident.severity description: |- Calculated severity of the incident. Valid values are: "low","medium","high". type: String - contextPath: Core.Incident.low_severity_alert_count description: Number of alerts with the severity LOW. type: String - contextPath: Core.Incident.status description: | Current status of the incident. Valid values are: "new","under_investigation","resolved_known_issue","resolved_duplicate","resolved_false_positive","resolved_true_positive","resolved_security_testing" or "resolved_other". type: String - contextPath: Core.Incident.description description: Dynamic calculated description of the incident. type: String - contextPath: Core.Incident.resolve_comment description: Comments entered by the user when the incident was resolved. type: String - contextPath: Core.Incident.notes description: Comments entered by the user regarding the incident. type: String - contextPath: Core.Incident.creation_time description: Date and time the incident was created on Cortex XDR. type: date - contextPath: Core.Incident.detection_time description: Date and time that the first alert occurred in the incident. type: date - contextPath: Core.Incident.modification_time description: Date and time that the incident was last modified. type: date - arguments: - description: Links the response action to the triggered incident. name: incident_id - description: Interval in seconds between each poll. name: interval_in_seconds - description: Polling timeout in seconds. name: timeout_in_seconds - description: For polling use. isArray: true name: action_id deprecated: true - description: The endpoint ID (string) to isolate. Retrieve the string from the core-get-endpoints command. name: endpoint_id required: true - auto: PREDEFINED defaultValue: 'false' description: Suppress an error when trying to isolate a disconnected endpoint. When set to false, an error is returned. name: suppress_disconnected_endpoint_error predefined: - 'true' - 'false' description: Isolates the specified endpoint. execution: true name: core-isolate-endpoint supportedModules: - cloud_runtime_security - edr - xsiam polling: true outputs: - contextPath: Core.Isolation.endpoint_id description: The endpoint ID. type: String compliantpolicies: - EndPoint Isolation - arguments: - description: Links the response action to the triggered incident. name: incident_id - description: Interval in seconds between each poll. name: interval_in_seconds - description: Polling timeout in seconds. name: timeout_in_seconds - description: For polling use. isArray: true name: action_id deprecated: true - description: The endpoint ID (string) to isolate. Retrieve the string from the core-get-endpoints command. name: endpoint_id required: true prettyname: Run action on prettypredefined: Issue initiator host: ${issue.xdmsourceagentidentifier} Issue remote host: ${issue.xdmtargetagentidentifier} - auto: PREDEFINED defaultValue: 'false' description: Suppress an error when trying to isolate a disconnected endpoint. When set to false, an error is returned. name: suppress_disconnected_endpoint_error predefined: - 'true' - 'false' description: Isolates the specified endpoint. This quick action is deprecated. Use the new built-in Isolate Endpoint quick action instead. execution: true name: core-isolate-endpoint-quick-action supportedModules: - cloud_runtime_security - edr - xsiam prettyname: Isolate Endpoint (deprecated) quickaction: true hidden: true polling: true outputs: - contextPath: Core.Isolation.endpoint_id description: The endpoint ID. type: String - arguments: - description: Links the response action to the triggered incident. name: incident_id - description: The endpoint ID (string) to reverse the isolation. Retrieve it from the core-get-endpoints command. name: endpoint_id required: true - auto: PREDEFINED defaultValue: 'false' description: Suppress an error when trying to unisolate a disconnected endpoint. When set to false, an error is be returned. name: suppress_disconnected_endpoint_error predefined: - 'true' - 'false' - description: For polling use. isArray: true name: action_id deprecated: true - description: Interval in seconds between each poll. name: interval_in_seconds - description: Polling timeout in seconds. name: timeout_in_seconds description: Reverses the isolation of an endpoint. execution: true name: core-unisolate-endpoint supportedModules: - cloud_runtime_security - edr - xsiam polling: true outputs: - contextPath: Core.UnIsolation.endpoint_id description: Isolates the specified endpoint. type: String - arguments: - description: A comma-separated list of endpoint IDs. isArray: true name: endpoint_id_list - description: "A comma-separated list of distribution package names or installation package names. \nExample: dist_name1,dist_name2." isArray: true name: dist_name - description: |- A comma-separated list of private IP addresses. Example: 10.1.1.1,192.168.1.1. isArray: true name: ip_list - description: |- A comma-separated list of public IP addresses that correlate to the last IPv4 address from which the Cortex XDR agent connected (know as `Last Origin IP`). Example: 8.8.8.8,1.1.1.1. isArray: true name: public_ip_list - description: |- The group name to which the agent belongs. Example: group_name1,group_name2. isArray: true name: group_name - description: 'The endpoint platform. Valid values are\: "windows", "linux", "macos", or "android". ' isArray: true name: platform auto: PREDEFINED predefined: - windows - linux - macos - android - description: |- A comma-separated list of alias names. Examples: alias_name1,alias_name2. name: alias_name isArray: true - description: |- Specifies whether the endpoint was isolated or unisolated. name: isolate auto: PREDEFINED predefined: - isolated - unisolated - description: |- Hostname Example: hostname1,hostname2. name: hostname isArray: true - description: |- All the agents that were first seen after {first_seen_gte}. Supported values: 1579039377301 (time in milliseconds) "3 days" (relative date) "2019-10-21T23:45:00" (date). name: first_seen_gte - description: |- All the agents that were first seen before {first_seen_lte}. Supported values: 1579039377301 (time in milliseconds) "3 days" (relative date) "2019-10-21T23:45:00" (date). name: first_seen_lte - description: |- All the agents that were last seen before {last_seen_gte}. Supported values: 1579039377301 (time in milliseconds) "3 days" (relative date) "2019-10-21T23:45:00" (date). name: last_seen_gte - description: |- All the agents that were last seen before {last_seen_lte}. Supported values: 1579039377301 (time in milliseconds) "3 days" (relative date) "2019-10-21T23:45:00" (date). name: last_seen_lte - defaultValue: '0' description: Page number (for pagination). The default is 0 (the first page). name: page - description: Maximum number of endpoints to return per page. The default and maximum is 30. name: limit defaultValue: '30' - auto: PREDEFINED description: Specifies whether to sort endpoints by the first time or last time they were seen. Can be "first_seen" or "last_seen". name: sort_by predefined: - first_seen - last_seen - auto: PREDEFINED description: The order by which to sort results. Can be "asc" (ascending) or "desc" ( descending). Default set to asc. name: sort_order predefined: - asc - desc defaultValue: asc - name: status description: A comma-separated list of endpoints statuses to filter. isArray: true auto: PREDEFINED predefined: - connected - disconnected - lost - uninstalled - name: username description: The usernames to query for, accepts a single user, or comma-separated list of usernames. isArray: true - auto: PREDEFINED defaultValue: "false" description: Whether to return all endpoints. If true, will override the 'limit' and 'page' arguments. name: all_results predefined: - "false" - "true" - auto: PREDEFINED defaultValue: "false" description: Whether to return timestamp or date string values. name: convert_timestamp_to_datestring predefined: - "false" - "true" description: Gets a list of endpoints, according to the passed filters. If there are no filters, all endpoints are returned. Filtering by multiple fields will be concatenated using AND condition (OR is not supported). Maximum result set size is 100. Offset is the zero-based number of endpoint from the start of the result set (start by counting from 0). name: core-get-endpoints supportedModules: - cloud_runtime_security - edr - xsiam outputs: - contextPath: Core.Endpoint.endpoint_id description: The endpoint ID. type: String - contextPath: Core.Endpoint.endpoint_name description: The endpoint name. type: String - contextPath: Core.Endpoint.endpoint_type description: The endpoint type. type: String - contextPath: Core.Endpoint.endpoint_status description: The status of the endpoint. type: String - contextPath: Core.Endpoint.os_type description: The endpoint OS type. type: String - contextPath: Core.Endpoint.ip description: A list of IP addresses. type: Unknown - contextPath: Core.Endpoint.users description: A list of users. type: Unknown - contextPath: Core.Endpoint.domain description: The endpoint domain. type: String - contextPath: Core.Endpoint.alias description: The endpoint's aliases. type: String - contextPath: Core.Endpoint.first_seen description: First seen date/time in Epoch (milliseconds). type: Unknown - contextPath: Core.Endpoint.last_seen description: Last seen date/time in Epoch (milliseconds). type: Date - contextPath: Core.Endpoint.content_version description: Content version. type: String - contextPath: Core.Endpoint.installation_package description: Installation package. type: String - contextPath: Core.Endpoint.active_directory description: Active directory. type: String - contextPath: Core.Endpoint.install_date description: Install date in Epoch (milliseconds). type: Date - contextPath: Core.Endpoint.endpoint_version description: Endpoint version. type: String - contextPath: Core.Endpoint.is_isolated description: Whether the endpoint is isolated. type: String - contextPath: Core.Endpoint.group_name description: The name of the group to which the endpoint belongs. type: String - contextPath: Endpoint.Hostname description: The hostname that is mapped to this endpoint. type: String - contextPath: Endpoint.ID description: The unique ID within the tool retrieving the endpoint. type: String - contextPath: Endpoint.IPAddress description: The IP address of the endpoint. type: String - contextPath: Endpoint.Domain description: The domain of the endpoint. type: String - contextPath: Endpoint.OS description: The endpoint's operation system. type: String - contextPath: Account.Username description: The username in the relevant system. type: String - contextPath: Account.Domain description: The domain of the account. type: String - contextPath: Endpoint.Status description: The endpoint's status. type: String - contextPath: Endpoint.IsIsolated description: The endpoint's isolation status. type: String - contextPath: Endpoint.MACAddress description: The endpoint's MAC address. type: String - contextPath: Endpoint.Vendor description: The integration name of the endpoint vendor. type: String - arguments: - description: The status of the endpoint to use as a filter. name: status auto: PREDEFINED predefined: - connected - disconnected - description: A comma-separated list of endpoint IDs to use as a filter. isArray: true name: endpoint_id_list - description: |- A comma-separated list of distribution package names or installation package names to use as a filter. Example: dist_name1,dist_name2. isArray: true name: dist_name - description: |- A comma-separated list of IP addresses to use as a filter. Example: 8.8.8.8,1.1.1.1. isArray: true name: ip_list - description: A comma-separated list of group names to which the agent belongs to use as a filter. isArray: true name: group_name - description: The endpoint platform to use as a filter. isArray: true name: platform auto: PREDEFINED predefined: - windows - linux - macos - android - description: |- A comma-separated list of alias names to use as a filter. Examples: alias_name1,alias_name2. isArray: true name: alias_name - auto: PREDEFINED description: Specifies whether the endpoint was isolated or unisolated to use as a filter. name: isolate predefined: - isolated - unisolated - description: A comma-separated list of hostnames to use as a filter. isArray: true name: hostname - description: |- All the agents that were first seen after {first_seen_gte} to use as a filter. Supported values: 1579039377301 (time in milliseconds) "3 days" (relative date) "2019-10-21T23:45:00" (date). name: first_seen_gte - description: |- All the agents that were first seen before {first_seen_lte} to use as a filter. Supported values: 1579039377301 (time in milliseconds) "3 days" (relative date) "2019-10-21T23:45:00" (date). name: first_seen_lte - description: |- All the agents that were last seen after {last_seen_gte} to use as a filter. Supported values: 1579039377301 (time in milliseconds) "3 days" (relative date) "2019-10-21T23:45:00" (date). name: last_seen_gte - description: |- All the agents that were last seen before {last_seen_lte} to use as a filter. Supported values: 1579039377301 (time in milliseconds) "3 days" (relative date) "2019-10-21T23:45:00" (date). name: last_seen_lte - name: username description: The usernames to use as a filter. Accepts a single user, or comma-separated list of usernames. isArray: true - name: new_alias_name required: true description: |- The alias name to change to. Note: If you send an empty field, (e.g., new_alias_name=\"\") the current alias name is deleted. - name: scan_status description: The scan status of the endpoint to use as a filter. auto: PREDEFINED predefined: - none - pending - in_progress - canceled - aborted - pending_cancellation - success - error description: Gets a list of endpoints according to the passed filters, and changes their alias name. Filtering by multiple fields will be concatenated using the AND condition (OR is not supported). name: core-endpoint-alias-change - description: Gets a list of all the agent versions to use for creating a distribution list. name: core-get-distribution-versions outputs: - contextPath: Core.DistributionVersions.windows description: A list of Windows agent versions. type: Unknown - contextPath: Core.DistributionVersions.linux description: A list of Linux agent versions. type: Unknown - contextPath: Core.DistributionVersions.macos description: A list of Mac agent versions. type: Unknown - arguments: - description: A string representing the name of the installation package. name: name required: true - auto: PREDEFINED description: "String, valid values are:\n• windows \n• linux\n• macos \n• android." name: platform predefined: - windows - linux - macos - android required: true - auto: PREDEFINED description: |- A string representing the type of package to create. standalone - An installation for a new agent upgrade - An upgrade of an agent from ESM. name: package_type predefined: - standalone - upgrade required: true - description: agent_version returned from core-get-distribution-versions. Not required for Android platfoms. name: agent_version required: true - description: Information about the package. name: description description: Creates an installation package. This is an asynchronous call that returns the distribution ID. This does not mean that the creation succeeded. To confirm that the package has been created, check the status of the distribution by running the Get Distribution Status API. name: core-create-distribution outputs: - contextPath: Core.Distribution.id description: The installation package ID. type: String - contextPath: Core.Distribution.name description: The name of the installation package. type: String - contextPath: Core.Distribution.platform description: The installation OS. type: String - contextPath: Core.Distribution.agent_version description: Agent version. type: String - contextPath: Core.Distribution.description description: Information about the package. type: String - arguments: - description: |- The ID of the installation package. Copy the distribution_id from the "id" field on Endpoints > Agent Installation page. name: distribution_id required: true - auto: PREDEFINED description: |- The installation package type. Valid values are: • upgrade • sh - For Linux • rpm - For Linux • deb - For Linux • pkg - For Mac • x86 - For Windows • x64 - For Windows. name: package_type predefined: - upgrade - sh - rpm - deb - pkg - x86 - x64 required: true - name: download_package auto: PREDEFINED predefined: - "false" - "true" description: Supported only for package_type x64 or x86. Whether to actually download the installation package file. defaultValue: "false" description: Gets the distribution URL for downloading the installation package. name: core-get-distribution-url outputs: - contextPath: Core.Distribution.id description: Distribution ID. type: String - contextPath: Core.Distribution.url description: URL for downloading the installation package. type: String - arguments: - description: Status of distribution IDs, in a comma-separated list. isArray: true name: distribution_ids required: true description: Gets the status of the installation package. name: core-get-create-distribution-status outputs: - contextPath: Core.Distribution.id description: Distribution ID. type: String - contextPath: Core.Distribution.status description: Installation package status. type: String - arguments: - description: User’s email address. name: email - auto: PREDEFINED description: The audit log type. name: type predefined: - REMOTE_TERMINAL - RULES - AUTH - RESPONSE - INCIDENT_MANAGEMENT - ENDPOINT_MANAGEMENT - ALERT_WHITELIST - PUBLIC_API - DISTRIBUTIONS - STARRED_INCIDENTS - POLICY_PROFILES - DEVICE_CONTROL_PROFILE - HOST_FIREWALL_PROFILE - POLICY_RULES - PROTECTION_POLICY - DEVICE_CONTROL_TEMP_EXCEPTIONS - DEVICE_CONTROL_GLOBAL_EXCEPTIONS - GLOBAL_EXCEPTIONS - MSSP - REPORTING - DASHBOARD - BROKER_VM - description: The audit log subtype. name: sub_type - auto: PREDEFINED description: Result type. name: result predefined: - SUCCESS - FAIL - PARTIAL - description: |- Return logs when the timestamp is after 'log_time_after'. Supported values: 1579039377301 (time in milliseconds) "3 days" (relative date) "2019-10-21T23:45:00" (date). name: timestamp_gte - description: |- Return logs when the timestamp is before the 'log_time_after'. Supported values: 1579039377301 (time in milliseconds) "3 days" (relative date) "2019-10-21T23:45:00" (date). name: timestamp_lte - defaultValue: '0' description: Page number (for pagination). The default is 0 (the first page). name: page - defaultValue: '30' description: Maximum number of audit logs to return per page. The default and maximum is 30. name: limit - auto: PREDEFINED description: Specifies the field by which to sort the results. By default the sort is defined as creation-time and descending. Can be "type", "sub_type", "result", or "timestamp". name: sort_by predefined: - type - sub_type - result - timestamp - auto: PREDEFINED defaultValue: desc description: The sort order. Can be "asc" (ascending) or "desc" (descending). Default set to "desc". name: sort_order predefined: - asc - desc description: Gets management logs. You can filter by multiple fields, which will be concatenated using the AND condition (OR is not supported). Maximum result set size is 100. Offset is the zero-based number of management logs from the start of the result set (start by counting from 0). name: core-get-audit-management-logs outputs: - contextPath: Core.AuditManagementLogs.AUDIT_ID description: Audit log ID. type: Number - contextPath: Core.AuditManagementLogs.AUDIT_OWNER_NAME description: Audit owner name. type: String - contextPath: Core.AuditManagementLogs.AUDIT_OWNER_EMAIL description: Audit owner email address. type: String - contextPath: Core.AuditManagementLogs.AUDIT_ASSET_JSON description: Asset JSON. type: String - contextPath: Core.AuditManagementLogs.AUDIT_ASSET_NAMES description: Audit asset names. type: String - contextPath: Core.AuditManagementLogs.AUDIT_HOSTNAME description: Host name. type: String - contextPath: Core.AuditManagementLogs.AUDIT_RESULT description: Audit result. type: String - contextPath: Core.AuditManagementLogs.AUDIT_REASON description: Audit reason. type: String - contextPath: Core.AuditManagementLogs.AUDIT_DESCRIPTION description: Description of the audit. type: String - contextPath: Core.AuditManagementLogs.AUDIT_ENTITY description: Audit entity (e.g., AUTH, DISTRIBUTIONS). type: String - contextPath: Core.AuditManagementLogs.AUDIT_ENTITY_SUBTYPE description: Entity subtype (e.g., Login, Create). type: String - contextPath: Core.AuditManagementLogs.AUDIT_CASE_ID description: Audit case ID. type: Number - contextPath: Core.AuditManagementLogs.AUDIT_INSERT_TIME description: Log's insert time. type: Date - arguments: - description: A comma-separated list of endpoint IDs. isArray: true name: endpoint_ids - description: A comma-separated list of endpoint names. isArray: true name: endpoint_names - auto: PREDEFINED description: The report type. Can be "Installation", "Policy", "Action", "Agent Service", "Agent Modules", or "Agent Status". isArray: true name: type predefined: - Installation - Policy - Action - Agent Service - Agent Modules - Agent Status - auto: PREDEFINED description: The report subtype. isArray: true name: sub_type predefined: - Install - Uninstall - Upgrade - Local Configuration - Content Update - Policy Update - Process Exception - Hash Exception - Scan - File Retrieval - File Scan - Terminate Process - Isolate - Cancel Isolation - Payload Execution - Quarantine - Restore - Stop - Start - Module Initialization - Local Analysis Model - Local Analysis Feature Extraction - Fully Protected - OS Incompatible - Software Incompatible - Kernel Driver Initialization - Kernel Extension Initialization - Proxy Communication - Quota Exceeded - Minimal Content - Reboot Eequired - Missing Disc Access - auto: PREDEFINED description: The result type. Can be "Success" or "Fail". If not passed, returns all event reports. isArray: true name: result predefined: - Success - Fail - description: |- Return logs that their timestamp is greater than 'log_time_after'. Supported values: 1579039377301 (time in milliseconds) "3 days" (relative date) "2019-10-21T23:45:00" (date). name: timestamp_gte - description: |- Return logs for which the timestamp is before the 'timestamp_lte'. Supported values: 1579039377301 (time in milliseconds) "3 days" (relative date) "2019-10-21T23:45:00" (date). name: timestamp_lte - defaultValue: '0' description: Page number (for pagination). The default is 0 (the first page). name: page - defaultValue: '30' description: The maximum number of reports to return. Default and maximum is 30. name: limit - auto: PREDEFINED description: The field by which to sort results. Can be "type", "category", "trapsversion", "timestamp", or "domain"). name: sort_by predefined: - type - category - trapsversion - timestamp - domain - auto: PREDEFINED defaultValue: asc description: The sort order. Can be "asc" (ascending) or "desc" (descending). Default is "asc". name: sort_order predefined: - asc - desc description: Gets agent event reports. You can filter by multiple fields, which are combined using an AND condition (OR is not supported). The maximum result set size is 100. The offset specifies the zero-based index of reports from the start of the result set (start by counting from 0). name: core-get-audit-agent-reports supportedModules: - cloud_runtime_security - edr - xsiam outputs: - contextPath: Core.AuditAgentReports.ENDPOINTID description: Endpoint ID. type: String - contextPath: Core.AuditAgentReports.ENDPOINTNAME description: Endpoint name. type: String - contextPath: Core.AuditAgentReports.DOMAIN description: Agent domain. type: String - contextPath: Core.AuditAgentReports.TRAPSVERSION description: Traps version. type: String - contextPath: Core.AuditAgentReports.RECEIVEDTIME description: Received time in Epoch time. type: Date - contextPath: Core.AuditAgentReports.TIMESTAMP description: Timestamp in Epoch time. type: Date - contextPath: Core.AuditAgentReports.CATEGORY description: Report category (e.g., Audit). type: String - contextPath: Core.AuditAgentReports.TYPE description: Report type (e.g., Action, Policy). type: String - contextPath: Core.AuditAgentReports.SUBTYPE description: Report subtype (e.g., Fully Protected,Policy Update,Cancel Isolation). type: String - contextPath: Core.AuditAgentReports.RESULT description: Report result. type: String - contextPath: Core.AuditAgentReports.REASON description: Report reason. type: String - contextPath: Core.AuditAgentReports.DESCRIPTION description: Agent report description. type: String - contextPath: Endpoint.ID description: The unique ID within the tool retrieving the endpoint. type: String - contextPath: Endpoint.Hostname description: The hostname that is mapped to this endpoint. type: String - contextPath: Endpoint.Domain description: The domain of the endpoint. type: String - arguments: - description: Links the response action to the triggered incident. name: incident_id - description: String that represents a list of hashed files you want to block list. Must be a valid SHA256 hash. isArray: true name: hash_list required: true - description: String that represents additional information regarding the action. name: comment - auto: PREDEFINED defaultValue: 'false' description: Choose either regular response or detailed response. Default value = false, regular response. name: detailed_response predefined: - 'true' - 'false' description: Blocks requested files that are not already on the block list or the allow list. name: core-blocklist-files supportedModules: - cloud_runtime_security - edr - xsiam outputs: - contextPath: Core.blocklist.added_hashes description: Added file hash to the block list. type: Number - contextPath: Core.blocklist.excluded_hashes description: Added fileHash to blocklist. type: Number - arguments: - description: Links the response action to the triggered incident. name: incident_id - description: String that represents a list of hashed files you want to add to allow lists. Must be a valid SHA256 hash. isArray: true name: hash_list required: true - description: String that represents additional information regarding the action. name: comment - auto: PREDEFINED defaultValue: 'false' description: Choose either regular response or detailed response. Default value = false, regular response. name: detailed_response predefined: - 'true' - 'false' description: Adds requested files to the allow list if they are not already on the block list or the allow list. name: core-allowlist-files supportedModules: - cloud_runtime_security - edr - xsiam outputs: - contextPath: Core.allowlist.added_hashes description: Added a file hash to the allow list. type: Number - contextPath: Core.allowlist.excluded_hashes description: Added fileHash to allowlist. type: Number - arguments: - description: Links the response action to the triggered incident. name: incident_id - description: List of endpoint IDs. isArray: true name: endpoint_id_list required: true - description: String that represents the path of the file you want to quarantine. name: file_path required: true - description: String that represents the file’s hash. Must be a valid SHA256 hash. name: file_hash required: true - description: For polling use. isArray: true name: action_id deprecated: true - description: Interval in seconds between each poll. name: interval_in_seconds - description: Polling timeout in seconds. name: timeout_in_seconds description: Quarantines a file on selected endpoints. You can select up to 1000 endpoints. name: core-quarantine-files supportedModules: - cloud_runtime_security - edr - xsiam polling: true outputs: - contextPath: Core.GetActionStatus.ErrorReasons.bucket description: The bucket in which the error occurred. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_name description: The name of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_path description: The path of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_size description: The size of the file that caused the error. type: Number - contextPath: Core.GetActionStatus.ErrorReasons.missing_files description: The missing files that caused the error. type: Unknown - contextPath: Core.GetActionStatus.ErrorReasons.errorData description: The error reason data. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminated_by description: The instance ID which terminated the action and caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.errorDescription description: The error reason description. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminate_result description: The error reason terminate result. type: Unknown compliantpolicies: - Quarantine File - arguments: - description: Links the response action to the triggered incident. name: incident_id - description: List of endpoint IDs. isArray: true name: endpoint_id_list prettyname: Run action on prettypredefined: Initiator host endpoint ID: ${issue.xdmsourceagentidentifier} Remote host endpoint ID: ${issue.xdmtargetagentidentifier} required: true - description: String that represents the path of the file you want to quarantine. name: file_path prettyname: File Path prettypredefined: File path from issue: ${issue.filepath} required: true - description: String that represents the file’s hash. Must be a valid SHA256 hash. name: file_hash prettyname: File Hash (SHA256) prettypredefined: File SHA256 from issue: ${issue.filesha256} required: true - description: For polling use. isArray: true name: action_id deprecated: true - description: Interval in seconds between each poll. name: interval_in_seconds - description: Polling timeout in seconds. name: timeout_in_seconds description: Quarantines a file on selected endpoints. You can select up to 1000 endpoints. This quick action is deprecated. Use the new built-in Quarantine File quick action instead. name: core-quarantine-files-quick-action supportedModules: - cloud_runtime_security - edr - xsiam prettyname: Quarantine File (deprecated) quickaction: true hidden: true polling: true outputs: - contextPath: Core.GetActionStatus.ErrorReasons.bucket description: The bucket in which the error occurred. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_name description: The name of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_path description: The path of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_size description: The size of the file that caused the error. type: Number - contextPath: Core.GetActionStatus.ErrorReasons.missing_files description: The missing files that caused the error. type: Unknown - contextPath: Core.GetActionStatus.ErrorReasons.errorData description: The error reason data. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminated_by description: The instance ID which terminated the action and caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.errorDescription description: The error reason description. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminate_result description: The error reason terminate result. type: Unknown - arguments: - description: String that represents the endpoint ID. name: endpoint_id required: true - description: String that represents the file hash. Must be a valid SHA256 hash. name: file_hash required: true - description: String that represents the file path. name: file_path required: true description: Retrieves the quarantine status of a selected file. name: core-get-quarantine-status supportedModules: - cloud_runtime_security - edr - xsiam - arguments: - description: Links a response action to the incident that triggered it. name: incident_id - description: String that represents the file in hash. Must be a valid SHA256 hash. name: file_hash required: true - description: String that represents the endpoint ID. If you do not enter a specific endpoint ID, the request will run restore on all endpoints which relate to the quarantined file you defined. name: endpoint_id - description: For polling use. isArray: true name: action_id deprecated: true - description: Interval in seconds between each poll. name: interval_in_seconds - description: Polling timeout in seconds. name: timeout_in_seconds description: Restores a quarantined file on the requested endpoints. name: core-restore-file supportedModules: - cloud_runtime_security - edr - xsiam polling: true outputs: - contextPath: Core.GetActionStatus.ErrorReasons.bucket description: The bucket in which the error occurred. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_name description: The name of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_path description: The path of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_size description: The size of the file that caused the error. type: Number - contextPath: Core.GetActionStatus.ErrorReasons.missing_files description: The missing files that caused the error. type: Unknown - contextPath: Core.GetActionStatus.ErrorReasons.errorData description: The error reason data. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminated_by description: The instance ID which terminated the action and caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.errorDescription description: The error reason description. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminate_result description: The error reason terminate result. type: Unknown - arguments: - description: Links the response action to the incident that triggered it. name: incident_id - description: String that represents the file in hash. Must be a valid SHA256 hash. name: file_hash prettyname: File Hash (SHA256) prettypredefined: File SHA256 from issue: ${issue.filesha256} required: true - description: String that represents the endpoint ID. If you do not enter a specific endpoint ID, the request will run restore on all endpoints which relate to the quarantined file you defined. name: endpoint_id - description: For polling use. isArray: true name: action_id deprecated: true - description: Interval in seconds between each poll. name: interval_in_seconds - description: Polling timeout in seconds. name: timeout_in_seconds description: Restores a quarantined file on the requested endpoints. This quick action is deprecated. Use the new built-in Restore File From Quarantine quick action instead. name: core-restore-file-quick-action supportedModules: - cloud_runtime_security - edr - xsiam prettyname: Restore File From Quarantine (deprecated) quickaction: true hidden: true polling: true outputs: - contextPath: Core.GetActionStatus.ErrorReasons.bucket description: The bucket in which the error occurred. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_name description: The name of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_path description: The path of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_size description: The size of the file that caused the error. type: Number - contextPath: Core.GetActionStatus.ErrorReasons.missing_files description: The missing files that caused the error. type: Unknown - contextPath: Core.GetActionStatus.ErrorReasons.errorData description: The error reason data. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminated_by description: The instance ID which terminated the action and caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.errorDescription description: The error reason description. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminate_result description: The error reason terminate result. type: Unknown - arguments: - description: Links the response action to the triggered incident. name: incident_id - description: List of endpoint IDs. isArray: true name: endpoint_id_list - description: Name of the distribution list. isArray: true name: dist_name - description: Epoch timestamp in milliseconds. name: gte_first_seen - description: Epoch timestamp in milliseconds. name: gte_last_seen - description: Epoch timestamp in milliseconds. name: lte_first_seen - description: Epoch timestamp in milliseconds. name: lte_last_seen - description: List of IP addresses. isArray: true name: ip_list - description: Name of the endpoint group. isArray: true name: group_name - auto: PREDEFINED description: Type of operating system. isArray: true name: platform predefined: - windows - linux - macos - android - description: Endpoint alias name. isArray: true name: alias - auto: PREDEFINED description: Choose if an endpoint has been isolated. Select "isolated" or "unisolated". name: isolate predefined: - isolated - unisolated - description: Name of the host. isArray: true name: hostname - auto: PREDEFINED defaultValue: 'false' description: Choose whether to scan all of the endpoints or not. Default is false. Scanning all of the endpoints may cause performance issues and latency. name: all predefined: - 'true' - 'false' - description: For polling use. isArray: true name: action_id deprecated: true - description: Interval in seconds between each poll. name: interval_in_seconds - description: Polling timeout in seconds. name: timeout_in_seconds description: Runs a scan on a selected endpoint. To scan all endpoints, use the argument all=true. Scanning all endpoints may affect performance and cause latency. execution: true name: core-endpoint-scan supportedModules: - cloud_runtime_security - edr - xsiam polling: true outputs: - contextPath: Core.endpointScan.actionId description: The action ID of the scan request. type: Number - contextPath: Core.endpointScan.aborted description: Was the scan aborted. type: Boolean - contextPath: Core.GetActionStatus.ErrorReasons.bucket description: The bucket in which the error occurred. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_name description: The name of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_path description: The path of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_size description: The size of the file that caused the error. type: Number - contextPath: Core.GetActionStatus.ErrorReasons.missing_files description: The missing files that caused the error. type: Unknown - contextPath: Core.GetActionStatus.ErrorReasons.errorData description: The error reason data. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminated_by description: The instance ID which terminated the action and caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.errorDescription description: The error reason description. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminate_result description: The error reason terminate result. type: Unknown - arguments: - description: Links the response action to the triggered incident. name: incident_id - description: List of endpoint IDs. isArray: true required: true name: endpoint_id_list prettyname: Run action on prettypredefined: Issue initiator host: ${issue.xdmsourceagentidentifier} Issue remote host: ${issue.xdmtargetagentidentifier} - description: Name of the distribution list. isArray: true name: dist_name - description: Epoch timestamp in milliseconds. name: gte_first_seen - description: Epoch timestamp in milliseconds. name: gte_last_seen - description: Epoch timestamp in milliseconds. name: lte_first_seen - description: Epoch timestamp in milliseconds. name: lte_last_seen - description: List of IP addresses. isArray: true name: ip_list - description: Name of the endpoint group. isArray: true name: group_name - auto: PREDEFINED description: Type of operating system. isArray: true name: platform predefined: - windows - linux - macos - android - description: Endpoint alias name. isArray: true name: alias - auto: PREDEFINED description: Choose if an endpoint has been isolated. Select "isolated" or "unisolated". name: isolate predefined: - isolated - unisolated - description: Name of the host. isArray: true name: hostname - auto: PREDEFINED defaultValue: 'false' description: Choose whether to scan all of the endpoints or not. Default is false. Scanning all of the endpoints may cause performance issues and latency. name: all predefined: - 'true' - 'false' - description: For polling use. isArray: true name: action_id deprecated: true - description: Interval in seconds between each poll. name: interval_in_seconds - description: Polling timeout in seconds. name: timeout_in_seconds description: Runs a scan on a selected endpoint. To scan all endpoints, run the command with the argument all=true. Scanning all endpoints may impact performance and cause latency. This quick action is deprecated. Use the new built-in Run Malware Scan quick action instead. execution: true name: core-endpoint-scan-quick-action supportedModules: - cloud_runtime_security - edr - xsiam prettyname: Run Malware Scan (deprecated) quickaction: true hidden: true polling: true outputs: - contextPath: Core.endpointScan.actionId description: The action ID of the scan request. type: Number - contextPath: Core.endpointScan.aborted description: Was the scan aborted. type: Boolean - contextPath: Core.GetActionStatus.ErrorReasons.bucket description: The bucket in which the error occurred. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_name description: The name of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_path description: The path of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_size description: The size of the file that caused the error. type: Number - contextPath: Core.GetActionStatus.ErrorReasons.missing_files description: The missing files that caused the error. type: Unknown - contextPath: Core.GetActionStatus.ErrorReasons.errorData description: The error reason data. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminated_by description: The instance ID which terminated the action and caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.errorDescription description: The error reason description. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminate_result description: The error reason terminate result. type: Unknown - arguments: - description: Links the response action to the incident that triggered it. name: incident_id - description: List of endpoint IDs. isArray: true name: endpoint_id_list - description: Name of the distribution list. isArray: true name: dist_name - description: Epoch timestamp in milliseconds. name: gte_first_seen - description: Epoch timestamp in milliseconds. name: gte_last_seen - description: Epoch timestamp in milliseconds. name: lte_first_seen - description: Epoch timestamp in milliseconds. name: lte_last_seen - description: List of IP addresses. isArray: true name: ip_list - description: Name of the endpoint group. isArray: true name: group_name - auto: PREDEFINED description: Type of operating system. isArray: true name: platform predefined: - windows - linux - macos - android - description: Endpoint alias name. isArray: true name: alias - auto: PREDEFINED description: Choose whether an endpoint has been isolated. Select "isolated" or "unisolated". name: isolate predefined: - isolated - unisolated - description: Name of the host. isArray: true name: hostname - auto: PREDEFINED defaultValue: 'false' description: Whether to scan all of the endpoints or not. Default is false. Note that scanning all of the endpoints may cause performance issues and latency. name: all predefined: - 'true' - 'false' description: Cancels the scan on the selected endpoints. A scan can only be canceled if the selected endpoints are Pending or In Progress. To scan all endpoints, run the command with the argument all=true. Scanning all endpoints may impact performance and cause latency. execution: true name: core-endpoint-scan-abort supportedModules: - cloud_runtime_security - edr - xsiam outputs: - contextPath: Core.endpointScan.actionId description: The action ID of the abort scan request. type: Unknown - contextPath: Core.endpointScan.aborted description: Was the scan cancelled. type: Boolean - arguments: - description: The endpoint ID. Retrieve by running the core-get-endpoints command. name: endpoint_id required: true description: Gets the policy name for a specific endpoint. name: core-get-policy outputs: - contextPath: Core.Policy description: The policy allocated with the endpoint. type: string - contextPath: Core.Policy.policy_name description: Name of the policy allocated with the endpoint. type: string - contextPath: Core.Policy.endpoint_id description: Endpoint ID. type: string - arguments: - description: A comma-separated list of the script names. isArray: true name: script_name - description: A comma-separated list of the script descriptions. isArray: true name: description - description: A comma-separated list of the users who created the script. isArray: true name: created_by - description: The maximum number of scripts returned to the War Room. Default is 50. name: limit - description: (Int) Offset in the data set. Default is 0. name: offset - auto: PREDEFINED description: Choose to run the script on a Windows operating system. name: windows_supported predefined: - 'true' - 'false' - auto: PREDEFINED description: Choose to run the script on a Linux operating system. name: linux_supported predefined: - 'true' - 'false' - auto: PREDEFINED description: Choose to run the script on a Mac operating system. name: macos_supported predefined: - 'true' - 'false' - auto: PREDEFINED description: Choose if the script has a high-risk outcome. name: is_high_risk predefined: - 'true' - 'false' description: Gets a list of scripts available in the scripts library. name: core-get-scripts outputs: - contextPath: Core.Scripts description: The scripts command results. type: Unknown - contextPath: Core.Scripts.script_id description: Script ID. type: Unknown - contextPath: Core.Scripts.name description: Name of the script. type: string - contextPath: Core.Scripts.description description: Description of the script. type: string - contextPath: Core.Scripts.modification_date description: Timestamp of when the script was last modified. type: Unknown - contextPath: Core.Scripts.created_by description: Name of the user who created the script. type: string - contextPath: Core.Scripts.windows_supported description: Choose to run the script on a Windows operating system. type: boolean - contextPath: Core.Scripts.linux_supported description: Choose to run the script on a Linux operating system. type: boolean - contextPath: Core.Scripts.macos_supported description: Choose to run the script on a Mac operating system. type: boolean - contextPath: Core.Scripts.is_high_risk description: Choose if the script has a high-risk outcome. type: boolean - contextPath: Core.Scripts.script_uid description: Globally Unique Identifier of the script, used to identify the script when executing. type: string - arguments: - description: Comma-separated list of endpoint IDs. You can retrieve the endpoint IDs from the core-get-endpoints command. name: endpoint_ids required: true description: Deletes selected endpoints in the Cortex app. You can delete up to 1000 endpoints. name: core-delete-endpoints - arguments: - description: Comma-separated list of endpoint IDs. You can retrieve the endpoint IDs from the core-get-endpoints command. isArray: true name: endpoint_ids - auto: PREDEFINED description: 'Type of violation. Possible values are: "cd-rom", "disk drive", "floppy disk", and "portable device".' name: type predefined: - cd-rom - disk drive - floppy disk - portable device - description: 'Timestamp of the violation. Violations that are greater than or equal to this timestamp will be returned. Values can be in either ISO date format, relative time, or epoch timestamp. For example: "2019-10-21T23:45:00" (ISO date format), "3 days ago" (relative time) 1579039377301 (epoch time).' name: timestamp_gte - description: 'Timestamp of the violation. Violations that are less than or equal to this timestamp will be returned. Values can be in either ISO date format, relative time, or epoch timestamp. For example: "2019-10-21T23:45:00" (ISO date format), "3 days ago" (relative time) 1579039377301 (epoch time).' name: timestamp_lte - description: Comma-separated list of IP addresses. isArray: true name: ip_list - description: Name of the vendor. isArray: true name: vendor - description: Vendor ID. isArray: true name: vendor_id - description: Name of the product. isArray: true name: product - description: Product ID. isArray: true name: product_id - description: Serial number. isArray: true name: serial - description: Hostname. isArray: true name: hostname - description: Comma-separated list of violation IDs. isArray: true name: violation_id_list - description: Username. isArray: true name: username description: Gets a list of device control violations filtered by selected fields. You can retrieve up to 100 violations. name: core-get-endpoint-device-control-violations outputs: - contextPath: Core.EndpointViolations description: Endpoint violations command results. type: Unknown - contextPath: Core.EndpointViolations.violations description: A list of violations. type: Unknown - contextPath: Core.EndpointViolations.violations.os_type description: Type of the operating system. type: string - contextPath: Core.EndpointViolations.violations.hostname description: Hostname of the violation. type: string - contextPath: Core.EndpointViolations.violations.username description: Username of the violation. type: string - contextPath: Core.EndpointViolations.violations.ip description: IP address of the violation. type: string - contextPath: Core.EndpointViolations.violations.timestamp description: Timestamp of the violation. type: number - contextPath: Core.EndpointViolations.violations.violation_id description: Violation ID. type: number - contextPath: Core.EndpointViolations.violations.type description: Type of violation. type: string - contextPath: Core.EndpointViolations.violations.vendor_id description: Vendor ID of the violation. type: string - contextPath: Core.EndpointViolations.violations.vendor description: Name of the vendor of the violation. type: string - contextPath: Core.EndpointViolations.violations.product_id description: Product ID of the violation. type: string - contextPath: Core.EndpointViolations.violations.product description: Name of the product of the violation. type: string - contextPath: Core.EndpointViolations.violations.serial description: Serial number of the violation. type: string - contextPath: Core.EndpointViolations.violations.endpoint_id description: Endpoint ID of the violation. type: string - arguments: - description: Links the response action to the incident that triggered it. name: incident_id - description: Comma-separated list of endpoint IDs. isArray: true name: endpoint_ids required: true - description: A comma-separated list of file paths on the Windows platform. isArray: true name: windows_file_paths - description: A comma-separated list of file paths on the Linux platform. isArray: true name: linux_file_paths - description: A comma-separated list of file paths on the Mac platform. isArray: true name: mac_file_paths - description: A comma-separated list of file paths in any platform. Can be used instead of the mac/windows/linux file paths. The order of the files path list must be parellel to the endpoints list order, therefore, the first file path in the list is related to the first endpoint and so on. isArray: true name: generic_file_path - description: 'The delimiter used to separate multiple file paths. Set to a different character (for example, ";") when a file path contains a comma.' name: paths_separator defaultValue: ',' - description: For polling use. isArray: true name: action_id deprecated: true - description: Interval in seconds between each poll. name: interval_in_seconds - description: Polling timeout in seconds. name: timeout_in_seconds description: Retrieves files from selected endpoints. You can retrieve up to 20 files from no more than 10 endpoints. At least one endpoint ID and one file path are required to run the command. After running the command, use the core-action-status-get command with the returned action_id to check the action status. name: core-retrieve-files supportedModules: - cloud_runtime_security - edr - xsiam polling: true outputs: - contextPath: Core.RetrievedFiles.action_id description: ID of the action to retrieve files from selected endpoints. type: string - contextPath: Core.GetActionStatus.ErrorReasons.bucket description: The bucket in which the error occurred. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_name description: The name of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_path description: The path of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_size description: The size of the file that caused the error. type: Number - contextPath: Core.GetActionStatus.ErrorReasons.missing_files description: The missing files that caused the error. type: Unknown - contextPath: Core.GetActionStatus.ErrorReasons.errorData description: The error reason data. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminated_by description: The instance ID which terminated the action and caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.errorDescription description: The error reason description. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminate_result description: The error reason terminate result. type: Unknown - arguments: - description: Links the response action to the incident that triggered it. name: incident_id - description: Comma-separated list of endpoint IDs. isArray: true name: endpoint_ids required: true prettyname: Run action on prettypredefined: Issue initiator host: ${issue.xdmsourceagentidentifier} Remote host: ${issue.xdmtargetagentidentifier} - description: A comma-separated list of file paths on the Windows platform. isArray: true name: windows_file_paths - description: A comma-separated list of file paths on the Linux platform. isArray: true name: linux_file_paths - description: A comma-separated list of file paths on the Mac platform. isArray: true name: mac_file_paths - description: A comma-separated list of file paths in any platform. Can be used instead of the mac/windows/linux file paths. The order of the files path list must be parellel to the endpoints list order, therefore, the first file path in the list is related to the first endpoint and so on. isArray: true name: generic_file_path prettyname: File to retrieve required: true prettypredefined: Issue initiator file: ${issue.initiatorpath} Issue CGO file path: ${issue.cgopath} - description: 'The delimiter used to separate multiple file paths. Set to a different character (for example, ";") when a file path contains a comma.' name: paths_separator defaultValue: ',' - description: For polling use. isArray: true name: action_id deprecated: true - description: Interval in seconds between each poll. name: interval_in_seconds - description: Polling timeout in seconds. name: timeout_in_seconds description: Retrieves files from selected endpoints. You can retrieve up to 20 files from no more than 10 endpoints. At least one endpoint ID and one file path are required to run the command. After running the command, use the core-action-status-get command with the returned action_id to check the action status. This quick action is deprecated. Use the new built-in Retrieve File quick action instead. name: core-retrieve-files-quick-action supportedModules: - cloud_runtime_security - edr - xsiam prettyname: Retrieve File (deprecated) quickaction: true hidden: true polling: true outputs: - contextPath: Core.RetrievedFiles.action_id description: ID of the action to retrieve files from selected endpoints. type: string - contextPath: Core.GetActionStatus.ErrorReasons.bucket description: The bucket in which the error occurred. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_name description: The name of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_path description: The path of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_size description: The size of the file that caused the error. type: Number - contextPath: Core.GetActionStatus.ErrorReasons.missing_files description: The missing files that caused the error. type: Unknown - contextPath: Core.GetActionStatus.ErrorReasons.errorData description: The error reason data. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminated_by description: The instance ID which terminated the action and caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.errorDescription description: The error reason description. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminate_result description: The error reason terminate result. type: Unknown - arguments: - description: Action ID retrieved from the core-retrieve-files command. isArray: true name: action_id required: true description: Views the file retrieved by the core-retrieve-files command using the action ID. Before running this command, use the core-action-status-get command to check if the action completed successfully. name: core-retrieve-file-details supportedModules: - cloud_runtime_security - edr - xsiam outputs: - contextPath: File description: The file details returned by the command. type: Unknown - contextPath: File.Name description: The full file name (including the file extension). type: String - contextPath: File.EntryID description: The ID for locating the file in the War Room. type: String - contextPath: File.Size description: The size of the file in bytes. type: Number - contextPath: File.MD5 description: The MD5 hash of the file. type: String - contextPath: File.SHA1 description: The SHA1 hash of the file. type: String - contextPath: File.SHA256 description: The SHA256 hash of the file. type: String - contextPath: File.SHA512 description: The SHA512 hash of the file. type: String - contextPath: File.Extension description: 'The file extension. For example: "xls".' type: String - contextPath: File.Type description: The file type, as determined by libmagic (same as displayed in file entries). type: String - arguments: - description: Unique identifier of the script, returned by the core-get-scripts command. name: script_uid required: true description: Gets the full definition of a specific script in the scripts library. name: core-get-script-metadata outputs: - contextPath: Core.ScriptMetadata description: The script metadata command results. type: Unknown - contextPath: Core.ScriptMetadata.script_id description: Script ID. type: number - contextPath: Core.ScriptMetadata.name description: Script name. type: string - contextPath: Core.ScriptMetadata.description description: Script description. type: string - contextPath: Core.ScriptMetadata.modification_date description: Timestamp of when the script was last modified. type: unknown - contextPath: Core.ScriptMetadata.created_by description: Name of the user who created the script. type: string - contextPath: Core.ScriptMetadata.is_high_risk description: Whether the script has a high-risk outcome. type: boolean - contextPath: Core.ScriptMetadata.windows_supported description: Choose to run the script on a Windows operating system. type: boolean - contextPath: Core.ScriptMetadata.linux_supported description: Choose to run the script on a Linux operating system. type: boolean - contextPath: Core.ScriptMetadata.macos_supported description: Choose to run the script on a Mac operating system. type: boolean - contextPath: Core.ScriptMetadata.entry_point description: Name of the entry point selected for the script. An empty string indicates the script defined as just run. type: string - contextPath: Core.ScriptMetadata.script_input description: Name and type for the specified entry point. type: string - contextPath: Core.ScriptMetadata.script_output_type description: Type of the output. type: string - contextPath: Core.ScriptMetadata.script_output_dictionary_definitions description: If the script_output_type is a dictionary, an array with friendly name, name, and type for each output. type: Unknown - arguments: - description: Unique identifier of the script, returned by the core-get-scripts command. name: script_uid required: true description: Gets the code of a specific script in the script library. name: core-get-script-code outputs: - contextPath: Core.ScriptCode description: The script code command results. type: Unknown - contextPath: Core.ScriptCode.code description: The code of a specific script in the script library. type: string - contextPath: Core.ScriptCode.script_uid description: Unique identifier of the script. type: string - arguments: - description: The action ID of the selected request. After performing an action, you will receive an action ID. isArray: true name: action_id required: true description: Retrieves the status of the requested actions using the action ID. name: core-action-status-get supportedModules: - cloud_runtime_security - edr - xsiam outputs: - contextPath: Core.GetActionStatus description: The results of the action status command. type: Unknown - contextPath: Core.GetActionStatus.endpoint_id description: Endpoint ID. type: string - contextPath: Core.GetActionStatus.status description: The status of the specific endpoint ID. type: string - contextPath: Core.GetActionStatus.action_id description: The specified action ID. type: number - contextPath: Core.GetActionStatus.ErrorReasons.bucket description: The bucket in which the error occurred. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_name description: The name of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_path description: The path of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_size description: The size of the file that caused the error. type: Number - contextPath: Core.GetActionStatus.ErrorReasons.missing_files description: The missing files that caused the error. type: Unknown - contextPath: Core.GetActionStatus.ErrorReasons.errorData description: The error reason data. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminated_by description: The instance ID which terminated the action and caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.errorDescription description: The error reason description. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminate_result description: The error reason terminate result. type: Unknown - arguments: - description: Links the response action to the incident that triggered it. name: incident_id - description: Comma-separated list of endpoint IDs. Can be retrieved by running the core-get-endpoints command. name: endpoint_ids required: true - description: Unique identifier of the script. Can be retrieved by running the core-get-scripts command. name: script_uid required: true - description: Dictionary contains the parameter name as key and its value for this execution as the value. For example, {"param1":"param1_value","param2":"param2_value"}. name: parameters - defaultValue: '600' description: The timeout in seconds for this execution. name: timeout description: Deprecated. Use the core-script-run command instead. name: core-run-script supportedModules: - cloud_runtime_security - edr - xsiam deprecated: true outputs: - contextPath: Core.ScriptRun.action_id description: ID of the action initiated. type: Number - contextPath: Core.ScriptRun.endpoints_count description: Number of endpoints the action was initiated on. type: Number - arguments: - description: Links the response action to the incident that triggered it. it. name: incident_id - description: Comma-separated list of endpoint IDs. Can be retrieved by running the core-get-endpoints command. name: endpoint_ids required: true - description: Section of a script you want to initiate on an endpoint, for example, print("7"). name: snippet_code required: true - description: For polling use. isArray: true name: action_id deprecated: true - description: Interval in seconds between each poll. name: interval_in_seconds - description: Polling timeout in seconds. name: timeout_in_seconds description: Initiates a new endpoint script execution using the provided snippet code. name: core-run-snippet-code-script supportedModules: - cloud_runtime_security - edr - xsiam polling: true outputs: - contextPath: Core.ScriptRun.action_id description: ID of the action initiated. type: Number - contextPath: Core.ScriptRun.endpoints_count description: Number of endpoints the action was initiated on. type: Number - contextPath: Core.GetActionStatus.ErrorReasons.bucket description: The bucket in which the error occurred. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_name description: The name of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_path description: The path of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_size description: The size of the file that caused the error. type: Number - contextPath: Core.GetActionStatus.ErrorReasons.missing_files description: The missing files that caused the error. type: Unknown - contextPath: Core.GetActionStatus.ErrorReasons.errorData description: The error reason data. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminated_by description: The instance ID which terminated the action and caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.errorDescription description: The error reason description. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminate_result description: The error reason terminate result. type: Unknown - arguments: - description: Action IDs retrieved from the core-run-script command. isArray: true name: action_id required: true description: Retrieves the status of a script execution. name: core-get-script-execution-status supportedModules: - cloud_runtime_security - edr - xsiam outputs: - contextPath: Core.ScriptStatus.general_status description: The general status of the action, based on the status of all endpoints. type: String - contextPath: Core.ScriptStatus.error_message description: Error message regarding permissions for running APIs or the action doesn’t exist. type: String - contextPath: Core.ScriptStatus.endpoints_timeout description: Number of endpoints in "timeout" status. type: Number - contextPath: Core.ScriptStatus.action_id description: ID of the action initiated. type: Number - contextPath: Core.ScriptStatus.endpoints_pending_abort description: Number of endpoints in "pending abort" status. type: Number - contextPath: Core.ScriptStatus.endpoints_pending description: Number of endpoints in "pending" status. type: Number - contextPath: Core.ScriptStatus.endpoints_in_progress description: Number of endpoints in "in progress" status. type: Number - contextPath: Core.ScriptStatus.endpoints_failed description: Number of endpoints in "failed" status. type: Number - contextPath: Core.ScriptStatus.endpoints_expired description: Number of endpoints in "expired" status. type: Number - contextPath: Core.ScriptStatus.endpoints_completed_successfully description: Number of endpoints in "completed successfully" status. type: Number - contextPath: Core.ScriptStatus.endpoints_canceled description: Number of endpoints in "canceled" status. type: Number - contextPath: Core.ScriptStatus.endpoints_aborted description: Number of endpoints in "aborted" status. type: Number - arguments: - description: Action IDs retrieved from the core-run-script command. isArray: true name: action_id required: true description: Retrieve the results of a script execution. name: core-get-script-execution-results supportedModules: - cloud_runtime_security - edr - xsiam outputs: - contextPath: Core.ScriptResult.action_id description: The ID of the initiated action. type: Number - contextPath: Core.ScriptResult.results.retrieved_files description: Number of successfully retrieved files. type: Number - contextPath: Core.ScriptResult.results.endpoint_ip_address description: Endpoint IP address. type: String - contextPath: Core.ScriptResult.results.endpoint_name description: Number of successfully retrieved files. type: String - contextPath: Core.ScriptResult.results.failed_files description: Number of files failed to retrieve. type: Number - contextPath: Core.ScriptResult.results.endpoint_status description: Endpoint status. type: String - contextPath: Core.ScriptResult.results.domain description: Domain to which the endpoint belongs. type: String - contextPath: Core.ScriptResult.results.endpoint_id description: Endpoint ID. type: String - contextPath: Core.ScriptResult.results.execution_status description: Execution status of this endpoint. type: String - contextPath: Core.ScriptResult.results.return_value description: Value returned by the script in case the type is not a dictionary. type: String - contextPath: Core.ScriptResult.results.standard_output description: The STDOUT and the STDERR logged by the script during the execution. type: String - contextPath: Core.ScriptResult.results.retention_date description: Timestamp in which the retrieved files will be deleted from the server. type: Date - contextPath: Core.ScriptResult.results.command description: The command that was executed by the script. type: String - contextPath: Core.ScriptResult.results.command_output description: The output of the command executed by the script. type: array - arguments: - description: Action ID retrieved from the core-run-script command. isArray: true name: action_id required: true - description: Endpoint ID. Can be retrieved by running the core-get-endpoints command. isArray: true name: endpoint_id required: true description: Gets the files retrieved from a specific endpoint during a script execution. name: core-get-script-execution-result-files supportedModules: - cloud_runtime_security - edr - xsiam outputs: - contextPath: File.Size description: The size of the file. type: String - contextPath: File.SHA1 description: The SHA1 hash of the file. type: String - contextPath: File.SHA256 description: The SHA256 hash of the file. type: String - contextPath: File.SHA512 description: The SHA512 hash of the file. type: String - contextPath: File.Name description: The name of the file. type: String - contextPath: File.SSDeep description: The SSDeep hash of the file. type: String - contextPath: File.EntryID description: EntryID of the file. type: String - contextPath: File.Info description: Information about the file. type: String - contextPath: File.Type description: The file type. type: String - contextPath: File.MD5 description: The MD5 hash of the file. type: String - contextPath: File.Extension description: The extension of the file. type: String - arguments: - description: Link the response action to triggered incident. name: incident_id - description: Comma-separated list of endpoint IDs. Can be retrieved by running the core-get-endpoints command. name: endpoint_ids required: true - description: Comma-separated list of shell commands to execute. Set the `is_raw_command` argument to `true` to prevent splitting by commas. (Useful when using `||`, `&&`, `;` separators for controlling the flow of multiple commands). name: commands required: true - description: Whether to pass the command as-is. When false, the command is split by commas and sent as a list of commands, that are run independently. name: is_raw_command type: Boolean required: false - description: Type of shell command. auto: PREDEFINED name: command_type predefined: - 'powershell' - 'native' required: false - defaultValue: '600' description: The timeout in seconds for this execution. name: timeout - description: For polling use. isArray: true name: action_id deprecated: true - description: Interval in seconds between each poll. name: interval_in_seconds - description: Polling timeout in seconds. name: timeout_in_seconds description: Initiates a new endpoint script execution of shell commands. name: core-run-script-execute-commands supportedModules: - cloud_runtime_security - edr - xsiam polling: true outputs: - contextPath: Core.ScriptRun.action_id description: ID of the action initiated. type: Number - contextPath: Core.ScriptRun.endpoints_count description: Number of endpoints the action was initiated on. type: Number - contextPath: Core.GetActionStatus.ErrorReasons.bucket description: The bucket in which the error occurred. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_name description: The name of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_path description: The path of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_size description: The size of the file that caused the error. type: Number - contextPath: Core.GetActionStatus.ErrorReasons.missing_files description: The missing files that caused the error. type: Unknown - contextPath: Core.GetActionStatus.ErrorReasons.errorData description: The error reason data. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminated_by description: The instance ID which terminated the action and caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.errorDescription description: The error reason description. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminate_result description: The error reason terminate result. type: Unknown - arguments: - description: Links the response action to the incident that triggered it. name: incident_id - description: Comma-separated list of endpoint IDs. Can be retrieved by running the core-get-endpoints command. isArray: true name: endpoint_ids required: true - description: Paths of the files to delete, in a comma-separated list. Paths of the files to check for existence. All of the given file paths will run on all of the endpoints. isArray: true name: file_path required: true - defaultValue: '600' description: The timeout in seconds for this execution. name: timeout - description: For polling use. isArray: true name: action_id deprecated: true - description: Interval in seconds between each poll. name: interval_in_seconds - description: Polling timeout in seconds. name: timeout_in_seconds description: Initiates a new endpoint script execution to delete a specified file. name: core-run-script-delete-file supportedModules: - cloud_runtime_security - edr - xsiam polling: true outputs: - contextPath: Core.ScriptRun.action_id description: ID of the action initiated. type: Number - contextPath: Core.ScriptRun.endpoints_count description: Number of endpoints the action was initiated on. type: Number - contextPath: Core.GetActionStatus.ErrorReasons.bucket description: The bucket in which the error occurred. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_name description: The name of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_path description: The path of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_size description: The size of the file that caused the error. type: Number - contextPath: Core.GetActionStatus.ErrorReasons.missing_files description: The missing files that caused the error. type: Unknown - contextPath: Core.GetActionStatus.ErrorReasons.errorData description: The error reason data. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminated_by description: The instance ID which terminated the action and caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.errorDescription description: The error reason description. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminate_result description: The error reason terminate result. type: Unknown - arguments: - description: Links the response action to the incident that triggered it. name: incident_id - description: Comma-separated list of endpoint IDs. Can be retrieved by running the core-get-endpoints command. isArray: true name: endpoint_ids required: true - description: Paths of the files to check for existence, in a comma-separated list. All of the given file paths will run on all of the endpoints. isArray: true name: file_path required: true - defaultValue: '600' description: The timeout in seconds for this execution. name: timeout - description: For polling use. isArray: true name: action_id deprecated: true - description: Interval in seconds between each poll. name: interval_in_seconds - description: Polling timeout in seconds. name: timeout_in_seconds description: Initiates a new endpoint script execution to check if a file exists. name: core-run-script-file-exists supportedModules: - cloud_runtime_security - edr - xsiam polling: true outputs: - contextPath: Core.ScriptRun.action_id description: ID of the action initiated. type: Number - contextPath: Core.ScriptRun.endpoints_count description: Number of endpoints the action was initiated on. type: Number - contextPath: Core.GetActionStatus.ErrorReasons.bucket description: The bucket in which the error occurred. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_name description: The name of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_path description: The path of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_size description: The size of the file that caused the error. type: Number - contextPath: Core.GetActionStatus.ErrorReasons.missing_files description: The missing files that caused the error. type: Unknown - contextPath: Core.GetActionStatus.ErrorReasons.errorData description: The error reason data. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminated_by description: The instance ID which terminated the action and caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.errorDescription description: The error reason description. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminate_result description: The error reason terminate result. type: Unknown - arguments: - description: Links the response action to the incident that triggered it. name: incident_id - description: Comma-separated list of endpoint IDs. Can be retrieved by running the core-get-endpoints command. isArray: true name: endpoint_ids required: true - description: Names of processes to kill. Will kill all of the given processes on all of the endpoints. isArray: true name: process_name required: true - defaultValue: '600' description: The timeout in seconds for this execution. name: timeout - description: For polling use. isArray: true name: action_id deprecated: true - description: Interval in seconds between each poll. name: interval_in_seconds - description: Polling timeout in seconds. name: timeout_in_seconds description: Initiates a new endpoint script execution to kill a process. name: core-run-script-kill-process supportedModules: - cloud_runtime_security - edr - xsiam polling: true outputs: - contextPath: Core.ScriptRun.action_id description: ID of the action initiated. type: Number - contextPath: Core.ScriptRun.endpoints_count description: Number of endpoints the action was initiated on. type: Number - contextPath: Core.GetActionStatus.ErrorReasons.bucket description: The bucket in which the error occurred. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_name description: The name of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_path description: The path of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_size description: The size of the file that caused the error. type: Number - contextPath: Core.GetActionStatus.ErrorReasons.missing_files description: The missing files that caused the error. type: Unknown - contextPath: Core.GetActionStatus.ErrorReasons.errorData description: The error reason data. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminated_by description: The instance ID which terminated the action and caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.errorDescription description: The error reason description. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminate_result description: The error reason terminate result. type: Unknown - arguments: - description: The endpoint ID. isArray: true name: id - default: true description: The endpoint IP address. isArray: true name: ip - description: The endpoint hostname. isArray: true name: hostname description: Returns information about an endpoint. name: endpoint supportedModules: - cloud_runtime_security - edr - xsiam outputs: - contextPath: Endpoint.Hostname description: The hostname of the endpoint. type: String - contextPath: Endpoint.OS description: The endpoint's operation system. type: String - contextPath: Endpoint.IPAddress description: The endpoint's IP address. type: String - contextPath: Endpoint.ID description: The endpoint's ID. type: String - contextPath: Endpoint.Status description: The endpoint's status. type: String - contextPath: Endpoint.IsIsolated description: The endpoint's isolation status. type: String - contextPath: Endpoint.MACAddress description: The endpoint's MAC address. type: String - contextPath: Endpoint.Vendor description: The integration name of the endpoint vendor. type: String - arguments: - description: String that represents the file’s hash. Must be a valid SHA256 hash. name: file_hash required: true - description: The new verdict of the file. 0 - benign, 1 - malware. predefined: - '0' - '1' name: new_verdict required: true - description: String that represents the reason of the report. name: reason required: true - description: User’s email address. name: email required: true description: Reports to WildFire about incorrect hash verdict through Cortex. execution: true name: core-report-incorrect-wildfire outputs: - contextPath: Core.WildFire.file_hash description: String that represents the file’s hash. type: Number - contextPath: Core.WildFire.new_verdict description: The new verdict of the file. type: Number - arguments: - description: Links the response action to the incident that triggered it. name: incident_id - description: String that represents a list of hashed files you want to add to allow list. Must be a valid SHA256 hash. isArray: true name: hash_list required: true - description: String that represents additional information regarding the action. name: comment description: Removes the requested files from the allow list. name: core-remove-allowlist-files supportedModules: - cloud_runtime_security - edr - xsiam outputs: - contextPath: Core.allowlist.removed_hashes description: The removed file hash. type: Number - arguments: - description: Links the response action to the incident that triggered it. name: incident_id - description: String that represents a list of hashed files you want to add to allow list. Must be a valid SHA256 hash. isArray: true name: hash_list required: true - description: String that represents additional information regarding the action. name: comment description: Removes the requested files from the block list. name: core-remove-blocklist-files supportedModules: - cloud_runtime_security - edr - xsiam outputs: - contextPath: Core.blocklist.removed_hashes description: The removed file hash from the block list. type: Number - arguments: - description: Name of the exclusion. name: name required: true - description: 'Filter object for the exclusion. example: {"filter":{"AND":[{"SEARCH_FIELD":"alert_category","SEARCH_TYPE":"NEQ","SEARCH_VALUE":"Phishing"}]}}.' name: filterObject required: true - description: String that represents additional information regarding the action. name: comment - auto: PREDEFINED defaultValue: ENABLED description: Status of exclusion. default value = ENABLED. name: status predefined: - ENABLED - DISABLED description: Adds alert exclusion rule based on filterObject. name: core-add-exclusion outputs: - contextPath: Core.exclusion.rule_id description: Added exclusion rule id. type: Number - arguments: - description: The desired alert_exclusion_id to be removed. name: alert_exclusion_id required: true description: Delete an alert exclusion rule based on rule ID. name: core-delete-exclusion outputs: - contextPath: Core.deletedExclusion.rule_id description: Deleted exclusion rule id. type: Number - arguments: - description: Links the response action to the tenant that triggered it. name: tenant_ID - description: 'Filter object for the exclusion. Example: {"filter":{"AND":[{"SEARCH_FIELD":"alert_category","SEARCH_TYPE":"NEQ","SEARCH_VALUE":"Phishing"}]}}.' name: filterObject - description: Limit for the response. You will get the first "limit" exclusions. Default value is 20. name: limit defaultValue: '20' description: Get a list of the alerts exclusion. name: core-get-exclusion outputs: - contextPath: Core.exclusion.ALERT_WHITELIST_ID description: '' type: Number - contextPath: Core.exclusion.ALERT_WHITELIST_MODIFY_TIME description: '' type: Date - contextPath: Core.exclusion.ALERT_WHITELIST_NAME description: '' type: String - contextPath: Core.exclusion.ALERT_WHITELIST_INDICATOR_TEXT.pretty_name description: '' type: String - contextPath: Core.exclusion.ALERT_WHITELIST_INDICATOR_TEXT.data_type description: '' type: Unknown - contextPath: Core.exclusion.ALERT_WHITELIST_INDICATOR_TEXT.render_type description: '' type: String - contextPath: Core.exclusion.ALERT_WHITELIST_INDICATOR_TEXT.entity_map description: '' type: Unknown - contextPath: Core.exclusion.ALERT_WHITELIST_INDICATOR_TEXT.dml_type description: '' type: Unknown - contextPath: Core.exclusion.ALERT_WHITELIST_INDICATOR.filter.AND.SEARCH_FIELD description: '' type: String - contextPath: Core.exclusion.ALERT_WHITELIST_INDICATOR.filter.AND.SEARCH_TYPE description: '' type: String - contextPath: Core.exclusion.ALERT_WHITELIST_INDICATOR.filter.AND.SEARCH_VALUE description: '' type: String - contextPath: Core.exclusion.ALERT_WHITELIST_HITS description: '' type: Number - contextPath: Core.exclusion.ALERT_WHITELIST_COMMENT description: '' type: String - contextPath: Core.exclusion.ALERT_WHITELIST_USER description: '' type: String - contextPath: Core.exclusion.ALERT_WHITELIST_PRETTY_USER description: '' type: String - contextPath: Core.exclusion.ALERT_WHITELIST_STATUS description: '' type: String - contextPath: Core.exclusion.ALERT_WHITELIST_BACKWARDS_SCAN_STATUS description: '' type: String - contextPath: Core.exclusion.ALERT_WHITELIST_BACKWARDS_SCAN_TIMESTAMP description: '' type: Unknown - contextPath: Core.exclusion.ALERT_WHITELIST_MIGRATED_FROM_ANALYTICS description: '' type: Number - arguments: - description: A comma-separated list of alert IDs. isArray: true name: alert_ids required: true - description: Whether to return only a subset of the alert fields. Filtering the fields can reduce response size for large alerts. name: filter_alert_fields auto: PREDEFINED defaultValue: 'true' predefined: - 'true' - 'false' - description: Whether to return events_from_decider context output as a dictionary (the raw API response) or as a list (improved for playbook automation) - relevant only when filter_alert_fields is set to False. name: events_from_decider_format auto: PREDEFINED defaultValue: 'dict' predefined: - 'list' - 'dict' description: Returns information about each alert ID. name: core-get-cloud-original-alerts outputs: - contextPath: Core.OriginalAlert.event._time description: The timestamp of the occurence of the event. type: String - contextPath: Core.OriginalAlert.event.vendor description: Vendor name. type: String - contextPath: Core.OriginalAlert.event.event_timestamp description: Event timestamp. type: Number - contextPath: Core.OriginalAlert.event.event_type description: Event type (static 500). type: Number - contextPath: Core.OriginalAlert.event.cloud_provider description: The cloud provider - GCP, AZURE, or AWS. type: String - contextPath: Core.OriginalAlert.event.project description: The project in which the event occurred. type: String - contextPath: Core.OriginalAlert.event.cloud_provider_event_id description: The ID given to the event by the cloud provider, if the ID exists. type: String - contextPath: Core.OriginalAlert.event.cloud_correlation_id description: The ID the cloud provider is using to aggregate events that are part of the same general event. type: String - contextPath: Core.OriginalAlert.event.operation_name_orig description: The name of the operation that occurred, as supplied by the cloud provider. type: String - contextPath: Core.OriginalAlert.event.operation_name description: The normalized name of the operation performed by the event. type: String - contextPath: Core.OriginalAlert.event.identity_orig description: Contains the original identity related fields as provided by the cloud provider. type: String - contextPath: Core.OriginalAlert.event.identity_name description: The name of the identity that initiated the action. type: String - contextPath: Core.OriginalAlert.event.identity_uuid description: Same as identity_name but also contains the UUID of the identity if it exists. type: String - contextPath: Core.OriginalAlert.event.identity_type description: An enum representing the type of the identity. type: String - contextPath: Core.OriginalAlert.event.identity_sub_type description: An enum representing the sub-type of the identity, respective to its identity_type. type: String - contextPath: Core.OriginalAlert.event.identity_invoked_by_name description: The name of the identity that invoked the action as it appears in the log. type: String - contextPath: Core.OriginalAlert.event.identity_invoked_by_uuid description: The UUID of the identity that invoked the action as it appears in the log. type: String - contextPath: Core.OriginalAlert.event.identity_invoked_by_type description: An enum that represents the type of identity event that invoked the action. type: String - contextPath: Core.OriginalAlert.event.identity_invoked_by_sub_type description: An enum that represents the respective sub_type of the type of identity (identity_type) that has invoked the action. type: String - contextPath: Core.OriginalAlert.event.operation_status description: Status of whether the operation has succeed or failed, if provided. type: String - contextPath: Core.OriginalAlert.event.operation_status_orig description: The operation status code as it appears in the log, including lookup from code number to code name. type: String - contextPath: Core.OriginalAlert.event.operation_status_orig_code description: The operation status code as it appears in the log. type: String - contextPath: Core.OriginalAlert.event.operation_status_reason_provided description: Description of the error, if the log record indicates an error and the cloud provider supplied the reason. type: String - contextPath: Core.OriginalAlert.event.resource_type description: The normalized type of the service that emitted the log row. type: String - contextPath: Core.OriginalAlert.event.resource_type_orig description: The type of the service that omitted the log as provided by the cloud provider. type: String - contextPath: Core.OriginalAlert.event.resource_sub_type description: The sub-type respective to the resource_type field, normalized across all cloud providers. type: String - contextPath: Core.OriginalAlert.event.resource_sub_type_orig description: The sub-type of the service that emitted this log row as provided by the cloud provider. type: String - contextPath: Core.OriginalAlert.event.region description: The cloud region of the resource that emitted the log. type: String - contextPath: Core.OriginalAlert.event.zone description: The availability zone of the resource that emitted the log. type: String - contextPath: Core.OriginalAlert.event.referenced_resource description: The cloud resource referenced in the audit log. type: String - contextPath: Core.OriginalAlert.event.referenced_resource_name description: Same as referenced_resource but provides only the substring that represents the resource name instead of the full asset ID. type: String - contextPath: Core.OriginalAlert.event.referenced_resources_count description: The number of extracted resources referenced in this audit log. type: Number - contextPath: Core.OriginalAlert.event.user_agent description: The user agent provided in the call to the API of the cloud provider. type: String - contextPath: Core.OriginalAlert.event.caller_ip description: The IP of the caller that performed the action in the log. type: String - contextPath: Core.OriginalAlert.event.caller_ip_geolocation description: The geolocation associated with the caller_ip's value. type: String - contextPath: Core.OriginalAlert.event.caller_ip_asn description: The ASN of the caller_ip's value. type: Number - contextPath: Core.OriginalAlert.event.caller_project description: The project of the caller entity. type: String - contextPath: Core.OriginalAlert.event.raw_log description: The raw log that is being normalized. type: Unknown - contextPath: Core.OriginalAlert.event.log_name description: The name of the log that contains the log row. type: String - contextPath: Core.OriginalAlert.event.caller_ip_asn_org description: The organization associated with the ASN of the caller_ip's value. type: String - contextPath: Core.OriginalAlert.event.event_base_id description: Event base ID. type: String - contextPath: Core.OriginalAlert.event.ingestion_time description: Ingestion time. type: String - arguments: - description: A comma-separated list of alert IDs. isArray: true name: alert_ids required: true - description: Whether to return only a subset of the alert fields. Filtering the fields can reduce response size for large alerts. auto: PREDEFINED name: filter_alert_fields defaultValue: 'true' predefined: - 'true' - 'false' description: Returns dynamic analysis of each alert ID. name: core-get-dynamic-analysis outputs: - contextPath: Core.DynamicAnalysis.causalityId description: '' type: String - contextPath: Core.DynamicAnalysis.internals.name description: '' type: String - contextPath: Core.DynamicAnalysis.internals.factName description: '' type: String - contextPath: Core.DynamicAnalysis.internals.timestamp description: '' type: Date - contextPath: Core.DynamicAnalysis.internals.eventId description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.user_presence description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.shellcode_address description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.tid description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.parent_pid description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.is_sign description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.sync_action description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.is_remote_session description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.peb description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.process_image_path description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.command_line description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.scanned_buffer_crc32_stacktrace_allocation_base_buffer description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.page_base_shellcode_buffer description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.os_sig_status description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.file_info_legal_copyright description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.user_name description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.is_heavens_gate description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.is_impersonated description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.os_parent_instance_id description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.file_info_internal_name description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.stack_trace description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.is_injected description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.pid description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.thread_context_eip_image_path description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.image_path_sha256 description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.montepi_err description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.file_info_company_name description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.file_info_original_name description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.instance_id description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.yara_file_scan_result description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.file_obj_flags description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.should_obfuscate description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.file_size description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.file_info_is_dot_net description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.call_region_shellcode_buffer description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.allocation_base_shellcode_buffer description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.signer_name description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.original_command_line description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.yara_rules_results_stacktrace_page_base_buffer description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.rpc_interface_uuid description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.rpc_interface_minor_version description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.telem description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.is_trusted_signer description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.thread_context_eip description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.requested_parent_instance_id description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.is_cgo description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.parent_cid description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.enabled_privileges description: '' type: Date - contextPath: Core.DynamicAnalysis.internals.attributes.peb32 description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.is_embedded_sign description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.rpc_function_opnum description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.parent_thread_instance_id description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.remote_causality_actor_ip description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.canonized_process_image_path description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.scanned_buffer_crc32_stacktrace_call_region_buffer description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.yara_rules_results_stacktrace_allocation_base_buffer description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.entry_point_rva description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.is_stack_pivot description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.os_parent_pid description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.image_path_md5 description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.causality_actor_type description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.timestamp description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.is_in_transaction description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.cid description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.integrity_level description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.actor_type description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.file_info_description description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.chisq_prob description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.parent_tid description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.rpc_interface_major_version description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.dse_internal description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.telem_bit_mask description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.process_image_name description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.parent_instance_id description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.entropy description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.call_region_base_address description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.yara_rules_results_stacktrace_call_region_buffer description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.scanned_buffer_crc32_stacktrace_page_base_buffer description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.image_base description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.sync_id description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.effective_user_sid description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.requested_parent_pid description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.event_id description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.rpc_protocol description: '' type: String - contextPath: Core.DynamicAnalysis.internals.processIdx description: '' type: Number - contextPath: Core.DynamicAnalysis.internals.instanceId description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.scriptblock_text description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.script_path description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.actor_pid description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.actor_instance_id description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.actor_thread_instance_id description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.etw_event_id description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.actor_tid description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.suspicious_strings description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.suspicious_strings_context description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.content_version description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.script_hash description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.dotnet_callstack description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.hook_type description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.appdomain_id description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.ps_assembly_version description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.original_length description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.invoke_expression_count description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.file_path description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.content description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.edr_assembly_version description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.expression_tree_scan_result description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.content_length description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.local_analysis_verdict description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.clr_version description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.powershell_version description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.script_source description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.prio description: '' type: String - contextPath: Core.DynamicAnalysis.internals.attributes.build_timestamp description: '' type: Date - contextPath: Core.DynamicAnalysis.potentialPreventionActionOverride description: '' type: Boolean - contextPath: Core.DynamicAnalysis.isBiocRule description: '' type: Boolean - contextPath: Core.DynamicAnalysis.biocId description: '' type: Number - contextPath: Core.DynamicAnalysis.additionalData description: '' type: String - contextPath: Core.DynamicAnalysis.biocRuleName description: '' type: String - contextPath: Core.DynamicAnalysis.reachedMaxActivationsPerRule description: '' type: Boolean - contextPath: Core.DynamicAnalysis.syncActionStatus description: '' type: Number - contextPath: Core.DynamicAnalysis.spawnerImagePath description: '' type: String - contextPath: Core.DynamicAnalysis.spawnerCmdline description: '' type: String - contextPath: Core.DynamicAnalysis.spawnerSigner description: '' type: String - contextPath: Core.DynamicAnalysis.osSpawnerImagePath description: '' type: String - contextPath: Core.DynamicAnalysis.osSpawnerCmdline description: '' type: String - contextPath: Core.DynamicAnalysis.osSpawnerSigner description: '' type: String - arguments: - description: The sha256 of a file. isArray: true name: sha256 required: true description: Get the prevalence of a file, identified by sha256. name: core-get-hash-analytics-prevalence outputs: - contextPath: Core.AnalyticsPrevalence.Hash.value description: Whether the hash is prevalent or not. type: Boolean - contextPath: Core.AnalyticsPrevalence.Hash.data.global_prevalence.value description: The global prevalence of the hash. type: Number - contextPath: Core.AnalyticsPrevalence.Hash.data.local_prevalence.value description: The local prevalence of the hash. type: Number - contextPath: Core.AnalyticsPrevalence.Hash.data.prevalence.value description: The prevalence of the hash. type: Number - arguments: - description: The IP address. isArray: true name: ip_address required: true description: Get the prevalence of an ip, identified by ip_address. name: core-get-IP-analytics-prevalence outputs: - contextPath: Core.AnalyticsPrevalence.Ip.value description: Whether the IP address is prevalent or not. type: Boolean - contextPath: Core.AnalyticsPrevalence.Ip.data.global_prevalence.value description: The global prevalence of the IP. type: Number - contextPath: Core.AnalyticsPrevalence.Ip.data.local_prevalence.value description: The local prevalence of the IP. type: Number - contextPath: Core.AnalyticsPrevalence.Ip.data.prevalence.value description: The prevalence of the IP. type: Number - arguments: - description: The domain name. isArray: true name: domain_name required: true description: Get the prevalence of a domain, identified by domain_name. name: core-get-domain-analytics-prevalence outputs: - contextPath: Core.AnalyticsPrevalence.Domain.value description: Whether the domain is prevalent or not. type: Boolean - contextPath: Core.AnalyticsPrevalence.Domain.data.global_prevalence.value description: The global prevalence of the domain. type: Number - contextPath: Core.AnalyticsPrevalence.Domain.data.local_prevalence.value description: The local prevalence of the domain. type: Number - contextPath: Core.AnalyticsPrevalence.Domain.data.prevalence.value description: The prevalence of the domain. type: Number - arguments: - description: The process name. isArray: true name: process_name required: true description: Get the prevalence of a process, identified by process_name. name: core-get-process-analytics-prevalence outputs: - contextPath: Core.AnalyticsPrevalence.Process.value description: Whether the process is prevalent or not. type: Boolean - contextPath: Core.AnalyticsPrevalence.Process.data.global_prevalence.value description: The global prevalence of the process. type: Number - contextPath: Core.AnalyticsPrevalence.Process.data.local_prevalence.value description: The local prevalence of the process. type: Number - contextPath: Core.AnalyticsPrevalence.Process.data.prevalence.value description: The prevalence of the process. type: Number - arguments: - description: The key name of a registry path. isArray: true name: key_name required: true - description: The value name of a registry path. isArray: true name: value_name required: true description: Get the prevalence of a registry_path, identified by key_name, value_name. name: core-get-registry-analytics-prevalence outputs: - contextPath: Core.AnalyticsPrevalence.Registry.value description: Whether the registry is prevalent or not. type: Boolean - contextPath: Core.AnalyticsPrevalence.Registry.data.global_prevalence.value description: The global prevalence of the registry. type: Number - contextPath: Core.AnalyticsPrevalence.Registry.data.local_prevalence.value description: The local prevalence of the registry. type: Number - contextPath: Core.AnalyticsPrevalence.Registry.data.prevalence.value description: The prevalence of the registry. type: Number - arguments: - description: The process command line. isArray: true name: process_command_line required: true description: Get the prevalence of a process_command_line, identified by process_command_line. name: core-get-cmd-analytics-prevalence outputs: - contextPath: Core.AnalyticsPrevalence.Cmd.value description: Whether the CMD is prevalent or not. type: Boolean - contextPath: Core.AnalyticsPrevalence.Cmd.data.global_prevalence.value description: The global prevalence of the CMD. type: Number - contextPath: Core.AnalyticsPrevalence.Cmd.data.local_prevalence.value description: The local prevalence of the CDM. type: Number - contextPath: Core.AnalyticsPrevalence.Cmd.data.prevalence.value description: The prevalence of the Cmd. type: Number - arguments: - description: A comma-separated list of tenant IDs of the endpoint(s) for which you want to assign the tag. isArray: true name: endpoint_ids required: true - description: The tag name to assign to the endpoint(s). name: tag required: true - description: A comma-separated list of endpoint IDs by which to filter the results. isArray: true name: endpoint_id_list - description: "A comma-separated list of distribution package names or installation package names. \nExample: dist_name1,dist_name2." isArray: true name: dist_name - description: |- A comma-separated list of IP addresses. Example: 8.8.8.8,1.1.1.1. isArray: true name: ip_list - description: |- A comma-separated list of group name to which the agent belongs. Example: group_name1,group_name2. isArray: true name: group_name - auto: PREDEFINED description: The endpoint platform. isArray: true name: platform predefined: - windows - linux - macos - android - description: |- A comma-separated list of alias names. Examples: alias_name1,alias_name2. isArray: true name: alias_name - auto: PREDEFINED description: Specifies whether the endpoint was isolated or unisolated. name: isolate predefined: - isolated - unisolated - description: |- A comma-separated list of hostnames. Example: hostname1,hostname2. isArray: true name: hostname - description: |- All the agents that were first seen after {first_seen_gte}. Supported values: 1579039377301 (time in milliseconds) "3 days" (relative date) "2019-10-21T23:45:00" (date). name: first_seen_gte - description: |- All the agents that were first seen before {first_seen_lte}. Supported values: 1579039377301 (time in milliseconds) "3 days" (relative date) "2019-10-21T23:45:00" (date). name: first_seen_lte - description: |- All the agents that were last seen before {last_seen_gte}. Supported values: 1579039377301 (time in milliseconds) "3 days" (relative date) "2019-10-21T23:45:00" (date). name: last_seen_gte - description: |- All the agents that were last seen before {last_seen_lte}. Supported values: 1579039377301 (time in milliseconds) "3 days" (relative date) "2019-10-21T23:45:00" (date). name: last_seen_lte - auto: PREDEFINED description: The status of the endpoint to filter. name: status predefined: - connected - disconnected - lost - uninstalled description: Add a tag to one or more endpoints. name: core-add-endpoint-tag - arguments: - description: A comma-separated list of tenant IDs of the endpoint(s) for which you want to remove the tag. isArray: true name: endpoint_ids required: true - description: The tag name to remove from the endpoint(s). name: tag required: true - description: A comma-separated list of endpoint IDs to filter by them. isArray: true name: endpoint_id_list - description: "A comma-separated list of distribution package names or installation package names. \nExample: dist_name1,dist_name2." isArray: true name: dist_name - description: |- A comma-separated list of IP addresses. Example: 8.8.8.8,1.1.1.1. isArray: true name: ip_list - description: |- A comma-separated list of group names to which the agent belongs. Example: group_name1,group_name2. isArray: true name: group_name - auto: PREDEFINED description: The endpoint platform. isArray: true name: platform predefined: - windows - linux - macos - android - description: |- A comma-separated list of alias names. Examples: alias_name1,alias_name2. isArray: true name: alias_name - auto: PREDEFINED description: Specifies whether the endpoint was isolated or unisolated. name: isolate predefined: - isolated - unisolated - description: |- A comma-separated list of hostnames. Example: hostname1,hostname2. isArray: true name: hostname - description: |- All the agents that were first seen after {first_seen_gte}. Supported values: 1579039377301 (time in milliseconds) "3 days" (relative date) "2019-10-21T23:45:00" (date). name: first_seen_gte - description: |- All the agents that were first seen before {first_seen_lte}. Supported values: 1579039377301 (time in milliseconds) "3 days" (relative date) "2019-10-21T23:45:00" (date). name: first_seen_lte - description: |- All the agents that were last seen before {last_seen_gte}. Supported values: 1579039377301 (time in milliseconds) "3 days" (relative date) "2019-10-21T23:45:00" (date). name: last_seen_gte - description: |- All the agents that were last seen before {last_seen_lte}. Supported values: 1579039377301 (time in milliseconds) "3 days" (relative date) "2019-10-21T23:45:00" (date). name: last_seen_lte - auto: PREDEFINED description: The status of the endpoint to filter. name: status predefined: - connected - disconnected - lost - uninstalled description: Remove a tag from one or more endpoints. name: core-remove-endpoint-tag - arguments: - description: A comma-separated list of endpoint IDs to update their tags. name: endpoint_ids required: true - description: A comma-separated list of tags to add to the endpoints. Either this arguemnt or tags_to_remove is requierd. name: tags_to_add - description: A comma-separated list of tags to remove from the endpoints. Either this arguemnt or tags_to_add is requierd. name: tags_to_remove hidden: true description: Update tags of one or more endpoints. name: core-update-endpoint-tags outputs: - contextPath: Core.EndpointTags.SuccessMessage description: The success message returned after updating endpoint tags. type: string - contextPath: Core.EndpointTags.FailureMessage description: The error message returned when endpoint tags failed to update. type: string - name: core-list-users description: Retrieve a list of the current users in your environment. arguments: [] outputs: - contextPath: Core.User.user_email description: Email address of the user. type: string - contextPath: Core.User.user_first_name description: First name of the user. type: string - contextPath: Core.User.user_last_name description: Last name of the user. type: string - contextPath: Core.User.role_name description: Role name associated with the user. type: string - contextPath: Core.User.last_logged_in description: Timestamp of when the user last logged in. type: Number - contextPath: Core.User.user_type description: Type of user. type: string - contextPath: Core.User.groups description: Name of user groups associated with the user, if applicable. type: array - contextPath: Core.User.scope description: Name of scope associated with the user, if applicable. type: array - arguments: - description: | Unique ID of a specific user. User ID could be either of the `foo/dummy` format, or just `dummy`. name: user_id - description: Limit the number of users that will appear in the list. (limit should be used when no specific host is requested). name: limit defaultValue: 10 name: core-list-risky-users description: Retrieve the risk score of a specific user or list of users with the highest risk score in the environment along with the reason affecting each score. outputs: - contextPath: Core.RiskyUser.type description: Form of identification element. type: String - contextPath: Core.RiskyUser.id description: Identification value of the type field. type: String - contextPath: Core.RiskyUser.score description: The score assigned to the user. type: Integer - contextPath: Core.RiskyUser.reasons.date created description: Date when the incident was created. type: String - contextPath: Core.RiskyUser.reasons.description description: Description of the incident. type: String - contextPath: Core.RiskyUser.reasons.severity description: The severity of the incident. type: String - contextPath: Core.RiskyUser.reasons.status description: The incident status. type: String - contextPath: Core.RiskyUser.reasons.points description: The score. type: Number - arguments: - description: The host name of a specific host. name: host_id - description: Limit the number of hosts that will appear in the list. (Use limit when no specific host is requested). name: limit defaultValue: 10 name: core-list-risky-hosts description: Retrieve the risk score of a specific host or list of hosts with the highest risk score in the environment along with the reason affecting each score. outputs: - contextPath: Core.RiskyHost.type description: Form of identification element. type: String - contextPath: Core.RiskyHost.id description: Identification value of the type field. type: String - contextPath: Core.RiskyHost.score description: The score assigned to the host. type: Integer - contextPath: Core.RiskyHost.reasons.date created description: Date when the incident was created. type: String - contextPath: Core.RiskyHost.reasons.description description: Description of the incident. type: String - contextPath: Core.RiskyHost.reasons.severity description: The severity of the incident. type: String - contextPath: Core.RiskyHost.reasons.status description: The incident status. type: String - contextPath: Core.RiskyHost.reasons.points description: The score. type: Number - arguments: - description: A comma-separated list of one or more user group names for which you want the associated users. name: group_names isArray: true required: true name: core-list-user-groups description: Retrieve a list of the current user emails associated with one or more user groups in your environment. outputs: - contextPath: Core.UserGroup.group_name description: Name of the user group. type: String - contextPath: Core.UserGroup.description description: Description of the user group, if available. type: String - contextPath: Core.UserGroup.pretty_name description: Name of the user group as it appears in the management console. type: String - contextPath: Core.UserGroup.insert_time description: Timestamp of when the user group was created. type: Number - contextPath: Core.UserGroup.update_time description: Timestamp of when the user group was last updated. type: Number - contextPath: Core.UserGroup.user_email description: List of email addresses belonging to the users associated with the user group. type: array - contextPath: Core.UserGroup.source description: Type of user group. type: String - arguments: - description: Allows linking the response action to the incident that triggered it. name: incident_id - description: A comma-separated list of endpoint IDs. Can be retrieved by running the core-get-endpoints command. name: endpoint_ids required: true isArray: true - description: Unique identifier of the script. Can be retrieved by running the core-get-scripts command. name: script_uid required: true - description: Dictionary containing the parameter name as key and its value for this execution as the value. For example, {"param1":"param1_value","param2":"param2_value"}. name: parameters - defaultValue: '600' description: The timeout in seconds for this execution. name: timeout - description: Interval in seconds between each poll. defaultValue: '10' name: polling_interval_in_seconds - description: Polling timeout in seconds. name: polling_timeout_in_seconds defaultValue: '600' - description: The action ID for polling use. name: action_id hidden: true - name: hide_polling_output hidden: true description: Whether to hide the polling result (automatically filled by polling). - name: is_core hidden: true description: Is the command being called from a core pack. defaultValue: true description: Initiates a new endpoint script execution using a script from the script library and returns the results. name: core-script-run supportedModules: - cloud_runtime_security - edr - xsiam polling: true outputs: - contextPath: Core.ScriptResult.action_id description: ID of the action initiated. type: Number - contextPath: Core.ScriptResult.results.retrieved_files description: Number of successfully retrieved files. type: Number - contextPath: Core.ScriptResult.results.endpoint_ip_address description: Endpoint IP address. type: String - contextPath: Core.ScriptResult.results.endpoint_name description: Name of successfully retrieved files. type: String - contextPath: Core.ScriptResult.results.failed_files description: Number of files failed to be retrieved. type: Number - contextPath: Core.ScriptResult.results.endpoint_status description: Endpoint status. type: String - contextPath: Core.ScriptResult.results.domain description: Domain to which the endpoint belongs. type: String - contextPath: Core.ScriptResult.results.endpoint_id description: Endpoint ID. type: String - contextPath: Core.ScriptResult.results.execution_status description: Execution status of this endpoint. type: String - contextPath: Core.ScriptResult.results.return_value description: Value returned by the script in case the type is not a dictionary. type: String - contextPath: Core.ScriptResult.results.standard_output description: The STDOUT and the STDERR logged by the script during the execution. type: String - contextPath: Core.ScriptResult.results.retention_date description: Timestamp in which the retrieved files will be deleted from the server. type: Date - arguments: - description: Allows linking the response action to the incident that triggered it. name: incident_id - description: A comma-separated list of endpoint IDs. Can be retrieved by running the core-get-endpoints command. name: endpoint_ids required: true prettyname: Run action on prettypredefined: Initiator host: ${issue.xdmsourceagentidentifier} Remote host: ${issue.xdmtargetagentidentifier} - description: Unique identifier of the script. Can be retrieved by running the core-get-scripts command. name: script_uid required: true prettyname: Script - description: Dictionary containing the parameter name as key and its value for this execution as the value. For example, {"param1":"param1_value","param2":"param2_value"}. name: parameters - defaultValue: '600' description: The timeout in seconds for this execution. name: timeout - description: Interval in seconds between each poll. defaultValue: '10' name: polling_interval_in_seconds - description: Polling timeout in seconds. name: polling_timeout_in_seconds defaultValue: '600' - description: The action ID for polling use. name: action_id hidden: true - name: hide_polling_output hidden: true description: Whether to hide the polling result (automatically filled by polling). - name: is_core hidden: true description: Is the command being called from a core pack. defaultValue: true description: Initiates a new endpoint script execution using a script from the script library and returns the results. This quick action is deprecated. Use the new built-in Run Endpoint Script quick action instead. name: core-script-run-quick-action supportedModules: - cloud_runtime_security - edr - xsiam prettyname: Run Endpoint Script (deprecated) quickaction: true hidden: true polling: true outputs: - contextPath: Core.ScriptResult.action_id description: ID of the action initiated. type: Number - contextPath: Core.ScriptResult.results.retrieved_files description: Number of successfully retrieved files. type: Number - contextPath: Core.ScriptResult.results.endpoint_ip_address description: Endpoint IP address. type: String - contextPath: Core.ScriptResult.results.endpoint_name description: Name of successfully retrieved files. type: String - contextPath: Core.ScriptResult.results.failed_files description: Number of files failed to be retrieved. type: Number - contextPath: Core.ScriptResult.results.endpoint_status description: Endpoint status. type: String - contextPath: Core.ScriptResult.results.domain description: Domain to which the endpoint belongs. type: String - contextPath: Core.ScriptResult.results.endpoint_id description: Endpoint ID. type: String - contextPath: Core.ScriptResult.results.execution_status description: Execution status of this endpoint. type: String - contextPath: Core.ScriptResult.results.return_value description: Value returned by the script in case the type is not a dictionary. type: String - contextPath: Core.ScriptResult.results.standard_output description: The STDOUT and the STDERR logged by the script during the execution. type: String - contextPath: Core.ScriptResult.results.retention_date description: Timestamp in which the retrieved files will be deleted from the server. type: Date - arguments: - description: The agent ID. name: agent_id isArray: false required: true - description: The instance ID. name: instance_id isArray: true required: true - description: The process name. name: process_name isArray: false required: false - description: The incident ID. name: incident_id isArray: false required: false - description: The action ID. For polling use. isArray: true name: action_id deprecated: true - description: Interval in seconds between each poll. name: interval_in_seconds - description: Polling timeout in seconds. name: timeout_in_seconds name: core-terminate-process supportedModules: - cloud_runtime_security - edr - xsiam description: Terminates a process by its instance ID. Available only for XSIAM 2.4 and above. polling: true outputs: - contextPath: Core.TerminateProcess.action_id description: The action ID. type: String - contextPath: Core.GetActionStatus description: The action status command results. type: Unknown - contextPath: Core.GetActionStatus.endpoint_id description: Endpoint ID. type: string - contextPath: Core.GetActionStatus.status description: The status of the specific endpoint ID. type: string - contextPath: Core.GetActionStatus.action_id description: The specified action ID. type: number - contextPath: Core.GetActionStatus.ErrorReasons.bucket description: The bucket in which the error occurred. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_name description: The name of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_path description: The path of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_size description: The size of the file that caused the error. type: Number - contextPath: Core.GetActionStatus.ErrorReasons.missing_files description: The missing files that caused the error. type: Unknown - contextPath: Core.GetActionStatus.ErrorReasons.errorData description: The error reason data. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminated_by description: The instance ID which terminated the action and caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.errorDescription description: The error reason description. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminate_result description: The error reason terminate result. type: Unknown - arguments: - description: The agent ID. name: agent_id isArray: false required: true - description: The causality ID. name: causality_id isArray: true required: true - description: The process name. name: process_name isArray: false required: false - description: The incident ID. name: incident_id isArray: false required: false - description: The action ID. For polling use. isArray: true name: action_id deprecated: true - description: Interval in seconds between each poll. name: interval_in_seconds - description: The polling timeout in seconds. name: timeout_in_seconds name: core-terminate-causality supportedModules: - cloud_runtime_security - edr - xsiam description: Terminates a process tree by its causality ID. Available only for XSIAM 2.4 and above. polling: true outputs: - contextPath: Core.TerminateCausality.action_id description: The action id. type: String - contextPath: Core.GetActionStatus description: The action status command results. type: Unknown - contextPath: Core.GetActionStatus.endpoint_id description: Endpoint ID. type: string - contextPath: Core.GetActionStatus.status description: The status of the specific endpoint ID. type: string - contextPath: Core.GetActionStatus.action_id description: The specified action ID. type: number - contextPath: Core.GetActionStatus.ErrorReasons.bucket description: The bucket in which the error occurred. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_name description: The name of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_path description: The path of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_size description: The size of the file that caused the error. type: Number - contextPath: Core.GetActionStatus.ErrorReasons.missing_files description: The missing files that caused the error. type: Unknown - contextPath: Core.GetActionStatus.ErrorReasons.errorData description: The error reason data. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminated_by description: The instance ID which terminated the action and caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.errorDescription description: The error reason description. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminate_result description: The error reason terminate result. type: Unknown - arguments: - description: The agent ID. name: agent_id prettyname: Run action on prettypredefined: Issue initiator host: ${issue.xdmsourceagentidentifier} isArray: false required: true - description: The causality ID. name: causality_id isArray: true required: true prettypredefined: CGO identifier: ${issue.cid} - description: The process name. name: process_name isArray: false required: false - description: The incident ID. name: incident_id isArray: false required: false - description: The action ID. For polling use. isArray: true name: action_id deprecated: true - description: Interval in seconds between each poll. name: interval_in_seconds - description: The polling timeout in seconds. name: timeout_in_seconds name: core-terminate-causality-quick-action supportedModules: - cloud_runtime_security - edr - xsiam prettyname: Terminate CGO (deprecated) quickaction: true hidden: true description: Terminate a process tree by its causality ID. Available only for Cortex XSIAM 2.4 and above. This quick action is deprecated. Use the new built-in Terminate CGO quick action instead. polling: true outputs: - contextPath: Core.TerminateCausality.action_id description: The action id. type: String - contextPath: Core.GetActionStatus description: The action status command results. type: Unknown - contextPath: Core.GetActionStatus.endpoint_id description: Endpoint ID. type: string - contextPath: Core.GetActionStatus.status description: The status of the specific endpoint ID. type: string - contextPath: Core.GetActionStatus.action_id description: The specified action ID. type: number - contextPath: Core.GetActionStatus.ErrorReasons.bucket description: The bucket in which the error occurred. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_name description: The name of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_path description: The path of the file that caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.file_size description: The size of the file that caused the error. type: Number - contextPath: Core.GetActionStatus.ErrorReasons.missing_files description: The missing files that caused the error. type: Unknown - contextPath: Core.GetActionStatus.ErrorReasons.errorData description: The error reason data. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminated_by description: The instance ID which terminated the action and caused the error. type: String - contextPath: Core.GetActionStatus.ErrorReasons.errorDescription description: The error reason description. type: String - contextPath: Core.GetActionStatus.ErrorReasons.terminate_result description: The error reason terminate result. type: Unknown - arguments: - description: Asset unique identifier. name: asset_id required: true name: core-get-asset-details deprecated:marketplacev2: false deprecated: true description: Get asset information. outputs: - contextPath: Core.CoreAsset description: Asset additional information. - contextPath: Core.CoreAsset.xdm__asset__provider description: The cloud provider or source responsible for the asset. - contextPath: Core.CoreAsset.xdm__asset__realm description: The realm or logical grouping of the asset. - contextPath: Core.CoreAsset.xdm__asset__last_observed description: The timestamp of when the asset was last observed, in ISO 8601 format. - contextPath: Core.CoreAsset.xdm__asset__type__id description: The unique identifier for the asset type. - contextPath: Core.CoreAsset.xdm__asset__first_observed description: The timestamp of when the asset was first observed, in ISO 8601 format. - contextPath: Core.CoreAsset.asset_hierarchy description: The hierarchy or structure representing the asset. - contextPath: Core.CoreAsset.xdm__asset__type__category description: The category type of the asset. - contextPath: Core.CoreAsset.xdm__cloud__region description: The cloud region where the asset resides. - contextPath: Core.CoreAsset.xdm__asset__module_unstructured_fields description: The unstructured fields or metadata associated with the asset module. - contextPath: Core.CoreAsset.xdm__asset__source description: The originating source of the asset's information. - contextPath: Core.CoreAsset.xdm__asset__id description: A unique identifier for the asset. - contextPath: Core.CoreAsset.xdm__asset__type__class description: The classification or type class of the asset. - contextPath: Core.CoreAsset.xdm__asset__type__name description: The specific name of the asset type. - contextPath: Core.CoreAsset.xdm__asset__strong_id description: The strong or immutable identifier for the asset. - contextPath: Core.CoreAsset.xdm__asset__name description: The name of the asset. - contextPath: Core.CoreAsset.xdm__asset__raw_fields description: The raw fields or unprocessed data related to the asset. - contextPath: Core.CoreAsset.xdm__asset__normalized_fields description: The normalized fields associated with the asset. - contextPath: Core.CoreAsset.all_sources description: A list of all sources providing information about the asset. - arguments: - description: The action ID for polling use. name: action_id hidden: true - description: Interval in seconds between each poll. defaultValue: '10' name: polling_interval_in_seconds - description: Polling timeout in seconds. name: polling_timeout_in_seconds defaultValue: '600' - name: hide_polling_output hidden: true description: Whether to hide the polling result (automatically filled by polling). - name: is_core hidden: true description: Is the command being called from a core pack. defaultValue: true - description: Unique identifier of the execute_commands script. name: script_uid hidden: true - description: Dictionary containing the parameter name as key and its value for this execution as the value. For example, {"param1":"param1_value","param2":"param2_value"}. name: parameters hidden: true - description: Comma-separated list of endpoint IDs. Can be retrieved by running the core-get-endpoints command. name: endpoint_ids required: true isArray: true type: String - description: List of shell commands to execute, separated by the defined command_separator argument. Set the is_raw_command argument to true to prevent splitting by the separator character. name: command required: true isArray: true type: String - description: The maximum running time of the command. name: timeout required: false isArray: false type: Integer defaultValue: 600 - description: Link the response action to the triggered incident. name: incident_id required: false isArray: false type: String - description: Whether to pass the command as-is. When false, the command is split by the chosen command_separator argument and sent as a list of commands that are run independently. name: is_raw_command required: false isArray: false type: Boolean - description: The separator used to split the command list. For example, using the default value (a comma), the string command1,command2 will be split into two separate commands, and each will be executed individually. name: command_separator required: false isArray: false type: String defaultValue: ',' auto: PREDEFINED predefined: - "," - "|" - "/" - description: Type of shell command. name: command_type auto: PREDEFINED required: false isArray: false type: String predefined: - "powershell" - "native" description: Run a shell command on a specific endpoint and return its result. name: core-execute-command polling: true outputs: - contextPath: Core.ScriptResult.action_id description: ID of the action initiated. type: Number - contextPath: Core.ScriptResult.results.retrieved_files description: Number of successfully retrieved files. type: Number - contextPath: Core.ScriptResult.results.endpoint_ip_address description: Endpoint IP address. type: String - contextPath: Core.ScriptResult.results.endpoint_name description: Endpoint name. type: String - contextPath: Core.ScriptResult.results.failed_files description: Number of files failed to retrieve. type: Number - contextPath: Core.ScriptResult.results.endpoint_status description: Endpoint status. type: String - contextPath: Core.ScriptResult.results.domain description: Domain to which the endpoint belongs. type: String - contextPath: Core.ScriptResult.results.endpoint_id description: Endpoint ID. type: String - contextPath: Core.ScriptResult.results.execution_status description: Execution status of this endpoint. type: String - contextPath: Core.ScriptResult.results.return_value description: Value returned by the script in case the type is not a dictionary. type: String - contextPath: Core.ScriptResult.results.standard_output description: The STDOUT and the STDERR logged by the script during the execution. type: String - contextPath: Core.ScriptResult.results.retention_date description: Timestamp in which the retrieved files will be deleted from the server. type: Date - contextPath: Core.ScriptResult.results.command description: The command that was executed by the script. type: String - arguments: - description: String that identifies the indicator you want to ingest into XSIAM. Required when the ioc_object is not in use. name: indicator required: false isArray: false type: String - auto: PREDEFINED description: The keyword identifying the type of indicator. Required when the ioc_object is not in use. name: type predefined: - 'HASH' - 'IP' - 'PATH' - 'DOMAIN_NAME' - 'FILENAME' required: false isArray: false type: String - auto: PREDEFINED description: The keyword identifying the indicator's severity. Required when the ioc_object is not in use. name: severity predefined: - 'INFO' - 'LOW' - 'MEDIUM' - 'HIGH' - 'CRITICAL' required: false isArray: false type: String - description: "Integer representing the indicator's expiration timestamp. This is a Unix epoch timestamp value, in milliseconds. Also valid is the UTC date or relative timestamp to set the IOC rule expiration date, for example: '7 Days', '12 hours'. Supported formats: N minutes, N hours, N days, N weeks, N months, N years, yyyy-mm-dd, yyyy-mm-ddTHH:MM:SSZ. If this indicator has no expiration, use Never. If value is not given, the indicator receives the indicator's type default expiration date." name: expiration_date required: false isArray: false type: String - description: Comment string. name: comment required: false isArray: false type: String - auto: PREDEFINED description: Keyword representing the indicator's reputation. name: reputation predefined: - 'GOOD' - 'BAD' - 'SUSPICIOUS' - 'UNKNOWN' required: false isArray: false type: String - auto: PREDEFINED description: Character representing the indicator's reliability rating. Valid values are A-F. A is the most reliable, F is the least. name: reliability predefined: - 'A' - 'B' - 'C' - 'D' - 'E' - 'F' required: false isArray: false type: String - description: String representing the indicator class (for example, "Malware"). name: class required: false isArray: false type: String - description: String representing the name of the vendor who reported this indicator. name: vendor_name required: false isArray: false type: String - auto: PREDEFINED description: Keyword representing the vendor's reputation. Required when vendor_name is defined. name: vendor_reputation predefined: - 'GOOD' - 'BAD' - 'SUSPICIOUS' - 'UNKNOWN' required: false isArray: false type: String - auto: PREDEFINED description: The character representing the vendor's reliability rating. Valid values are A-F. A is the most reliable, F is the least. Required when vendor_reputation is defined. name: vendor_reliability predefined: - 'A' - 'B' - 'C' - 'D' - 'E' - 'F' required: false isArray: false type: String - auto: PREDEFINED description: The input format selected, which determines how parameters are sent to the XDR API. defaultValue: 'JSON' name: input_format predefined: - 'CSV' - 'JSON' required: false isArray: false type: String - description: "The JSON/CSV object contains the IOC details. Make sure a valid IOC object is passed." name: ioc_object required: false isArray: false type: String description: "Upload the IOC rules to XSIAM. When the ioc_object is defined, disregard any other provided arguments, as the ioc_object takes precedence. Validate the indicator parameters when ioc_object is used. If `vendor_name`, `vendor_reputation`, and `vendor_reliability` are used, only a single vendor is supported. For multiple vendors, utilize an `ioc_object` in JSON format. Adding a rule with the same indicator, but with different parameters, will update the existing rule." name: core-add-indicator-rule outputs: - contextPath: Core.Indicator.indicator description: String that identifies the indicator that was ingested into XSIAM. type: String - contextPath: Core.Indicator.type description: Keyword identifying the type of indicator. type: String - contextPath: Core.Indicator.severity description: Keyword identifying the indicator's severity. type: String - contextPath: Core.Indicator.expiration_date description: Integer representing the indicator's expiration timestamp. type: Number - contextPath: Core.Indicator.comment description: Comment string. type: String - contextPath: Core.Indicator.reputation description: Keyword representing the indicator's reputation. type: String - contextPath: Core.Indicator.reliability description: Keyword representing the indicator's reliability rating. type: String - contextPath: Core.Indicator.class description: String representing the indicator class. type: String - contextPath: Core.Indicator.vendors description: List representing the vendors who reported this indicator. type: List - arguments: - description: The alert ID's from where to retrieve the contributing events. isArray: true name: alert_ids required: true - defaultValue: '50' description: The maximum number of contributing events to retrieve. name: limit - defaultValue: '1' description: The page number to retrieve. Minimum is 1. name: page_number - defaultValue: '50' description: The page size. name: page_size description: Retrieves contributing events for a specific correlation alert. name: core-get-contributing-event outputs: - contextPath: Core.ContributingEvent.alertID description: The alert ID. type: String - contextPath: Core.ContributingEvent.events description: The contributing events. type: Unknown - arguments: - description: List of agent IDs that support the operation. name: endpoint_list required: true - description: List of IPv6 or IPv4 addresses to be added to the blocklist. name: addresses required: true - description: Number of minutes to block (Max 518,400). The default is 300. name: duration - description: The blocked IP address lists required for polling that are not visible to the user. name: blocked_list hidden: true polling: true name: core-block-ip description: Block malicious or suspicious IP addresses. outputs: - contextPath: Core.ip_block_results description: A list of Dictionaries, each containing ip_address, end_point, and reason (including status and error message). type: List runonce: false script: '-' subtype: python3 type: python dockerimage: demisto/google-cloud-storage:1.0.0.10120494 tests: - No tests supportsquickactions: true fromversion: 6.2.0 supportedModules: - exposure_management - cloud - cloud_runtime_security - cloud_posture - xsiam - edr