<?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: How to determine top talker host IP in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-determine-top-talker-host-IP/m-p/49648#M3702</link>
    <description>&lt;P&gt;Assuming SecureXL (flows) is enabled, you should be able to use the Top Talkers script by &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/17357"&gt;@Craig_Dods&lt;/a&gt;, not sure if it will work on IPSO but worth a try:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://expert-mode.blogspot.com/2013/05/checkpoint-top-talkers-script-display.html" target="_blank" rel="noopener"&gt;http&lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;/expert-mode.blogspot.com/2013/05/checkpoint-top-talkers-script-display.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Apr 2019 02:03:12 GMT</pubDate>
    <dc:creator>Timothy_Hall</dc:creator>
    <dc:date>2019-04-03T02:03:12Z</dc:date>
    <item>
      <title>How to determine top talker host IP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-determine-top-talker-host-IP/m-p/49643#M3701</link>
      <description>&lt;P&gt;Want to determine top talker host in checkpoint via cli. Any idea how?&lt;/P&gt;&lt;P&gt;OS: IPSO Kernel Ver. 4.2&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 01:42:35 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-determine-top-talker-host-IP/m-p/49643#M3701</guid>
      <dc:creator>Achilles_Tagg</dc:creator>
      <dc:date>2019-04-03T01:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine top talker host IP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-determine-top-talker-host-IP/m-p/49648#M3702</link>
      <description>&lt;P&gt;Assuming SecureXL (flows) is enabled, you should be able to use the Top Talkers script by &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/17357"&gt;@Craig_Dods&lt;/a&gt;, not sure if it will work on IPSO but worth a try:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://expert-mode.blogspot.com/2013/05/checkpoint-top-talkers-script-display.html" target="_blank" rel="noopener"&gt;http&lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;/expert-mode.blogspot.com/2013/05/checkpoint-top-talkers-script-display.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 02:03:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-determine-top-talker-host-IP/m-p/49648#M3702</guid>
      <dc:creator>Timothy_Hall</dc:creator>
      <dc:date>2019-04-03T02:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine top talker host IP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-determine-top-talker-host-IP/m-p/49649#M3703</link>
      <description>&lt;P&gt;IPSO 4.2 implies you're running R65 or earlier, which hasn't been supported for quite a while. Pretty sure there is no facility for this in those releases. You might be able to write a script to parse the connections table to see who the top talker is "right now."&lt;/P&gt;
&lt;P&gt;SmartView Monitor may be an option assuming you have a license for it and it runs on IPSO (don't remember if it's supported or not). Otherwise, you'd have to parse the logs to figure this out.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 02:04:35 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-determine-top-talker-host-IP/m-p/49649#M3703</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2019-04-03T02:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine top talker host IP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-determine-top-talker-host-IP/m-p/50033#M3729</link>
      <description>&lt;P&gt;Source IP Top 10&lt;/P&gt;
&lt;PRE&gt;fwaccel conns | awk '{print $1}' | sort | uniq -c | sort -n -r | head -n 10&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Destination IP Top 10&lt;/P&gt;
&lt;PRE&gt;fwaccel conns | awk '{print $3}' | sort | uniq -c | sort -n -r | head -n 10&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Apr 2019 20:39:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-determine-top-talker-host-IP/m-p/50033#M3729</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2019-04-06T20:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine top talker host IP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-determine-top-talker-host-IP/m-p/50034#M3730</link>
      <description>&lt;P&gt;You can also use "fw tab -t connections -u -f" and change the parameter for the "print $x" command.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Apr 2019 20:43:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-determine-top-talker-host-IP/m-p/50034#M3730</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2019-04-06T20:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine top talker host IP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-determine-top-talker-host-IP/m-p/52720#M4010</link>
      <description>&lt;P&gt;Appreciate it! Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 01:46:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-determine-top-talker-host-IP/m-p/52720#M4010</guid>
      <dc:creator>Achilles_Tagg</dc:creator>
      <dc:date>2019-05-07T01:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine top talker host IP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-determine-top-talker-host-IP/m-p/59670#M4518</link>
      <description>&lt;P&gt;You can use Smartview Monitor from the CLI with rtm monitor.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;# &lt;SPAN class="t a h"&gt;&lt;SPAN class="t"&gt;rtm&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="t"&gt;monitor&lt;/SPAN&gt; &lt;SPAN class="t"&gt;-k&lt;/SPAN&gt; &lt;SPAN class="t"&gt;src&lt;/SPAN&gt; &lt;SPAN class="t"&gt;-v&lt;/SPAN&gt; &lt;SPAN class="t"&gt;wb&lt;/SPAN&gt; &lt;SPAN class="t"&gt;sort=top&lt;/SPAN&gt; &lt;SPAN class="t"&gt;-i&lt;/SPAN&gt; &lt;SPAN class="t"&gt;60&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Will give you an output every 60 seconds of top source addresses.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 17:28:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-determine-top-talker-host-IP/m-p/59670#M4518</guid>
      <dc:creator>Bryce_Myers</dc:creator>
      <dc:date>2019-08-05T17:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine top talker host IP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-determine-top-talker-host-IP/m-p/221639#M42439</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;&amp;nbsp;in the context of using &lt;SPAN&gt;fw tab -t connections -u -f,&amp;nbsp;&lt;/SPAN&gt;can you please explain what you mean by changing the parameter for the print $x command?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 23:57:28 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/How-to-determine-top-talker-host-IP/m-p/221639#M42439</guid>
      <dc:creator>Simon_Macpherso</dc:creator>
      <dc:date>2024-07-22T23:57:28Z</dc:date>
    </item>
  </channel>
</rss>

