<?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>article Cortex XDR Customer Success Webinar: Threat Hunting Methodologies in Cortex XDR Videos</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-videos/cortex-xdr-customer-success-webinar-threat-hunting-methodologies/ta-p/590513</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;H2 id="toc-hId-1735210246"&gt;Threat Hunting Methodologies with Cortex XDR&amp;nbsp;&lt;/H2&gt;
&lt;P&gt;This session introduces Threat Hunting, its benefits, and how to put it to use. We cover the different Threat Hunting methodologies and available add-ons for XDR as Host Insights.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may review the queries we use in the video below.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6355724980112w960h540r22" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6355724980112" data-account="6058004142001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058004142001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6355724980112w960h540r22');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://live.paloaltonetworks.com/t5/video/gallerypage/video-id/6355724980112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Sample queries:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF6600"&gt;Process Execution Hunting&lt;/FONT&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;dataset = xdr_data
| filter action_process_image_name = "powershell.exe" OR action_process_image_name = "pwsh.exe"
| comp count() as hits by actor_process_image_name 
| sort asc hits&lt;/LI-CODE&gt;
&lt;P&gt;&lt;FONT color="#FF6600"&gt;Persistence Hunting&lt;/FONT&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;preset = xdr_event_log 
| filter action_evtlog_event_id = 7045
| alter service_name = trim(arrayindex(regextract(action_evtlog_message, "Service Name: (.*)"),0))
| alter service_file_name = trim(arrayindex(regextract(action_evtlog_message, "Service File Name: (.*)"),0))
| alter service_type = trim(arrayindex(regextract(action_evtlog_message, "Service Type: (.*)"), 0))
| alter service_start_type = trim(arrayindex(regextract(action_evtlog_message, "Service Start Type: (.*)"),0))
| alter service_account = trim(arrayindex(regextract(action_evtlog_message, "Service Account: (.*)"),0))
| fields service_*
| filter service_start_type = "auto start"
| comp count() as hits by service_name, service_file_name, service_type, service_account 

&lt;/LI-CODE&gt;
&lt;P&gt;&lt;FONT color="#FF6600"&gt;Activity Alerts&lt;/FONT&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;dataset = alerts
| filter alert_source = ENUM.XDR_ANALYTICS_BIOC
| filter severity = ENUM.LOW
| comp count() as alerts by host_name 
| sort desc alerts&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF6600"&gt;Anomalous Connections&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;dataset = alerts
| filter alert_source = ENUM.XDR_ANALYTICS_BIOC
| filter severity = ENUM.LOW
| arrayexpand user_name
| comp count() as alerts by user_name 
| sort desc alerts&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Forensics* Artifacts Summary&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;As presented in this webinar. Please note that Forensics is an add-on license to XDR Pro.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="High-level of Forensics Artifacts available" style="width: 960px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/60546iFC3461941562AF74/image-size/large?v=v2&amp;amp;px=999" role="button" title="XDR Threat Hunting - Forensics artifacts.jpg" alt="High-level of Forensics Artifacts available" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;High-level of Forensics Artifacts available&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Have a question?&amp;nbsp; Post it on our&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;&lt;A href="https://live.paloaltonetworks.com/t5/cortex-xdr-discussions/bd-p/Analytics_Discussions" target="_self"&gt;Discussions forum&lt;/A&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;LI-PRODUCT title="Cortex XDR" id="Cortex_XDR"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 26 Jun 2024 18:25:05 GMT</pubDate>
    <dc:creator>rtsedaka</dc:creator>
    <dc:date>2024-06-26T18:25:05Z</dc:date>
    <item>
      <title>Cortex XDR Customer Success Webinar: Threat Hunting Methodologies</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-videos/cortex-xdr-customer-success-webinar-threat-hunting-methodologies/ta-p/590513</link>
      <description>&lt;P&gt;Getting started with Threat Hunting? Watch this webinar and review the resources available in the video.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 18:25:05 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-videos/cortex-xdr-customer-success-webinar-threat-hunting-methodologies/ta-p/590513</guid>
      <dc:creator>rtsedaka</dc:creator>
      <dc:date>2024-06-26T18:25:05Z</dc:date>
    </item>
  </channel>
</rss>

