<?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 how to relate unsuccessful login id and public ip address of horizon login for openstack log? in Security</title>
    <link>https://community.splunk.com/t5/Security/how-to-relate-unsuccessful-login-id-and-public-ip-address-of/m-p/200115#M14798</link>
    <description>&lt;P&gt;“err=49” is the OpenLDAP error code for unauthorized login.&lt;/P&gt;

&lt;P&gt;Mar 21 14:43:51 icns01 slapd[2344]: conn=255737 op=0 RESULT tag=97 err=49 text=&lt;/P&gt;

&lt;P&gt;Mar 21 14:43:52 iccontroller01 keystone-pub-api: 192.168.1.2, 192.168.1.1 - - [21/Mar/2016:14:43:51 +0800] "POST /v2.0/tokens HTTP/1.1" 401 114 "-" "python-keystoneclient"&lt;/P&gt;

&lt;P&gt;Mar 21 14:43:51 iccontroller02 horizon: 203.120.232.223 - - [21/Mar/2016:14:43:51 +0800] "POST /auth/login/ HTTP/1.1" 200 1239 "&lt;A href="https://hello.hk/auth/login/"&gt;https://hello.hk/auth/login/&lt;/A&gt;" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0&lt;/P&gt;

&lt;P&gt;i use datetime to join that there is one second difference lead join unsuccessful,&lt;BR /&gt;
after exclude seconds to join , it succeed to join,&lt;/P&gt;

&lt;P&gt;however, if i argue that there is difference account and log in the same minute, then the join result will have problem&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jul 2016 07:04:01 GMT</pubDate>
    <dc:creator>cyberportnoc</dc:creator>
    <dc:date>2016-07-29T07:04:01Z</dc:date>
    <item>
      <title>how to relate unsuccessful login id and public ip address of horizon login for openstack log?</title>
      <link>https://community.splunk.com/t5/Security/how-to-relate-unsuccessful-login-id-and-public-ip-address-of/m-p/200115#M14798</link>
      <description>&lt;P&gt;“err=49” is the OpenLDAP error code for unauthorized login.&lt;/P&gt;

&lt;P&gt;Mar 21 14:43:51 icns01 slapd[2344]: conn=255737 op=0 RESULT tag=97 err=49 text=&lt;/P&gt;

&lt;P&gt;Mar 21 14:43:52 iccontroller01 keystone-pub-api: 192.168.1.2, 192.168.1.1 - - [21/Mar/2016:14:43:51 +0800] "POST /v2.0/tokens HTTP/1.1" 401 114 "-" "python-keystoneclient"&lt;/P&gt;

&lt;P&gt;Mar 21 14:43:51 iccontroller02 horizon: 203.120.232.223 - - [21/Mar/2016:14:43:51 +0800] "POST /auth/login/ HTTP/1.1" 200 1239 "&lt;A href="https://hello.hk/auth/login/"&gt;https://hello.hk/auth/login/&lt;/A&gt;" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0&lt;/P&gt;

&lt;P&gt;i use datetime to join that there is one second difference lead join unsuccessful,&lt;BR /&gt;
after exclude seconds to join , it succeed to join,&lt;/P&gt;

&lt;P&gt;however, if i argue that there is difference account and log in the same minute, then the join result will have problem&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2016 07:04:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/how-to-relate-unsuccessful-login-id-and-public-ip-address-of/m-p/200115#M14798</guid>
      <dc:creator>cyberportnoc</dc:creator>
      <dc:date>2016-07-29T07:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to relate unsuccessful login id and public ip address of horizon login for openstack log?</title>
      <link>https://community.splunk.com/t5/Security/how-to-relate-unsuccessful-login-id-and-public-ip-address-of/m-p/200116#M14799</link>
      <description>&lt;P&gt;You need to explain which data is from which index/sourcetype and also share the search(es) that you are using.&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jul 2016 13:26:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/how-to-relate-unsuccessful-login-id-and-public-ip-address-of/m-p/200116#M14799</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2016-07-31T13:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to relate unsuccessful login id and public ip address of horizon login for openstack log?</title>
      <link>https://community.splunk.com/t5/Security/how-to-relate-unsuccessful-login-id-and-public-ip-address-of/m-p/200117#M14800</link>
      <description>&lt;P&gt;Instead of attempting to join, you may want to try your hand with the &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/transaction"&gt;transaction&lt;/A&gt; command. All fields from all events grouped together would then be on the grouped event. You have finer control over the length of a transaction for example using &lt;CODE&gt;maxspan=2s&lt;/CODE&gt; instead of 1 second or 1 minute resolution. You can also use &lt;CODE&gt;startswith=&lt;/CODE&gt; and &lt;CODE&gt;endswith=&lt;/CODE&gt; and &lt;CODE&gt;maxevents=&lt;/CODE&gt; to help with shaping how the events should be grouped together. &lt;/P&gt;

&lt;P&gt;If you have control over the log formats and data being passed between systems, you may want to alter logging to include more information at each layer (possibly adding username at more layers, or possibly even a generated correlation id)... this will help your transaction (or stats or join) results be more accurate as you correlate disparate logs, but obviously that's a function of the level of control you have over the source systems and their interactions.&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jul 2016 18:48:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/how-to-relate-unsuccessful-login-id-and-public-ip-address-of/m-p/200117#M14800</guid>
      <dc:creator>acharlieh</dc:creator>
      <dc:date>2016-07-31T18:48:48Z</dc:date>
    </item>
  </channel>
</rss>

