<?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: Is anyone getting RSD (Rogue System Detection) alerts from ePO into Splunk? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-anyone-getting-RSD-Rogue-System-Detection-alerts-from-ePO/m-p/253222#M29062</link>
    <description>&lt;P&gt;OK, we (the Sec Engineering team) got a good config.  We set up a SECOND query in the McAfee Add-On for McAfee app just for the rogues.  Using DB Connect v3, this is the SQL query we set up:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;SELECT [ePO_Server].[dbo].[RSDDetectedSystems].[DeviceType] as [devicetype],
[ePO_Server].[dbo].[RSDDetectedSystems].[DnsName] as [fqdn],
[dvc_ip] = ( convert(varchar(3),convert(tinyint,substring(convert(varbinary(4),convert(bigint,([ePO_Server].[dbo].[RSDDetectedSystems].[IPV4] + 2147483648))),1,1)))+'.'+convert(varchar(3),convert(tinyint,substring(convert(varbinary(4),convert(bigint,([ePO_Server].[dbo].[RSDDetectedSystems].[IPV4] + 2147483648))),2,1)))+'.'+convert(varchar(3),convert(tinyint,substring(convert(varbinary(4),convert(bigint,([ePO_Server].[dbo].[RSDDetectedSystems].[IPV4] + 2147483648))),3,1)))+'.'+convert(varchar(3),convert(tinyint,substring(convert(varbinary(4),convert(bigint,([ePO_Server].[dbo].[RSDDetectedSystems].[IPV4] + 2147483648))),4,1))) ),
[ePO_Server].[dbo].[RSDDetectedSystems].[LastDetectedTime] as [LastDetectedTime],
[ePO_Server].[dbo].[RSDDetectedSystems].[MAC] as [mac],
[ePO_Server].[dbo].[RSDDetectedSystems].[Managed] as [managed],
[ePO_Server].[dbo].[RSDDetectedSystems].[OSPlatform] as [os], 
[ePO_Server].[dbo].[RSDDetectedSystems].[LastReportingSensor] as [LastReportingSensor],
[ePO_Server].[dbo].[RSDDetectedSystems].[DetectedSourceName] as [product],
[ePO_Server].[dbo].[RSDDetectedSystems].[OSVersion] as [os_version],
[ePO_Server].[dbo].[RSDDetectedSystems].[LastAgentCommunication] as [LastAgentCommunication],
[ePO_Server].[dbo].[RSDDetectedSystems].[HostID] as [HostID]
FROM "ePO_Server"."dbo"."RSDDetectedSystems" 
WHERE [ePO_Server].[dbo].[RSDDetectedSystems].[HostID] &amp;gt; 0 AND [ePO_Server].[dbo].[RSDDetectedSystems].[Rogue]=1
ORDER BY [ePO_Server].[dbo].[RSDDetectedSystems].[HostID] ASC
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I used HostID from the RSDDetectedSystems table as my rising check and LastDetectedTime as my timestamp.  I set it to run every 3600 seconds. &lt;/P&gt;

&lt;P&gt;Seems to be working nicely right now. &lt;/P&gt;</description>
    <pubDate>Thu, 19 Jul 2018 13:13:07 GMT</pubDate>
    <dc:creator>reswob4</dc:creator>
    <dc:date>2018-07-19T13:13:07Z</dc:date>
    <item>
      <title>Is anyone getting RSD (Rogue System Detection) alerts from ePO into Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-anyone-getting-RSD-Rogue-System-Detection-alerts-from-ePO/m-p/253219#M29059</link>
      <description>&lt;P&gt;The title says it all.  It does not appear that RSD alerts are in the search query.  Can they be added?  &lt;/P&gt;

&lt;P&gt;We have ePO 4.6, Splunk Add-on for McAfee version 2.1.3, DB Connect version 1, Splunk 6.4 and running on Linux.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2016 12:23:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-anyone-getting-RSD-Rogue-System-Detection-alerts-from-ePO/m-p/253219#M29059</guid>
      <dc:creator>reswob4</dc:creator>
      <dc:date>2016-07-12T12:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is anyone getting RSD (Rogue System Detection) alerts from ePO into Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-anyone-getting-RSD-Rogue-System-Detection-alerts-from-ePO/m-p/253220#M29060</link>
      <description>&lt;P&gt;Turns out the Splunk query in the McAfee add-on does not request this data.  I am using the connector from another product to get this information along with the AV, HIPS, and DLP alerts.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 19:06:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-anyone-getting-RSD-Rogue-System-Detection-alerts-from-ePO/m-p/253220#M29060</guid>
      <dc:creator>reswob4</dc:creator>
      <dc:date>2017-01-30T19:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is anyone getting RSD (Rogue System Detection) alerts from ePO into Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-anyone-getting-RSD-Rogue-System-Detection-alerts-from-ePO/m-p/253221#M29061</link>
      <description>&lt;P&gt;| dbxquery  query="SELECT * FROM RSDManagedSystemsForSubnet" connection="mcafee_epo"  shortnames=t wrap=t&lt;BR /&gt;
| where HasSensor="1"&lt;BR /&gt;
| fields IPAddress&lt;BR /&gt;
| table IPAddress&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2018 10:18:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-anyone-getting-RSD-Rogue-System-Detection-alerts-from-ePO/m-p/253221#M29061</guid>
      <dc:creator>mbudzeni</dc:creator>
      <dc:date>2018-07-04T10:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is anyone getting RSD (Rogue System Detection) alerts from ePO into Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-anyone-getting-RSD-Rogue-System-Detection-alerts-from-ePO/m-p/253222#M29062</link>
      <description>&lt;P&gt;OK, we (the Sec Engineering team) got a good config.  We set up a SECOND query in the McAfee Add-On for McAfee app just for the rogues.  Using DB Connect v3, this is the SQL query we set up:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;SELECT [ePO_Server].[dbo].[RSDDetectedSystems].[DeviceType] as [devicetype],
[ePO_Server].[dbo].[RSDDetectedSystems].[DnsName] as [fqdn],
[dvc_ip] = ( convert(varchar(3),convert(tinyint,substring(convert(varbinary(4),convert(bigint,([ePO_Server].[dbo].[RSDDetectedSystems].[IPV4] + 2147483648))),1,1)))+'.'+convert(varchar(3),convert(tinyint,substring(convert(varbinary(4),convert(bigint,([ePO_Server].[dbo].[RSDDetectedSystems].[IPV4] + 2147483648))),2,1)))+'.'+convert(varchar(3),convert(tinyint,substring(convert(varbinary(4),convert(bigint,([ePO_Server].[dbo].[RSDDetectedSystems].[IPV4] + 2147483648))),3,1)))+'.'+convert(varchar(3),convert(tinyint,substring(convert(varbinary(4),convert(bigint,([ePO_Server].[dbo].[RSDDetectedSystems].[IPV4] + 2147483648))),4,1))) ),
[ePO_Server].[dbo].[RSDDetectedSystems].[LastDetectedTime] as [LastDetectedTime],
[ePO_Server].[dbo].[RSDDetectedSystems].[MAC] as [mac],
[ePO_Server].[dbo].[RSDDetectedSystems].[Managed] as [managed],
[ePO_Server].[dbo].[RSDDetectedSystems].[OSPlatform] as [os], 
[ePO_Server].[dbo].[RSDDetectedSystems].[LastReportingSensor] as [LastReportingSensor],
[ePO_Server].[dbo].[RSDDetectedSystems].[DetectedSourceName] as [product],
[ePO_Server].[dbo].[RSDDetectedSystems].[OSVersion] as [os_version],
[ePO_Server].[dbo].[RSDDetectedSystems].[LastAgentCommunication] as [LastAgentCommunication],
[ePO_Server].[dbo].[RSDDetectedSystems].[HostID] as [HostID]
FROM "ePO_Server"."dbo"."RSDDetectedSystems" 
WHERE [ePO_Server].[dbo].[RSDDetectedSystems].[HostID] &amp;gt; 0 AND [ePO_Server].[dbo].[RSDDetectedSystems].[Rogue]=1
ORDER BY [ePO_Server].[dbo].[RSDDetectedSystems].[HostID] ASC
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I used HostID from the RSDDetectedSystems table as my rising check and LastDetectedTime as my timestamp.  I set it to run every 3600 seconds. &lt;/P&gt;

&lt;P&gt;Seems to be working nicely right now. &lt;/P&gt;</description>
      <pubDate>Thu, 19 Jul 2018 13:13:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-anyone-getting-RSD-Rogue-System-Detection-alerts-from-ePO/m-p/253222#M29062</guid>
      <dc:creator>reswob4</dc:creator>
      <dc:date>2018-07-19T13:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is anyone getting RSD (Rogue System Detection) alerts from ePO into Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-anyone-getting-RSD-Rogue-System-Detection-alerts-from-ePO/m-p/253223#M29063</link>
      <description>&lt;P&gt;We are also on ePO 5.x, Splunk 7.x, Windows 2016, and McAfee add-on 2.21.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jul 2018 13:15:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-anyone-getting-RSD-Rogue-System-Detection-alerts-from-ePO/m-p/253223#M29063</guid>
      <dc:creator>reswob4</dc:creator>
      <dc:date>2018-07-19T13:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is anyone getting RSD (Rogue System Detection) alerts from ePO into Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-anyone-getting-RSD-Rogue-System-Detection-alerts-from-ePO/m-p/253224#M29064</link>
      <description>&lt;P&gt;Going to give this a try. By chance did you do the same for the DLP events as well? I need a security engineering team...&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 14:48:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-anyone-getting-RSD-Rogue-System-Detection-alerts-from-ePO/m-p/253224#M29064</guid>
      <dc:creator>rburton83</dc:creator>
      <dc:date>2020-01-16T14:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Is anyone getting RSD (Rogue System Detection) alerts from ePO into Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-anyone-getting-RSD-Rogue-System-Detection-alerts-from-ePO/m-p/253225#M29065</link>
      <description>&lt;P&gt;No, we did not.&lt;/P&gt;

&lt;P&gt;And for the record, the DB connection has stopped working and I haven't had a chance to figure out if it is a problem on the Splunk side or the ePO side.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2020 14:58:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Is-anyone-getting-RSD-Rogue-System-Detection-alerts-from-ePO/m-p/253225#M29065</guid>
      <dc:creator>reswob4</dc:creator>
      <dc:date>2020-01-20T14:58:55Z</dc:date>
    </item>
  </channel>
</rss>

