<?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 Inputs for Windows Registry in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Inputs-for-Windows-Registry/m-p/344738#M63386</link>
    <description>&lt;P&gt;Hello All&lt;/P&gt;

&lt;P&gt;I am looking for suggestions on monitoring Windows Registry for a particular attribute. We are looking to receive the product version from the Windows Registry. &lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/2820iFE1101A3F0B86499/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;These are my current inputs, but i do not see any information popping inside Splunk.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;[WinRegistry]&lt;BR /&gt;
index = defense&lt;BR /&gt;
source = WinReg&lt;BR /&gt;
disabled = 0&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Am i doing something wrong ?&lt;/P&gt;

&lt;P&gt;Any assistance will be appreciated &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Apr 2017 14:15:08 GMT</pubDate>
    <dc:creator>vr2312</dc:creator>
    <dc:date>2017-04-21T14:15:08Z</dc:date>
    <item>
      <title>Inputs for Windows Registry</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Inputs-for-Windows-Registry/m-p/344738#M63386</link>
      <description>&lt;P&gt;Hello All&lt;/P&gt;

&lt;P&gt;I am looking for suggestions on monitoring Windows Registry for a particular attribute. We are looking to receive the product version from the Windows Registry. &lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/2820iFE1101A3F0B86499/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;These are my current inputs, but i do not see any information popping inside Splunk.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;[WinRegistry]&lt;BR /&gt;
index = defense&lt;BR /&gt;
source = WinReg&lt;BR /&gt;
disabled = 0&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Am i doing something wrong ?&lt;/P&gt;

&lt;P&gt;Any assistance will be appreciated &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 14:15:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Inputs-for-Windows-Registry/m-p/344738#M63386</guid>
      <dc:creator>vr2312</dc:creator>
      <dc:date>2017-04-21T14:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Inputs for Windows Registry</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Inputs-for-Windows-Registry/m-p/344739#M63387</link>
      <description>&lt;P&gt;try this in inputs.conf or enable from GUI if you have the Windows TA installed&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[WinRegMon://hkcu_run]
disabled = 0
index = defense
[WinRegMon://hklm_run]
disabled = 0
index = defense
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;now search: &lt;CODE&gt;index=defense sourcetype=WinRegistry&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;hope it helps&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 14:22:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Inputs-for-Windows-Registry/m-p/344739#M63387</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-04-21T14:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Inputs for Windows Registry</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Inputs-for-Windows-Registry/m-p/344740#M63388</link>
      <description>&lt;P&gt;I want to retrieve only the CurrentControlSet\Services\WinDefend\FailureCommand Values.&lt;/P&gt;

&lt;P&gt;What you had suggested, isn't that generic ? @adonio ?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 15:32:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Inputs-for-Windows-Registry/m-p/344740#M63388</guid>
      <dc:creator>vr2312</dc:creator>
      <dc:date>2017-04-21T15:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Inputs for Windows Registry</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Inputs-for-Windows-Registry/m-p/344741#M63389</link>
      <description>&lt;P&gt;it is generic, i didnt see the screenshot when answered. Do you need to collect data from Windows Defender? there is a short article here: &lt;A href="https://technet.microsoft.com/en-us/itpro/windows/keep-secure/configure-splunk-windows-defender-advanced-threat-protection"&gt;https://technet.microsoft.com/en-us/itpro/windows/keep-secure/configure-splunk-windows-defender-advanced-threat-protection&lt;/A&gt;&lt;BR /&gt;
that explains how to achieve it&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 15:41:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Inputs-for-Windows-Registry/m-p/344741#M63389</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-04-21T15:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Inputs for Windows Registry</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Inputs-for-Windows-Registry/m-p/344742#M63390</link>
      <description>&lt;P&gt;@adonio&lt;/P&gt;

&lt;P&gt;We need to collect only the version information from the Registry Window that is highlighted above. &lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 19:28:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Inputs-for-Windows-Registry/m-p/344742#M63390</guid>
      <dc:creator>vr2312</dc:creator>
      <dc:date>2017-04-25T19:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Inputs for Windows Registry</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Inputs-for-Windows-Registry/m-p/344743#M63391</link>
      <description>&lt;P&gt;i am opening another answer to attach a screenshot&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 19:41:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Inputs-for-Windows-Registry/m-p/344743#M63391</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-04-25T19:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Inputs for Windows Registry</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Inputs-for-Windows-Registry/m-p/344744#M63392</link>
      <description>&lt;P&gt;use the method in previous answer to collect the WinRegMon data,&lt;BR /&gt;
search for the data needed. screenshot attached&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/2819i4FE4418FBD24D024/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 19:42:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Inputs-for-Windows-Registry/m-p/344744#M63392</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-04-25T19:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Inputs for Windows Registry</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Inputs-for-Windows-Registry/m-p/344745#M63393</link>
      <description>&lt;P&gt;You used this ?  [WinRegMon://hkcu_run]&lt;BR /&gt;
 disabled = 0&lt;BR /&gt;
 index = defense&lt;BR /&gt;
 [WinRegMon://hklm_run]&lt;BR /&gt;
 disabled = 0&lt;BR /&gt;
 index = defense&lt;/P&gt;

&lt;P&gt;also, the link you shared is not working.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:48:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Inputs-for-Windows-Registry/m-p/344745#M63393</guid>
      <dc:creator>vr2312</dc:creator>
      <dc:date>2020-09-29T13:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Inputs for Windows Registry</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Inputs-for-Windows-Registry/m-p/344746#M63394</link>
      <description>&lt;P&gt;the link i shared in previous answer is to a page about: "Configure Splunk to pull Windows Defender ATP alerts". I thought you wanted t pull out data from the defender as it is highlighted in your screenshot.&lt;BR /&gt;
just clicked on it and it does work.&lt;BR /&gt;
i chose index = defense since your configurations sample has this index (another reason why i thought you want to collect defender data)&lt;BR /&gt;
yes, i used this in inputs.conf on the needed windows host to collect the desired data:&lt;BR /&gt;
    [WinRegMon://hkcu_run]&lt;BR /&gt;
    disabled = 0&lt;BR /&gt;
    index = defense&lt;BR /&gt;
    [WinRegMon://hklm_run]&lt;BR /&gt;
    disabled = 0&lt;BR /&gt;
    index = defense&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 13:50:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Inputs-for-Windows-Registry/m-p/344746#M63394</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2020-09-29T13:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Inputs for Windows Registry</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Inputs-for-Windows-Registry/m-p/344747#M63395</link>
      <description>&lt;P&gt;@adonio&lt;/P&gt;

&lt;P&gt;Is it possible ti fetch only the values of the WinDefender ?&lt;/P&gt;

&lt;P&gt;As we will be deploying this across to our whole infrastructure with 100,000 hosts, we are targeting less license usage for this piece of information.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 20:28:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Inputs-for-Windows-Registry/m-p/344747#M63395</guid>
      <dc:creator>vr2312</dc:creator>
      <dc:date>2017-04-28T20:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Inputs for Windows Registry</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Inputs-for-Windows-Registry/m-p/344748#M63396</link>
      <description>&lt;P&gt;yes,&lt;BR /&gt;
you can use props and transforms to route and filter data&lt;BR /&gt;
please also read this doc ni detail:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.5.3/Data/MonitorWindowsregistrydata"&gt;https://docs.splunk.com/Documentation/Splunk/6.5.3/Data/MonitorWindowsregistrydata&lt;/A&gt;&lt;BR /&gt;
specailly this part:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.5.3/Data/MonitorWindowsregistrydata#Filter_incoming_Registry_events"&gt;https://docs.splunk.com/Documentation/Splunk/6.5.3/Data/MonitorWindowsregistrydata#Filter_incoming_Registry_events&lt;/A&gt;&lt;BR /&gt;
if you are satisfied with the answer to your original question, please mark question as answered and vote up answers / comments that you feel helped&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 20:46:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Inputs-for-Windows-Registry/m-p/344748#M63396</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-04-28T20:46:34Z</dc:date>
    </item>
  </channel>
</rss>

