<?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 two rules/alert into a third in Security</title>
    <link>https://community.splunk.com/t5/Security/How-to-correlate-two-rules-alert-into-a-third/m-p/687106#M17850</link>
    <description>&lt;P&gt;I understand. You can make a little progress using the strategy of pulling alerts that are triggered. My research is as follows:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_audit action="alert_fired" ss_app=search ss_name="alert 1" OR ss_name="alert 2"
| rename ss_name AS title
| stats count by title, ss_app, _time
| sort -_time&lt;/LI-CODE&gt;&lt;P&gt;In this research I can bring up the two alerts that I want to combine. Is it possible to get certain fields from these two alerts?&lt;/P&gt;&lt;P&gt;In this case, I want to get the user. I can only generate the alert if the user is the same, the problem is that there are two different log providers and therefore, the field that has the user value has different names.&lt;/P&gt;</description>
    <pubDate>Thu, 09 May 2024 23:08:41 GMT</pubDate>
    <dc:creator>matheusvortex</dc:creator>
    <dc:date>2024-05-09T23:08:41Z</dc:date>
    <item>
      <title>How to correlate two rules/alert into a third</title>
      <link>https://community.splunk.com/t5/Security/How-to-correlate-two-rules-alert-into-a-third/m-p/687097#M17848</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;How can I correlate two alerts into a third one?&lt;/P&gt;&lt;P&gt;For instance:&lt;BR /&gt;I have alert 1 and alert 2 both with medium severity.&lt;BR /&gt;I need the following validation in alert 3:&lt;BR /&gt;If, after 6 hours since alert 1 was triggered, alert 2 is triggered as well, generate alert 3 with high severity.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 21:44:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-correlate-two-rules-alert-into-a-third/m-p/687097#M17848</guid>
      <dc:creator>matheusvortex</dc:creator>
      <dc:date>2024-05-09T21:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to correlate two rules/alert into a third</title>
      <link>https://community.splunk.com/t5/Security/How-to-correlate-two-rules-alert-into-a-third/m-p/687104#M17849</link>
      <description>&lt;P&gt;Alerts are based on results of a search - for an alert to be triggered based on two conditions, your search needs to find both conditions.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 22:08:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-correlate-two-rules-alert-into-a-third/m-p/687104#M17849</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-05-09T22:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to correlate two rules/alert into a third</title>
      <link>https://community.splunk.com/t5/Security/How-to-correlate-two-rules-alert-into-a-third/m-p/687106#M17850</link>
      <description>&lt;P&gt;I understand. You can make a little progress using the strategy of pulling alerts that are triggered. My research is as follows:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_audit action="alert_fired" ss_app=search ss_name="alert 1" OR ss_name="alert 2"
| rename ss_name AS title
| stats count by title, ss_app, _time
| sort -_time&lt;/LI-CODE&gt;&lt;P&gt;In this research I can bring up the two alerts that I want to combine. Is it possible to get certain fields from these two alerts?&lt;/P&gt;&lt;P&gt;In this case, I want to get the user. I can only generate the alert if the user is the same, the problem is that there are two different log providers and therefore, the field that has the user value has different names.&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 23:08:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-correlate-two-rules-alert-into-a-third/m-p/687106#M17850</guid>
      <dc:creator>matheusvortex</dc:creator>
      <dc:date>2024-05-09T23:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to correlate two rules/alert into a third</title>
      <link>https://community.splunk.com/t5/Security/How-to-correlate-two-rules-alert-into-a-third/m-p/687107#M17851</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I understand. I managed to make a little progress using the strategy of pulling through triggered alerts. My research is as follows:******&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 23:09:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-correlate-two-rules-alert-into-a-third/m-p/687107#M17851</guid>
      <dc:creator>matheusvortex</dc:creator>
      <dc:date>2024-05-09T23:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to correlate two rules/alert into a third</title>
      <link>https://community.splunk.com/t5/Security/How-to-correlate-two-rules-alert-into-a-third/m-p/687131#M17852</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/267774"&gt;@matheusvortex&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;you could write the results of the two searches in one summary index (called e.g. Notables), adding in each alert all the fields you need and then execute the third alert on the summary index displaying the fields you need.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;This is the approach of Enterprise Security.&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 05:43:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-correlate-two-rules-alert-into-a-third/m-p/687131#M17852</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-05-10T05:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to correlate two rules/alert into a third</title>
      <link>https://community.splunk.com/t5/Security/How-to-correlate-two-rules-alert-into-a-third/m-p/687349#M17858</link>
      <description>&lt;P&gt;Could you support me, what would this research look like?&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 15:02:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-correlate-two-rules-alert-into-a-third/m-p/687349#M17858</guid>
      <dc:creator>matheusvortex</dc:creator>
      <dc:date>2024-05-13T15:02:41Z</dc:date>
    </item>
  </channel>
</rss>

