<?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: Splunk Add-on for Check Point OPSEC LEA 4.0: Why are we getting &amp;quot;111 - SIC Error for lea: Peer sent wrong DN...&amp;quot;? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235068#M26423</link>
    <description>&lt;P&gt;Your config looks right, but the fact that it tries to connect to cn=cp_mgmt means the code thinks you are working with Primary Management Server vs a dedicated server. See section 2 for more detail: &lt;A href="http://docs.splunk.com/Documentation/AddOns/released/OPSEC-LEA/Troubleshoot"&gt;http://docs.splunk.com/Documentation/AddOns/released/OPSEC-LEA/Troubleshoot&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Did you change Log Server Type at any point?&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jun 2016 19:21:32 GMT</pubDate>
    <dc:creator>mreynov_splunk</dc:creator>
    <dc:date>2016-06-29T19:21:32Z</dc:date>
    <item>
      <title>Splunk Add-on for Check Point OPSEC LEA 4.0: Why are we getting "111 - SIC Error for lea: Peer sent wrong DN..."?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235062#M26417</link>
      <description>&lt;P&gt;We are setting the Splunk Add-on for Check Point OPSEC LEA 4.0 and are getting the following error&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;SIC ERROR 111 - SIC Error for lea: Peer sent wrong DN: cn=cp_mgmt,o=wvdpcscmgr.wv.mentorg.com.r65zch
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am confused as to where it is getting the wrong CN?  I have checked everywhere and it is not specified in any of the .conf files.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ebs-sys-aruba-01:/opt/splunk/etc/apps/Splunk_TA_checkpoint-opseclea # grep -r -l "cp_mgmt" .
./samples/opsec.sample
./samples/opsec_threat_emulation.sample
./samples/opsec_audit.sample
./samples/opsec_anti_malware.sample
./bin/ta_opseclea_rh_cert_original
ebs-sys-aruba-01:/opt/splunk/etc/apps/Splunk_TA_checkpoint-opseclea #
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So where is the script finding the incorrect CN?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;2016-06-29 18:06:15,620 +0000 log_level=ERROR, pid=27418, tid=Thread-9, file=ta_opseclea_data_collector.py, func_name=get_logs, code_line_no=62 | [input_name="internal_fwe" connection="wvdpclogsvr" data="fw"]log_level=0 file:lea_loggrabber.cpp func_name:check_session_end_reason code_line_no:2159 :Session end reason: SIC ERROR 111 - SIC Error for lea: Peer sent wrong DN: cn=cp_mgmt,o=wvdpcscmgr.wv.mentorg.com.r65zch
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 Jun 2016 18:20:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235062#M26417</guid>
      <dc:creator>edwardrose</dc:creator>
      <dc:date>2016-06-29T18:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Check Point OPSEC LEA 4.0: Why are we getting "111 - SIC Error for lea: Peer sent wrong DN..."?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235063#M26418</link>
      <description>&lt;P&gt;Is the DN for for your &lt;CODE&gt;opsec_entity_sic_name&lt;/CODE&gt; actually &lt;CODE&gt;cn=cp_mgmt,o=wvdpcscmgr.wv.mentorg.com.r65zch&lt;/CODE&gt;?  It may in fact be something like &lt;CODE&gt;cn=cp_mgmt_YOURSERVERHOSTNAME,o=wvdpcscmgr.wv.mentorg.com.r65zch&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Take a look at chubbybunny's response in this thread:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/153982/why-am-i-getting-connection-errors-after-configuring-add-on-for-check-point-opsec-lea-linux.html"&gt;https://answers.splunk.com/answers/153982/why-am-i-getting-connection-errors-after-configuring-add-on-for-check-point-opsec-lea-linux.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;For how to use GuiDBEdit to get the exact sic name you need.&lt;/P&gt;

&lt;P&gt;In terms of where the script is finding the sic name, once a connection is set up you should find the configuration file in &lt;CODE&gt;/opt/splunk/etc/apps/Splunk_TA_checkpoint-opseclea/local/opseclea_connection.conf&lt;/CODE&gt;.  Before a connection has been created the value is only in the input setup modal dialog inside the TA's web interface and not written to the TA's /local directory.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 18:47:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235063#M26418</guid>
      <dc:creator>jamesarmitage</dc:creator>
      <dc:date>2016-06-29T18:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Check Point OPSEC LEA 4.0: Why are we getting "111 - SIC Error for lea: Peer sent wrong DN..."?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235064#M26419</link>
      <description>&lt;P&gt;This is my opseclea_connection.conf.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[wvdpclogsvr]
cert_name = wvdpclogsvr_2107467814.p12
fw_version = R77
lea_app_name = SplunkLEA
lea_object_name = wvdpclogsvr
lea_server_auth_port = 18184
lea_server_auth_type = sslca
lea_server_ip = 147.34.104.26
lea_server_type = dedicated
opsec_entity_sic_name = CN=wvdpclogsvr,O=wvdpcscmgr.wv.mentorg.com.r65zch
opsec_sic_name = CN=SplunkLEA,O=wvdpcscmgr.wv.mentorg.com.r65zch
disabled = 0
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 Jun 2016 18:59:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235064#M26419</guid>
      <dc:creator>edwardrose</dc:creator>
      <dc:date>2016-06-29T18:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Check Point OPSEC LEA 4.0: Why are we getting "111 - SIC Error for lea: Peer sent wrong DN..."?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235065#M26420</link>
      <description>&lt;P&gt;This error means that the addon does not have the certificate which needs to be downloaded from OPSEC side in order to establish secure communication.&lt;BR /&gt;
In OPSEC LEA addon v 4 this should happen automatically as part of the install.&lt;/P&gt;

&lt;P&gt;Did you upgrade from an older version?&lt;/P&gt;

&lt;P&gt;Did you follow the installation steps here: &lt;A href="http://docs.splunk.com/Documentation/AddOns/released/OPSEC-LEA/Setup2"&gt;http://docs.splunk.com/Documentation/AddOns/released/OPSEC-LEA/Setup2&lt;/A&gt;?&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;Note: upgrade will not work, addon needs to be installed fresh&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 19:06:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235065#M26420</guid>
      <dc:creator>mreynov_splunk</dc:creator>
      <dc:date>2016-06-29T19:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Check Point OPSEC LEA 4.0: Why are we getting "111 - SIC Error for lea: Peer sent wrong DN..."?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235066#M26421</link>
      <description>&lt;P&gt;This is a brand new install of the TA and new configuration.  I see the certificate int the certs directory. So it did down the cert.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 19:09:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235066#M26421</guid>
      <dc:creator>edwardrose</dc:creator>
      <dc:date>2016-06-29T19:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Check Point OPSEC LEA 4.0: Why are we getting "111 - SIC Error for lea: Peer sent wrong DN..."?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235067#M26422</link>
      <description>&lt;P&gt;Did you validate that the &lt;CODE&gt;opsec_entity_sic_name&lt;/CODE&gt; is correct via GuiDBEdit?  From what you've posted, I would expect it to look more like &lt;CODE&gt;cn=cp_mgmt_wvdpclogsvr,O=wvdpcscmgr.wv.mentorg.com.r65zch&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 19:13:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235067#M26422</guid>
      <dc:creator>jamesarmitage</dc:creator>
      <dc:date>2016-06-29T19:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Check Point OPSEC LEA 4.0: Why are we getting "111 - SIC Error for lea: Peer sent wrong DN..."?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235068#M26423</link>
      <description>&lt;P&gt;Your config looks right, but the fact that it tries to connect to cn=cp_mgmt means the code thinks you are working with Primary Management Server vs a dedicated server. See section 2 for more detail: &lt;A href="http://docs.splunk.com/Documentation/AddOns/released/OPSEC-LEA/Troubleshoot"&gt;http://docs.splunk.com/Documentation/AddOns/released/OPSEC-LEA/Troubleshoot&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Did you change Log Server Type at any point?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 19:21:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235068#M26423</guid>
      <dc:creator>mreynov_splunk</dc:creator>
      <dc:date>2016-06-29T19:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Check Point OPSEC LEA 4.0: Why are we getting "111 - SIC Error for lea: Peer sent wrong DN..."?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235069#M26424</link>
      <description>&lt;P&gt;Let's be careful with these assumptions, cn name depends on type of server. Please note, the addon was revamped for 4.0, so assumptions from previous versions may be dangerous.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 19:23:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235069#M26424</guid>
      <dc:creator>mreynov_splunk</dc:creator>
      <dc:date>2016-06-29T19:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Check Point OPSEC LEA 4.0: Why are we getting "111 - SIC Error for lea: Peer sent wrong DN..."?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235070#M26425</link>
      <description>&lt;P&gt;Sure thing.  I'm using my config file from a fresh setup of the 4.0 TA as a reference, but that's why I asked edwardrose to validate the via GuiDBEdit.  &lt;/P&gt;

&lt;P&gt;I believe your comment below about the &lt;CODE&gt;lea_server_type&lt;/CODE&gt; is probably the issue here, I had missed that previously.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 19:26:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235070#M26425</guid>
      <dc:creator>jamesarmitage</dc:creator>
      <dc:date>2016-06-29T19:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Check Point OPSEC LEA 4.0: Why are we getting "111 - SIC Error for lea: Peer sent wrong DN..."?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235071#M26426</link>
      <description>&lt;P&gt;Nope original setup and configuration has been dedicated server.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 20:05:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235071#M26426</guid>
      <dc:creator>edwardrose</dc:creator>
      <dc:date>2016-06-29T20:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Check Point OPSEC LEA 4.0: Why are we getting "111 - SIC Error for lea: Peer sent wrong DN..."?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235072#M26427</link>
      <description>&lt;P&gt;I confirmed CN setting logic in the addon based on the server type and all looks right there. We only do it once when pulling the cert. Your input is correct based on that logic. Upon further research, this may be an issue on the OPSEC side: &lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk110514"&gt;https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk110514&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Do we know that the OPSEC server is thinking of itself as dedicated? Might it be configured as primary?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 21:44:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235072#M26427</guid>
      <dc:creator>mreynov_splunk</dc:creator>
      <dc:date>2016-06-29T21:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Check Point OPSEC LEA 4.0: Why are we getting "111 - SIC Error for lea: Peer sent wrong DN..."?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235073#M26428</link>
      <description>&lt;P&gt;So my checkpoint admin went and ran through the validation to get the correct opsec_entity_sic_name and low and behold it is working now.&lt;/P&gt;

&lt;P&gt;Thanks for all the support.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:04:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235073#M26428</guid>
      <dc:creator>edwardrose</dc:creator>
      <dc:date>2020-09-29T10:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Check Point OPSEC LEA 4.0: Why are we getting "111 - SIC Error for lea: Peer sent wrong DN..."?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235074#M26429</link>
      <description>&lt;P&gt;yay, great news! can you just clarify what validation was done and did you have to update your addon configs?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2016 22:15:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235074#M26429</guid>
      <dc:creator>mreynov_splunk</dc:creator>
      <dc:date>2016-06-29T22:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Check Point OPSEC LEA 4.0: Why are we getting "111 - SIC Error for lea: Peer sent wrong DN..."?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235075#M26430</link>
      <description>&lt;P&gt;this appears to be a bug in Checkpoint's app or their log server software.  I did the above and followed everything correctly according to the documentation.  The app pulled the certificate and no errors.  But the data was not showing in the indexers.  I changed the addon to debug logging and tailed the addon log and found the SIC error.  It showed the SIC name being sent by the CP server (log server) was not what the app had received during the certificate pull.&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;2018-05-03 19:51:11,159 +0000 log_level=ERROR, pid=7122, tid=Thread-133, file=ta_opseclea_data_collector.py, func_name=get_logs, code_line_no=75 | [input_name="CMA04-input" connection="xxxx" data="non_audit"]log_level=0 file:lea_loggrabber.cpp func_name:check_session_end_reason code_line_no:1056 :ERROR: Session end reason: SIC ERROR 111 - SIC Error for lea: Peer sent wrong DN: CN=xxxxx,O=xxxxxxxxxxxxxxxx..xxx&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;So I edited &lt;STRONG&gt;opseclea_connection.conf&lt;/STRONG&gt; and changed &lt;STRONG&gt;opsec_entity_sic_name&lt;/STRONG&gt; to match the DN text that was found in the debug log.  Restarted splunk and the logs started showing in the indexers.   &lt;/P&gt;

&lt;P&gt;This seems like a problem with the CP server in relation to the splunk addon as it provides the app with the wrong DN.  &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 19:25:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235075#M26430</guid>
      <dc:creator>bramuno</dc:creator>
      <dc:date>2020-09-29T19:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Check Point OPSEC LEA 4.0: Why are we getting "111 - SIC Error for lea: Peer sent wrong DN..."?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235076#M26431</link>
      <description>&lt;P&gt;It worked for me.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 14:39:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235076#M26431</guid>
      <dc:creator>kishor_pinjark1</dc:creator>
      <dc:date>2019-06-17T14:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Add-on for Check Point OPSEC LEA 4.0: Why are we getting "111 - SIC Error for lea: Peer sent wrong DN..."?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235077#M26432</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 14:39:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Add-on-for-Check-Point-OPSEC-LEA-4-0-Why-are-we-getting/m-p/235077#M26432</guid>
      <dc:creator>kishor_pinjark1</dc:creator>
      <dc:date>2019-06-17T14:39:51Z</dc:date>
    </item>
  </channel>
</rss>

