Skip to main content

5 posts tagged with "Entra"

All things related to Entra

View All Tags

Entra Goat Scenario 1

· 6 min read
Matt Wyatt
Cyber Security Engineer

I got some time to sit down and pick up from the last entry in the series where we had just finished setting up Scenario 1 of Entra Goat. We were left with a compromised user account and given the goal to login as the Global Admin and grab their flag. Let's jump in to how I approached this.

Accessing PowerShell Graph via an Application

· 3 min read
Matt Wyatt
Cyber Security Engineer

So, you'd like to manage Entra ID via PowerShell whether that is to run one off commands or series of fancy scripts, you're probably aware this will now require utilising 'PowerShell Graph'.

What you are doing is using PowerShell to access the Graph API endpoints, and as a result, everytime you connect you need to specify the scope of access, for example User.ReadWrite.All.

This in itself is fine, but you might like more control over this process, and be able to even limit access to this application to set users or groups in your environment. Well, the answer is to create an Entra ID Application for this purpose.