<?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 Thanks.  I just tried this in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/firepower-urls-without-license/m-p/2783875#M173666</link>
    <description>&lt;P&gt;Thanks. &amp;nbsp;I just tried this out and it appears to work. &amp;nbsp;I manually added several URLs in a rule and it successfully blocked them.&lt;/P&gt;
&lt;P&gt;Now if I can just figure out the other two questions.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Jan 2016 03:05:38 GMT</pubDate>
    <dc:creator>mmacdonald70</dc:creator>
    <dc:date>2016-01-04T03:05:38Z</dc:date>
    <item>
      <title>Firepower URLs without license</title>
      <link>https://community.cisco.com/t5/network-security/firepower-urls-without-license/m-p/2783871#M173662</link>
      <description>&lt;P&gt;I'm not sure if this is answered somewhere in the docs that I missed. If it it, I'm sorry.&lt;/P&gt;
&lt;P&gt;I have two questions in relation to my ASA5506-x appliance and firepower:&lt;/P&gt;
&lt;P&gt;1. I don't currently have the URL license since I'm not interested in the cloud based service. &amp;nbsp;What I would like however is the ability to filter out URLs based on regex or keywords in the URL. &amp;nbsp;Is this possible?&lt;/P&gt;
&lt;P&gt;2. On a similar topic, is there a way to see what URLs were accessed?&lt;/P&gt;
&lt;P&gt;3. I keep seeing messages in the "Threats" area like&amp;nbsp;&lt;SPAN&gt;"INDICATOR-COMPROMISE Suspicious .pw dns query" but I can't seem to figure out a way to get more information (like the source IP address)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 07:05:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-urls-without-license/m-p/2783871#M173662</guid>
      <dc:creator>mmacdonald70</dc:creator>
      <dc:date>2019-03-12T07:05:35Z</dc:date>
    </item>
    <item>
      <title>If you don't want to licence</title>
      <link>https://community.cisco.com/t5/network-security/firepower-urls-without-license/m-p/2783872#M173663</link>
      <description>&lt;P&gt;If you don't want to licence the Firepower module (ps, there is a promo on for three years licences at the moment ...), then could consider doing this purely on the ASA.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;You can filter either HTTP (not https) urls, or do DNS filtering, which stops all protocols. I personally prefer the DNS method. &amp;nbsp;Here is a brief example to block logmein.com.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;regex domain_logmein.com “\.logmein\.com”&lt;BR /&gt;!&lt;BR /&gt;class-map type regex match-any DomainBlockList&lt;BR /&gt;&amp;nbsp; description Blocked Domains&lt;BR /&gt;&amp;nbsp; match regex domain_logmein.com&lt;BR /&gt;!&lt;BR /&gt;policy-map type inspect dns PM-DNS-inspect&lt;BR /&gt;&amp;nbsp; parameters message-length maximum 512&lt;BR /&gt;&amp;nbsp; match domain-name regex class DomainBlockList&lt;BR /&gt;&amp;nbsp; drop-connection log&lt;BR /&gt;!&lt;BR /&gt;policy-map global_policy&lt;BR /&gt;&amp;nbsp; class inspection_default&lt;BR /&gt;&amp;nbsp; &amp;nbsp; inspect dns PM-DNS-inspect&lt;BR /&gt;!&lt;BR /&gt;service-policy global_policy global&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jan 2016 02:31:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-urls-without-license/m-p/2783872#M173663</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2016-01-03T02:31:07Z</dc:date>
    </item>
    <item>
      <title>I never tested it without a</title>
      <link>https://community.cisco.com/t5/network-security/firepower-urls-without-license/m-p/2783873#M173664</link>
      <description>&lt;P&gt;I never tested it without a license,&amp;nbsp;&lt;A href="http://www.cisco.com/c/en/us/td/docs/security/firesight/541/firepower-module-user-guide/asa-firepower-module-user-guide-v541/AC-Getting-Started.html#pgfId-1530919"&gt;but the documentation states that it should work without&lt;/A&gt;:&lt;/P&gt;
&lt;TABLE border="1" cellpadding="3" cellspacing="0" width="96%" bordercolor="#808080"&gt;
&lt;TBODY&gt;
&lt;TR align="left" valign="top"&gt;
&lt;TH scope="col"&gt;
&lt;DIV class="pCH1_CellHead1"&gt;To apply an access control policy that...&amp;nbsp;&lt;/DIV&gt;
&lt;/TH&gt;
&lt;TH scope="col"&gt;
&lt;DIV class="pCH1_CellHead1"&gt;&lt;A name="pgfId-1674537"&gt;&lt;/A&gt;License&amp;nbsp;&lt;/DIV&gt;
&lt;/TH&gt;
&lt;/TR&gt;
&lt;TR align="left" valign="top"&gt;
&lt;TD&gt;
&lt;P class="pB1_Body1"&gt;&lt;A name="pgfId-1674539"&gt;&lt;/A&gt;performs access control based on zone, network, or port&lt;/P&gt;
&lt;P class="pB1_Body1"&gt;&lt;A name="pgfId-1674540"&gt;&lt;/A&gt;performs URL filtering using literal URLs and URL objects&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P class="pB1_Body1"&gt;&lt;A name="pgfId-1674542"&gt;&lt;/A&gt;Any&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR align="left" valign="top"&gt;
&lt;TD&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jan 2016 11:56:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-urls-without-license/m-p/2783873#M173664</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2016-01-03T11:56:59Z</dc:date>
    </item>
    <item>
      <title>I think that means you need</title>
      <link>https://community.cisco.com/t5/network-security/firepower-urls-without-license/m-p/2783874#M173665</link>
      <description>I think that means you need "any" licence such as "Control" as opposed to "No" licence.  I'm 99% confident it wont allow you to configure anything if you have no licence at all.</description>
      <pubDate>Sun, 03 Jan 2016 20:51:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-urls-without-license/m-p/2783874#M173665</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2016-01-03T20:51:43Z</dc:date>
    </item>
    <item>
      <title>Thanks.  I just tried this</title>
      <link>https://community.cisco.com/t5/network-security/firepower-urls-without-license/m-p/2783875#M173666</link>
      <description>&lt;P&gt;Thanks. &amp;nbsp;I just tried this out and it appears to work. &amp;nbsp;I manually added several URLs in a rule and it successfully blocked them.&lt;/P&gt;
&lt;P&gt;Now if I can just figure out the other two questions.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2016 03:05:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-urls-without-license/m-p/2783875#M173666</guid>
      <dc:creator>mmacdonald70</dc:creator>
      <dc:date>2016-01-04T03:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Firepower URLs without license</title>
      <link>https://community.cisco.com/t5/network-security/firepower-urls-without-license/m-p/3956687#M173667</link>
      <description>&lt;DIV class="lia-message-author-with-avatar"&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Regarding your second and third query, you can use connection events on the FMC to check connection attempts against the access rule you have defined. But Remmeber you should have logging enabled against the required access rule. Also for the 3rd question you can use intrusion events.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/firepower/60/configuration/guide/fpmc-config-guide-v60/fpmc-config-guide-v60_chapter_01101111.html" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/firepower/60/configuration/guide/fpmc-config-guide-v60/fpmc-config-guide-v60_chapter_01101111.html&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 11 Nov 2019 14:39:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/firepower-urls-without-license/m-p/3956687#M173667</guid>
      <dc:creator>mohd_123shoaib</dc:creator>
      <dc:date>2019-11-11T14:39:20Z</dc:date>
    </item>
  </channel>
</rss>

