<?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: Checkpoint OPSEC LEA client script in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Checkpoint-OPSEC-LEA-client-script/m-p/86708#M18010</link>
    <description>&lt;P&gt;You're probably running Ubuntu/Debian 64-bit. The app requires 32-bit libraries, but the Splunk docs only tell you how to get them on Red Hat based systems. Try these to get the libraries below. Then you have to symlink a crusty old library (which thankfully the TA supplies) into /lib just to get the thing to run!&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;apt-get install libc6:i386 libpam0g:i386
ln -s /opt/splunk/etc/apps/Splunk_TA_opseclea_linux22/bin/libcpc++-libc6.1-2.so.3 /lib/libcpc++-libc6.1-2.so.3
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Evidently this has been causing issues for over 12 years, if that makes you feel any better. Thanks for the crap binary, checkpoint. &lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk3960"&gt;https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk3960&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Oct 2013 16:37:55 GMT</pubDate>
    <dc:creator>Jason</dc:creator>
    <dc:date>2013-10-22T16:37:55Z</dc:date>
    <item>
      <title>Checkpoint OPSEC LEA client script</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Checkpoint-OPSEC-LEA-client-script/m-p/86703#M18005</link>
      <description>&lt;P&gt;Ok, its late and its been a fight up until this point so please forgive me for missing something basic.&lt;/P&gt;

&lt;P&gt;I have been following the instructions to integration Check Points OPSEC LEA logs into Splunk via the standard Splunk documentation. When I get to the Configuring LEA Client portion, the following error is generated on this script: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;./opsec_pull_cert -h 1.1.1.1 -n SplunkLEA -p lameplaintextpw -o newcert.p12 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;``(obviously not the real IP or password &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt; )&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;-su: ./opsec_pull_cert: No such file or directory&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;and a similar error when I run through the connection wizard on the GUI:&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;/opt/splunk/etc/apps/Splunk_TA_opseclea_linux22/bin/pull-cert.sh: line 7: ../opsec-tools/opsec_pull_cert: No such file or directory&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;if I run the same script as sudo, it appears to run without error, however there is no cert generated.&lt;/P&gt;

&lt;P&gt;any insight is much appreciated...&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:41:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Checkpoint-OPSEC-LEA-client-script/m-p/86703#M18005</guid>
      <dc:creator>nickstone</dc:creator>
      <dc:date>2020-09-28T13:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Checkpoint OPSEC LEA client script</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Checkpoint-OPSEC-LEA-client-script/m-p/86704#M18006</link>
      <description>&lt;P&gt;Hi Nick,&lt;/P&gt;

&lt;P&gt;What you seem to be doing is running the script from the location. Find out where that script is installed and then run it.&lt;/P&gt;

&lt;P&gt;A nice thing if you install this on centos you get the locate utility which will find the script for you if your index is up today. I am also trying to install this today but am having connectivity issues between the splunk server and my checkpoints for now.&lt;/P&gt;

&lt;P&gt;[root@centos-control linux22]# locate opsec_pull_cert&lt;BR /&gt;
/opt/splunk/etc/apps/lea-loggrabber-splunk/opsec-tools/linux22/opsec_pull_cert&lt;BR /&gt;
[root@centos-control linux22]# ./opsec_putkey -ssl -port 18184 10.1.1.1&lt;BR /&gt;
Please enter secret key:&lt;BR /&gt;
Please enter secret key again:&lt;/P&gt;

&lt;P&gt;Failed to initialize authentication with 10.1.1.1&lt;/P&gt;

&lt;P&gt;[root@centos-control linux22]#&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:41:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Checkpoint-OPSEC-LEA-client-script/m-p/86704#M18006</guid>
      <dc:creator>dariusjs</dc:creator>
      <dc:date>2020-09-28T13:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Checkpoint OPSEC LEA client script</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Checkpoint-OPSEC-LEA-client-script/m-p/86705#M18007</link>
      <description>&lt;P&gt;Sorry dariusjs,&lt;/P&gt;

&lt;P&gt;I forgot to mention, I am already in the same directory as the script.&lt;BR /&gt;
ie: root@spk01:/opt/splunk/etc/apps/lea-loggrabber-splunk/opsec-tools/linux22#&lt;/P&gt;

&lt;P&gt;ls -a:&lt;BR /&gt;
.  ..  opsec_pull_cert  opsec_putkey&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:41:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Checkpoint-OPSEC-LEA-client-script/m-p/86705#M18007</guid>
      <dc:creator>nickstone</dc:creator>
      <dc:date>2020-09-28T13:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Checkpoint OPSEC LEA client script</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Checkpoint-OPSEC-LEA-client-script/m-p/86706#M18008</link>
      <description>&lt;P&gt;ok 32-bit forwarder has helped and I am now stuck with Failed to initialize authentication with...&lt;/P&gt;

&lt;P&gt;dariusjs, did you get any futher on this?&lt;/P&gt;</description>
      <pubDate>Sat, 06 Apr 2013 23:58:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Checkpoint-OPSEC-LEA-client-script/m-p/86706#M18008</guid>
      <dc:creator>nickstone</dc:creator>
      <dc:date>2013-04-06T23:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Checkpoint OPSEC LEA client script</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Checkpoint-OPSEC-LEA-client-script/m-p/86707#M18009</link>
      <description>&lt;P&gt;Do you have your SPLUNK_ENV set?  Have you logged in to Splunk?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; $SPLUNK_HOME/bin/splunk login
 $SPLUNK_HOME/bin/splunk cmd ./opsec_pull_cert
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;See the troubleshooting section of the docs as well:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/OPSEC-LEA/latest/Install/Runlea-loggrabbermanually"&gt;http://docs.splunk.com/Documentation/OPSEC-LEA/latest/Install/Runlea-loggrabbermanually&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2013 17:59:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Checkpoint-OPSEC-LEA-client-script/m-p/86707#M18009</guid>
      <dc:creator>araitz</dc:creator>
      <dc:date>2013-04-09T17:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Checkpoint OPSEC LEA client script</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Checkpoint-OPSEC-LEA-client-script/m-p/86708#M18010</link>
      <description>&lt;P&gt;You're probably running Ubuntu/Debian 64-bit. The app requires 32-bit libraries, but the Splunk docs only tell you how to get them on Red Hat based systems. Try these to get the libraries below. Then you have to symlink a crusty old library (which thankfully the TA supplies) into /lib just to get the thing to run!&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;apt-get install libc6:i386 libpam0g:i386
ln -s /opt/splunk/etc/apps/Splunk_TA_opseclea_linux22/bin/libcpc++-libc6.1-2.so.3 /lib/libcpc++-libc6.1-2.so.3
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Evidently this has been causing issues for over 12 years, if that makes you feel any better. Thanks for the crap binary, checkpoint. &lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk3960"&gt;https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk3960&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 16:37:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Checkpoint-OPSEC-LEA-client-script/m-p/86708#M18010</guid>
      <dc:creator>Jason</dc:creator>
      <dc:date>2013-10-22T16:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Checkpoint OPSEC LEA client script</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Checkpoint-OPSEC-LEA-client-script/m-p/86709#M18011</link>
      <description>&lt;P&gt;For RedHat the package names would be glibc.i686 and pam.i686&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2013 12:51:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Checkpoint-OPSEC-LEA-client-script/m-p/86709#M18011</guid>
      <dc:creator>rebecque</dc:creator>
      <dc:date>2013-11-15T12:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Checkpoint OPSEC LEA client script</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Checkpoint-OPSEC-LEA-client-script/m-p/86710#M18012</link>
      <description>&lt;P&gt;As of today this answer was still needed, thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 10:23:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Checkpoint-OPSEC-LEA-client-script/m-p/86710#M18012</guid>
      <dc:creator>ejahnke</dc:creator>
      <dc:date>2018-02-20T10:23:26Z</dc:date>
    </item>
  </channel>
</rss>

