<?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: Securing AWS inter-subnet traffic using Check Point Cloud Guard in Tech Talk</title>
    <link>https://community.isc2.org/t5/Tech-Talk/Securing-AWS-inter-subnet-traffic-using-Check-Point-Cloud-Guard/m-p/9952#M29</link>
    <description>&lt;P&gt;I am talking about inspection and control of traffic between subnets inside single VPC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As AWS using common router per-VPC, by default, traffic from all subnets inside are forwarding traffic to it.&lt;/P&gt;&lt;P&gt;Thus, to achieve proper inspection between tiers, multi-VPC architecture is required.&lt;/P&gt;&lt;P&gt;In contrast, Azure allows routing of the traffic inside Availability Set.&lt;/P&gt;&lt;P&gt;This distinction has, in some instances, swayed the choice of the cloud provider for organizations trying to migrate payloads and looking at complexities caused by AWS prohibiting trans-VPC traffic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That was the reason to figure out how to achieve intra-VPC, inter-subnet inspection and access control.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since I am versed in Check Point, I've picked that vendor's offering for POC, but there is no reason same could not be achieved with PAN or Fortinet.&lt;/P&gt;</description>
    <pubDate>Mon, 30 Apr 2018 20:06:21 GMT</pubDate>
    <dc:creator>vt100</dc:creator>
    <dc:date>2018-04-30T20:06:21Z</dc:date>
    <item>
      <title>Securing AWS inter-subnet traffic using Check Point Cloud Guard</title>
      <link>https://community.isc2.org/t5/Tech-Talk/Securing-AWS-inter-subnet-traffic-using-Check-Point-Cloud-Guard/m-p/9931#M27</link>
      <description>&lt;P&gt;For those of us in the trenches responsible for securing cloud payloads, this may come handy. Apparently, AWS does not natively support inspection of the in-VPC traffic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This solution circumvents the limitation and allows you to control and inspect traffic within VPC between multiple private and public subnets:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="Inter-subnet, intra-VPC traffic control and inspection in AWS" href="https://community.checkpoint.com/docs/DOC-2639-inspection-of-inter-subnet-traffic-in-aws-vpc" target="_self"&gt;https://community.checkpoint.com/docs/DOC-2639-inspection-of-inter-subnet-traffic-in-aws-vpc&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 13:12:27 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Tech-Talk/Securing-AWS-inter-subnet-traffic-using-Check-Point-Cloud-Guard/m-p/9931#M27</guid>
      <dc:creator>vt100</dc:creator>
      <dc:date>2018-04-30T13:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Securing AWS inter-subnet traffic using Check Point Cloud Guard</title>
      <link>https://community.isc2.org/t5/Tech-Talk/Securing-AWS-inter-subnet-traffic-using-Check-Point-Cloud-Guard/m-p/9950#M28</link>
      <description>&lt;P&gt;Fortinet, Palo Alto and Cisco ASA also have solutions in the AWS marketplace to protect inter-subnet traffic within AWS.&amp;nbsp; &amp;nbsp;Coupled with Checkpoint, these are the Gartner&amp;nbsp; "Enterprise Network Firewall" magic quadrant leaders, visionaries and challengers&amp;nbsp; - everyone else is a "niche player".&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AWS's closest native capability is &lt;A href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html" target="_self"&gt;Security Groups&lt;/A&gt;.&amp;nbsp; They inspect transparently "just outside" the network interface on each server, rather than the more traditional inline default-gateway. They are an adequate stateful inspection packet firewall, but they can not do advanced analytics, such as malware detection or SQL injection defenses.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This may or may not be adequate depending on your use case.&amp;nbsp; Simple is enough in many cases, such as blocking unneeded IP ports.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 19:55:06 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Tech-Talk/Securing-AWS-inter-subnet-traffic-using-Check-Point-Cloud-Guard/m-p/9950#M28</guid>
      <dc:creator>denbesten</dc:creator>
      <dc:date>2018-04-30T19:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Securing AWS inter-subnet traffic using Check Point Cloud Guard</title>
      <link>https://community.isc2.org/t5/Tech-Talk/Securing-AWS-inter-subnet-traffic-using-Check-Point-Cloud-Guard/m-p/9952#M29</link>
      <description>&lt;P&gt;I am talking about inspection and control of traffic between subnets inside single VPC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As AWS using common router per-VPC, by default, traffic from all subnets inside are forwarding traffic to it.&lt;/P&gt;&lt;P&gt;Thus, to achieve proper inspection between tiers, multi-VPC architecture is required.&lt;/P&gt;&lt;P&gt;In contrast, Azure allows routing of the traffic inside Availability Set.&lt;/P&gt;&lt;P&gt;This distinction has, in some instances, swayed the choice of the cloud provider for organizations trying to migrate payloads and looking at complexities caused by AWS prohibiting trans-VPC traffic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That was the reason to figure out how to achieve intra-VPC, inter-subnet inspection and access control.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since I am versed in Check Point, I've picked that vendor's offering for POC, but there is no reason same could not be achieved with PAN or Fortinet.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 20:06:21 GMT</pubDate>
      <guid>https://community.isc2.org/t5/Tech-Talk/Securing-AWS-inter-subnet-traffic-using-Check-Point-Cloud-Guard/m-p/9952#M29</guid>
      <dc:creator>vt100</dc:creator>
      <dc:date>2018-04-30T20:06:21Z</dc:date>
    </item>
  </channel>
</rss>

