Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: mxmas70

Home > Paloalto Networks > Security Operations > XSIAM-Engineer

XSIAM-Engineer Palo Alto Networks XSIAM Engineer Question and Answers

Question # 4

What should be considered when creating a custom incident domain?

A.

Alert grouping will not apply, but SmartScore will.

B.

Alert grouping will apply, but SmartScore will not.

C.

Alert grouping and SmartScore will not be applied to incidents.

D.

Alert grouping and SmartScore will be applied to incidents.

Full Access
Question # 5

Using the integrationContext object, how is data stored and retrieved between integration command runs in Cortex XSIAM?

A.

The integrationContex object can only store strings, not key-value dictionaries.

B.

The integrationContex object is retrieved and set using the test-module command.

C.

The get_integration_context() method overrides the existing object that is stored.

D.

The integrationContex object supports get_integration_context() and set_integration_context().

Full Access
Question # 6

A Cortex XSIAM engineer is implementing role-based access control (RBAC) and scope-based access control (SBAC) for users accessing the Cortex XSIAM tenant with the following requirements:

Users managing machines in Europe should be able to manage and control all endpoints and installations, create profiles and policies, view alerts, and initiate Live Terminal, but only for endpoints in the Europe region.

Users managing machines in Europe should not be able to create, modify, or delete new or existing user roles.

The Europe region endpoints are identified by both of the following:

Endpoint Tag = "Europe-Servers" and Endpoint Group = "Europe" for servers in Europe

Endpoint Group = "Europe" and Endpoint Tag = "Europe-Workstation" for workstations in Europe

Which two sets of implementation actions should the engineer take? (Choose two.)

A.

Verify and confirm that SBAC mode under "Server Settings" is set to "Restrictive," and assign "EG:Europe" under the user permission scope configuration.

B.

Use the pre-defined roles, assign the "Instance Administrator" role to the user or user group managing Europe-based endpoints.

C.

Verify and confirm that SBAC mode under "Server Settings" is set to "Permissive," and assign "EG:Europe" under the user permission scope configuration.

D.

Use the pre-defined roles, assign the "Privileged IT Admin" role to the user or user group managing Europe-based endpoints.

Full Access
Question # 7

An engineer needs to migrate Cortex XDR agents without internet connection from Cortex XSIAM tenant A to Cortex XSIAM tenant B. There is a broker configured for each tenant. This is the communication flow:

XDR agents <-> Broker A <-> XSIAM tenant A

XDR agents <-> Broker B <-> XSIAM tenant B

Which two steps should be taken before moving the agents? (Choose two.)

A.

Install a new Broker C on site B, and register it into Cortex XSIAM tenant A.

B.

Install a new Broker C on site and register it into Cortex XSIAM tenant B.

C.

Also register Broker A to Cortex XSIAM tenant B.

D.

Select all endpoints in the console and add a new Broker C as proxy.

Full Access
Question # 8

A Cortex XDR agent is installed on an endpoint, but the agent is unable to download content updates and has not registered with the Cortex XSIAM server. An engineer troubleshoots the network connection and determines that, by design, this endpoint does not have direct internet access to the required network destinations for the Cortex XDR agent traffic.

A Broker VM that has the local agent settings applet enabled with Agent Proxy configured is reachable by the endpoint. The Broker VM details are as follows:

FQDN: crtxbroker01.company.net

Proxy listening port: 8888

How should the engineer configure the Cortex XDR agent to use the existing Broker VM as a proxy for the agent network traffic?

A.

cytool proxy set "crtxbroker01. company.net: 8888"

B.

cytool config proxy --host crtxbroker01.company.net --port 8888

C.

cytool set proxy --host crtxbroker01.company.net --port 8888

D.

cytool proxy config "crtxbroker01.company.net:8888"

Full Access
Question # 9

Which action will prevent the automatic extraction of indicators such as IP addresses and URLs from a script's output?

A.

Add 'ExtractIndicators': False to the script.

B.

Add 'IgnoreAutoExtract': True to the script.

C.

Use 'AutoExtract': False in the script.

D.

Set 'IndicatorExtraction': None in the script.

Full Access
Question # 10

A Cortex XSIAM engineer at a SOC downgrades a critical threat intelligence content pack from the Cortex Marketplace while performing routine maintenance. As a result, the SOC team loses access to the latest threat intelligence data.

Which action will restore the functionality of the content pack to its previously installed version?

A.

Contact Palo Alto Networks Support to create an exception to revert to the previously installed version.

B.

Back up the current configuration and data, then revert to the previously installed version.

C.

Remove all integrations and playbooks associated with the content pack, then revert to the previously installed version.

D.

Directly reinstall the previously installed version over the current one.

Full Access
Question # 11

In which two locations can correlation rules be monitored for errors? (Choose two.)

A.

XDR Collector audit logs (type = Rules, subtype = Error)

B.

correlations_auditing dataset through XQL

C.

Management audit logs (type = Rules, subtype = Error)

D.

Alerts table as a health alert

Full Access
Question # 12

Which common issue can result in sudden data ingestion loss for a data source that was previously successful?

A.

Data source is using an unsupported data format.

B.

Data source has reached its maximum storage capacity.

C.

Data source has reached its end of life for support.

D.

API key used for the integration has expired.

Full Access
Question # 13

A Cortex XSIAM engineer is developing a playbook that uses reputation commands such as '!ip' to enrich and analyze indicators.

Which statement applies to the use of reputation commands in this scenario?

A.

If no reputation integration instance is configured, the '!ip' command will execute but will return no results.

B.

Reputation commands such as '!ip' will fail if the required reputation integration instance is not configured and enabled.

C.

The mapping flow for enrichment commands is disabled if extraction is set to "None."

D.

Enrichment data will not be saved to the indicator unless the extraction setting is manually configured in the playbook task.

Full Access
Question # 14

Based on the images below, which command will allow the context data to be displayed as a table when troubleshooting a playbook task?

A.

!ConvertTableToHTML table=${parentIncidentFields.custom_fields}

B.

!JsonToTable value=${parentIncidentFields.custom_fields}

C.

!ToTable data=${parentIncidentFields.custom_fields.incidentassignment}

D.

!ExtractHTMLTables html=${parentIncidentFields.custom_fields.incidentassignment}

Full Access
Question # 15

How will Cortex XSIAM help with raw log ingestion from third-party sources in an existing infrastructure?

A.

Any structured logs coming into it are left completely unchanged, and only metadata is added to the raw data.

B.

For structured logs, like CEF, LEEF, and JSON, it decouples the key-value pairs and saves them in table format.

C.

Any unstructured logs coming into it are left completely unchanged, and metadata is not added to the raw data.

D.

For unstructured logs, it decouples the key-value pairs and saves them in a table format.

Full Access
Question # 16

Which field is automatically mapped from the dataset to the data model when creating a data model rule?

A.

_event_type

B.

_insert_time

C.

_host_name

D.

_cloud_id

Full Access
Question # 17

When Cortex XDR agents are on servers in a zone with no internet access, which configuration will keep them communicating with the platform?

A.

Logging service in the isolated zone

B.

Broker VM

C.

Integration using filebeat

D.

Engine

Full Access