Valid XSIAM-Engineer Dumps shared by EduDump.com for Helping Passing XSIAM-Engineer Exam! EduDump.com now offer the newest XSIAM-Engineer exam dumps, the EduDump.com XSIAM-Engineer exam questions have been updated and answers have been corrected get the newest EduDump.com XSIAM-Engineer dumps with Test Engine here:
A multinational corporation uses Palo Alto Networks XSIAM to manage its attack surface across various cloud providers (AWS, Azure, GCP) and on-premises environments. Due to regulatory compliance, all internet-facing web servers must enforce TLS 1.2 or higher. The security team needs to create an XSIAM ASM rule to detect any web server exposing TLS 1.0 or 1.1 . Which of the following XQL query components would be essential for this detection rule?
Correct Answer: B
Option B directly queries network session data (xdr_network_sessions), specifically looking at destination ports 80 and 443 (common for web servers) and filtering on the 'ssl_version' field for 'TLSv1 ' or 'TLSv1.1'. This is the most accurate and direct way to detect insecure TLS versions at the network session level, which is critical for internet-facing services. Option A is too generic and relies on raw log content which might not be consistently structured. Option C focuses on process command lines, which may not always expose SSL version. Option D is closer but 'ssl_protocol_version' might not be a direct field in xdr_endpoint_events for network connections in the same way as xdr_network_sessions. Option E relies on specific cloud events which might not cover all web servers or environments.