<?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: Estreamer to Microsoft Sentinel in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/estreamer-to-microsoft-sentinel/m-p/5196792#M1115955</link>
    <description>&lt;P&gt;To be clear, i was running "fp-05-firepower-cli", (which apprently is EOL since this year also) but reverted to "eStreamer-eNcore-cli-3.5.4". Had the same issue with cert, but solved with -legacy as well. Everything seems to be working fine with the&amp;nbsp;eStreamer-eNcore-cli (Had to edit file so it was running with python2.7 instead of 3).&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 20 Sep 2024 09:54:00 GMT</pubDate>
    <dc:creator>kim-b</dc:creator>
    <dc:date>2024-09-20T09:54:00Z</dc:date>
    <item>
      <title>Estreamer to Microsoft Sentinel</title>
      <link>https://community.cisco.com/t5/network-security/estreamer-to-microsoft-sentinel/m-p/5192013#M1115629</link>
      <description>&lt;P&gt;Tring to get an on-prem virtual FMC server and Azure based Ubuntu box to operate as estreamer in CEF. Cannot get past the following error&amp;nbsp;&lt;U&gt;TypeError: SSLContext.wrap_socket() got an unexpected keyword argument 'keyfile' - full output below.&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Ubuntu 24.04 LTS&lt;BR /&gt;Kernel: Linux 6.8.0-1013-azure&lt;BR /&gt;Architecture: x86-64&lt;BR /&gt;Hardware Vendor: Microsoft Corporation&lt;BR /&gt;Hardware Model: Virtual Machine&lt;BR /&gt;Firmware Version: Hyper-V UEFI Release v4.1&lt;BR /&gt;Firmware Date: Mon 2024-05-13&lt;BR /&gt;Firmware Age: 3month 4w&lt;/P&gt;&lt;P&gt;fp-05-firepower-cli# python3 --version&lt;BR /&gt;Python 3.12.3&lt;/P&gt;&lt;P&gt;2024-09-09T09:36:57.674824 Diagnostics INFO Checking that configFilepath (estreamer.conf) exists&lt;BR /&gt;2024-09-09 09:36:57,683 Diagnostics INFO Check certificate&lt;BR /&gt;2024-09-09 09:36:57,684 Diagnostics INFO Creating connection&lt;BR /&gt;2024-09-09 09:36:57,684 Connection INFO Connecting to 172.xx.yy.abc:8302&lt;BR /&gt;2024-09-09 09:36:57,684 Connection INFO Using TLS v1.0&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "/home/azureuser/fp-05-firepower-cli/./estreamer/diagnostics.py", line 169, in main&lt;BR /&gt;diagnostics.execute()&lt;BR /&gt;File "/home/azureuser/fp-05-firepower-cli/./estreamer/diagnostics.py", line 83, in execute&lt;BR /&gt;connection.connect()&lt;BR /&gt;File "/home/azureuser/fp-05-firepower-cli/estreamer/connection.py", line 73, in connect&lt;BR /&gt;self.socket = ssl.wrap_socket(&lt;BR /&gt;^^^^^^^^^^^^^^^^&lt;BR /&gt;&lt;U&gt;TypeError: SSLContext.wrap_socket() got an unexpected keyword argument 'keyfile'&lt;/U&gt;&lt;/P&gt;&lt;P&gt;During handling of the above exception, another exception occurred:&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;File "/home/azureuser/fp-05-firepower-cli/./estreamer/diagnostics.py", line 180, in &amp;lt;module&amp;gt;&lt;BR /&gt;Diagnostics.main()&lt;BR /&gt;File "/home/azureuser/fp-05-firepower-cli/./estreamer/diagnostics.py", line 175, in main&lt;BR /&gt;logger.exception(ex)&lt;BR /&gt;File "/home/azureuser/fp-05-firepower-cli/estreamer/crossprocesslogging/baseClient.py", line 106, in exception&lt;BR /&gt;data = self.__serialise( data, True )&lt;BR /&gt;^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;BR /&gt;File "/home/azureuser/fp-05-firepower-cli/estreamer/crossprocesslogging/baseClient.py", line 35, in __serialise&lt;BR /&gt;message = data.__class__.__name__ + ': ' + data.message&lt;BR /&gt;^^^^^^^^^^^^&lt;BR /&gt;AttributeError: 'TypeError' object has no attribute 'message'&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 09:41:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/estreamer-to-microsoft-sentinel/m-p/5192013#M1115629</guid>
      <dc:creator>AshbyJohnDNV</dc:creator>
      <dc:date>2024-09-09T09:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Estreamer to Microsoft Sentinel</title>
      <link>https://community.cisco.com/t5/network-security/estreamer-to-microsoft-sentinel/m-p/5192044#M1115630</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; - That's an internal python error in&amp;nbsp;&lt;A class="reference external" href="https://github.com/python/cpython/tree/2.7/Lib/ssl.py" target="_blank"&gt;Lib/ssl.py&lt;/A&gt;&amp;nbsp; , you may try other or recent python version (if possible)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;M.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 11:13:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/estreamer-to-microsoft-sentinel/m-p/5192044#M1115630</guid>
      <dc:creator>Mark Elsen</dc:creator>
      <dc:date>2024-09-09T11:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Estreamer to Microsoft Sentinel</title>
      <link>https://community.cisco.com/t5/network-security/estreamer-to-microsoft-sentinel/m-p/5192100#M1115633</link>
      <description>&lt;P&gt;Thanks for the reply.....&amp;nbsp;&lt;/P&gt;&lt;P&gt;python3-openssl is already the newest version (23.2.0-1). So this could be the wrong version? Does eStreamer only work with one particular version? Is it that I may not be able to downgrade? thanks&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 13:32:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/estreamer-to-microsoft-sentinel/m-p/5192100#M1115633</guid>
      <dc:creator>AshbyJohnDNV</dc:creator>
      <dc:date>2024-09-09T13:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Estreamer to Microsoft Sentinel</title>
      <link>https://community.cisco.com/t5/network-security/estreamer-to-microsoft-sentinel/m-p/5192157#M1115637</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- Not sure on that but I found that the FMC version must be 6.0 and above :&amp;nbsp;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/firepower/70/api/eNcore/eNcore_Operations_Guide_v08.html" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/firepower/70/api/eNcore/eNcore_Operations_Guide_v08.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;M.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 15:11:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/estreamer-to-microsoft-sentinel/m-p/5192157#M1115637</guid>
      <dc:creator>Mark Elsen</dc:creator>
      <dc:date>2024-09-09T15:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Estreamer to Microsoft Sentinel</title>
      <link>https://community.cisco.com/t5/network-security/estreamer-to-microsoft-sentinel/m-p/5195889#M1115891</link>
      <description>&lt;P&gt;I got the same issue, getting the same errors (worked fine untill two days ago). I'm running&amp;nbsp;Python 3.10.12.&lt;BR /&gt;Havent done any updates/changes to either encore or FMC.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 13:41:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/estreamer-to-microsoft-sentinel/m-p/5195889#M1115891</guid>
      <dc:creator>kim-b</dc:creator>
      <dc:date>2024-09-18T13:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Estreamer to Microsoft Sentinel</title>
      <link>https://community.cisco.com/t5/network-security/estreamer-to-microsoft-sentinel/m-p/5195927#M1115898</link>
      <description>&lt;P&gt;Could not get OpenSSl to work without using the -legacy switch to split the pkcs12 file - openssl on the linux box with version of python was too problematic....&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 14:57:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/estreamer-to-microsoft-sentinel/m-p/5195927#M1115898</guid>
      <dc:creator>AshbyJohnDNV</dc:creator>
      <dc:date>2024-09-18T14:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Estreamer to Microsoft Sentinel</title>
      <link>https://community.cisco.com/t5/network-security/estreamer-to-microsoft-sentinel/m-p/5195934#M1115899</link>
      <description>&lt;P&gt;One error being seen is..............&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;&lt;SPAN class=""&gt; File "/home/srvSentinel/fp-05-microsoft-sentinel-connector-python3/estreamer/streams/udp.py", line 63, in write&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.socket.send( data.encode( self.encoding ) )&lt;BR /&gt;ConnectionRefusedError: [Errno 111] Connection refused&lt;/SPAN&gt;&lt;/SPAN&gt;"&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;did think a UDP connection came into it&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 15:05:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/estreamer-to-microsoft-sentinel/m-p/5195934#M1115899</guid>
      <dc:creator>AshbyJohnDNV</dc:creator>
      <dc:date>2024-09-18T15:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Estreamer to Microsoft Sentinel</title>
      <link>https://community.cisco.com/t5/network-security/estreamer-to-microsoft-sentinel/m-p/5196792#M1115955</link>
      <description>&lt;P&gt;To be clear, i was running "fp-05-firepower-cli", (which apprently is EOL since this year also) but reverted to "eStreamer-eNcore-cli-3.5.4". Had the same issue with cert, but solved with -legacy as well. Everything seems to be working fine with the&amp;nbsp;eStreamer-eNcore-cli (Had to edit file so it was running with python2.7 instead of 3).&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 09:54:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/estreamer-to-microsoft-sentinel/m-p/5196792#M1115955</guid>
      <dc:creator>kim-b</dc:creator>
      <dc:date>2024-09-20T09:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Estreamer to Microsoft Sentinel</title>
      <link>https://community.cisco.com/t5/network-security/estreamer-to-microsoft-sentinel/m-p/5196845#M1115965</link>
      <description>&lt;P&gt;Could you elaborate on "&lt;SPAN&gt;Had to edit file so it was running with python2.7 instead of 3" please. Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 11:41:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/estreamer-to-microsoft-sentinel/m-p/5196845#M1115965</guid>
      <dc:creator>AshbyJohnDNV</dc:creator>
      <dc:date>2024-09-20T11:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Estreamer to Microsoft Sentinel</title>
      <link>https://community.cisco.com/t5/network-security/estreamer-to-microsoft-sentinel/m-p/5196946#M1115974</link>
      <description>&lt;P&gt;Yes i was refering to the encore.sh file, if you check at the top it has a line pybin="python3"&lt;BR /&gt;&lt;BR /&gt;That determines the python version it will run when executed, i changed that one to "python2.7".&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2024 14:39:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/estreamer-to-microsoft-sentinel/m-p/5196946#M1115974</guid>
      <dc:creator>kim-b</dc:creator>
      <dc:date>2024-09-20T14:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: Estreamer to Microsoft Sentinel</title>
      <link>https://community.cisco.com/t5/network-security/estreamer-to-microsoft-sentinel/m-p/5231996#M1117960</link>
      <description>&lt;P&gt;Resolved by using the FQDN of the FMC server in the estreamer.conf file&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 15:50:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/estreamer-to-microsoft-sentinel/m-p/5231996#M1117960</guid>
      <dc:creator>AshbyJohnDNV</dc:creator>
      <dc:date>2024-12-03T15:50:38Z</dc:date>
    </item>
  </channel>
</rss>

