<?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: ECONN - Easy Connection Table Tool in Scripts</title>
    <link>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255555#M1192</link>
    <description>&lt;P&gt;Yes for example:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;econn -net=192.168.0.0/16 -p=UDP -statrule &amp;gt; output_file.txt&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 20 Aug 2025 16:05:23 GMT</pubDate>
    <dc:creator>HeikoAnkenbrand</dc:creator>
    <dc:date>2025-08-20T16:05:23Z</dc:date>
    <item>
      <title>ECONN - Easy Connection Table Tool v6.9</title>
      <link>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255399#M1186</link>
      <description>&lt;P&gt;This &lt;STRONG&gt;econn tool version 6.9&lt;/STRONG&gt; is a command-line utility for analyzing active firewall connection tables, specifically from Check Point firewalls via the &lt;STRONG&gt;fw tab -t connections -u&lt;/STRONG&gt; command. It parses raw connection entries, resolves service names, maps interface IDs to names, and provides powerful &lt;STRONG&gt;filtering options&lt;/STRONG&gt; based on &lt;STRONG&gt;IP addresses&lt;/STRONG&gt;, &lt;STRONG&gt;ports&lt;/STRONG&gt;, &lt;STRONG&gt;protocols&lt;/STRONG&gt;, &lt;STRONG&gt;rules&lt;/STRONG&gt;, &lt;STRONG&gt;networks&lt;/STRONG&gt;, and &lt;STRONG&gt;interface names&lt;/STRONG&gt;. Results can be displayed in a structured table, and optional statistics can be generated.&lt;/P&gt;
&lt;P&gt;One of its greatest strengths lies in the powerful filtering options. With just a few parameters, the view can be narrowed down to specific source or destination addresses, certain ports, or even entire networks. Filtering by protocol or interface is also possible, allowing administrators to isolate exactly the connections that are relevant to their analysis within seconds.&lt;/P&gt;
&lt;P&gt;Beyond simple presentation, econn delivers extensive statistical insights. It highlights which rules are most frequently used, which ports and IP combinations dominate, and how communication is distributed across different interfaces. This helps build a deeper understanding of network behavior and makes it easier to identify irregularities.&lt;/P&gt;
&lt;P&gt;Ultimately, the tool provides a quick overview of all relevant communication relationships. Even in complex environments with many segments, traffic becomes more transparent as connections are logically grouped and summarized. For administrators, this means a significant simplification in evaluating communication flows and a valuable aid in day-to-day network operations.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The &lt;FONT color="#FF0000"&gt;-stat&lt;/FONT&gt; option provides a general overview of the filtered connections. It summarizes key information such as which ports, rules, protocols, services, and interfaces are involved, giving administrators a quick snapshot of the traffic.&lt;/P&gt;
&lt;P&gt;With &lt;FONT color="#FF0000"&gt;-statip&lt;/FONT&gt;, the tool lists all unique source and destination IP addresses. This makes it easy to see at a glance which hosts are participating in the current connections.&lt;/P&gt;
&lt;P&gt;The &lt;FONT color="#FF0000"&gt;-statnet&lt;/FONT&gt; option focuses on networks rather than individual IPs. It groups communication into Class C (/24) and Class B (/16) networks, helping to understand traffic distribution across subnets.&lt;/P&gt;
&lt;P&gt;Using &lt;FONT color="#FF0000"&gt;-statconn&lt;/FONT&gt;, administrators can see all source–destination IP pairs along with the ports they are using. This highlights who is talking to whom and which services are being exchanged.&lt;/P&gt;
&lt;P&gt;The &lt;FONT color="#FF0000"&gt;-statport&lt;/FONT&gt; option organizes connections by destination port. For each port, it shows the related IP pairs without duplicates, making it clear which services are most active.&lt;/P&gt;
&lt;P&gt;With &lt;FONT color="#FF0000"&gt;-statrule&lt;/FONT&gt;, the output is grouped by firewall rule. It shows which source and destination pairs are affected by each rule and the ports they use, which is particularly useful for validating security policies.&lt;/P&gt;
&lt;P&gt;Finally, &lt;FONT color="#FF0000"&gt;-notab&lt;/FONT&gt; hides the detailed connection table. This is useful when the focus is only on statistics or summaries, reducing clutter in the output.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Install tool:&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;curl_cli -k https://www.checkpoint.tips/tools/econn &amp;gt; /usr/bin/econn &amp;amp;&amp;amp; chmod 770 /usr/bin/econn &amp;amp;&amp;amp; dos2unix /usr/bin/econn&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Online help:&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Usage:
  econn [filters] [options]

Filter options (detailed):
  -s=&amp;lt;IP&amp;gt;        Filter by source IP address
  -d=&amp;lt;IP&amp;gt;        Filter by destination IP address
  -sp=&amp;lt;Port&amp;gt;     Filter by source port
  -dp=&amp;lt;Port&amp;gt;     Filter by destination port
  -n=&amp;lt;Name&amp;gt;      Filter by service name (if available)
  -r=&amp;lt;Rule&amp;gt;      Filter by rule number
  -p=&amp;lt;Protocol&amp;gt;  Filter by protocol (e.g., TCP, UDP, ICMP)
  -net=&amp;lt;CIDR&amp;gt;    Filter if either source or destination IP is in the network
  -snet=&amp;lt;CIDR&amp;gt;   Filter if source IP is in the network
  -dnet=&amp;lt;CIDR&amp;gt;   Filter if destination IP is in the network
  -si=&amp;lt;iface&amp;gt;    Filter by inbound interface name
  -di=&amp;lt;iface&amp;gt;    Filter by outbound interface name
  -g=&amp;lt;string&amp;gt;    Grep-like search: only show rows containing the string

Statistics / Output options:
  -stat          Show general statistics for the current filter
  -statip        Show all unique IP addresses (source &amp;amp; destination)
  -statnet       Show all networks (Class C / B) involved in connections
  -statconn      Show all IP pairs with their associated ports
  -statport      Group output by ports (with IP pairs, no duplicates)
  -statrule      Group output by rules (with IP pairs and ports)
  -notab         Hide the main connection table from output

General:
  --help         Show this help message and exit

Examples:
  econn -s=192.168.1.10 -p=TCP
  econn -dnet=10.0.0.0/8 -stat
  econn -g=established -p=TCP
  econn -sp=80 -statport
  econn -dp=443 -statconn
  econn -r=101 -statrule
  econn -net=192.168.0.0/16 -p=UDP -statip
  econn -g=FIN -stat -notab
  econn -d=8.8.8.8 -statrule -statport
  econn -si=eth0 -di=eth1 -p=TCP -statport -notab

&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Econn_gdfgdfg.png" style="width: 612px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/31246iCF85823079358DAD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Econn_gdfgdfg.png" alt="Econn_gdfgdfg.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Demo video:&lt;BR /&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6384310485112w400h206r344" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6384310485112" data-account="6058022097001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058022097001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6384310485112w400h206r344');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.checkpoint.com/t5/video/gallerypage/video-id/6384310485112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 23:43:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255399#M1186</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2026-01-27T23:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: ECONN - Easy Connection Table Tool</title>
      <link>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255405#M1187</link>
      <description>&lt;P&gt;Thanks for sharing another &lt;CODE&gt;econn&lt;/CODE&gt; update, while it’s getting a bit tricky to keep track of all the different threads.&lt;BR /&gt;&lt;BR /&gt;Just to recap, we’ve got:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;community thread for version 0.x is &lt;A href="https://community.checkpoint.com/t5/Scripts/Formatted-Connection-Table-ONELINER/m-p/127770#M821" target="_self"&gt;here&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;community thread for version 1.x is &lt;A href="https://community.checkpoint.com/t5/Scripts/Easy-Tool-Real-time-connection-table-analysis-v1-0/m-p/127918#M823" target="_self"&gt;here&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;community thread for version 4.x is &lt;A href="https://community.checkpoint.com/t5/Scripts/Easy-Tool-Real-time-connection-table-analysis-v4-0/td-p/128246" target="_self"&gt;here&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;community thread for version 5.x is &lt;A href="https://community.checkpoint.com/t5/Scripts/Easy-Tool-R81-20-Real-time-connection-table-analysis-v5-0/td-p/169998" target="_self"&gt;here&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;community thread for version 6.x is &lt;A href="https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool/m-p/255399#M1186" target="_self"&gt;here&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To make it easier for everyone to find and follow the latest version, it might be helpful to keep updates consolidated in a single thread. That way, folks can stay up to date and jump in more easily.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 10:40:30 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255405#M1187</guid>
      <dc:creator>Danny</dc:creator>
      <dc:date>2025-08-19T10:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: ECONN - Easy Connection Table Tool</title>
      <link>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255417#M1188</link>
      <description>&lt;P&gt;Nice one - Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 12:53:40 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255417#M1188</guid>
      <dc:creator>Machine_Head</dc:creator>
      <dc:date>2025-08-19T12:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: ECONN - Easy Connection Table Tool</title>
      <link>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255439#M1189</link>
      <description>&lt;P&gt;&lt;STRONG&gt;What's new in version 6.x:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;I decided to create this new version to improve both usability and performance. The old implementation relied heavily on &lt;EM data-start="195" data-end="201"&gt;bash&lt;/EM&gt; and &lt;EM data-start="206" data-end="213"&gt;regex&lt;/EM&gt;, which I have now migrated to &lt;STRONG data-start="244" data-end="256"&gt;Python 3&lt;/STRONG&gt; for cleaner and more maintainable code. &lt;BR /&gt;- The evaluation of the rule set is now significantly faster — for example, processing &lt;BR /&gt;&amp;nbsp; &amp;nbsp;&lt;STRONG data-start="382" data-end="434"&gt;1 million connections takes only about 5 seconds&lt;/STRONG&gt;. &lt;BR /&gt;- The new approach is much more resource-efficient and scalable, handling up to &lt;BR /&gt;&amp;nbsp; &lt;STRONG data-start="514" data-end="540"&gt;10 million connections&lt;/STRONG&gt; without issues. &lt;BR /&gt;- On top of that, I’ve expanded the statistics module with new features, including &lt;BR /&gt;&amp;nbsp; &amp;nbsp;&lt;STRONG data-start="638" data-end="670"&gt;sorting and grouping options&lt;/STRONG&gt;, to make analysis more powerful and flexible:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;-statconn&amp;nbsp; &amp;nbsp;-&amp;gt;&amp;nbsp; &amp;nbsp; Show all IP pairs with their associated ports&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="5_ip_communication_gdfgd.jpg" style="width: 579px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/31252i704DD78F97DE4C1C/image-dimensions/579x68?v=v2" width="579" height="68" role="button" title="5_ip_communication_gdfgd.jpg" alt="5_ip_communication_gdfgd.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -statport&amp;nbsp; &amp;nbsp; -&amp;gt;&amp;nbsp; &amp;nbsp; Group output by ports (with IP pairs, no duplicates)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6_ports_gdfgd.jpg" style="width: 581px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/31253i06F3C231C75B2079/image-dimensions/581x161?v=v2" width="581" height="161" role="button" title="6_ports_gdfgd.jpg" alt="6_ports_gdfgd.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -statrule&amp;nbsp; &amp;nbsp; -&amp;gt;&amp;nbsp; &amp;nbsp; Group output by rules (with IP pairs and ports)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="7_rules_gdfgd.jpg" style="width: 583px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/31254i1D8839F87E181730/image-dimensions/583x124?v=v2" width="583" height="124" role="button" title="7_rules_gdfgd.jpg" alt="7_rules_gdfgd.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;-statif&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-&amp;gt;&amp;nbsp; &amp;nbsp; Group output by interface (with IP pairs and ports)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8_interface_hgdfkg.jpg" style="width: 582px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/31255i571B94679E402778/image-dimensions/582x96?v=v2" width="582" height="96" role="button" title="8_interface_hgdfkg.jpg" alt="8_interface_hgdfkg.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 16:25:33 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255439#M1189</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2025-08-19T16:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: ECONN - Easy Connection Table Tool</title>
      <link>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255445#M1190</link>
      <description>&lt;P&gt;WOW -&amp;nbsp;This tool is absolutely outstanding – it turns raw firewall connection data into clear, structured insights with powerful filtering and statistics, making troubleshooting faster, smarter, and more efficient.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 19:18:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255445#M1190</guid>
      <dc:creator>otto_w</dc:creator>
      <dc:date>2025-08-19T19:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: ECONN - Easy Connection Table Tool</title>
      <link>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255480#M1191</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/21670"&gt;@HeikoAnkenbrand&lt;/a&gt;,&lt;BR /&gt;Can the output be redirected to a file using a switch in the CLI?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 06:12:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255480#M1191</guid>
      <dc:creator>Ingard</dc:creator>
      <dc:date>2025-08-20T06:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: ECONN - Easy Connection Table Tool</title>
      <link>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255555#M1192</link>
      <description>&lt;P&gt;Yes for example:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;econn -net=192.168.0.0/16 -p=UDP -statrule &amp;gt; output_file.txt&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 20 Aug 2025 16:05:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255555#M1192</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2025-08-20T16:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: ECONN - Easy Connection Table Tool</title>
      <link>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255628#M1194</link>
      <description>&lt;P&gt;How can the tool be used to filter and analyze Check Point firewall connections, and can you provide an example of how its filtering or statistical features?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 09:36:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255628#M1194</guid>
      <dc:creator>Suvi</dc:creator>
      <dc:date>2025-08-21T09:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: ECONN - Easy Connection Table Tool</title>
      <link>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255640#M1195</link>
      <description>&lt;P&gt;Excellent!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Aug 2025 11:59:44 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255640#M1195</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-08-21T11:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: ECONN - Easy Connection Table Tool</title>
      <link>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255713#M1196</link>
      <description>&lt;P&gt;The following command displays all outputs sorted by various criteria, such as rules, ports, and more. In addition, the connection table is presented in the following form:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1_tab_645645.jpg" style="width: 999px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/31283iE847A413707BC68A/image-size/large?v=v2&amp;amp;px=999" role="button" title="1_tab_645645.jpg" alt="1_tab_645645.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;The following command displays all outputs. You may only need to adjust the search filters if necessary.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;econn -stat -statip -statnet -statconn -statport -statrule -snet=10.0.0.0/24 -r=10&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 22 Aug 2025 07:23:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255713#M1196</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2025-08-22T07:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: ECONN - Easy Connection Table Tool</title>
      <link>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255732#M1197</link>
      <description>&lt;P&gt;I did a bit if testing yesterday in the lab with this tool, I found it very useful. Amazing job, as always,&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/21670"&gt;@HeikoAnkenbrand&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 12:00:22 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255732#M1197</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-08-22T12:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: ECONN - Easy Connection Table Tool</title>
      <link>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255801#M1198</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/21670"&gt;@HeikoAnkenbrand&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Great tool and excellent recommendation for evaluating the firewall connection.&lt;BR /&gt;We can test this together in our project next week.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Aug 2025 17:53:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255801#M1198</guid>
      <dc:creator>Lenhard</dc:creator>
      <dc:date>2025-08-23T17:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: ECONN - Easy Connection Table Tool</title>
      <link>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255881#M1206</link>
      <description>&lt;P&gt;Excellent, indeed.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 11:40:51 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255881#M1206</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-08-25T11:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: ECONN - Easy Connection Table Tool</title>
      <link>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255971#M1207</link>
      <description>&lt;P&gt;Thanks to netan for the private email. &lt;BR /&gt;I have fixed the bug with the interfaces. It should now work without any problems.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2025 09:41:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255971#M1207</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2025-08-26T09:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: ECONN - Easy Connection Table Tool</title>
      <link>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255986#M1208</link>
      <description>&lt;P&gt;Amazing tool, so helpful. Used it few times already, truly excellent.&lt;/P&gt;
&lt;P&gt;Fantastic work, as always&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/21670"&gt;@HeikoAnkenbrand&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2025 14:06:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/255986#M1208</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-08-26T14:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: ECONN - Easy Connection Table Tool</title>
      <link>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/261491#M1227</link>
      <description>&lt;P&gt;I fixed two small errors in the code &lt;BR /&gt;and provided this short video:&lt;BR /&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6384313626112w400h206r595" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6384313626112" data-account="6058022097001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058022097001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6384313626112w400h206r595');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.checkpoint.com/t5/video/gallerypage/video-id/6384313626112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2025 22:15:08 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/261491#M1227</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2025-10-30T22:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: ECONN - Easy Connection Table Tool</title>
      <link>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/261492#M1228</link>
      <description>&lt;P&gt;Very cool tool. THX&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2025 22:18:07 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/261492#M1228</guid>
      <dc:creator>juergen_wollert</dc:creator>
      <dc:date>2025-10-30T22:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: ECONN - Easy Connection Table Tool</title>
      <link>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/262347#M1250</link>
      <description>&lt;P&gt;In version 4 there was a statistics about connection state:&lt;/P&gt;&lt;P&gt;Counter&lt;BR /&gt;TCP : 820&lt;BR /&gt;&amp;nbsp; &amp;nbsp; TCP SYN : 69&lt;BR /&gt;&amp;nbsp; &amp;nbsp; SYN-ACK : 0&lt;BR /&gt;&amp;nbsp; &amp;nbsp; ACK : 713&lt;BR /&gt;&amp;nbsp; &amp;nbsp; FIN : 38&lt;BR /&gt;UDP : 189&lt;BR /&gt;ICMP : 4&lt;BR /&gt;IGMP : 0&lt;BR /&gt;VRRP : 0&lt;BR /&gt;GRE : 0&lt;/P&gt;&lt;P&gt;Is there a way to get such in the actual verision ?&lt;/P&gt;&lt;P&gt;Thanks for the amazing tool!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Nov 2025 15:12:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/ECONN-Easy-Connection-Table-Tool-v6-9/m-p/262347#M1250</guid>
      <dc:creator>Dilian_Chernev</dc:creator>
      <dc:date>2025-11-10T15:12:57Z</dc:date>
    </item>
  </channel>
</rss>

