<?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: Create a correlation between xdr agent and palo alto url filtering in Cortex XDR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/create-a-correlation-between-xdr-agent-and-palo-alto-url/m-p/532383#M3717</link>
    <description>&lt;P&gt;Hi Fabio,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have&amp;nbsp;&lt;A href="https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Pro-Administrator-Guide/Configure-Your-Network-Devices" target="_self"&gt;Configured Your Network Devices&lt;/A&gt;&amp;nbsp;to send PAN NGFW logs to the Cortex Data Lake, you can create an XQL query to search for the correlation.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;For example, the below query uses the Network Story preset, which&amp;nbsp;groups xdr_data fields that are useful for analyzing specific areas of network and endpoint activity; this query displays any connections done by the specified browser(s) processes for an IP configured in the PANW NGFW logs:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;preset = network_story  // Using XDR network story preset
| filter action_remote_ip = "ipaddress" and lowercase(actor_process_image_name) in ("chrome.exe", "msedge.exe","opera.exe", "firefox.exe", "iexplore.exe") // "ipaddress" enter the ipaddress associated with the event. Enter the browser process name
| fields agent_hostname, action_local_ip, action_remote_ip, action_remote_port, dst_action_external_hostname, actor_process_image_path, actor_process_image_sha256, actor_process_command_line // selecting the relevant fields
| dedup agent_hostname, action_local_ip, action_remote_ip, action_remote_port, dst_action_external_hostname, actor_process_image_path, actor_process_image_sha256, actor_process_command_line  by asc _time // dedupping to only show the first time it happened
| sort desc _time  // sorting in desc order&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The network story preset also entails:&lt;/P&gt;
&lt;TABLE dir="ltr" border="1" cellspacing="0" cellpadding="0"&gt;&lt;COLGROUP&gt;&lt;COL width="100" /&gt;&lt;COL width="100" /&gt;&lt;COL width="100" /&gt;&lt;/COLGROUP&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="110.594px" height="30px" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;network_story&amp;quot;}"&gt;network_story&lt;/TD&gt;
&lt;TD width="134.641px" height="30px" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;dns_query_name&amp;quot;}"&gt;dns_query_name&lt;/TD&gt;
&lt;TD width="100px" height="30px" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;string&amp;quot;}"&gt;string&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="110.594px" height="30px" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;network_story&amp;quot;}"&gt;network_story&lt;/TD&gt;
&lt;TD width="134.641px" height="30px" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;dns_query_type&amp;quot;}"&gt;dns_query_type&lt;/TD&gt;
&lt;TD width="100px" height="30px" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;string&amp;quot;}"&gt;string&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="110.594px" height="30px" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;network_story&amp;quot;}"&gt;network_story&lt;/TD&gt;
&lt;TD width="134.641px" height="30px" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;dns_resolutions&amp;quot;}"&gt;dns_resolutions&lt;/TD&gt;
&lt;TD width="100px" height="30px" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;json&amp;quot;}"&gt;json&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="110.594px" height="30px" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;network_story&amp;quot;}"&gt;network_story&lt;/TD&gt;
&lt;TD width="134.641px" height="30px" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;dns_reply_code&amp;quot;}"&gt;dns_reply_code&lt;/TD&gt;
&lt;TD width="100px" height="30px" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;string&amp;quot;}"&gt;string&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Mon, 27 Feb 2023 20:51:46 GMT</pubDate>
    <dc:creator>jtalton</dc:creator>
    <dc:date>2023-02-27T20:51:46Z</dc:date>
    <item>
      <title>Create a correlation between xdr agent and palo alto url filtering</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/create-a-correlation-between-xdr-agent-and-palo-alto-url/m-p/532359#M3713</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to get the correlation between url that are being access and found through url filtering in PA FW and xdr agent that shows me which machine are accessing this url.&lt;/P&gt;
&lt;P&gt;In Cortex XDR I can see the the log from PA Firewall, source ip it is our internal DNS and destination the malicious URL, and I need to know who is doing this query, which user and client IP.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 15:43:14 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/create-a-correlation-between-xdr-agent-and-palo-alto-url/m-p/532359#M3713</guid>
      <dc:creator>FabioFerreira</dc:creator>
      <dc:date>2023-02-27T15:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Create a correlation between xdr agent and palo alto url filtering</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/create-a-correlation-between-xdr-agent-and-palo-alto-url/m-p/532383#M3717</link>
      <description>&lt;P&gt;Hi Fabio,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have&amp;nbsp;&lt;A href="https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Pro-Administrator-Guide/Configure-Your-Network-Devices" target="_self"&gt;Configured Your Network Devices&lt;/A&gt;&amp;nbsp;to send PAN NGFW logs to the Cortex Data Lake, you can create an XQL query to search for the correlation.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;For example, the below query uses the Network Story preset, which&amp;nbsp;groups xdr_data fields that are useful for analyzing specific areas of network and endpoint activity; this query displays any connections done by the specified browser(s) processes for an IP configured in the PANW NGFW logs:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;preset = network_story  // Using XDR network story preset
| filter action_remote_ip = "ipaddress" and lowercase(actor_process_image_name) in ("chrome.exe", "msedge.exe","opera.exe", "firefox.exe", "iexplore.exe") // "ipaddress" enter the ipaddress associated with the event. Enter the browser process name
| fields agent_hostname, action_local_ip, action_remote_ip, action_remote_port, dst_action_external_hostname, actor_process_image_path, actor_process_image_sha256, actor_process_command_line // selecting the relevant fields
| dedup agent_hostname, action_local_ip, action_remote_ip, action_remote_port, dst_action_external_hostname, actor_process_image_path, actor_process_image_sha256, actor_process_command_line  by asc _time // dedupping to only show the first time it happened
| sort desc _time  // sorting in desc order&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The network story preset also entails:&lt;/P&gt;
&lt;TABLE dir="ltr" border="1" cellspacing="0" cellpadding="0"&gt;&lt;COLGROUP&gt;&lt;COL width="100" /&gt;&lt;COL width="100" /&gt;&lt;COL width="100" /&gt;&lt;/COLGROUP&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="110.594px" height="30px" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;network_story&amp;quot;}"&gt;network_story&lt;/TD&gt;
&lt;TD width="134.641px" height="30px" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;dns_query_name&amp;quot;}"&gt;dns_query_name&lt;/TD&gt;
&lt;TD width="100px" height="30px" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;string&amp;quot;}"&gt;string&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="110.594px" height="30px" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;network_story&amp;quot;}"&gt;network_story&lt;/TD&gt;
&lt;TD width="134.641px" height="30px" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;dns_query_type&amp;quot;}"&gt;dns_query_type&lt;/TD&gt;
&lt;TD width="100px" height="30px" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;string&amp;quot;}"&gt;string&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="110.594px" height="30px" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;network_story&amp;quot;}"&gt;network_story&lt;/TD&gt;
&lt;TD width="134.641px" height="30px" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;dns_resolutions&amp;quot;}"&gt;dns_resolutions&lt;/TD&gt;
&lt;TD width="100px" height="30px" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;json&amp;quot;}"&gt;json&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="110.594px" height="30px" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;network_story&amp;quot;}"&gt;network_story&lt;/TD&gt;
&lt;TD width="134.641px" height="30px" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;dns_reply_code&amp;quot;}"&gt;dns_reply_code&lt;/TD&gt;
&lt;TD width="100px" height="30px" data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;string&amp;quot;}"&gt;string&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 20:51:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/create-a-correlation-between-xdr-agent-and-palo-alto-url/m-p/532383#M3717</guid>
      <dc:creator>jtalton</dc:creator>
      <dc:date>2023-02-27T20:51:46Z</dc:date>
    </item>
  </channel>
</rss>

