<?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: Whitelisting Load-Balanced Sites - Fetch  DNS records as JSON in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/whitelisting-load-balanced-sites-fetch-dns-records-as-json/m-p/244428#M97314</link>
    <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/103867"&gt;@Hugh.Kelley&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can't comment on dns.google.com or dns-api.org but would like to provide some comments on &lt;A href="https://github.com/PaloAltoNetworks/fqdn-service" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/PaloAltoNetworks/fqdn-service&lt;/A&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;It is a "serverless implementation" (no VM needed). It is likely to cost you 0$ a month unless you share it with a large community of users&lt;/LI&gt;
&lt;LI&gt;It can resolve many FQDN's at once which means that a single miner is needed&lt;/LI&gt;
&lt;LI&gt;It can store a history of responses&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Take into account, though, that if you're using PANOS then you better create custom L7 apps (SSL Decrypt + matching the HTTP Host Header or SSL Response Certificate in case you're not decryting) instead of matching based on FQDN. FQDN matching is performed at "sample intervals" (i.e. once an hour) and these FQDN entries behind AWS rotate tipically at 1 minute intervals. That means that you will, probably, fail to match many sessions between sample intervals no matter which DNS service you end up using&lt;/P&gt;</description>
    <pubDate>Wed, 26 Dec 2018 11:37:02 GMT</pubDate>
    <dc:creator>xhoms</dc:creator>
    <dc:date>2018-12-26T11:37:02Z</dc:date>
    <item>
      <title>Whitelisting Load-Balanced Sites - Fetch  DNS records as JSON</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/whitelisting-load-balanced-sites-fetch-dns-records-as-json/m-p/244406#M97313</link>
      <description>&lt;P&gt;For sites (to be whitelisted) that are behind ever-changing IP ranges (e.g. Amazon load balancer), has anybody used a services like these?&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://dns.google.com/resolve?name=www.netflix.com&amp;nbsp;" target="_blank"&gt;https://dns.google.com/resolve?name=www.netflix.com&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://dns-api.org/A/www.netflix.com" target="_blank"&gt;https://dns-api.org/A/www.netflix.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there an existing miner that does DNS lookups?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I saw this recommend in another thread but I'm hoping to avoid another VM:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/PaloAltoNetworks/fqdn-service" target="_blank"&gt;https://github.com/PaloAltoNetworks/fqdn-service&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the prototype I'm using&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;prototypes:
    dnsLookup:www_netflix_com:
        class: minemeld.ft.json.SimpleJSON
        config:
            age_out:
                default: null
                interval: 3600
                sudden_death: true
            attributes:
                confidence: 100
                share_level: green
                type: IPv4
            extractor: Answer[?type == `1`]
            fields:
            - name
            indicator: data
            prefix: dns
            source_name: dns.netflix
            url: https://dns.google.com/resolve?name=www.netflix.com
        development_status: STABLE
        indicator_types:
        - IPv4
        node_type: miner
        tags:
        - ConfidenceHigh
        - ShareLevelGreen
&lt;/PRE&gt;</description>
      <pubDate>Wed, 26 Dec 2018 05:34:18 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/whitelisting-load-balanced-sites-fetch-dns-records-as-json/m-p/244406#M97313</guid>
      <dc:creator>Hugh.Kelley</dc:creator>
      <dc:date>2018-12-26T05:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Whitelisting Load-Balanced Sites - Fetch  DNS records as JSON</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/whitelisting-load-balanced-sites-fetch-dns-records-as-json/m-p/244428#M97314</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/103867"&gt;@Hugh.Kelley&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can't comment on dns.google.com or dns-api.org but would like to provide some comments on &lt;A href="https://github.com/PaloAltoNetworks/fqdn-service" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/PaloAltoNetworks/fqdn-service&lt;/A&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;It is a "serverless implementation" (no VM needed). It is likely to cost you 0$ a month unless you share it with a large community of users&lt;/LI&gt;
&lt;LI&gt;It can resolve many FQDN's at once which means that a single miner is needed&lt;/LI&gt;
&lt;LI&gt;It can store a history of responses&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Take into account, though, that if you're using PANOS then you better create custom L7 apps (SSL Decrypt + matching the HTTP Host Header or SSL Response Certificate in case you're not decryting) instead of matching based on FQDN. FQDN matching is performed at "sample intervals" (i.e. once an hour) and these FQDN entries behind AWS rotate tipically at 1 minute intervals. That means that you will, probably, fail to match many sessions between sample intervals no matter which DNS service you end up using&lt;/P&gt;</description>
      <pubDate>Wed, 26 Dec 2018 11:37:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/whitelisting-load-balanced-sites-fetch-dns-records-as-json/m-p/244428#M97314</guid>
      <dc:creator>xhoms</dc:creator>
      <dc:date>2018-12-26T11:37:02Z</dc:date>
    </item>
  </channel>
</rss>

