<?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 to correlate data between Windows and Oracle? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-correlate-data-between-Windows-and-Oracle/m-p/164121#M33255</link>
    <description>&lt;P&gt;If setting up a connection manager is too much, you might also consider just using Splunk to monitor the existing database listener log and monitoring for client ip addresses that don't match your authorized network.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Dec 2014 23:53:11 GMT</pubDate>
    <dc:creator>pmdba</dc:creator>
    <dc:date>2014-12-23T23:53:11Z</dc:date>
    <item>
      <title>How to correlate data between Windows and Oracle?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-correlate-data-between-Windows-and-Oracle/m-p/164116#M33250</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;

&lt;P&gt;I want to correlate data between windows and oracle. &lt;BR /&gt;
Each user can logon on only one pc in the company. First, a user has to logon on Windows eventcode 4624, sourcetype=wineventlog:security, source_network_address=192... ... ....! after user opens an application which gathers info from an oracle db. &lt;BR /&gt;
lets say this oracle db has sourcetype=my_appDB, which has terminalID, userID, functionID. so, in a normal activity source_network_address (from windows) must be equal with terminalID (from oracle), otherwise i have to create an alert.&lt;/P&gt;

&lt;P&gt;can anyone help me on this?&lt;BR /&gt;
many thanks &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:29:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-correlate-data-between-Windows-and-Oracle/m-p/164116#M33250</guid>
      <dc:creator>blebit</dc:creator>
      <dc:date>2020-09-28T18:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to correlate data between Windows and Oracle?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-correlate-data-between-Windows-and-Oracle/m-p/164117#M33251</link>
      <description>&lt;P&gt;Can you provide sample? The user is the same on both?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Dec 2014 14:04:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-correlate-data-between-Windows-and-Oracle/m-p/164117#M33251</guid>
      <dc:creator>pedromvieira</dc:creator>
      <dc:date>2014-12-23T14:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to correlate data between Windows and Oracle?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-correlate-data-between-Windows-and-Oracle/m-p/164118#M33252</link>
      <description>&lt;P&gt;for user, it depends. it is not necessary. it may be John on windows and Smith on application &lt;/P&gt;</description>
      <pubDate>Tue, 23 Dec 2014 14:23:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-correlate-data-between-Windows-and-Oracle/m-p/164118#M33252</guid>
      <dc:creator>blebit</dc:creator>
      <dc:date>2014-12-23T14:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to correlate data between Windows and Oracle?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-correlate-data-between-Windows-and-Oracle/m-p/164119#M33253</link>
      <description>&lt;P&gt;i want to create a table:&lt;/P&gt;

&lt;P&gt;user (windows) | ip (from source_network_address) | userID (from app) | terminalID (the ip specified from app) | functionID (from app)&lt;/P&gt;

&lt;P&gt;the main thing here is matching source_network_address with terminalID&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:29:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-correlate-data-between-Windows-and-Oracle/m-p/164119#M33253</guid>
      <dc:creator>blebit</dc:creator>
      <dc:date>2020-09-28T18:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to correlate data between Windows and Oracle?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-correlate-data-between-Windows-and-Oracle/m-p/164120#M33254</link>
      <description>&lt;P&gt;I'm not sure this alert will work. If the only thing that will match up between the Windows event and the database event is terminal ID, then as long as everything is working as intended they will always match. It wouldn't even matter if you matched up with the Windows data or not - as long as Terminal ID is coming from your network, there would be no reason to alert because you have nothing else to check (like Windows username and DB username matching). The problem is that with the right client (i.e. Java JDBC), the TerminalID can be spoofed to be anything. An attacker could make the Terminal ID appear to be something legitimate even if the connection is originating from somewhere else. In such a case, your alert still wouldn't detect anything.&lt;/P&gt;

&lt;P&gt;If you want to protect your database from connections originating in unauthorized networks, check out Oracle Connection Manager. It's a free add-on to most Oracle database licenses. There's a paper on how to implement it &lt;A href="http://pmdba.files.wordpress.com/2013/03/deploying-an-oracle-11gr2-connection-manager.pdf"&gt;here&lt;/A&gt;. You can then use Splunk to monitor the connection manager logs and send alerts when any connection is rejected. Depending on your version of Oracle and the size of your client network, you might also consider implementing Oracle's Valid Node Checking feature on the listener (explicit client IP addresses might be required).&lt;/P&gt;</description>
      <pubDate>Tue, 23 Dec 2014 23:48:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-correlate-data-between-Windows-and-Oracle/m-p/164120#M33254</guid>
      <dc:creator>pmdba</dc:creator>
      <dc:date>2014-12-23T23:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to correlate data between Windows and Oracle?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-correlate-data-between-Windows-and-Oracle/m-p/164121#M33255</link>
      <description>&lt;P&gt;If setting up a connection manager is too much, you might also consider just using Splunk to monitor the existing database listener log and monitoring for client ip addresses that don't match your authorized network.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Dec 2014 23:53:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-correlate-data-between-Windows-and-Oracle/m-p/164121#M33255</guid>
      <dc:creator>pmdba</dc:creator>
      <dc:date>2014-12-23T23:53:11Z</dc:date>
    </item>
  </channel>
</rss>

