XSOAR - GET-GPO DisplayName

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

XSOAR - GET-GPO DisplayName

L3 Networker

 

Hi,

I've created a playbook to analyze some alerts related to SOC and GPO, but the alerts come with ObjectGUID and I need to convert the GUID to DisplayName.

In PowerShell, the command is simple: (Get-GPO -Guid "$GUID").DisplayName.

I tried running this command in the war room, but it didn't work... Does anyone know how I can do this?"

 

Best regards
Tiago Marques
2 REPLIES 2

L1 Bithead

Do you use PowerShell Remoting integration to run that PS request? im talking about that https://xsoar.pan.dev/docs/reference/integrations/power-shell-remoting

 

also I would give a try Active Directory Query v2 integration (Active Directory Query v2) and command ad-search, for attributes I think we need "distinguishedName,displayName", for base-dn should be like "CN=Policies,CN=System,DC=EXAMPLEDOMAIN,DC=LOCAL" and search "(objectClass=groupPolicyContainer)"

Hi @vmikhailov ,

I've tried with ADQ v2, but that didn't work :S

I'll try with PowerShell remoting... I don't know if it works because we have firewalls filtering... but I'll try.

Best regards
Tiago Marques
  • 351 Views
  • 2 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!