<?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 Customer Success Webinar Series Part 1: Getting Started with Parsing Rules in Cortex XDR Videos</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xdr-videos/cortex-customer-success-webinar-series-part-1-getting-started/ta-p/575388</link>
    <description>&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;H2&gt;Webinar Series Part 1: Getting Started with Parsing Rules&lt;/H2&gt;
&lt;P&gt;Watch part 1 of the Customer Success webinar series Parsing &amp;amp; Correlation Rules to learn the fundamentals of Parsing Rules.&lt;I&gt; &lt;/I&gt;Scroll down to review additional resources and the queries shared during the webinar.&lt;BR /&gt;&lt;EM&gt;The Parsing Rules feature requires an XDR Pro license. &lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;To watch the second part of the series, click here: &lt;A href="https://live.paloaltonetworks.com/t5/cortex-xdr-webinars/cortex-xdr-customer-success-webinar-series-part-2-correlation/ta-p/578690" target="_blank" rel="noopener"&gt;The Core of Detections&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Register for&amp;nbsp;Part 3,&amp;nbsp;&amp;nbsp;&lt;A href="https://paloaltonetworks.zoom.us/webinar/register/7117013724228/WN_KZSf3LtORnW_sFeOf6VmPA#/registration" target="_blank" rel="noopener"&gt;Improving Application Security with Correlations&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&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-6346009977112w960h540r447" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6346009977112" 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-6346009977112w960h540r447');  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/6346009977112"&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;&lt;FONT color="#FF6600"&gt;Demo XQL query:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE class="c-mrkdwn__pre" data-stringify-type="pre"&gt;dataset = zeedemo_winlogs_raw
| filter  log_level = "error"
| fields event_data  , log_level  , *name* , channel , event_action  , event_id  , message 
| alter  Error_Description = json_extract_scalar(event_data   , "$.Error Description")
| alter  Reporting_source = json_extract_scalar(event_data   , "$.Update Source") 
| alter  Error_Code = json_extract_scalar(event_data   , "$.Error Code")
| filter Error_Code != null&lt;/PRE&gt;
&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;Demo Parsing Rule:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;PRE class="c-mrkdwn__pre" data-stringify-type="pre"&gt;//This is a demo for basic parsing rule build up 
[INGEST:vendor="zeedemo", product="winlogs", target_dataset="webinar_winlogerrors_parsed", no_hit = drop]
filter log_level = "error"
| fields event_data  , log_level  , *name* , channel , event_action  , event_id  , message 
| alter  Error_Description = json_extract_scalar(event_data   , "$.Error Description"),
         Reporting_source = json_extract_scalar(event_data   , "$.Update Source"),
         Error_Code = json_extract_scalar(event_data   , "$.Error Code")

| drop Error_Code = null;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;Additional resources:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Pro-Administrator-Guide/Overview" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Architectural Overview&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=q9ShTvDzY78&amp;amp;list=PLD6FJ8WNiIqXct0oWOxUfr0gDGOQLECGS&amp;amp;index=3" target="_blank" rel="noopener"&gt;How-To Video: Custom Parsing Rule&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://regex-generator.olafneumann.org/" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Regex Generators - XDR supports regex version PCRE2&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://regex101.com/" target="_blank" rel="noopener"&gt;https://regex101.com/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://%20https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR/Cortex-XDR-Pro-Administrator-Guide/Parsing-Rules" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Cortex XDR Pro Admin Guide: Parsing Rules&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.elastic.co/guide/en/beats/winlogbeat/current/winlogbeat-module-powershell.html#winlogbeat-module-powershell" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;Winlogbeat modules &lt;/SPAN&gt;&lt;/A&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, 28 Feb 2024 22:53:05 GMT</pubDate>
    <dc:creator>rtsedaka</dc:creator>
    <dc:date>2024-02-28T22:53:05Z</dc:date>
    <item>
      <title>Cortex Customer Success Webinar Series Part 1: Getting Started with Parsing Rules</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xdr-videos/cortex-customer-success-webinar-series-part-1-getting-started/ta-p/575388</link>
      <description>&lt;P&gt;Don't miss out on Part 1 of the Paring &amp;amp; Correlation Rules series: Getting Started with Parsing Rules! Click to review the webinar and the additional resources linked in this article.&amp;nbsp;&lt;BR /&gt;&lt;EM&gt;Parsing &amp;amp; Correlation Rules features require an XDR Pro product license&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 22:53:05 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xdr-videos/cortex-customer-success-webinar-series-part-1-getting-started/ta-p/575388</guid>
      <dc:creator>rtsedaka</dc:creator>
      <dc:date>2024-02-28T22:53:05Z</dc:date>
    </item>
  </channel>
</rss>

