<?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: Hacking DNS TechTalk: Video, Slides, and Q&amp;amp;A in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/Hacking-DNS-TechTalk-Video-Slides-and-Q-amp-A/m-p/189061#M31708</link>
    <description>&lt;P&gt;I guess answer depends on who you ask, but you make a good point.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
    <pubDate>Wed, 09 Aug 2023 12:34:58 GMT</pubDate>
    <dc:creator>the_rock</dc:creator>
    <dc:date>2023-08-09T12:34:58Z</dc:date>
    <item>
      <title>Hacking DNS TechTalk: Video, Slides, and Q&amp;A</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Hacking-DNS-TechTalk-Video-Slides-and-Q-amp-A/m-p/187736#M31438</link>
      <description>&lt;P&gt;Slides attached below.&lt;BR /&gt;Q&amp;amp;A appears below the video.&lt;/P&gt;
&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6331881089112w988h540r964" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6331881089112" data-account="6058022097001" 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/6058022097001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6331881089112w988h540r964');  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://community.checkpoint.com/t5/video/gallerypage/video-id/6331881089112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;
&lt;H3&gt;Do you have a recent statistics what's the percentage of secure DNS requests (TCP/853, HTTPS etc.) in total name resolver traffic nowadays?&lt;/H3&gt;
&lt;P&gt;Roughly 5%.&lt;/P&gt;
&lt;H3&gt;How many Root Servers all over the world and how sync is done among them?&lt;/H3&gt;
&lt;P&gt;There are 13 root servers. More details &lt;A href="http://%20https://www.ionos.com/digitalguide/server/know-how/what-is-a-root-server-definition-and-background/#:~:text=In%20total%2C%20there%20are%2013,for%20Assigned%20Names%20and%20Numbers)" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;H3&gt;Is PTR the same as reverse lookup?&lt;/H3&gt;
&lt;P&gt;Yes, PTR records are IP to name mappings.&lt;/P&gt;
&lt;H3&gt;What book is Ralph recommending?&amp;nbsp;&lt;/H3&gt;
&lt;P&gt;DNS and Bind (5th Edition) by Cricket Liu and Paul Albitz. It's available on Amazon (among other places):&amp;nbsp;&lt;A href="https://www.amazon.com/DNS-BIND-5th-Cricket-Liu/dp/0596100574/ref=sr_1_1?crid=3FWUOTXHYDAO&amp;amp;keywords=dns+and+bind&amp;amp;qid=1690383797&amp;amp;sprefix=dns+and+bind%2Caps%2C108&amp;amp;sr=8-1" target="_blank" rel="noopener"&gt;https://www.amazon.com/DNS-BIND-5th-Cricket-Liu/dp/0596100574/ref=sr_1_1?crid=3FWUOTXHYDAO&amp;amp;keywords=dns+and+bind&amp;amp;qid=1690383797&amp;amp;sprefix=dns+and+bind%2Caps%2C108&amp;amp;sr=8-1&lt;/A&gt;&lt;/P&gt;
&lt;H3&gt;What kind of adoption are you seeing DNSSEC getting?&lt;/H3&gt;
&lt;P&gt;According to the public source, it is not growing fast, currently roughly at about 5% usage.&lt;/P&gt;
&lt;H3&gt;What is the best practice for the TTL?&lt;/H3&gt;
&lt;P&gt;Unless the IP address for the record changes regularly (i.e. dynamic IP), the TTL should not be short. A short TTL will increase load on your DNS servers.&lt;/P&gt;
&lt;H3&gt;How do Check Point customers detect/prevent DNS tunneling attacks?&lt;/H3&gt;
&lt;P&gt;Use our Threat Prevention blades. Specifically:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;IPS: preventing known attacks trying to utilize known vulnerabilities on DNS infrastructure&lt;/LI&gt;
&lt;LI&gt;Anti-Virus: preventing download of malicious files&lt;/LI&gt;
&lt;LI&gt;Anti-Bot: preventing access to known malicious sites and verifying traffic behavior&lt;/LI&gt;
&lt;LI&gt;DNS requests are verified against ThreatCloud. In case of being malicious, the request is answered with the DNS Trap IP address as response (see &lt;A href="https://support.checkpoint.com/results/sk/sk74060" target="_blank" rel="noopener"&gt;sk74060&lt;/A&gt; and Threat Prevention Administration Guide R81.10 for details). For DNS Tunneling protection, see &lt;A href="https://support.checkpoint.com/results/sk/sk178487" target="_self"&gt;sk178487&lt;/A&gt;.&lt;/LI&gt;
&lt;LI&gt;Protocol Parsers (Inspection Settings): making sure protocols respect defined standards&lt;/LI&gt;
&lt;/UL&gt;
&lt;H3&gt;Can Check Point ingest external threat feeds?&lt;/H3&gt;
&lt;P&gt;We have various methods to ingest threat feeds, yes (&lt;A href="https://support.checkpoint.com/results/sk/sk132193" target="_self"&gt;ioc_feeds&lt;/A&gt; using AV/AB in R80.x, &lt;A href="https://sc1.checkpoint.com/documents/R81.20/WebAdminGuides/EN/CP_R81.20_SecurityManagement_AdminGuide/Content/Topics-SECMG/Network_Feed.htm" target="_blank" rel="noopener"&gt;Network Feeds&lt;/A&gt; in R81.20+). If you are ingesting threat feeds (regardless of mechanism), it is HIGHLY recommended to upgrade to R81.20 since it is able to support substantially more indicators.&lt;/P&gt;
&lt;H3&gt;Can you explain the deep learning part - how does it does this?&lt;/H3&gt;
&lt;P&gt;Out of scope for this session, but we intend to cover it in the future.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 17:07:44 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Hacking-DNS-TechTalk-Video-Slides-and-Q-amp-A/m-p/187736#M31438</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-07-26T17:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hacking DNS TechTalk: Video, Slides, and Q&amp;A</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Hacking-DNS-TechTalk-Video-Slides-and-Q-amp-A/m-p/187737#M31439</link>
      <description>&lt;P&gt;Missed the presentation, will watch it later on, but for anyone who cares to watch...here is in my opinion, the BEST video on the Internet about DNS. This youtube channel is gold...guy explains things like a pro.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=mpQZVYPuDGU" target="_blank"&gt;How a DNS Server (Domain Name System) works. - YouTube&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 16:47:25 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Hacking-DNS-TechTalk-Video-Slides-and-Q-amp-A/m-p/187737#M31439</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-07-26T16:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hacking DNS TechTalk: Video, Slides, and Q&amp;A</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Hacking-DNS-TechTalk-Video-Slides-and-Q-amp-A/m-p/187773#M31442</link>
      <description>&lt;P&gt;thanks for sharing!&amp;nbsp; this certainly does a great job of clearly describing the DNS process!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 22:23:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Hacking-DNS-TechTalk-Video-Slides-and-Q-amp-A/m-p/187773#M31442</guid>
      <dc:creator>ralphbonnell</dc:creator>
      <dc:date>2023-07-26T22:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hacking DNS TechTalk: Video, Slides, and Q&amp;A</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Hacking-DNS-TechTalk-Video-Slides-and-Q-amp-A/m-p/187779#M31443</link>
      <description>&lt;P&gt;By far, the best explanation out there, in my view.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 03:56:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Hacking-DNS-TechTalk-Video-Slides-and-Q-amp-A/m-p/187779#M31443</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-07-27T03:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hacking DNS TechTalk: Video, Slides, and Q&amp;A</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Hacking-DNS-TechTalk-Video-Slides-and-Q-amp-A/m-p/187802#M31446</link>
      <description>&lt;P&gt;Ralph is being too nice. This is DNS for dummies video, which is useful, but also very basic &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/38213"&gt;@the_rock&lt;/a&gt;&amp;nbsp;what the TechTalk, Ralph did a great job taking it to the actual expert level.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 07:39:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Hacking-DNS-TechTalk-Video-Slides-and-Q-amp-A/m-p/187802#M31446</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2023-07-27T07:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hacking DNS TechTalk: Video, Slides, and Q&amp;A</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Hacking-DNS-TechTalk-Video-Slides-and-Q-amp-A/m-p/187810#M31448</link>
      <description>&lt;P&gt;Yes! Watched it already, fantastic work.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 08:48:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Hacking-DNS-TechTalk-Video-Slides-and-Q-amp-A/m-p/187810#M31448</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-07-27T08:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Hacking DNS TechTalk: Video, Slides, and Q&amp;A</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Hacking-DNS-TechTalk-Video-Slides-and-Q-amp-A/m-p/187891#M31488</link>
      <description>&lt;P&gt;nice to see you here.&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 15:16:53 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Hacking-DNS-TechTalk-Video-Slides-and-Q-amp-A/m-p/187891#M31488</guid>
      <dc:creator>tjiang</dc:creator>
      <dc:date>2023-07-27T15:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hacking DNS TechTalk: Video, Slides, and Q&amp;A</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Hacking-DNS-TechTalk-Video-Slides-and-Q-amp-A/m-p/187894#M31489</link>
      <description>&lt;P&gt;Buddyyyy, Im always here HAHAHAHA...hope ur well!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2023 15:45:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Hacking-DNS-TechTalk-Video-Slides-and-Q-amp-A/m-p/187894#M31489</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-07-27T15:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hacking DNS TechTalk: Video, Slides, and Q&amp;A</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Hacking-DNS-TechTalk-Video-Slides-and-Q-amp-A/m-p/189059#M31707</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I enjoyed the presentation. But at the end, there is dangerous misinformation spread. TCP Port 53 is NOT only used for zone transfers. This is plainly wrong. Any DNS Resolver can move to TCP if the response is too large for a single UDP packet. This happened e.G. when Google started using more IPv6 on their authoritative DNS Servers...&lt;/P&gt;&lt;P&gt;ALWAYS allow both TCP and UDP Port 53 for your clients towards the resolvers.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 12:16:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Hacking-DNS-TechTalk-Video-Slides-and-Q-amp-A/m-p/189059#M31707</guid>
      <dc:creator>Arne_Boettger</dc:creator>
      <dc:date>2023-08-09T12:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Hacking DNS TechTalk: Video, Slides, and Q&amp;A</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Hacking-DNS-TechTalk-Video-Slides-and-Q-amp-A/m-p/189061#M31708</link>
      <description>&lt;P&gt;I guess answer depends on who you ask, but you make a good point.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 12:34:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Hacking-DNS-TechTalk-Video-Slides-and-Q-amp-A/m-p/189061#M31708</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-08-09T12:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hacking DNS TechTalk: Video, Slides, and Q&amp;A</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Hacking-DNS-TechTalk-Video-Slides-and-Q-amp-A/m-p/189074#M31709</link>
      <description>&lt;P&gt;You are correct. &amp;nbsp;I did not realize this and if you watch the rest of the presentation you will hear this get mentioned in the Q&amp;amp;A at the end so I have a chance to correct that mistake….&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 14:15:31 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Hacking-DNS-TechTalk-Video-Slides-and-Q-amp-A/m-p/189074#M31709</guid>
      <dc:creator>ralphbonnell</dc:creator>
      <dc:date>2023-08-09T14:15:31Z</dc:date>
    </item>
  </channel>
</rss>

