<?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: Check Point object name resolution in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Check-Point-object-name-resolution/m-p/97843#M182593</link>
    <description>&lt;P&gt;Anyone have any experience with the fw1-loggrabber?&lt;/P&gt;</description>
    <pubDate>Tue, 17 May 2011 17:41:29 GMT</pubDate>
    <dc:creator>Peter</dc:creator>
    <dc:date>2011-05-17T17:41:29Z</dc:date>
    <item>
      <title>Check Point object name resolution</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Check-Point-object-name-resolution/m-p/97842#M182592</link>
      <description>&lt;P&gt;Just finished configuring the lea-loggrabber to get logs from some Check Point hosts. All is working correctly except I want to turn object name resolution off. Looks like it might be a command line parameter (--noresolve), but I can't get it to run successfully (&lt;A href="http://www.sourcefiles.org/Miscellaneous/fw1-loggrabber-1.9.2.tar.gz.shtml"&gt;http://www.sourcefiles.org/Miscellaneous/fw1-loggrabber-1.9.2.tar.gz.shtml&lt;/A&gt;)&lt;/P&gt;

&lt;P&gt;Anyone done this?&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2011 14:39:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Check-Point-object-name-resolution/m-p/97842#M182592</guid>
      <dc:creator>Peter</dc:creator>
      <dc:date>2011-05-09T14:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Check Point object name resolution</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Check-Point-object-name-resolution/m-p/97843#M182593</link>
      <description>&lt;P&gt;Anyone have any experience with the fw1-loggrabber?&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2011 17:41:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Check-Point-object-name-resolution/m-p/97843#M182593</guid>
      <dc:creator>Peter</dc:creator>
      <dc:date>2011-05-17T17:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Check Point object name resolution</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Check-Point-object-name-resolution/m-p/97844#M182594</link>
      <description>&lt;P&gt;With the contribution of Splunk Answers user &lt;A href="http://splunk-base.splunk.com/users/168/treyka" target="_blank"&gt;treyka&lt;/A&gt;, we we were able to patch and recompile the &lt;CODE&gt;lea_loggrabber&lt;/CODE&gt; Linux binary to outputs semi-colons as delimiters between field/value pairs:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;Before:&lt;/P&gt;

&lt;P&gt;loc=2445861 filename=fw.log fileid=1314230340 time=25Aug2011 12:40:58 action=drop orig=FIREWALLNAME i/f_dir=inbound i/f_name=eth-s2p2c0 has_accounting=0 product=VPN-1 &amp;amp; FireWall-1 __policy_id_tag=product=VPN-1 &amp;amp; FireWall-1[db_tag={AAAAAAA-BBBBB-CCCCCC-DDDDDDD-EEEEEEEEEE};mgmt=LAB-CMA;date=1310743754;policy_name=ABCD_Policy] rule=77 rule_uid={19AD44C1-79E0-422F-91A6-FF2E6A818EEE} SmartDefense profile=No Protection src=1.2.3.4 s_port=40552 dst=4.3.2.1service=snmp-read proto=udp&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;After:&lt;/P&gt;

&lt;P&gt;time=26Aug2011 12:34:34;action=drop;fw=1.2.3.4;if_dir=inbound;if_name=eth-s2p2c0;mgmt=LAB-CMA;policy_name=ABCD_Policy;rule=77;src=1.2.3.4;s_port=11334;dst=4.3.2.1;d_port=161;proto=udp;&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;In addition, this patched version of &lt;CODE&gt;lea_loggrabber&lt;/CODE&gt; accepts new, mutually exclusive parameters to control the name resolution of objects:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;The option &lt;CODE&gt;--resolve&lt;/CODE&gt; will cause objects to be resolved, as is currently the case. Example:&lt;/P&gt;

&lt;P&gt;time= 4Aug2011 22:47:52;action=accept;fw=Win2k3-86sup01;if_dir=inbound;if_name=E1G606;mgmt=Win2k3-86sup01;policy_name=Standard;rule=2;rule_name=LEA traffic;service_id=FW1_lea;src=beefysup01.splunk.com;s_port=33776;dst=Win2k3-86sup01;d_port=FW1_lea;proto=tcp;&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;The option &lt;CODE&gt;--no-resolve&lt;/CODE&gt; will prevent object name resolution. Example:&lt;/P&gt;

&lt;P&gt;time= 4Aug2011 22:47:00;action=accept;fw=10.160.31.56;if_dir=inbound;if_name=E1G606;mgmt=Win2k3-86sup01;policy_name=Standard;rule=2;rule_name=LEA traffic;service_id=FW1_lea;src=10.1.12.1;s_port=47250;dst=10.160.31.56;d_port=18184;proto=tcp;&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Some important remarks:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;This patched version of the lea_loggrabber binary is not currently integrated to the app packaged on splunkbase. It can be obtained by requesting it from Splunk Support. Please &lt;A href="http://www.splunk.com/index.php/submit_issue" target="_blank"&gt;open a support case&lt;/A&gt; if you would like to receive it.&lt;/LI&gt;
&lt;LI&gt;Only the Linux (32bit/64bit) version of the lea_loggrabber binary has been recompiled with this patch.&lt;/LI&gt;
&lt;LI&gt;The patched binary will be provided "as is". It has not been tested by Splunk Quality Assurance, which is why it has not yet been integrated in the package available on splunkbase.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 28 Sep 2020 10:14:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Check-Point-object-name-resolution/m-p/97844#M182594</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2020-09-28T10:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Check Point object name resolution</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Check-Point-object-name-resolution/m-p/97845#M182595</link>
      <description>&lt;P&gt;Support just brought this page to my attention... greetings from late 2014, we come in peace. There is now an official and supported OPSEC LEA solution for Linux: &lt;A href="https://apps.splunk.com/app/1454"&gt;https://apps.splunk.com/app/1454&lt;/A&gt; and Solaris: &lt;A href="https://apps.splunk.com/app/1453"&gt;https://apps.splunk.com/app/1453&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The semicolon delimiter thing is not in there, but you can toggle no-resolve. &lt;A href="http://docs.splunk.com/Documentation/OPSEC-LEA/latest/Install/ConfiguretheLEAclient"&gt;http://docs.splunk.com/Documentation/OPSEC-LEA/latest/Install/ConfiguretheLEAclient&lt;/A&gt; for instructions.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2014 22:49:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Check-Point-object-name-resolution/m-p/97845#M182595</guid>
      <dc:creator>jcoates_splunk</dc:creator>
      <dc:date>2014-12-18T22:49:28Z</dc:date>
    </item>
  </channel>
</rss>

