<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cordex XDR blocking SQL server connection in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cordex-xdr-blocking-sql-server-connection/m-p/515244#M2851</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/142551"&gt;@neelrohit&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;One more question, actually we wanted to file a customer support case &amp;amp; for that we need to provide the log information related to the process Cordex XDR (Java Deserialization EMP) is blocking. So wanted to know, In which log file of Cordex XDR I can find these information?&amp;nbsp; Thanks.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sagar&lt;/P&gt;</description>
    <pubDate>Mon, 19 Sep 2022 09:34:01 GMT</pubDate>
    <dc:creator>sagar1</dc:creator>
    <dc:date>2022-09-19T09:34:01Z</dc:date>
    <item>
      <title>Cordex XDR blocking SQL server connection</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cordex-xdr-blocking-sql-server-connection/m-p/515078#M2828</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;We are facing error while connecting to SQL server database from our application. We noticed that, once we start the application might be Cordex XDR adding the -agentpath (-agentpath:C:\Program Files\Palo Alto Networks\Traps\cyjagent.dll) in JVM arguments. Can any one please confirm on this? And things are working fine if we disable the Java Deserialization EPM module from the Cordex XDR.&lt;/P&gt;
&lt;P&gt;Below is the piece of stack trace:&lt;/P&gt;
&lt;P&gt;Caused by: java.lang.VerifyError: Bad type on operand stack&lt;BR /&gt;Exception Details:&lt;BR /&gt;Location:&lt;BR /&gt;com/sun/jndi/dns/Resolver.&amp;lt;init&amp;gt;([Ljava/lang/String;II)V @10: invokestatic&lt;BR /&gt;Reason:&lt;BR /&gt;Type uninitializedThis (current frame, stack[0]) is not assignable to 'java/lang/Object'&lt;BR /&gt;Current Frame:&lt;BR /&gt;bci: @10&lt;BR /&gt;flags: { flagThisUninit }&lt;BR /&gt;locals: { uninitializedThis, '[Ljava/lang/String;', integer, integer }&lt;BR /&gt;stack: { uninitializedThis, '[Ljava/lang/String;', 'java/lang/Integer', 'java/lang/Integer' }&lt;BR /&gt;Bytecode:&lt;/P&gt;
&lt;P&gt;... at com.sun.jndi.dns.DnsContext.getResolver(DnsContext.java:573) ~[jdk.naming.dns:?]&lt;BR /&gt;at com.sun.jndi.dns.DnsContext.c_getAttributes(DnsContext.java:434) ~[jdk.naming.dns:?]&lt;BR /&gt;at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_getAttributes(ComponentDirContext.java:235) ~[?:?]&lt;BR /&gt;at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.getAttributes(PartialCompositeDirContext.java:141) ~[?:?]&lt;BR /&gt;at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.getAttributes(PartialCompositeDirContext.java:129) ~[?:?]&lt;BR /&gt;at javax.naming.directory.InitialDirContext.getAttributes(InitialDirContext.java:142) ~[?:?]&lt;BR /&gt;at com.microsoft.sqlserver.jdbc.dns.DNSUtilities.findSrvRecords(DNSUtilities.java:44) ~[mssql-jdbc-8.4.1.jre11.jar:?]&lt;BR /&gt;at com.microsoft.sqlserver.jdbc.dns.DNSKerberosLocator.isRealmValid(DNSKerberosLocator.java:38) ~[mssql-jdbc-8.4.1.jre11.jar:?]&lt;BR /&gt;at com.microsoft.sqlserver.jdbc.SSPIAuthentication$1.isRealmValid(SSPIAuthentication.java:82) ~[mssql-jdbc-8.4.1.jre11.jar:?]&lt;BR /&gt;at com.microsoft.sqlserver.jdbc.SSPIAuthentication.findRealmFromHostname(SSPIAuthentication.java:107) ~[mssql-jdbc-8.4.1.jre11.jar:?]&lt;BR /&gt;at com.microsoft.sqlserver.jdbc.SSPIAuthentication.enrichSpnWithRealm(SSPIAuthentication.java:142) ~[mssql-jdbc-8.4.1.jre11.jar:?]&lt;BR /&gt;at com.microsoft.sqlserver.jdbc.SSPIAuthentication.getSpn(SSPIAuthentication.java:191) ~[mssql-jdbc-8.4.1.jre11.jar:?]&lt;BR /&gt;at com.microsoft.sqlserver.jdbc.NTLMAuthentication$NTLMContext.&amp;lt;init&amp;gt;(NTLMAuthentication.java:300) ~[mssql-jdbc-8.4.1.jre11.jar:?]&lt;BR /&gt;at com.microsoft.sqlserver.jdbc.NTLMAuthentication.&amp;lt;init&amp;gt;(NTLMAuthentication.java:339) ~[mssql-jdbc-8.4.1.jre11.jar:?]&lt;BR /&gt;at com.microsoft.sqlserver.jdbc.SQLServerConnection.logon(SQLServerConnection.java:3961) ~[mssql-jdbc-8.4.1.jre11.jar:?]&lt;BR /&gt;at com.microsoft.sqlserver.jdbc.SQLServerConnection$LogonCommand.doExecute(SQLServerConnection.java:3932) ~[mssql-jdbc-8.4.1.jre11.jar:?]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So wanted to know as this exception is coming from standard libraries, will it get help after updating the OpenJDK / mssql-jdbc driver?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any pointers on this will be really appreciated. Thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sagar&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 11:15:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cordex-xdr-blocking-sql-server-connection/m-p/515078#M2828</guid>
      <dc:creator>sagar1</dc:creator>
      <dc:date>2022-09-16T11:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cordex XDR blocking SQL server connection</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cordex-xdr-blocking-sql-server-connection/m-p/515080#M2829</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/237689"&gt;@sagar1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for writing to live community!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are sad to hear that you are facing issues with the SQL server connection.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In order to isolate the issue whether Cortex XDR is causing problems with the same, we would request you to kindly perform some steps as an isolation mechanism:&lt;/P&gt;
&lt;P&gt;Since you already mentioned that post disabling Java Deserialisation module, you are not facing issues, we request you to kindly perform the steps below:&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open a CLI commandas admin /live terminal to the endpoint, navigate to the traps folder where cytool exists and run the following command:&lt;BR /&gt;&lt;STRONG&gt;cytool log set_level 7 all&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Enable the Java Deserialisation Protection from the exploits profile and perform cytool runtime stop and cytool runtime start on the endpoint. Try reproducing the issue.&lt;/LI&gt;
&lt;LI&gt;Disable Java Deserialisation Protection and try reproducing the issue again.&lt;/LI&gt;
&lt;LI&gt;Enable Java Deserialisation Protection back again and go to Exceptions profile, under the process exceptions attached to the policy for that server, add &lt;STRONG&gt;java&lt;/STRONG&gt; process as exception with Java Deserialisation protection as shown below and try reproducing the issue.&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-09-16 at 7.46.34 PM.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/43912i616511E81F6DBB57/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Screenshot 2022-09-16 at 7.46.34 PM.png" alt="Screenshot 2022-09-16 at 7.46.34 PM.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;If the issue is resolved with this, kindly keep the exception for now. If it does not go back to exploits and kindly disable Java Deserialisation protection on that server. Back on the CLI as admin/Live Terminal, run the command: &lt;BR /&gt;&lt;STRONG&gt;cytool log set_level 6 all&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://docs.paloaltonetworks.com/cortex/cortex-xdr/cortex-xdr-prevent-admin/investigation-and-response/investigate-endpoints/retrieve-support-logs-from-an-endpoint" target="_blank" rel="noopener"&gt;Retrieve the tech support file from the endpoint&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Kindly retrieve the tech support file from the agent please log a TAC case with the log file to be sent to our engineering teams for investigation and fix.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternatively, you can simply log the TAC case for the same and the respective teams will help you do the troubleshooting steps accordingly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that answers your question!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 11:50:38 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cordex-xdr-blocking-sql-server-connection/m-p/515080#M2829</guid>
      <dc:creator>neelrohit</dc:creator>
      <dc:date>2022-09-16T11:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cordex XDR blocking SQL server connection</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cordex-xdr-blocking-sql-server-connection/m-p/515081#M2830</link>
      <description>&lt;P&gt;Thank you so much&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/142551"&gt;@neelrohit&lt;/a&gt;&amp;nbsp;for the quick reply.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 11:57:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cordex-xdr-blocking-sql-server-connection/m-p/515081#M2830</guid>
      <dc:creator>sagar1</dc:creator>
      <dc:date>2022-09-16T11:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cordex XDR blocking SQL server connection</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cordex-xdr-blocking-sql-server-connection/m-p/515083#M2831</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/142551"&gt;@neelrohit&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Could you please confirm on this as well.&amp;nbsp;&lt;SPAN&gt;We noticed that, once we start the application might be Cordex XDR adding the -agentpath (-agentpath:C:\Program Files\Palo Alto Networks\Traps\cyjagent.dll) in JVM arguments. Is that our correct assumption? Thanks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sagar&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 12:12:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cordex-xdr-blocking-sql-server-connection/m-p/515083#M2831</guid>
      <dc:creator>sagar1</dc:creator>
      <dc:date>2022-09-16T12:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cordex XDR blocking SQL server connection</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cordex-xdr-blocking-sql-server-connection/m-p/515089#M2832</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/237689"&gt;@sagar1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cortex XDR inorder to perform protection on the endpoints we inject dlls into the processes for protection against memory corruption exploits. the path is added as a premeptive monitoring of execution events to see if it is legit to malicious by nature.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please look here for &lt;A href="https://docs.paloaltonetworks.com/cortex/cortex-xdr/cortex-xdr-prevent-admin/endpoint-security/analysis-and-protection-flow#:~:text=When%20a%20user,or%20logic%20flaws." target="_blank" rel="noopener"&gt;file analysis and protection flow for exploits for Cortex XDR&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that clarifies it&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 13:41:25 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cordex-xdr-blocking-sql-server-connection/m-p/515089#M2832</guid>
      <dc:creator>neelrohit</dc:creator>
      <dc:date>2022-09-16T13:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cordex XDR blocking SQL server connection</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cordex-xdr-blocking-sql-server-connection/m-p/515244#M2851</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/142551"&gt;@neelrohit&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;One more question, actually we wanted to file a customer support case &amp;amp; for that we need to provide the log information related to the process Cordex XDR (Java Deserialization EMP) is blocking. So wanted to know, In which log file of Cordex XDR I can find these information?&amp;nbsp; Thanks.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sagar&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 09:34:01 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cordex-xdr-blocking-sql-server-connection/m-p/515244#M2851</guid>
      <dc:creator>sagar1</dc:creator>
      <dc:date>2022-09-19T09:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cordex XDR blocking SQL server connection</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cordex-xdr-blocking-sql-server-connection/m-p/515258#M2852</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/237689"&gt;@sagar1&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Whenever you have alerts generated from XDR agent alerts, you can right click on the alert&amp;gt; Retrieve Additional Data&amp;gt; Retrieve alert Data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For alerts from exploits module the option changes to&amp;nbsp;alert&amp;gt; Retrieve Additional Data&amp;gt; Retrieve alert Data and Analyze. Click yes and go to action center. You will observe an entry by the name Retrieve alert Data. Once the data retrieval is completed, download the zip file and attach it to the case for investigation by our engineering team.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.paloaltonetworks.com/cortex/cortex-xdr/cortex-xdr-pro-admin/investigation-and-response/investigate-endpoint-alerts/manage-alerts#:~:text=perform%20available%20actions.-,Retrieve%20Additional%20Alert%20Details,complete%2C%20Cortex%20XDR%20displays%20the%20verdict%20in%20the%20Advanced%20Analysis%20field.,-Retrieve%20related%20files" target="_blank" rel="noopener"&gt;Retreive Alert Data&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-09-19 at 6.27.18 PM.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/43946i994D6400E572602C/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Screenshot 2022-09-19 at 6.27.18 PM.png" alt="Screenshot 2022-09-19 at 6.27.18 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-09-19 at 6.32.17 PM.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/43947i3F25B30687EB9362/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Screenshot 2022-09-19 at 6.32.17 PM.png" alt="Screenshot 2022-09-19 at 6.32.17 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; Additionally, if you have no alerts and the TAC team is asking for Cortex XDR logs, the simply retrieve the Tech Support files from the endpoint and share the same with them and mention that you do not have any alerts on the same.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 11:51:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cordex-xdr-blocking-sql-server-connection/m-p/515258#M2852</guid>
      <dc:creator>neelrohit</dc:creator>
      <dc:date>2022-09-19T11:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cordex XDR blocking SQL server connection</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cordex-xdr-blocking-sql-server-connection/m-p/515594#M2860</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/142551"&gt;@neelrohit&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;One more last question, as this issue is getting occurred on one of our customer side so to reproduce this on our local machine, can we download &amp;amp; install the trial version of Cordex XDR? If yes, could you please provide the link from where I can download the trial version. Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 10:11:48 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cordex-xdr-blocking-sql-server-connection/m-p/515594#M2860</guid>
      <dc:creator>sagar1</dc:creator>
      <dc:date>2022-09-21T10:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cordex XDR blocking SQL server connection</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cordex-xdr-blocking-sql-server-connection/m-p/515597#M2861</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/237689"&gt;@sagar1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, that is not possible as we do not sign up trials without account team's involvement and we do not have any trial licenses we offer publicly without sales quotes. Also, this issue that you reported will not necessarily&amp;nbsp; reproduce on your environment as there may be variation in activities. We have also not heard as of now regarding this issue and the recommendation would be to reproduce the issue on the server or its parallel servers and get the logs from them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You do not need access to the machines to get the logs and run the commands and all the steps mentioned can also be done via live terminal(&lt;STRONG&gt;except starting and stopping agent services using cytool&lt;/STRONG&gt;) and cortex XDR console as mentioned above.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that answers your question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 10:35:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/cordex-xdr-blocking-sql-server-connection/m-p/515597#M2861</guid>
      <dc:creator>neelrohit</dc:creator>
      <dc:date>2022-09-21T10:35:57Z</dc:date>
    </item>
  </channel>
</rss>

