Create a Post
cancel
Showing results for 
Search instead for 
Did you mean: 

ECONN - Easy Connection Table Tool

HeikoAnkenbrand
Champion Champion
Champion

This econn tool version 6.8 is a command-line utility for analyzing active firewall connection tables, specifically from Check Point firewalls via the fw tab -t connections -u command. It parses raw connection entries, resolves service names, maps interface IDs to names, and provides powerful filtering options based on IP addresses, ports, protocols, rules, networks, and interface names. Results can be displayed in a structured table, and optional statistics can be generated.

One of it

...;
TO ACCESS CHECKMATES TOOLBOX it's simple and free

Disclaimer: Check Point does not provide maintenance services or technical or customer support for third party content provided on this Site, including in CheckMates Toolbox. See also our Third Party Software Disclaimer.




(3)
14 Replies

Danny
Champion Champion
Champion

Thanks for sharing another econn update, while it’s getting a bit tricky to keep track of all the different threads.

Just to recap, we’ve got:

  • community thread for version 0.x is here
  • community thread for version 1.x is here
  • community thread for version 4.x is here
  • community thread for version 5.x is here
  • community thread for version 6.x is here

To make it easier for everyone to find and follow the latest version, it might be helpful to keep updates consolida

...;
TO ACCESS CHECKMATES TOOLBOX it's simple and free


0 Kudos

HeikoAnkenbrand
Champion Champion
Champion

What's new in version 6.x:

I decided to create this new version to improve both usability and performance. The old implementation relied heavily on bash and regex, which I have now migrated to Python 3 for cleaner and more maintainable code.
- The evaluation of the rule set is now significantly faster — for example, processing
   1 million connections takes only about 5 seconds.
- The new approach is much more resource-efficient and scalable, handling up to
  10 million connections without

...;
TO ACCESS CHECKMATES TOOLBOX it's simple and free


otto_w
Participant

WOW - 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.

;
TO ACCESS CHECKMATES TOOLBOX it's simple and free


Machine_Head
Advisor
Advisor

Nice one - Thanks!

;
TO ACCESS CHECKMATES TOOLBOX it's simple and free


Ingard
Explorer

Hi  @HeikoAnkenbrand,
Can the output be redirected to a file using a switch in the CLI?

;
TO ACCESS CHECKMATES TOOLBOX it's simple and free


0 Kudos

HeikoAnkenbrand
Champion Champion
Champion

Yes for example:


   econn -net=192.168.0.0/16 -p=UDP -statrule > output_file.txt
  
;
TO ACCESS CHECKMATES TOOLBOX it's simple and free


Suvi
Explorer

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?

;
TO ACCESS CHECKMATES TOOLBOX it's simple and free


HeikoAnkenbrand
Champion Champion
Champion

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:
1_tab_645645.jpg

The following command displays all outputs. You may only need to adjust the search filters if necessary.


   econn -stat -statip -statnet -statconn -statport -statrule -snet=10.0.0.0/24 -r=10
  
;
TO ACCESS CHECKMATES TOOLBOX it's simple and free


the_rock
Legend
Legend

I did a bit if testing yesterday in the lab with this tool, I found it very useful. Amazing job, as always,  @HeikoAnkenbrand 

Andy

;
TO ACCESS CHECKMATES TOOLBOX it's simple and free


0 Kudos

the_rock
Legend
Legend

Excellent!

;
TO ACCESS CHECKMATES TOOLBOX it's simple and free


0 Kudos

Lenhard
Explorer

Hi @HeikoAnkenbrand ,
Great tool and excellent recommendation for evaluating the firewall connection.
We can test this together in our project next week.

;
TO ACCESS CHECKMATES TOOLBOX it's simple and free


0 Kudos

the_rock
Legend
Legend

Excellent, indeed.

;
TO ACCESS CHECKMATES TOOLBOX it's simple and free


0 Kudos

HeikoAnkenbrand
Champion Champion
Champion

Thanks to netan for the private email.
I have fixed the bug with the interfaces. It should now work without any problems.

;
TO ACCESS CHECKMATES TOOLBOX it's simple and free


0 Kudos

the_rock
Legend
Legend

Amazing tool, so helpful. Used it few times already, truly excellent.

Fantastic work, as always  @HeikoAnkenbrand 

;
TO ACCESS CHECKMATES TOOLBOX it's simple and free


0 Kudos