# Cloud

- [Kubernetes](https://notes.incendium.rocks/pentesting-notes/cloud/kubernetes.md)
- [Azure](https://notes.incendium.rocks/pentesting-notes/cloud/azure.md)
- [Architecture](https://notes.incendium.rocks/pentesting-notes/cloud/azure/architecture.md)
- [RBAC & ABAC roles](https://notes.incendium.rocks/pentesting-notes/cloud/azure/architecture/rbac-and-abac-roles.md)
- [Entra ID roles](https://notes.incendium.rocks/pentesting-notes/cloud/azure/architecture/entra-id-roles.md)
- [Entra ID - Authentication with OAuth and API's](https://notes.incendium.rocks/pentesting-notes/cloud/azure/architecture/entra-id-authentication-with-oauth-and-apis.md)
- [Consent and Permissions](https://notes.incendium.rocks/pentesting-notes/cloud/azure/architecture/consent-and-permissions.md)
- [Service Discovery, Recon, Enumeration and Initial Access Attacks](https://notes.incendium.rocks/pentesting-notes/cloud/azure/service-discovery-recon-enumeration-and-initial-access-attacks.md)
- [Unauthenticated Recon](https://notes.incendium.rocks/pentesting-notes/cloud/azure/service-discovery-recon-enumeration-and-initial-access-attacks/unauthenticated-recon.md)
- [Password Spraying](https://notes.incendium.rocks/pentesting-notes/cloud/azure/service-discovery-recon-enumeration-and-initial-access-attacks/password-spraying.md)
- [Azure App Service](https://notes.incendium.rocks/pentesting-notes/cloud/azure/service-discovery-recon-enumeration-and-initial-access-attacks/azure-app-service.md)
- [Azure Blob Storage](https://notes.incendium.rocks/pentesting-notes/cloud/azure/service-discovery-recon-enumeration-and-initial-access-attacks/azure-blob-storage.md)
- [Phishing with Evilginx](https://notes.incendium.rocks/pentesting-notes/cloud/azure/service-discovery-recon-enumeration-and-initial-access-attacks/phishing-with-evilginx.md)
- [Conditional Access](https://notes.incendium.rocks/pentesting-notes/cloud/azure/service-discovery-recon-enumeration-and-initial-access-attacks/conditional-access.md)
- [Authenticated Enumeration](https://notes.incendium.rocks/pentesting-notes/cloud/azure/authenticated-enumeration.md)
- [ROADTools](https://notes.incendium.rocks/pentesting-notes/cloud/azure/authenticated-enumeration/roadtools.md)
- [BloodHound & AzureHound](https://notes.incendium.rocks/pentesting-notes/cloud/azure/authenticated-enumeration/bloodhound-and-azurehound.md)
- [Storage Accounts (database)](https://notes.incendium.rocks/pentesting-notes/cloud/azure/authenticated-enumeration/storage-accounts-database.md)
- [MFASweep](https://notes.incendium.rocks/pentesting-notes/cloud/azure/authenticated-enumeration/mfasweep.md)
- [GraphRunner](https://notes.incendium.rocks/pentesting-notes/cloud/azure/authenticated-enumeration/graphrunner.md)
- [Azure SQL databases](https://notes.incendium.rocks/pentesting-notes/cloud/azure/authenticated-enumeration/azure-sql-databases.md)
- [Privilege Escalation](https://notes.incendium.rocks/pentesting-notes/cloud/azure/privilege-escalation.md)
- [Illicit Consent Grant](https://notes.incendium.rocks/pentesting-notes/cloud/azure/privilege-escalation/illicit-consent-grant.md)
- [Macro enabled Word-files (Revshell)](https://notes.incendium.rocks/pentesting-notes/cloud/azure/privilege-escalation/macro-enabled-word-files-revshell.md)
- [Add secrets to app](https://notes.incendium.rocks/pentesting-notes/cloud/azure/privilege-escalation/add-secrets-to-app.md)
- [Automation Accounts & Function Apps](https://notes.incendium.rocks/pentesting-notes/cloud/azure/privilege-escalation/automation-accounts-and-function-apps.md)
- [Virtual Machines](https://notes.incendium.rocks/pentesting-notes/cloud/azure/privilege-escalation/virtual-machines.md)
- [Key Vault](https://notes.incendium.rocks/pentesting-notes/cloud/azure/privilege-escalation/key-vault.md)
- [ARM Deployment History](https://notes.incendium.rocks/pentesting-notes/cloud/azure/privilege-escalation/arm-deployment-history.md)
- [Enterprise Application / Service Principal](https://notes.incendium.rocks/pentesting-notes/cloud/azure/privilege-escalation/enterprise-application-service-principal.md)
- [Lateral Movement](https://notes.incendium.rocks/pentesting-notes/cloud/azure/lateral-movement.md)
- [Entra ID Devices & Primary Refresh Tokens](https://notes.incendium.rocks/pentesting-notes/cloud/azure/lateral-movement/entra-id-devices-and-primary-refresh-tokens.md)
- [Dynamic Groups](https://notes.incendium.rocks/pentesting-notes/cloud/azure/lateral-movement/dynamic-groups.md)
- [Application Proxy](https://notes.incendium.rocks/pentesting-notes/cloud/azure/lateral-movement/application-proxy.md)
- [Hybrid Identity](https://notes.incendium.rocks/pentesting-notes/cloud/azure/lateral-movement/hybrid-identity.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://notes.incendium.rocks/pentesting-notes/cloud.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
