<?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 Create alert to show possible shared passwords in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Create-alert-to-show-possible-shared-passwords/m-p/413150#M73084</link>
    <description>&lt;P&gt;Need to create a query to be able to pull data and show when someone has either swiped in from key card reader, logged into the network, or signed on via VPN. From there i would like to setup an alert.&lt;/P&gt;

&lt;P&gt;Ex. A user has logged onto the network, but did not swipe in the card reader and did not log in via VPN. &lt;BR /&gt;
Ex. A user has swiped into the building via the card reader and is also logged in via VPN, but did not log into the network. &lt;/P&gt;</description>
    <pubDate>Tue, 11 Jun 2019 19:46:45 GMT</pubDate>
    <dc:creator>dmws</dc:creator>
    <dc:date>2019-06-11T19:46:45Z</dc:date>
    <item>
      <title>Create alert to show possible shared passwords</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Create-alert-to-show-possible-shared-passwords/m-p/413150#M73084</link>
      <description>&lt;P&gt;Need to create a query to be able to pull data and show when someone has either swiped in from key card reader, logged into the network, or signed on via VPN. From there i would like to setup an alert.&lt;/P&gt;

&lt;P&gt;Ex. A user has logged onto the network, but did not swipe in the card reader and did not log in via VPN. &lt;BR /&gt;
Ex. A user has swiped into the building via the card reader and is also logged in via VPN, but did not log into the network. &lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 19:46:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Create-alert-to-show-possible-shared-passwords/m-p/413150#M73084</guid>
      <dc:creator>dmws</dc:creator>
      <dc:date>2019-06-11T19:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create alert to show possible shared passwords</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Create-alert-to-show-possible-shared-passwords/m-p/413151#M73085</link>
      <description>&lt;P&gt;Are you ingesting your card reader, VPN, and network logon events in Splunk?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 19:52:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Create-alert-to-show-possible-shared-passwords/m-p/413151#M73085</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-06-11T19:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create alert to show possible shared passwords</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Create-alert-to-show-possible-shared-passwords/m-p/413152#M73086</link>
      <description>&lt;P&gt;Yes, there is an index ingesting data for all three. The struggle is getting the join query to pull back the needed data or correct amount. See below query for example:&lt;/P&gt;

&lt;P&gt;index=(network logon) &lt;BR /&gt;
| table user, source &lt;BR /&gt;
| join type=inner user &lt;BR /&gt;
    [ search index=active directory &lt;BR /&gt;
    | table user, department ] &lt;BR /&gt;
| join type=left user &lt;BR /&gt;
    [ search index=(vpn) &lt;BR /&gt;
    | table user ] &lt;BR /&gt;
| join type=left user &lt;BR /&gt;
    [ search index=(key card)&lt;BR /&gt;
    | table user, LNAME, FNAME, LOCATION]&lt;BR /&gt;&lt;BR /&gt;
| where department!= " "&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 19:59:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Create-alert-to-show-possible-shared-passwords/m-p/413152#M73086</guid>
      <dc:creator>dmws</dc:creator>
      <dc:date>2019-06-11T19:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create alert to show possible shared passwords</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Create-alert-to-show-possible-shared-passwords/m-p/413153#M73087</link>
      <description>&lt;P&gt;You have a query.  How is it failing?  What do you want that it is not providing?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2019 12:41:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Create-alert-to-show-possible-shared-passwords/m-p/413153#M73087</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-06-12T12:41:16Z</dc:date>
    </item>
  </channel>
</rss>

