<?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: Correlation rule in Security</title>
    <link>https://community.splunk.com/t5/Security/Correlation-rule/m-p/566414#M15580</link>
    <description>&lt;P&gt;Thanks for your response.&lt;BR /&gt;&lt;BR /&gt;How can I set a time range between both searches?&lt;BR /&gt;Like search 2 occurring after 10 min?&lt;/P&gt;</description>
    <pubDate>Thu, 09 Sep 2021 08:10:51 GMT</pubDate>
    <dc:creator>or1515</dc:creator>
    <dc:date>2021-09-09T08:10:51Z</dc:date>
    <item>
      <title>Correlation rule</title>
      <link>https://community.splunk.com/t5/Security/Correlation-rule/m-p/566400#M15576</link>
      <description>&lt;P&gt;Hey splunkers,&amp;nbsp;&lt;BR /&gt;How can I correlate rules in Splunk from 2 data sources?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;The events for example:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OKTA -&amp;nbsp;privilege granted&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;index="network" sourcetype="OktaIM2:log" eventType="user.account.privilege.grant"&lt;BR /&gt;&lt;/SPAN&gt;+&lt;BR /&gt;&lt;STRONG&gt;Windows -&amp;nbsp;Event Auditing disabled&lt;/STRONG&gt;&lt;BR /&gt;index=&lt;SPAN&gt;"&lt;/SPAN&gt;WinEventLog&lt;SPAN&gt;"&lt;/SPAN&gt; sourcetype=&lt;SPAN&gt;"&lt;/SPAN&gt;WinEventLog&lt;SPAN&gt;"&lt;/SPAN&gt; EventCode="4719" AuditPolicyChanges="removed"&lt;/P&gt;&lt;P&gt;I want to correlate first &lt;STRONG&gt;Okta&lt;/STRONG&gt; event and then the &lt;STRONG&gt;Windows&lt;/STRONG&gt; event with the same field (for example Username) in 10 min.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 06:22:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Correlation-rule/m-p/566400#M15576</guid>
      <dc:creator>or1515</dc:creator>
      <dc:date>2021-09-09T06:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation rule</title>
      <link>https://community.splunk.com/t5/Security/Correlation-rule/m-p/566402#M15577</link>
      <description>&lt;P&gt;You can use the join command to join the two searches, or the stats command to gather events from both searches by user.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 06:45:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Correlation-rule/m-p/566402#M15577</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-09-09T06:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation rule</title>
      <link>https://community.splunk.com/t5/Security/Correlation-rule/m-p/566405#M15578</link>
      <description>&lt;P&gt;Can you write an example please?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 06:52:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Correlation-rule/m-p/566405#M15578</guid>
      <dc:creator>or1515</dc:creator>
      <dc:date>2021-09-09T06:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation rule</title>
      <link>https://community.splunk.com/t5/Security/Correlation-rule/m-p/566411#M15579</link>
      <description>&lt;LI-CODE lang="markup"&gt;index="network" sourcetype="OktaIM2:log" eventType="user.account.privilege.grant"
| join user [search index="WinEventLog" sourcetype="WinEventLog" EventCode="4719" AuditPolicyChanges="removed"]&lt;/LI-CODE&gt;&lt;P&gt;or&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| multisearch [search index="network" sourcetype="OktaIM2:log" eventType="user.account.privilege.grant"]
 [search index="WinEventLog" sourcetype="WinEventLog" EventCode="4719" AuditPolicyChanges="removed"]
| stats values(*) as * by user&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 09 Sep 2021 07:11:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Correlation-rule/m-p/566411#M15579</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-09-09T07:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation rule</title>
      <link>https://community.splunk.com/t5/Security/Correlation-rule/m-p/566414#M15580</link>
      <description>&lt;P&gt;Thanks for your response.&lt;BR /&gt;&lt;BR /&gt;How can I set a time range between both searches?&lt;BR /&gt;Like search 2 occurring after 10 min?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 08:10:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Correlation-rule/m-p/566414#M15580</guid>
      <dc:creator>or1515</dc:creator>
      <dc:date>2021-09-09T08:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation rule</title>
      <link>https://community.splunk.com/t5/Security/Correlation-rule/m-p/566419#M15581</link>
      <description>&lt;P&gt;You can use earliest and latest fields on each search to override the timepicker settings&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 08:46:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Correlation-rule/m-p/566419#M15581</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-09-09T08:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation rule</title>
      <link>https://community.splunk.com/t5/Security/Correlation-rule/m-p/566430#M15583</link>
      <description>&lt;P&gt;Again it's not what I search for.&lt;/P&gt;&lt;P&gt;I want to correlate 2 different indexes with different fields.&lt;/P&gt;&lt;P&gt;1. Cisco FW - suspicious IP address entered the internal network.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;2. Crowdstrike - Suspious Ip address scanning&lt;BR /&gt;&lt;BR /&gt;In the Cisco the IP address fields wrote: &lt;STRONG&gt;IP_Address&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In the Crowdstrike its: &lt;STRONG&gt;IPaddress&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I want to&amp;nbsp;&lt;SPAN&gt;combine both events by the same field (IP Address) with a time range between both events.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I hope there is a solution for that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 10:17:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Correlation-rule/m-p/566430#M15583</guid>
      <dc:creator>or1515</dc:creator>
      <dc:date>2021-09-09T10:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation rule</title>
      <link>https://community.splunk.com/t5/Security/Correlation-rule/m-p/566444#M15587</link>
      <description>&lt;P&gt;You could rename IPaddress to IP_Address&lt;/P&gt;&lt;P&gt;I don't understand your time requirement&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 12:13:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Correlation-rule/m-p/566444#M15587</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-09-09T12:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation rule</title>
      <link>https://community.splunk.com/t5/Security/Correlation-rule/m-p/566445#M15588</link>
      <description>&lt;P&gt;Alright, thanks.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1. For what the last row stands for?&lt;/P&gt;&lt;PRE&gt;| stats values(*) as * by user&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;why the values are with *?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;2. I want a time distance between the first search to the second search (Like 5-10 min).&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 12:18:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Correlation-rule/m-p/566445#M15588</guid>
      <dc:creator>or1515</dc:creator>
      <dc:date>2021-09-09T12:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation rule</title>
      <link>https://community.splunk.com/t5/Security/Correlation-rule/m-p/566458#M15589</link>
      <description>&lt;P&gt;| stats values(*) as * by user will gather all the fields (not internal fields) into multi value collections by user, renaming the collection with the name of the field i.e. the * means all fields. If you want the _time field to be included, you would probably have to add values(_time) as _time. You can then look at the times the events occurred to determine how far apart they are.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 13:58:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Correlation-rule/m-p/566458#M15589</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-09-09T13:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Correlation rule</title>
      <link>https://community.splunk.com/t5/Security/Correlation-rule/m-p/566713#M15593</link>
      <description>&lt;BLOCKQUOTE&gt;Alright, but again its not what I need.&lt;BR /&gt;&lt;BR /&gt;I want to make a time space between the first search to the second search.&lt;BR /&gt;In this what sparate between both searches is:&lt;BR /&gt;&lt;PRE&gt;| join user​&lt;/PRE&gt;&lt;P&gt;Now, I want another time field that will sparate between the first search to the second search.&lt;BR /&gt;Like 1m/1h/1d between the first search to the second.&lt;BR /&gt;Than, it will become a correlation security search between 2 diffrent indexes that will combined with the same field and for example 1h different time.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Sat, 11 Sep 2021 12:48:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Correlation-rule/m-p/566713#M15593</guid>
      <dc:creator>or1515</dc:creator>
      <dc:date>2021-09-11T12:48:31Z</dc:date>
    </item>
  </channel>
</rss>

