<?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: SIC Certificate issue in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246810#M96193</link>
    <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;we note one thing: in manual for Chek Point $FWDIR/conf/fwopsec.conf&lt;BR /&gt;
lea_server auth_port 18184&lt;BR /&gt;
lea_server auth_type ssl_opsec&lt;/P&gt;

&lt;P&gt;but Splunk after taking certificate in conf file auth type setting sslca.&lt;/P&gt;

&lt;P&gt;Can you show your Check Point config?&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 11:56:33 GMT</pubDate>
    <dc:creator>Shark2112</dc:creator>
    <dc:date>2020-09-29T11:56:33Z</dc:date>
    <item>
      <title>SIC Certificate issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246798#M96181</link>
      <description>&lt;P&gt;Hey guys.&lt;/P&gt;

&lt;P&gt;After i made new connection and pull new certificate from check point, it's not in list of existing certificates, but file at /etc/apps/Splunk_TA_checkpoint-opseclea/certs/ was added.&lt;/P&gt;

&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:55:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246798#M96181</guid>
      <dc:creator>Shark2112</dc:creator>
      <dc:date>2020-09-29T11:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: SIC Certificate issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246799#M96182</link>
      <description>&lt;P&gt;Hi Shark2112, &lt;/P&gt;

&lt;P&gt;this is correct. &lt;BR /&gt;
The cert does not get filed in /opt/splunk/etc/auth/.&lt;/P&gt;

&lt;P&gt;You have to reference this certificate file in your opseclea_connection.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    [Checkpoint_OPSECLEA]
    cert_name = Checkpoint_OPSECLEA_12389352.p12
    ...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
pyro_wood&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 14:52:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246799#M96182</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2016-11-24T14:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: SIC Certificate issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246800#M96183</link>
      <description>&lt;P&gt;Yes, i have "cert_name = BronkaCP_2937532815.p12" in opseclea_connection.conf, but input dont work and index is empty.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:55:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246800#M96183</guid>
      <dc:creator>Shark2112</dc:creator>
      <dc:date>2020-09-29T11:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: SIC Certificate issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246801#M96184</link>
      <description>&lt;P&gt;Would you mind posting your configuration files?&lt;BR /&gt;
Luckily I did configure this OPSEC config two weeks ago, I had problems too.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 15:25:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246801#M96184</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2016-11-24T15:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: SIC Certificate issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246802#M96185</link>
      <description>&lt;P&gt;opseclea_connection.conf&lt;BR /&gt;
[BronkaCP]&lt;BR /&gt;
cert_name = BronkaCP_2937532815.p12&lt;BR /&gt;
fw_version = R77&lt;BR /&gt;
lea_app_name = OPSEC_LEA&lt;BR /&gt;
lea_server_auth_port = 18184&lt;BR /&gt;
lea_server_auth_type = sslca&lt;BR /&gt;
lea_server_ip = 10.161.14.2&lt;BR /&gt;
lea_server_type = primary&lt;BR /&gt;
management_server_ip = 10.161.14.2&lt;BR /&gt;
opsec_entity_sic_name = CN=cp_mgmt,O=GW1.mydomain.ru.r9xrhm&lt;BR /&gt;
opsec_sic_name = CN=OPSEC_LEA,O=GW1.mydomain.ru.r9xrhm&lt;BR /&gt;
disabled = 0&lt;/P&gt;

&lt;P&gt;opseclea_inputs.conf&lt;BR /&gt;
[inpcp]&lt;BR /&gt;
connection = BronkaCP&lt;BR /&gt;
data = non_audit&lt;BR /&gt;
index = cp&lt;BR /&gt;
interval = 30&lt;BR /&gt;
mode = offline&lt;BR /&gt;
noresolve = 0&lt;BR /&gt;
starttime =&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
host =&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:52:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246802#M96185</guid>
      <dc:creator>Shark2112</dc:creator>
      <dc:date>2020-09-29T11:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: SIC Certificate issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246803#M96186</link>
      <description>&lt;P&gt;Mine look like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[0] $ cat opseclea_connection.conf
[Checkpoint_OPSECLEA]
cert_name = Checkpoint_OPSECLEA_126464732.p12
fw_version = R77
lea_app_name = SplunkLEA
lea_server_auth_port = 18184
lea_server_auth_type = sslca
lea_server_ip = &amp;lt;firewall-ip&amp;gt;
lea_server_type = primary
opsec_entity_sic_name = CN=cp_mgmt,O=&amp;lt;somehostanddomain&amp;gt;.xokrso
opsec_sic_name = CN=SplunkLEA,O=&amp;lt;somehostanddomain&amp;gt;.xokrso


[0] $ cat opseclea_inputs.conf
[checkpoint_audit]
connection = Checkpoint_OPSECLEA
data = audit
index = checkpoint_firewall
interval = 60
mode = online
noresolve = 0


[0] $ cat opseclea_settings.conf
[logging]
level = INFO
disabled = 0
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 24 Nov 2016 15:34:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246803#M96186</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2016-11-24T15:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: SIC Certificate issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246804#M96187</link>
      <description>&lt;P&gt;seems the same, did you use opsec_putkey? i'm yes but it's doesn't help&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 15:38:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246804#M96187</guid>
      <dc:creator>Shark2112</dc:creator>
      <dc:date>2016-11-24T15:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: SIC Certificate issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246805#M96188</link>
      <description>&lt;P&gt;Difference is the: &lt;BR /&gt;
"mode = online"&lt;/P&gt;

&lt;P&gt;Lets do more troubleshooting.... maybe show me something from splunkd.log.&lt;BR /&gt;
Are there any ERRORS/WARNINGS?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2016 15:38:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246805#M96188</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2016-11-24T15:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: SIC Certificate issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246806#M96189</link>
      <description>&lt;P&gt;11-24-2016 17:20:45.794 +0300 WARN  DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event (Thu Nov 24 14:35:10 2016). Context: FileClassifier /opt/splunk/var/log/splunk/splunk_ta_checkpoint-opseclea_modinput.log.1&lt;BR /&gt;
11-24-2016 16:25:00.180 +0300 INFO  SpecFiles - Found external scheme definition for stanza "checkpoint_opseclea://" with 1 parameters: description&lt;BR /&gt;
11-24-2016 16:25:00.283 +0300 INFO  ModularInputs - Introspection setup completed for scheme "checkpoint_opseclea".&lt;BR /&gt;
11-24-2016 16:25:00.836 +0300 INFO  SpecFiles - Found external scheme definition for stanza "checkpoint_opseclea://" with 1 parameters: description&lt;BR /&gt;
11-24-2016 16:25:00.928 +0300 INFO  ModularInputs - No stanzas found for scheme "checkpoint_opseclea" in inputs.conf at script (re)start.&lt;BR /&gt;
11-24-2016 16:25:00.928 +0300 INFO  ExecProcessor - New scheduled exec process: python /opt/splunk/etc/apps/Splunk_TA_checkpoint-opseclea/bin/checkpoint_opseclea.py&lt;BR /&gt;
11-24-2016 16:25:01.273 +0300 INFO  WatchedFile - File too small to check seekcrc, probably truncated.  Will re-read entire file='/opt/splunk/var/log/splunk/splunk_ta_checkpoint-opseclea_util.log'.&lt;BR /&gt;
11-24-2016 18:05:27.591 +0300 INFO  ModularInputs - No stanzas found for scheme "checkpoint_opseclea" in inputs.conf at script (re)start.&lt;BR /&gt;
11-24-2016 18:05:27.592 +0300 INFO  ExecProcessor - New scheduled exec process: python /opt/splunk/etc/apps/Splunk_TA_checkpoint-opseclea/bin/checkpoint_opseclea.py&lt;BR /&gt;
11-24-2016 18:05:29.905 +0300 INFO  SpecFiles - Found external scheme definition for stanza "checkpoint_opseclea://" with 1 parameters: description&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:52:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246806#M96189</guid>
      <dc:creator>Shark2112</dc:creator>
      <dc:date>2020-09-29T11:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: SIC Certificate issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246807#M96190</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;4-2016 17:20:45.794 +0300 WARN DateParserVerbose - Failed to parse timestamp. Defaulting to timestamp of previous event (Thu Nov 24 14:35:10 2016). Context: FileClassifier /opt/splunk/var/log/splunk/splunk_ta_checkpoint-opseclea_modinput.log.1&lt;/P&gt;

&lt;P&gt;This DateParserVerbose is something I experienced as an identificator for not seeing any data getting indexed from a log source. (but not from checkpoint)&lt;/P&gt;

&lt;P&gt;Do you have any configuration in /opt/splunk/etc/system/local/  ?&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;JUST ASKING:&lt;BR /&gt;
your opseclea_inputs.conf and the two other files are stored in /opt/splunk/etc/apps/Splunk_TA.../local/    right?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:52:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246807#M96190</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2020-09-29T11:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: SIC Certificate issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246808#M96191</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;

&lt;P&gt;your opseclea_inputs.conf and the two other files are stored in /opt/splunk/etc/apps/Splunk_TA.../local/ right?&lt;BR /&gt;
right&lt;/P&gt;

&lt;P&gt;i find new errors at logs:&lt;BR /&gt;
2016-11-25 10:10:57,435 +0000 log_level=ERROR, pid=27069, tid=Thread-115, file=ta_opseclea_data_collector.py, func_name=get_logs, code_line_no=62 | [input_name="cp" connection="BroCP2" data="fw"]log_level=0 file:lea_loggrabber.cpp func_name:check_session_end_reason code_line_no:2159 :Session end reason: SIC ERROR 302 - SIC Error for ssl_opsec: peer name wasn't found in authentication files&lt;/P&gt;

&lt;P&gt;2016-11-25 10:10:57,434 +0000 log_level=INFO, pid=27069, tid=Thread-115, file=ta_opseclea_data_collector.py, func_name=get_logs, code_line_no=62 | [input_name="cp" connection="BroCP2" data="fw"][ 32278 4152089408]@srv-splunk.msccbronka.ru[25 Nov 13:10:57] Error opening file ./sslauthkeys.C:: No such file or directory&lt;/P&gt;

&lt;P&gt;what is that? and do i need use /opsec_putkey -ssl -port 18184 ???&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:55:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246808#M96191</guid>
      <dc:creator>Shark2112</dc:creator>
      <dc:date>2020-09-29T11:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: SIC Certificate issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246809#M96192</link>
      <description>&lt;P&gt;This really gets strange and odd.&lt;/P&gt;

&lt;P&gt;I can tell you about my experience with the OPSEC_LEA app:&lt;BR /&gt;
As I was implementing it via CLI first, it somehow didn't work. Then I backuped all the configuration I had so far and deleted it from the system. I then used the web frontend to configure the connection and everything was working fine after that. &lt;BR /&gt;
Me and my colleague never found any real difference between the configuration we did before via CLI and the config that got generated via web.&lt;/P&gt;

&lt;P&gt;I'm not a fan of configuring inputs via web, but somehow it only worked after doing it that way.&lt;/P&gt;

&lt;P&gt;If you are going to try it out, you should not forget to set a new one-time-password on your checkpoint firewall.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2016 15:59:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246809#M96192</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2016-11-25T15:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: SIC Certificate issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246810#M96193</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;we note one thing: in manual for Chek Point $FWDIR/conf/fwopsec.conf&lt;BR /&gt;
lea_server auth_port 18184&lt;BR /&gt;
lea_server auth_type ssl_opsec&lt;/P&gt;

&lt;P&gt;but Splunk after taking certificate in conf file auth type setting sslca.&lt;/P&gt;

&lt;P&gt;Can you show your Check Point config?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:56:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246810#M96193</guid>
      <dc:creator>Shark2112</dc:creator>
      <dc:date>2020-09-29T11:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: SIC Certificate issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246811#M96194</link>
      <description>&lt;P&gt;ok, now we can make it work, just set "lea_server auth_type sslopsec" in $FWDIR/conf/fwopsec.conf&lt;/P&gt;

&lt;P&gt;can you answer please, do you use opsec_putkey?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 11:56:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246811#M96194</guid>
      <dc:creator>Shark2112</dc:creator>
      <dc:date>2020-09-29T11:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: SIC Certificate issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246812#M96195</link>
      <description>&lt;P&gt;Hi Shark, &lt;/P&gt;

&lt;P&gt;sadly I can't show you our Checkpoint-Config. I don't have access to it.&lt;BR /&gt;
Are you any further into solving this?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 16:03:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246812#M96195</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2016-11-29T16:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: SIC Certificate issue</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246813#M96196</link>
      <description>&lt;P&gt;Hi Shark, &lt;/P&gt;

&lt;P&gt;sadly I can't show our Checkpoint Configuration, I don't have any access to it.&lt;BR /&gt;
Are you any further on resolving this issue?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 16:18:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/SIC-Certificate-issue/m-p/246813#M96196</guid>
      <dc:creator>horsefez</dc:creator>
      <dc:date>2016-11-29T16:18:57Z</dc:date>
    </item>
  </channel>
</rss>

