<?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: Permissions of user-ID service account for wmi and netbios probing in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/permissions-of-user-id-service-account-for-wmi-and-netbios/m-p/206151#M60514</link>
    <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/82863"&gt;@faizankhurshid&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/82863"&gt;@faizankhurshid&lt;/a&gt;wrote:&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- For point 2, this need to be done on each client system individually or can be done through GPO? I have more than 7000 users in network&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Unfortunately no, it is not possible with GPOs, but you can do it with admin logon or startup scripts (like in the example here:&amp;nbsp;&lt;A href="https://blogs.msdn.microsoft.com/spatdsg/2007/11/21/set-wmi-namespace-security-via-gpo-script/" target="_blank"&gt;https://blogs.msdn.microsoft.com/spatdsg/2007/11/21/set-wmi-namespace-security-via-gpo-script/&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/82863"&gt;@faizankhurshid&lt;/a&gt;wrote:&lt;BR /&gt;&lt;P&gt;-&amp;nbsp;By default wmi probing is done by user-ID agent against only the clients? NOT against AD servers?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It depends. To avoid these probes to servers you need to carefully set all the user-ID settings. For example if you have a zone enabled for user identification. In this zone you have 2 networks: 192.168.0.0/24 for clients and 192.168.1.0/24 for servers. By default, if you do not set the User-ID include or exclude networks in the zone configuration, and there is a connection from a server without existing user-ip mapping, then the firewall will probe that IP to try to get a user-ip mapping. So you need to make sure, that you set all the IP ranges where you expect users to avoid probes to be sent to servers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/82863"&gt;@faizankhurshid&lt;/a&gt;wrote:&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- For netbios probing, what permissions are required for service account?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;A quote from (a quite old) user-id best practice document: "NetBIOS probes have no authentication and do not require any specific group membership of the Agent account." Source:&amp;nbsp;&lt;A href="https://live.paloaltonetworks.com/twzvq79624/attachments/twzvq79624/ConfigurationArticles/1348/1/User-ID_Best%20Practices-6.pdf" target="_blank"&gt;https://live.paloaltonetworks.com/twzvq79624/attachments/twzvq79624/ConfigurationArticles/1348/1/User-ID_Best%20Practices-6.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Remo&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Sat, 17 Mar 2018 18:33:56 GMT</pubDate>
    <dc:creator>Remo</dc:creator>
    <dc:date>2018-03-17T18:33:56Z</dc:date>
    <item>
      <title>Permissions of user-ID service account for wmi and netbios probing</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/permissions-of-user-id-service-account-for-wmi-and-netbios/m-p/206121#M60508</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I know to read the logs from DC, "Event Log Readers" permission is required for service account.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For WMI probing to clients,&amp;nbsp;I need all below (please correct me if I am wrong)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1- Service account permission should be "Server Operators" in AD to read the CIMV2 namespace on the client systems&lt;/P&gt;&lt;P&gt;2-&amp;nbsp;Give proper permission to the service account for WMI CIMv2 on each client system by using&amp;nbsp;wmimgmt.msc&lt;/P&gt;&lt;P&gt;3-&amp;nbsp;Make sure the Windows firewall will allow client probing by adding a remote administration exception to the Windows firewall for each probed client&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Questions:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;- For point 2, this need to be done on each client system individually or can be done through GPO? I have more than 7000 users in network&lt;/P&gt;&lt;P&gt;-&amp;nbsp;By default wmi probing is done by user-ID agent against only the clients? NOT against AD servers?&lt;/P&gt;&lt;P&gt;- For netbios probing, what permissions are required for service account?&lt;/P&gt;</description>
      <pubDate>Sat, 17 Mar 2018 08:44:08 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/permissions-of-user-id-service-account-for-wmi-and-netbios/m-p/206121#M60508</guid>
      <dc:creator>faizankhurshid</dc:creator>
      <dc:date>2018-03-17T08:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions of user-ID service account for wmi and netbios probing</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/permissions-of-user-id-service-account-for-wmi-and-netbios/m-p/206151#M60514</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/82863"&gt;@faizankhurshid&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/82863"&gt;@faizankhurshid&lt;/a&gt;wrote:&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- For point 2, this need to be done on each client system individually or can be done through GPO? I have more than 7000 users in network&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Unfortunately no, it is not possible with GPOs, but you can do it with admin logon or startup scripts (like in the example here:&amp;nbsp;&lt;A href="https://blogs.msdn.microsoft.com/spatdsg/2007/11/21/set-wmi-namespace-security-via-gpo-script/" target="_blank"&gt;https://blogs.msdn.microsoft.com/spatdsg/2007/11/21/set-wmi-namespace-security-via-gpo-script/&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/82863"&gt;@faizankhurshid&lt;/a&gt;wrote:&lt;BR /&gt;&lt;P&gt;-&amp;nbsp;By default wmi probing is done by user-ID agent against only the clients? NOT against AD servers?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It depends. To avoid these probes to servers you need to carefully set all the user-ID settings. For example if you have a zone enabled for user identification. In this zone you have 2 networks: 192.168.0.0/24 for clients and 192.168.1.0/24 for servers. By default, if you do not set the User-ID include or exclude networks in the zone configuration, and there is a connection from a server without existing user-ip mapping, then the firewall will probe that IP to try to get a user-ip mapping. So you need to make sure, that you set all the IP ranges where you expect users to avoid probes to be sent to servers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/82863"&gt;@faizankhurshid&lt;/a&gt;wrote:&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- For netbios probing, what permissions are required for service account?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;A quote from (a quite old) user-id best practice document: "NetBIOS probes have no authentication and do not require any specific group membership of the Agent account." Source:&amp;nbsp;&lt;A href="https://live.paloaltonetworks.com/twzvq79624/attachments/twzvq79624/ConfigurationArticles/1348/1/User-ID_Best%20Practices-6.pdf" target="_blank"&gt;https://live.paloaltonetworks.com/twzvq79624/attachments/twzvq79624/ConfigurationArticles/1348/1/User-ID_Best%20Practices-6.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Remo&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Sat, 17 Mar 2018 18:33:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/permissions-of-user-id-service-account-for-wmi-and-netbios/m-p/206151#M60514</guid>
      <dc:creator>Remo</dc:creator>
      <dc:date>2018-03-17T18:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions of user-ID service account for wmi and netbios probing</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/permissions-of-user-id-service-account-for-wmi-and-netbios/m-p/207344#M60788</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/16592"&gt;@Remo&lt;/a&gt;&amp;nbsp;thanks. Last question, for netbios probing is also done against clients ? I need to know how netbios probing works for getting the user-ip mapping.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 07:59:01 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/permissions-of-user-id-service-account-for-wmi-and-netbios/m-p/207344#M60788</guid>
      <dc:creator>faizankhurshid</dc:creator>
      <dc:date>2018-03-26T07:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Permissions of user-ID service account for wmi and netbios probing</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/permissions-of-user-id-service-account-for-wmi-and-netbios/m-p/207460#M60816</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/82863"&gt;@faizankhurshid&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Netbios probing is primarily for probing clients, as you probably don't have that much users on servers. How it actually works is magic by microsoft ... a better explenation you can finde for example here:&amp;nbsp;&lt;A href="http://techgenix.com/nbtstatrevealswhoisloggedon/" target="_blank"&gt;http://techgenix.com/nbtstatrevealswhoisloggedon/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Mar 2018 16:01:35 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/permissions-of-user-id-service-account-for-wmi-and-netbios/m-p/207460#M60816</guid>
      <dc:creator>Remo</dc:creator>
      <dc:date>2018-03-26T16:01:35Z</dc:date>
    </item>
  </channel>
</rss>

