cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2505
Views
5
Helpful
4
Replies

ISE-PIC domain user permissions

Hello,

We are implementing ISE PIC - Stealthwatch integration via pxGrid.
One of the requests is to create ISE PIC user with certain permissions to use DCOM and WMI root access, as depicted in a great instructions on the link.
Customer want to know which WMI root/CIMv2 commands does ISE PIC user executes while accessing the domain controllers?

Also, on Windows Server 2016 there are limitations on providing permissions for DCOM and WMI root/CIMv2 usage. While defining permissions for ISE PIC user on DC, there also needs to be defined on which part do permissions refer to. On the whole domain or on certain Application.
On the instruction link there is a registry key value for an App id 76A64158-CB41-11D1-8B02-00600806D9B6. Does permission need to reffer to just on this App id or on the entire DC?

Thanks you,
Miroslav Vucevski

1 Accepted Solution

Accepted Solutions

These are the commands we use:

SELECT * FROM __InstanceCreationEvent WHERE TargetInstance ISA 'Win32_NTLogEvent' AND TargetInstance.LogFile = 'Security' AND (TargetInstance.EventIdentifier = 4768) AND (TargetInstance.EventType = '4')

Regards,
-Tim

View solution in original post

4 Replies 4

hslai
Cisco Employee
Cisco Employee

ISE PassiveID WMI providers use WMI to query Kerberos events in the security event logs on the domain controllers. All the group membership, DCOM, WMI, and registry changes are to ensure that.

Hello hslai,

 

Thank you for your reply.

As our customer is security aware and a little bit skeptic they are interested which commands does user executes under the WMI.

Do you have that information?

 

Thanks!

These are the commands we use:

SELECT * FROM __InstanceCreationEvent WHERE TargetInstance ISA 'Win32_NTLogEvent' AND TargetInstance.LogFile = 'Security' AND (TargetInstance.EventIdentifier = 4768) AND (TargetInstance.EventType = '4')

Regards,
-Tim

Hello Tim,

 

Thanks for the answer!

 

Kind regards,

Miroslav

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: