<?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 Splunk Related powershell scripts in Security</title>
    <link>https://community.splunk.com/t5/Security/Splunk-Related-powershell-scripts/m-p/535881#M12040</link>
    <description>&lt;P&gt;Our Endpoint protection is blocking multiple powershell scripts that seem related to Splunk.&lt;/P&gt;&lt;P&gt;Can anyone explain what these scripts do?&lt;/P&gt;&lt;P&gt;nt6-siteinfo.ps1&lt;/P&gt;&lt;P&gt;nt6-health.ps1&lt;/P&gt;&lt;P&gt;nt6-repl-stat.ps1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jan 2021 17:05:36 GMT</pubDate>
    <dc:creator>Elky</dc:creator>
    <dc:date>2021-01-14T17:05:36Z</dc:date>
    <item>
      <title>Splunk Related powershell scripts</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Related-powershell-scripts/m-p/535881#M12040</link>
      <description>&lt;P&gt;Our Endpoint protection is blocking multiple powershell scripts that seem related to Splunk.&lt;/P&gt;&lt;P&gt;Can anyone explain what these scripts do?&lt;/P&gt;&lt;P&gt;nt6-siteinfo.ps1&lt;/P&gt;&lt;P&gt;nt6-health.ps1&lt;/P&gt;&lt;P&gt;nt6-repl-stat.ps1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 17:05:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Related-powershell-scripts/m-p/535881#M12040</guid>
      <dc:creator>Elky</dc:creator>
      <dc:date>2021-01-14T17:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Related powershell scripts</title>
      <link>https://community.splunk.com/t5/Security/Splunk-Related-powershell-scripts/m-p/535900#M12041</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/230510"&gt;@Elky&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;These scripts are for Active Directory monitoring and they are inside &lt;STRONG&gt;Splunk_TA_windows&lt;/STRONG&gt; app &lt;STRONG&gt;bin&lt;/STRONG&gt; folder. &amp;nbsp;You can find inputs.conf settings for these scripts below, they should have been enabled by Splunk Admin. After confirmation&amp;nbsp;you can disable that inputs on those endpoints. &amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;###### Scripted/Powershell Mod inputs Active Directory ######

## Replication Information NT6
[script://.\bin\runpowershell.cmd nt6-repl-stat.ps1]
source=Powershell
sourcetype=MSAD:NT6:Replication
interval=300
disabled=1
 
## Replication Information 2012r2 and 2016
[powershell://Replication-Stats]
script = &amp;amp; "$SplunkHome\etc\apps\Splunk_TA_windows\bin\Invoke-MonitoredScript.ps1" -Command ".\powershell\2012r2-repl-stats.ps1"
schedule = 0 */5 * ? * *
source = Powershell
sourcetype=MSAD:NT6:Replication
disabled=1
 
## Health and Topology Information NT6
[script://.\bin\runpowershell.cmd nt6-health.ps1]
source=Powershell
sourcetype=MSAD:NT6:Health
interval=300
disabled=1
 
## Health and Topology Information 2012r2 and 2016
[powershell://AD-Health]
script = &amp;amp; "$SplunkHome\etc\apps\Splunk_TA_windows\bin\Invoke-MonitoredScript.ps1" -Command ".\powershell\2012r2-health.ps1"
schedule = 0 */5 * ? * *
source=Powershell
sourcetype=MSAD:NT6:Health
disabled=1
 
 
## Site, Site Link and Subnet Information NT6
[script://.\bin\runpowershell.cmd nt6-siteinfo.ps1]
source=Powershell
sourcetype=MSAD:NT6:SiteInfo
interval=3600
disabled=1
 
## Site, Site Link and Subnet Information 2012r2 and 2016
[powershell://Siteinfo]
script = &amp;amp; "$SplunkHome\etc\apps\Splunk_TA_windows\bin\Invoke-MonitoredScript.ps1" -Command ".\powershell\2012r2-siteinfo.ps1"
schedule = 0 15 * ? * *
source = Powershell
sourcetype=MSAD:NT6:SiteInfo
disabled=1&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this reply helps you an upvote is appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2021 20:05:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Splunk-Related-powershell-scripts/m-p/535900#M12041</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2021-01-14T20:05:13Z</dc:date>
    </item>
  </channel>
</rss>

