Skip to content

Instantly share code, notes, and snippets.

@invictus-korstiaan
Last active October 27, 2023 13:34
Show Gist options
  • Save invictus-korstiaan/3d2673120b925b34e52220425beec7c0 to your computer and use it in GitHub Desktop.
Save invictus-korstiaan/3d2673120b925b34e52220425beec7c0 to your computer and use it in GitHub Desktop.
Invoke-GraphRecon
Log source Indicator
MicrosoftGraphActivityLogs https://graph.microsoft.com/v1.0/search/query
MicrosoftGraphActivityLogs https://graph.microsoft.com/v1.0/servicePrincipals
MicrosoftGraphActivityLogs https://graph.microsoft.com/v1.0/users/
MicrosoftGraphActivityLogs https://graph.microsoft.com/v1.0/users/{ID}
MicrosoftGraphActivityLogs https://graph.microsoft.com/v1.0/organization
MicrosoftGraphActivityLogs https://graph.microsoft.com/v1.0/servicePrincipals(appId='{AppID}')/appRoleAssignedTo
MicrosoftGraphActivityLogs https://graph.microsoft.com/v1.0/applications
MicrosoftGraphActivityLogs https://graph.microsoft.com/v1.0/servicePrincipals/{ID}
MicrosoftGraphActivityLogs https://graph.microsoft.com/v1.0/servicePrincipals?$skiptoken={Token}
MicrosoftGraphActivityLogs https://graph.microsoft.com/beta/policies/authorizationPolicy
MicrosoftGraphActivityLogs https://graph.microsoft.com/beta/roleManagement/directory/estimateAccess
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment