<?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: ISE sending null DNS queries since upgrade to 3.3 patch 4 in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ise-sending-null-dns-queries-since-upgrade-to-3-3-patch-4/m-p/5269973#M595430</link>
    <description>&lt;P&gt;These Null DNS requests happen quite often. At least I receive IPS alerts often since SNORT thinks the null DNS request is malicious.&lt;BR /&gt;&lt;BR /&gt;I have the default setting&amp;nbsp;&lt;EM&gt;service cache ttl 180.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;How did you determine this:&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;I just noticed that the DNS entries for my ISE nodes have a TTL of 3600 seconds in the DNS Answer frame, but ISE doesn't seem to care about that - and it will perform a DNS query every 30 seconds instead.&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Mar 2025 13:37:54 GMT</pubDate>
    <dc:creator>Danny Dulin</dc:creator>
    <dc:date>2025-03-11T13:37:54Z</dc:date>
    <item>
      <title>ISE sending null DNS queries since upgrade to 3.3 patch 4</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-sending-null-dns-queries-since-upgrade-to-3-3-patch-4/m-p/5268778#M595374</link>
      <description>&lt;P&gt;Within hours of upgrading ISE to 3.3 patch 4, we began seeing ISE sending DNS A record queries with an empty name. The packet capture reads "Null".&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Domain Name System (query)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;Transaction ID: 0x5e24&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Flags: 0x0100 Standard query&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;Questions: 1&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;Answer RRs: 0&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;Authority RRs: 0&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;Additional RRs: 0&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Queries&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;&lt;U&gt;&lt;SPAN class=""&gt;null: type A, class IN&lt;/SPAN&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;&lt;U&gt;Name: null&lt;/U&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;Name Length: 4&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;Label Count: 1&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;Type: A (Host Address) (1)&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;Class: IN (0x0001)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Also,&amp;nbsp;I see multiple request by the PAN for its own FQDN. Also, I see request by the PAN for the secondary's FQDN.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 07 Mar 2025 16:35:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-sending-null-dns-queries-since-upgrade-to-3-3-patch-4/m-p/5268778#M595374</guid>
      <dc:creator>Danny Dulin</dc:creator>
      <dc:date>2025-03-07T16:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: ISE sending null DNS queries since upgrade to 3.3 patch 4</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-sending-null-dns-queries-since-upgrade-to-3-3-patch-4/m-p/5269665#M595418</link>
      <description>&lt;P&gt;Strange - I have been running 3.3p4 for a long time and never seen this. I just ran a capture now and I can't find any null queries. Or queries from a node requesting the IP address for its own FQDN.&lt;/P&gt;
&lt;P&gt;How often do you see these null queries?&lt;/P&gt;
&lt;P&gt;ISE never used to cache DNS replies, which resulted in ISE making a horrendously high number of requests, putting strain on DNS servers. The solution is to configure DNS caching on the CLI of every ISE node.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;conf t
  service cache enable hosts ttl 3600
end&lt;/LI-CODE&gt;
&lt;P&gt;The command takes immediate effect - in my example I have set TTL of 3600 seconds if the DNS record has no TTL set - ISE will honour the TTL - but in the absence of a value, it will use your configured value instead.&lt;/P&gt;
&lt;P&gt;Since ISE 3.4, the DNS caching command was mandated during install (not sure if upgrading to ISE 3.4 also forces this command onto the CLI)&lt;/P&gt;
&lt;P&gt;Having said all that, I just noticed that the DNS entries for my ISE nodes have a TTL of 3600 seconds in the DNS Answer frame, but ISE doesn't seem to care about that - and it will perform a DNS query every 30 seconds instead.&amp;nbsp; Unless I missed something, that seems broken to me.&amp;nbsp; I might have to open a TAC case to get some answers on this. It surprised me also that since the DNS caching feature was introduced, there was no "show" command to see how (if) it's working.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 21:06:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-sending-null-dns-queries-since-upgrade-to-3-3-patch-4/m-p/5269665#M595418</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2025-03-10T21:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: ISE sending null DNS queries since upgrade to 3.3 patch 4</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-sending-null-dns-queries-since-upgrade-to-3-3-patch-4/m-p/5269973#M595430</link>
      <description>&lt;P&gt;These Null DNS requests happen quite often. At least I receive IPS alerts often since SNORT thinks the null DNS request is malicious.&lt;BR /&gt;&lt;BR /&gt;I have the default setting&amp;nbsp;&lt;EM&gt;service cache ttl 180.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;How did you determine this:&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;I just noticed that the DNS entries for my ISE nodes have a TTL of 3600 seconds in the DNS Answer frame, but ISE doesn't seem to care about that - and it will perform a DNS query every 30 seconds instead.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 13:37:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-sending-null-dns-queries-since-upgrade-to-3-3-patch-4/m-p/5269973#M595430</guid>
      <dc:creator>Danny Dulin</dc:creator>
      <dc:date>2025-03-11T13:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: ISE sending null DNS queries since upgrade to 3.3 patch 4</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-sending-null-dns-queries-since-upgrade-to-3-3-patch-4/m-p/5270124#M595435</link>
      <description>&lt;P&gt;I have not done a complete analysis of all node types (PAN, MNT, PSN, pxGrid) but I noticed that on my PAN, the same DNS query was being made every 30 seconds, despite the TTL in the DNS server's response containing 3600 seconds. That tells me that there are most likely different software libraries running in ISE that don't play in harmony with the rest of the system - they just do whatever they like and disregard the cache.&lt;/P&gt;
&lt;P&gt;On a PSN (used only for TACACS) I ran a 2 hour tcpdump with the filter "udp port 53" and looked at the results in wireshark. In this case the TTL was being honoured and a new DNS query for other ISE nodes was seen every 3600 seconds.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 21:45:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-sending-null-dns-queries-since-upgrade-to-3-3-patch-4/m-p/5270124#M595435</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2025-03-11T21:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: ISE sending null DNS queries since upgrade to 3.3 patch 4</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-sending-null-dns-queries-since-upgrade-to-3-3-patch-4/m-p/5275745#M595686</link>
      <description>&lt;P&gt;Arne,&lt;/P&gt;&lt;P&gt;In all your investigation, did you ever find a null DNS request?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 12:45:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-sending-null-dns-queries-since-upgrade-to-3-3-patch-4/m-p/5275745#M595686</guid>
      <dc:creator>Danny Dulin</dc:creator>
      <dc:date>2025-03-27T12:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: ISE sending null DNS queries since upgrade to 3.3 patch 4</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-sending-null-dns-queries-since-upgrade-to-3-3-patch-4/m-p/5276256#M595710</link>
      <description>&lt;P&gt;Not yet. But I also don't look into this much. If I was in this situation I would engage the TAC. Not much we can do as end users.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2025 21:14:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-sending-null-dns-queries-since-upgrade-to-3-3-patch-4/m-p/5276256#M595710</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2025-03-28T21:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: ISE sending null DNS queries since upgrade to 3.3 patch 4</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-sending-null-dns-queries-since-upgrade-to-3-3-patch-4/m-p/5277291#M595767</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/158532"&gt;@Arne Bier&lt;/a&gt;&amp;nbsp;I have engaged TAC and they've been no help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 20:17:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-sending-null-dns-queries-since-upgrade-to-3-3-patch-4/m-p/5277291#M595767</guid>
      <dc:creator>Danny Dulin</dc:creator>
      <dc:date>2025-04-01T20:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: ISE sending null DNS queries since upgrade to 3.3 patch 4</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-sending-null-dns-queries-since-upgrade-to-3-3-patch-4/m-p/5277313#M595770</link>
      <description>&lt;P&gt;You have to keep on them and escalate - you'll eventually end up in Cisco developer land&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 21:49:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-sending-null-dns-queries-since-upgrade-to-3-3-patch-4/m-p/5277313#M595770</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2025-04-01T21:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: ISE sending null DNS queries since upgrade to 3.3 patch 4</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-sending-null-dns-queries-since-upgrade-to-3-3-patch-4/m-p/5277700#M595799</link>
      <description>&lt;P class="lia-align-justify"&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1755193"&gt;@Danny Dulin&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;please take a look at:&amp;nbsp;&lt;A href="https://bst.cloudapps.cisco.com/bugsearch/bug/CSCwk63923" target="_blank" rel="noopener"&gt;CSCwk63923 DNS cache timeout is not honored&lt;/A&gt;.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="CSCwk63923.png" style="width: 884px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/242820i6F6B17CB571C8B38/image-size/large?v=v2&amp;amp;px=999" role="button" title="CSCwk63923.png" alt="CSCwk63923.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Although you update to &lt;STRONG&gt;ISE 3.3 P4&lt;/STRONG&gt;, my recommendation is to apply the &lt;STRONG&gt;Workaround&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-justify"&gt;Hope this helps !!!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2025 02:00:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-sending-null-dns-queries-since-upgrade-to-3-3-patch-4/m-p/5277700#M595799</guid>
      <dc:creator>Marcelo Morais</dc:creator>
      <dc:date>2025-04-03T02:00:37Z</dc:date>
    </item>
  </channel>
</rss>

