<?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: Content awareness and blocking .bat files issue in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/233959#M45314</link>
    <description>&lt;P&gt;This SK has debugging steps:&amp;nbsp;&lt;A href="https://support.checkpoint.com/results/sk/sk119715" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk119715&lt;/A&gt;&lt;BR /&gt;I suspect you'll need to engage the TAC at some point here as well.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Nov 2024 16:10:15 GMT</pubDate>
    <dc:creator>PhoneBoy</dc:creator>
    <dc:date>2024-11-27T16:10:15Z</dc:date>
    <item>
      <title>Content awareness and blocking .bat files issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/233942#M45305</link>
      <description>&lt;P&gt;Trying to block download of specific file types using Content Awareness.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two rules in Content Awareness for this:&lt;/P&gt;&lt;P&gt;One that blocks downloads based on filename:&lt;/P&gt;&lt;P&gt;.*\.dmg$|.*\.rpm$|.*\.bat$&lt;/P&gt;&lt;P&gt;Another that blocks executables and archives:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Screenshot 2024-11-27 155332.png" style="width: 999px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/28569i5822DCCAEF7E1CF2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-11-27 155332.png" alt="Screenshot 2024-11-27 155332.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Although I see that different file extensions are getting blocked, I can't see any .bat files getting blocked.&lt;/P&gt;&lt;P&gt;When I test using&amp;nbsp;&lt;A href="https://mytool.dev/code-editor/bat" target="_blank"&gt;https://mytool.dev/code-editor/bat&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I can always Download the .bat file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't see anything in the SmartConsole logs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see that the site is getting HTTPS inspected.&lt;/P&gt;&lt;P&gt;Version is 81.20 Take 89&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have TLS1.3 inspection enabled and changed HI to Hold mode. The issue is still there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know how to go about troubleshooting this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 14:18:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/233942#M45305</guid>
      <dc:creator>Antonis_Hassiot</dc:creator>
      <dc:date>2024-11-27T14:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Content awareness and blocking .bat files issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/233959#M45314</link>
      <description>&lt;P&gt;This SK has debugging steps:&amp;nbsp;&lt;A href="https://support.checkpoint.com/results/sk/sk119715" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk119715&lt;/A&gt;&lt;BR /&gt;I suspect you'll need to engage the TAC at some point here as well.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 16:10:15 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/233959#M45314</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2024-11-27T16:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Content awareness and blocking .bat files issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234217#M45368</link>
      <description>&lt;P&gt;I ran the HTTP Process debug with a source IP filter at a low traffic period and the gateway (6400) seemed to have a hard time loading all internet sites , even though I used a source IP filter, so I stopped it:&lt;/P&gt;&lt;P&gt;fw ctl set int simple_debug_filter_off 1&lt;/P&gt;&lt;P&gt;fw ctl set str simple_debug_filter_saddr_1 "10.1.142.9"&lt;/P&gt;&lt;P&gt;fw ctl debug 0&lt;BR /&gt;fw ctl debug -buf 32000&lt;BR /&gt;fw ctl debug -m fw + advp cmi conn drop cptls log vm&lt;BR /&gt;fw ctl debug -m cmi_loader all&lt;BR /&gt;fw ctl debug -m WS + spii info session pkt_dump global policy module ssl_insp body connection&lt;BR /&gt;fw ctl debug -m cpcode + echo policy ioctl run persist init vm cplog csv io url kisspm&lt;BR /&gt;fw ctl debug -m UP all&lt;BR /&gt;fw ctl debug -m FILEAPP all&lt;BR /&gt;fw ctl debug -m dlpda all&lt;BR /&gt;fw ctl set int cmi_dump_buffer 1&lt;BR /&gt;fw ctl kdebug -T -f &amp;gt; /var/log/kernel_debug_output.txt&lt;/P&gt;&lt;P&gt;Also, in this doc:&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.checkpoint.com/results/sk/sk114640" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk114640&lt;/A&gt;&lt;/P&gt;&lt;P&gt;it mentions at the bottom that:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Content Awareness does not scan HTML files (for type and content) which are downloaded using the HTTP "GET" method over HTTP because it could have a high adverse affect on the Security Gateway performance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Not sure how to check on the above for the particular site.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Nov 2024 08:25:30 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234217#M45368</guid>
      <dc:creator>Antonis_Hassiot</dc:creator>
      <dc:date>2024-11-30T08:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Content awareness and blocking .bat files issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234227#M45369</link>
      <description>&lt;P&gt;See if below helps. I had a case with a customer about 2 years ago for content awareness issue and it ended up with escalation engineer and he was superb, explained everything to us in a way that made total sense and was really easy to understand. So, to make a long story short, client had ssl inspection enabled, but it was just the way certain rules and features had to be "jumbled around" to make this work.&lt;/P&gt;
&lt;P&gt;I pasted what engineer told us about it, but if its not clear, let me know.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;***********************************&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As discussed we would require HTTPS inspection enabled for the https connections where we want to enforce&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="markkzpnmnc6s" data-markjs="true" data-ogac="" data-ogab="" data-ogsc="" data-ogsb=""&gt;content&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;awareness. If we are not inspecting such https connections their is no way for the firewall to understand what&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="markkzpnmnc6s" data-markjs="true" data-ogac="" data-ogab="" data-ogsc="" data-ogsb=""&gt;content&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;is been requested since the data would be encrypted.&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Inspection allows the firewall to go inside the packet and view the unencrypted data thereby classifying the file type, file name etc which is downloaded/uploaded. More on&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="markkzpnmnc6s" data-markjs="true" data-ogac="" data-ogab="" data-ogsc="" data-ogsb=""&gt;content&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;awareness, after these attributes are identified the usermode processes verify if such&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="markkzpnmnc6s" data-markjs="true" data-ogac="" data-ogab="" data-ogsc="" data-ogsb=""&gt;content&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;is allowed or blocked. The decision/verdict is provided to the rule base execution engine and the final enforcement block/accept is enforced accordingly.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;******************************************************&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Nov 2024 14:05:33 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234227#M45369</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-11-30T14:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Content awareness and blocking .bat files issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234233#M45371</link>
      <description>&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;As mentioned in original post, I see that the website in question is https inspected since I see the Checkpoint cert when checking the certificate on the website.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still wondering whether there is something about the way the file gets downloaded from&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://mytool.dev/code-editor/bat" target="_blank" rel="nofollow noopener noreferrer"&gt;https://mytool.dev/code-editor/bat&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and if it relates to the comment in the SK:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Content Awareness does not scan HTML files (for type and content) which are downloaded using the HTTP "GET" method over HTTP because it could have a high adverse affect on the Security Gateway performance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Not sure how to check on the above for the particular site.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Dec 2024 07:30:33 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234233#M45371</guid>
      <dc:creator>Antonis_Hassiot</dc:creator>
      <dc:date>2024-12-01T07:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Content awareness and blocking .bat files issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234237#M45372</link>
      <description>&lt;P&gt;Do you see anything about it in the logs?&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Sun, 01 Dec 2024 13:59:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234237#M45372</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-12-01T13:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Content awareness and blocking .bat files issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234255#M45377</link>
      <description>&lt;P&gt;Hi Andy,&lt;/P&gt;&lt;P&gt;I have mentioned in the original post that I don't see anything in the logs when I press the download button.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any idea about the comment in the SK:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Content Awareness does not scan HTML files (for type and content) which are downloaded using the HTTP "GET" method over HTTP because it could have a high adverse affect on the Security Gateway performance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I wonder if this download falls under this category of download, but not sure how to check.&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 06:49:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234255#M45377</guid>
      <dc:creator>Antonis_Hassiot</dc:creator>
      <dc:date>2024-12-02T06:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Content awareness and blocking .bat files issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234279#M45390</link>
      <description>&lt;P&gt;Maybe the test url is just not a good test? Is there some other way you can attempt to download a bat? Also:&amp;nbsp;&lt;SPAN&gt;dmg$|.*\.rpm$|.*\.bat$&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;all these have issues or only bat? Has the other ones been tested?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 09:45:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234279#M45390</guid>
      <dc:creator>Lesley</dc:creator>
      <dc:date>2024-12-02T09:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Content awareness and blocking .bat files issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234290#M45392</link>
      <description>&lt;P&gt;Not sure if this is something with the particular site, but this is the site we use to test.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking at logs, I see that just today there was a .bat file blocked, see below, but still I need to understand why it doesn't block from &lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://mytool.dev/code-editor/bat" target="_blank" rel="nofollow noopener noreferrer"&gt;https://mytool.dev/code-editor/bat&lt;/A&gt;.&lt;/P&gt;&lt;DIV class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-12-02 122248.png" style="width: 832px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/28631i4531D1C3428BAB80/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-12-02 122248.png" alt="Screenshot 2024-12-02 122248.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 02 Dec 2024 10:28:08 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234290#M45392</guid>
      <dc:creator>Antonis_Hassiot</dc:creator>
      <dc:date>2024-12-02T10:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Content awareness and blocking .bat files issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234302#M45395</link>
      <description>&lt;P&gt;I will test this in the lab. Here is what I gathered from working with escalation guy (he was great btw) 2 years ago when customer had content awareness issue.&lt;/P&gt;
&lt;P&gt;He said that k&lt;SPAN&gt;ey is to NOT have specific updatable objects bypassed in https inspection, but rather allow in ordered url / app control layer. If they are bypassed in https inspection, then it will never hit last ordered layer, in our case content awareness, since https traffic would have already been processed.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 12:38:40 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234302#M45395</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-12-02T12:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Content awareness and blocking .bat files issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234304#M45396</link>
      <description>&lt;P&gt;It would help if someone can test in lab.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since I see the certificate that the gateway introduces during HTTPs inspection on the website Security, I am pretty certain that HI is not getting bypassed. The download button seems to be producing a link like this:&lt;/P&gt;&lt;P&gt;blob:&lt;A href="https://mytool.dev/1d50c3e8-a157-4e3f-90fa-cdbd241920f9" target="_blank"&gt;https://mytool.dev/1d50c3e8-a157-4e3f-90fa-cdbd241920f9&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When I replay this link I get a 404 error, which means it's a one off link. And again, I see the inspection certificate shown in the browser.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 12:49:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234304#M45396</guid>
      <dc:creator>Antonis_Hassiot</dc:creator>
      <dc:date>2024-12-02T12:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Content awareness and blocking .bat files issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234310#M45401</link>
      <description>&lt;P&gt;Im on it brother &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Will update you later when I have some more info.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 13:21:22 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234310#M45401</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-12-02T13:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Content awareness and blocking .bat files issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234315#M45403</link>
      <description>&lt;P&gt;Just tested and even applied same thing esc. engineer asked us back in 2022 and no luck. I have to say, as much as I love the idea of using this blade, Im not impressed with it at all. Its so convoluted to actually make it work and does not seem its much better even in R81.20.&lt;/P&gt;
&lt;P&gt;Maybe R82 will bring some changes to it, not sure. I think opening TAC case would be your best bet.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 13:39:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234315#M45403</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-12-02T13:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Content awareness and blocking .bat files issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234318#M45406</link>
      <description>&lt;P&gt;ok thanks will open a case&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 13:48:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234318#M45406</guid>
      <dc:creator>Antonis_Hassiot</dc:creator>
      <dc:date>2024-12-02T13:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Content awareness and blocking .bat files issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234319#M45407</link>
      <description>&lt;P&gt;Please keep us posted how it gets solved.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 13:49:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234319#M45407</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-12-02T13:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Content awareness and blocking .bat files issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234320#M45408</link>
      <description>&lt;P&gt;I think it is time to open TAC case to confirm why this website is not blocked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 13:55:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234320#M45408</guid>
      <dc:creator>Lesley</dc:creator>
      <dc:date>2024-12-02T13:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Content awareness and blocking .bat files issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234372#M45426</link>
      <description>&lt;P&gt;Quick update. Created same rule like one you have, BUT, instead of services any, used http and https, it works intermittently...really annoying.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 19:11:31 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234372#M45426</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-12-02T19:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Content awareness and blocking .bat files issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234400#M45429</link>
      <description>&lt;P&gt;I assume you'd need to use Chrome Development Tools to see how this is operating or some sort of extension.&lt;BR /&gt;Looking at the page, I suspect Javascript is involved here.&lt;/P&gt;
&lt;P&gt;Access Policy rules that allow access to this site should be logged as Extended.&lt;BR /&gt;This will ensure that every URL accessed is logged and I believe it also logs the HTTP action (e.g. GET).&lt;/P&gt;</description>
      <pubDate>Mon, 02 Dec 2024 23:20:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234400#M45429</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2024-12-02T23:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Content awareness and blocking .bat files issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234417#M45430</link>
      <description>&lt;P&gt;Tried that now, I never get any hits on the policy for the specific site.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 05:26:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234417#M45430</guid>
      <dc:creator>Antonis_Hassiot</dc:creator>
      <dc:date>2024-12-03T05:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Content awareness and blocking .bat files issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234418#M45431</link>
      <description>&lt;P&gt;The problem is I don't get any hits in the specific policy. The gateway doesn't 'see' the file download.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 05:26:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Content-awareness-and-blocking-bat-files-issue/m-p/234418#M45431</guid>
      <dc:creator>Antonis_Hassiot</dc:creator>
      <dc:date>2024-12-03T05:26:19Z</dc:date>
    </item>
  </channel>
</rss>

