Exam XSIAM-Engineer Topic 1 Question 108 Discussion

Actual exam question for Palo Alto Networks's XSIAM-Engineer exam
Question #: 108
Topic #: 1
You are integrating a highly specialized Industrial Control System (ICS) log source with XSIAM. The ICS device exports logs using a custom binary protocol over UDP, encapsulating structured XML fragments within a proprietary header and footer. Due to strict operational technology (OT) network segmentation, direct API integration is not feasible. An intermediate Linux gateway is deployed to capture these UDP packets and process them. Which architectural and content optimization decisions are critical for successfully ingesting this data into XSIAM?

Suggested Answer: D Vote an answer

Option D represents the most robust and optimized approach. For proprietary binary protocols and network segmentation constraints, an intermediate gateway is necessary. The best practice is to perform the complex, proprietary parsing outside XSIAM, at the source or an intermediate point, and then normalize the data into a well-structured format like JSON or CEF before sending it to XSIAM. Sending JSON via the XSIAM HTTP Data Collector endpoint is generally preferred for its flexibility and native support in XSIAM's Data Flows (parse_json() is highly efficient). This offloads complex binary parsing from XSIAM and ensures XSIAM receives clean, structured data ready for efficient ingestion and analysis. Option A uses syslog for XML which is less ideal than JSON over HTTP. Option B adds an unnecessary conversion to CEF if JSON is a good fit. Option C attempts binary parsing directly in XSIAM which is not designed for proprietary binary decoding. Option E contradicts the network segmentation constraint and XSIAM is not designed to decode arbitrary binary protocols.

by Rosalind at Jul 15, 2026, 06:07 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10