<?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: How do I identify insecure LDAP connections? in Security</title>
    <link>https://community.splunk.com/t5/Security/How-do-I-identify-insecure-LDAP-connections/m-p/61633#M2057</link>
    <description>&lt;P&gt;I found a possible solution using the ssf value (security strength factor). When StartTLS or SSL is used, the ssf is greater than 0. But the ssf value is logged as 0 at other points when the connection &lt;EM&gt;is&lt;/EM&gt; secure. By finding connections where ssf &amp;lt; 128, you can filter out the secure connections.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;source="YOUR-LDAP-SOURCE" | transaction conn maxpause=5m | search ssf&amp;lt;128 | top uid&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;By using the transaction command you can group the individual connection sequences by the &lt;CODE&gt;conn&lt;/CODE&gt; attribute, then search for those with a lower ssf AES bit encryption.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jun 2013 17:25:53 GMT</pubDate>
    <dc:creator>saltybeagle</dc:creator>
    <dc:date>2013-06-12T17:25:53Z</dc:date>
    <item>
      <title>How do I identify insecure LDAP connections?</title>
      <link>https://community.splunk.com/t5/Security/How-do-I-identify-insecure-LDAP-connections/m-p/61632#M2056</link>
      <description>&lt;P&gt;I'm trying to identify insecure connections to our LDAP server. We're using OpenLDAP, and I want to exclude connections which use STARTTLS or port 636.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2013 17:19:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-I-identify-insecure-LDAP-connections/m-p/61632#M2056</guid>
      <dc:creator>saltybeagle</dc:creator>
      <dc:date>2013-06-12T17:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I identify insecure LDAP connections?</title>
      <link>https://community.splunk.com/t5/Security/How-do-I-identify-insecure-LDAP-connections/m-p/61633#M2057</link>
      <description>&lt;P&gt;I found a possible solution using the ssf value (security strength factor). When StartTLS or SSL is used, the ssf is greater than 0. But the ssf value is logged as 0 at other points when the connection &lt;EM&gt;is&lt;/EM&gt; secure. By finding connections where ssf &amp;lt; 128, you can filter out the secure connections.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;source="YOUR-LDAP-SOURCE" | transaction conn maxpause=5m | search ssf&amp;lt;128 | top uid&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;By using the transaction command you can group the individual connection sequences by the &lt;CODE&gt;conn&lt;/CODE&gt; attribute, then search for those with a lower ssf AES bit encryption.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2013 17:25:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-I-identify-insecure-LDAP-connections/m-p/61633#M2057</guid>
      <dc:creator>saltybeagle</dc:creator>
      <dc:date>2013-06-12T17:25:53Z</dc:date>
    </item>
  </channel>
</rss>

