Skip to content

Instantly share code, notes, and snippets.

@invictus-korstiaan
Created October 27, 2023 08:18
Show Gist options
  • Save invictus-korstiaan/a597d7d2a801abcb95450a2d4564da98 to your computer and use it in GitHub Desktop.
Save invictus-korstiaan/a597d7d2a801abcb95450a2d4564da98 to your computer and use it in GitHub Desktop.
Invoke-GraphRunner
Log source Indicator
MicrosoftGraphActivityLogs https://graph.microsoft.com/v1.0/search/query
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/v1.0/servicePrincipals
MicrosoftGraphActivityLogs https://graph.microsoft.com/v1.0/groups/{GroupID}/members
MicrosoftGraphActivityLogs https://graph.microsoft.com/v1.0/groups?=securityEnabled%20eq%20true
MicrosoftGraphActivityLogs https://graph.microsoft.com/v1.0/users
MicrosoftGraphActivityLogs https://graph.microsoft.com/beta/policies/authorizationPolicy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment