<?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: Software Blade effectiveness with and without HTTPS Inspection - sk184185 in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/Software-Blade-effectiveness-with-and-without-HTTPS-Inspection/m-p/261062#M44143</link>
    <description>&lt;P&gt;Good to throw this into discussion with customers.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There should be no reason NOT to enable https inspection.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes it takes time to configure and yes sometimes it can give issues (like any other additional feature)&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Oct 2025 18:05:58 GMT</pubDate>
    <dc:creator>Lesley</dc:creator>
    <dc:date>2025-10-27T18:05:58Z</dc:date>
    <item>
      <title>Software Blade effectiveness with and without HTTPS Inspection - sk184185</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Software-Blade-effectiveness-with-and-without-HTTPS-Inspection/m-p/261037#M44135</link>
      <description>&lt;P&gt;&lt;A href="https://support.checkpoint.com/results/sk/sk184185" target="_self"&gt;This new Secureknowledge article,&amp;nbsp;&lt;/A&gt;&lt;SPAN&gt;&lt;A href="https://support.checkpoint.com/results/sk/sk184185" target="_self"&gt;sk184185&lt;/A&gt;, answers one very frequent question: &lt;STRONG&gt;Why do you want to enable HTTPS Inspection on your security GW&lt;/STRONG&gt;s.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Here is what the SK says (quoting in full):&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Without HTTPS Inspection, the Security Gateway can only inspect metadata such as domain names and TLS certificates. Most Threat Prevention blades cannot inspect encrypted payloads. With HTTPS Inspection enabled, the gateway decrypts traffic and allows full inspection by all blades.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Recommendation:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Enable HTTPS Inspection for outbound traffic. Exclude sensitive domains such as banking sites or internal services to avoid privacy and performance issues.&lt;/P&gt;
&lt;DIV class="warning"&gt;&lt;STRONG&gt;Warning:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;HTTPS Inspection may impact performance and user privacy. Test in a lab environment before deployment.&lt;/DIV&gt;
&lt;H3&gt;&lt;BR /&gt;Real-World Example&lt;/H3&gt;
&lt;DIV class="example"&gt;
&lt;P&gt;A user clicks a phishing link:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;example.com/login&lt;/CODE&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Without HTTPS Inspection:&lt;/STRONG&gt;
&lt;UL&gt;
&lt;LI&gt;URL Filtering blocks known malicious domains.&lt;/LI&gt;
&lt;LI&gt;Anti-Bot uses reputation and traffic patterns.&lt;/LI&gt;
&lt;LI&gt;Encrypted payload bypasses AV/IPS.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;With HTTPS Inspection:&lt;/STRONG&gt;
&lt;UL&gt;
&lt;LI&gt;Zero-Phishing analyses the page and injects browser protections.&lt;/LI&gt;
&lt;LI&gt;AV/IPS inspect files and exploits inside the page.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/DIV&gt;
&lt;H3&gt;&lt;BR /&gt;Blade Behavior Comparison&lt;/H3&gt;
&lt;DIV class="table-wrapper"&gt;
&lt;TABLE class="footnote" border="1" width="100%" cellspacing="2" cellpadding="4"&gt;
&lt;TBODY&gt;
&lt;TR class="SubTitle" bgcolor="#d6dff0"&gt;
&lt;TH&gt;Feature&lt;/TH&gt;
&lt;TH&gt;Without HTTPS Inspection&lt;/TH&gt;
&lt;TH&gt;With HTTPS Inspection&lt;/TH&gt;
&lt;TH&gt;Notes&lt;/TH&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;IPS&lt;/TD&gt;
&lt;TD&gt;Minimal: TLS anomalies only&lt;/TD&gt;
&lt;TD&gt;Full payload inspection&lt;/TD&gt;
&lt;TD&gt;Requires decrypted content&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Anti-Bot / C2 Detection&lt;/TD&gt;
&lt;TD&gt;DNS, traffic patterns, domain reputation&lt;/TD&gt;
&lt;TD&gt;Adds payload inspection for beaconing&lt;/TD&gt;
&lt;TD&gt;Detects hidden C2 patterns in HTTP POST/GET&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Anti-Bot / Reputation&lt;/TD&gt;
&lt;TD&gt;IP/domain reputation, TLS cert anomalies&lt;/TD&gt;
&lt;TD&gt;No additional benefit&lt;/TD&gt;
&lt;TD&gt;Reputation is metadata-driven&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Application Control&lt;/TD&gt;
&lt;TD&gt;Partial: SNI, IP ranges&lt;/TD&gt;
&lt;TD&gt;Full identification via payload&lt;/TD&gt;
&lt;TD&gt;Differentiates app functions (e.g., chat vs. video)&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Application Control - UserCheck&lt;/TD&gt;
&lt;TD&gt;Not supported&lt;/TD&gt;
&lt;TD&gt;Supported via HTTP redirect&lt;/TD&gt;
&lt;TD&gt;Requires decryption&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;URL Filtering&lt;/TD&gt;
&lt;TD&gt;Domain-based filtering&lt;/TD&gt;
&lt;TD&gt;Granular filtering by path, parameters&lt;/TD&gt;
&lt;TD&gt;Blocking&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;example.com/badpage&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;requires decryption&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;URL Filtering - UserCheck&lt;/TD&gt;
&lt;TD&gt;Not supported&lt;/TD&gt;
&lt;TD&gt;Supported via HTTP redirect&lt;/TD&gt;
&lt;TD&gt;Requires decryption&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Anti-Virus&lt;/TD&gt;
&lt;TD&gt;Limited on URL based filtering&lt;/TD&gt;
&lt;TD&gt;Scans files inside HTTPS&lt;/TD&gt;
&lt;TD&gt;Requires decrypted payload&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Threat Emulation&lt;/TD&gt;
&lt;TD&gt;Not available&lt;/TD&gt;
&lt;TD&gt;Extracts files for sandboxing&lt;/TD&gt;
&lt;TD&gt;Requires decryption&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Threat Extraction&lt;/TD&gt;
&lt;TD&gt;Not available&lt;/TD&gt;
&lt;TD&gt;Sanitizes active content&lt;/TD&gt;
&lt;TD&gt;Requires decryption&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Zero-Phishing&lt;/TD&gt;
&lt;TD&gt;Limited SNI-based enforcement (R82.10)&lt;/TD&gt;
&lt;TD&gt;Full page analysis and JS injection&lt;/TD&gt;
&lt;TD&gt;In-browser protection requires HTTPS Inspection&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 13:24:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Software-Blade-effectiveness-with-and-without-HTTPS-Inspection/m-p/261037#M44135</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2025-10-27T13:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Software Blade effectiveness with and without HTTPS Inspection - sk184185</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Software-Blade-effectiveness-with-and-without-HTTPS-Inspection/m-p/261054#M44140</link>
      <description>&lt;P&gt;Thats super helpful.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 16:47:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Software-Blade-effectiveness-with-and-without-HTTPS-Inspection/m-p/261054#M44140</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-10-27T16:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Software Blade effectiveness with and without HTTPS Inspection - sk184185</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Software-Blade-effectiveness-with-and-without-HTTPS-Inspection/m-p/261062#M44143</link>
      <description>&lt;P&gt;Good to throw this into discussion with customers.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There should be no reason NOT to enable https inspection.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes it takes time to configure and yes sometimes it can give issues (like any other additional feature)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 18:05:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Software-Blade-effectiveness-with-and-without-HTTPS-Inspection/m-p/261062#M44143</guid>
      <dc:creator>Lesley</dc:creator>
      <dc:date>2025-10-27T18:05:58Z</dc:date>
    </item>
  </channel>
</rss>

