<?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 Why is the Universal forwarder executing regmon, powershells and others with out them being explicitly configured? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-Universal-forwarder-executing-regmon-powershells-and/m-p/476828#M81867</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;
why is my UF on Windows executing various splunk-* tools without them beeing configured in any input?&lt;BR /&gt;
Every few minutes I see them in sysmon:&lt;BR /&gt;
splunk-powershell.exe&lt;BR /&gt;
splunk-regmon.exe&lt;BR /&gt;
splunk-powershell.exe&lt;BR /&gt;
splunk-netmon.exe&lt;BR /&gt;
splunk-admon.exe&lt;BR /&gt;
splunk-MonitorNoHandle.exe&lt;BR /&gt;
splunk-winprintmon.exe&lt;/P&gt;

&lt;P&gt;I do not see them in any inputs.conf.&lt;/P&gt;

&lt;P&gt;thx&lt;BR /&gt;
afx&lt;/P&gt;</description>
    <pubDate>Thu, 20 Feb 2020 10:58:01 GMT</pubDate>
    <dc:creator>afx</dc:creator>
    <dc:date>2020-02-20T10:58:01Z</dc:date>
    <item>
      <title>Why is the Universal forwarder executing regmon, powershells and others with out them being explicitly configured?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-Universal-forwarder-executing-regmon-powershells-and/m-p/476828#M81867</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
why is my UF on Windows executing various splunk-* tools without them beeing configured in any input?&lt;BR /&gt;
Every few minutes I see them in sysmon:&lt;BR /&gt;
splunk-powershell.exe&lt;BR /&gt;
splunk-regmon.exe&lt;BR /&gt;
splunk-powershell.exe&lt;BR /&gt;
splunk-netmon.exe&lt;BR /&gt;
splunk-admon.exe&lt;BR /&gt;
splunk-MonitorNoHandle.exe&lt;BR /&gt;
splunk-winprintmon.exe&lt;/P&gt;

&lt;P&gt;I do not see them in any inputs.conf.&lt;/P&gt;

&lt;P&gt;thx&lt;BR /&gt;
afx&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 10:58:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-Universal-forwarder-executing-regmon-powershells-and/m-p/476828#M81867</guid>
      <dc:creator>afx</dc:creator>
      <dc:date>2020-02-20T10:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the Universal forwarder executing regmon, powershells and others with out them being explicitly configured?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-Universal-forwarder-executing-regmon-powershells-and/m-p/476829#M81868</link>
      <description>&lt;P&gt;I think they get invoked periodically incase you have any inputs configured. &lt;BR /&gt;
With no inputs of those typed defined, they execute and then quit.&lt;/P&gt;

&lt;P&gt;The admon might also be invoked if you have any windows events configured with &lt;CODE&gt;evt_resolve_ad_obj&lt;/CODE&gt; defined, but even if you don't I think it behaves the same way&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 12:00:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-Universal-forwarder-executing-regmon-powershells-and/m-p/476829#M81868</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-02-20T12:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the Universal forwarder executing regmon, powershells and others with out them being explicitly configured?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-Universal-forwarder-executing-regmon-powershells-and/m-p/476830#M81869</link>
      <description>&lt;P&gt;Not very efficeint in my eyes and the fill up the sysmon execution log.&lt;BR /&gt;
The only benefit is the liceence increase for Splunk ;-(&lt;/P&gt;

&lt;P&gt;Any ideas on how to disable this?&lt;/P&gt;

&lt;P&gt;thx&lt;BR /&gt;
afx&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 12:03:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-Universal-forwarder-executing-regmon-powershells-and/m-p/476830#M81869</guid>
      <dc:creator>afx</dc:creator>
      <dc:date>2020-02-20T12:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the Universal forwarder executing regmon, powershells and others with out them being explicitly configured?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-Universal-forwarder-executing-regmon-powershells-and/m-p/476831#M81870</link>
      <description>&lt;P&gt;In defaults/inputs.conf you should have something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[admon]
 interval=60
 baseline=0

 [MonitorNoHandle]
 interval=60

 [WinEventLog]
 interval=60
 evt_resolve_ad_obj = 0
 evt_dc_name=
 evt_dns_name=

 [WinNetMon]
 interval=60

 [WinPrintMon]
 interval=60

 [WinRegMon]
 interval=60
 baseline=0

 [perfmon]
 interval=300

 [powershell]
 interval=60

 [powershell2]
 interval=60
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;disable them in local/inputs.conf like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [perfmon]
 interval = -1

 [powershell]
 interval = -1

 [powershell2]
 interval = -1

 [admon]
 interval = -1

 [WinRegMon]
 interval = -1

 [WinNetMon]
 interval = -1

 [MonitorNoHandle]
 interval = -1

 [WinPrintMon]
 interval = -1
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Just watch  your config file precedence if you need to re-enable them later.&lt;BR /&gt;
You want these defined at a lower level than anything you might need later, so pushing an app called "z_overrides" with them defined in local reduces the likelyhood of problems if you later enable them in another app (assuming you dont name all your apps z_something &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:18:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-Universal-forwarder-executing-regmon-powershells-and/m-p/476831#M81870</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-09-30T04:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the Universal forwarder executing regmon, powershells and others with out them being explicitly configured?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-Universal-forwarder-executing-regmon-powershells-and/m-p/476832#M81871</link>
      <description>&lt;P&gt;Thanks,&lt;BR /&gt;
looks like that worked (I also added a disabled=1 as I did not put it into a local file but pushed it via the deployment server).&lt;/P&gt;

&lt;P&gt;thx&lt;BR /&gt;
afx&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 12:26:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-Universal-forwarder-executing-regmon-powershells-and/m-p/476832#M81871</guid>
      <dc:creator>afx</dc:creator>
      <dc:date>2020-02-20T12:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the Universal forwarder executing regmon, powershells and others with out them being explicitly configured?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-Universal-forwarder-executing-regmon-powershells-and/m-p/476833#M81872</link>
      <description>&lt;P&gt;Hi @afx,&lt;/P&gt;

&lt;P&gt;Since version 7.3.0 of Splunk, there's also the new &lt;CODE&gt;run_introspection&lt;/CODE&gt; configuration value.  If you set that to &lt;CODE&gt;false&lt;/CODE&gt;, and &lt;CODE&gt;disabled&lt;/CODE&gt; to &lt;CODE&gt;true&lt;/CODE&gt; for a particular modular input, then that input will never run (the alternative of &lt;CODE&gt;interval = -1&lt;/CODE&gt; means that the modular input will run once upon startup).&lt;/P&gt;

&lt;P&gt;Cheers,&lt;/P&gt;

&lt;P&gt;- Jo.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 15:48:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-Universal-forwarder-executing-regmon-powershells-and/m-p/476833#M81872</guid>
      <dc:creator>jhornsby_splunk</dc:creator>
      <dc:date>2020-02-20T15:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Why is the Universal forwarder executing regmon, powershells and others with out them being explicitly configured?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-Universal-forwarder-executing-regmon-powershells-and/m-p/476834#M81873</link>
      <description>&lt;P&gt;Still on 7.2.4, but good to know,&lt;BR /&gt;
thx&lt;BR /&gt;
afx&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 21:47:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-the-Universal-forwarder-executing-regmon-powershells-and/m-p/476834#M81873</guid>
      <dc:creator>afx</dc:creator>
      <dc:date>2020-02-20T21:47:49Z</dc:date>
    </item>
  </channel>
</rss>

