<?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: Correlate between source-types (IDS + OSINT sources) in Security</title>
    <link>https://community.splunk.com/t5/Security/Correlate-between-source-types-IDS-OSINT-sources/m-p/56644#M1882</link>
    <description>&lt;P&gt;No. The syntax for subsearch is more like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=estreamer [ sourcetype=osint | dedup src_ip | return src_ip ] | top limit 100 src_ip 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or you can reverse the two sourcetypes, and generally it's better to have the one with fewer events/values for src_ip in the subsearch.&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2013 01:35:22 GMT</pubDate>
    <dc:creator>gkanapathy</dc:creator>
    <dc:date>2013-03-10T01:35:22Z</dc:date>
    <item>
      <title>Correlate between source-types (IDS + OSINT sources)</title>
      <link>https://community.splunk.com/t5/Security/Correlate-between-source-types-IDS-OSINT-sources/m-p/56643#M1881</link>
      <description>&lt;P&gt;I am trying to correlate the field src_IP between all my IDS alerts (sourcetype=estreamer) and OSINT data I am pulling from a custom script. The OSINT script scrapes websites for known bad attacker IP addresses and I would like to know if any of the src_IP's from my IDS alerts match any of the src_IP's from the OSINT data.&lt;/P&gt;

&lt;P&gt;I was looking at subsearches, which seems to be the best way to correlate across different data sets, but I am not having much luck with the syntax.&lt;/P&gt;

&lt;P&gt;What I tried was something like this: &lt;BR /&gt;
sourcetype=estreamer | sourcetype=osint | top limit 100 src_IP | table src_IP&lt;/P&gt;

&lt;P&gt;Which I thought should compare the two src_IP fields from each sourcetype and only show the matching results.&lt;BR /&gt;
Am I headed in the right direction? Any help would be great!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:29:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Correlate-between-source-types-IDS-OSINT-sources/m-p/56643#M1881</guid>
      <dc:creator>aswanda</dc:creator>
      <dc:date>2020-09-28T13:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Correlate between source-types (IDS + OSINT sources)</title>
      <link>https://community.splunk.com/t5/Security/Correlate-between-source-types-IDS-OSINT-sources/m-p/56644#M1882</link>
      <description>&lt;P&gt;No. The syntax for subsearch is more like:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=estreamer [ sourcetype=osint | dedup src_ip | return src_ip ] | top limit 100 src_ip 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or you can reverse the two sourcetypes, and generally it's better to have the one with fewer events/values for src_ip in the subsearch.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2013 01:35:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Correlate-between-source-types-IDS-OSINT-sources/m-p/56644#M1882</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2013-03-10T01:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Correlate between source-types (IDS + OSINT sources)</title>
      <link>https://community.splunk.com/t5/Security/Correlate-between-source-types-IDS-OSINT-sources/m-p/56645#M1883</link>
      <description>&lt;P&gt;Is there a way to correlate the same query but say src_ip from one source and dst_ip from the other?&lt;BR /&gt;
I think your answer will work if I create field aliases, but for other types of correlations that don't have a common field - is it still possible?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:30:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Correlate-between-source-types-IDS-OSINT-sources/m-p/56645#M1883</guid>
      <dc:creator>aswanda</dc:creator>
      <dc:date>2020-09-28T13:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Correlate between source-types (IDS + OSINT sources)</title>
      <link>https://community.splunk.com/t5/Security/Correlate-between-source-types-IDS-OSINT-sources/m-p/56646#M1884</link>
      <description>&lt;P&gt;no, in that case you can rename the field, e.g., &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;... [ sourcetype=osint | dedup dst_ip | return src_ip=dst_ip ] ...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or as you said, alias them permanently. But you have to make the inner field match what's in the outer search.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2013 15:45:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Correlate-between-source-types-IDS-OSINT-sources/m-p/56646#M1884</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2013-03-14T15:45:12Z</dc:date>
    </item>
  </channel>
</rss>

