DumpsFiles
 Request Exam  Contact
  • Home
  • PRACTICE EXAMS
    Oracle
    Fortinet
    Juniper
    Microsoft
    Cisco
    Citrix
    CompTIA
    VMware
    ISC
    SAP
    EMC
    PMI
    HP
    Salesforce
    Other
  • View All Exams
  • New Dumps Files
  • Upload
  • Oracle
    Oracle
  • Fortinet
    Fortinet
  • Juniper
    Juniper
  • Microsoft
    Microsoft
  • Cisco
    Cisco
  • Citrix
    Citrix
  • CompTIA
    CompTIA
  • VMware
    VMware
  • ISC
    ISC
  • SAP
    SAP
  • EMC
    EMC
  • PMI
    PMI
  • HP
    HP
  • Salesforce
    Salesforce
  1. Home
  2. The SecOps Group
  3. Certified Cloud Pentesting eXpert - Azure
  4. TheSecOpsGroup.CCPenX-Az.v2026-09-13.q12
  5. Question 11

Join the discussion

Question 11/12

Using the previously retrieved credentials, authenticate as the App Registration within the tenant and enumerate potential lateral movement vectors. Which of the following roles is assigned to the App Registration?

Correct Answer: A
Detailed Solution:
Use the app registration credentials recovered from blob storage.
az login --service-principal \
-u ' < client-id > ' \
-p ' < client-secret > ' \
--tenant f015f36d-c07f-41fb-9bde-fffc3a22ee8b
Confirm that you are authenticated as a service principal:
az account show
Now enumerate role assignments for the app registration.
az role assignment list \
--assignee ' < client-id > ' \
--all \
--output table
If the --assignee lookup fails, first resolve the service principal object ID:
az ad sp show \
--id ' < client-id > ' \
--query id \
--output tsv
Then query role assignments by object ID:
SP_OBJECT_ID=$(az ad sp show --id ' < client-id > ' --query id -o tsv)
az role assignment list \
--assignee " $SP_OBJECT_ID " \
--all \
--output table
The assigned role is:
Key Vault Secrets User
This role allows the principal to read secret values from Azure Key Vault. That is the lateral movement path into the final flag.
Final answer:
A). Key Vault Secrets User

Add Comments

Your email address will not be published. Required fields are marked *

insert code
Type the characters from the picture.
Rating:
Other Question (12q)
Q1. Using the managed identity principal ID discovered in the previous task, identify which Az...
Q2. During App Service enumeration, you discover that the compromised user can read App Servic...
Q3. Using a discovered SAS token with read/list permissions, enumerate blobs inside the sensit...
Q4. Inside the public blob container, a file named backup-config.json contains service princip...
Q5. You are reviewing Azure Activity Logs after a lab compromise. Which operation indicates th...
Q6. With access to the Web App's Managed Identity, you can now query certain Azure Resources. ...
Q7. The App Service has a system-assigned managed identity enabled. Identify the managed ident...
Q8. Using the privileges of the previously compromised App Registration, explore the Azure env...
Q9. ExcaliburCorp has recently migrated part of its infrastructure to Microsoft Azure. Shortly...
Q10. You've uncovered valid credentials for another user in the previous step. Authenticate as ...
Q11. Using the previously retrieved credentials, authenticate as the App Registration within th...
Q12. During network reconnaissance of an Azure VM, you inspect its Network Security Group. Whic...
[×]

Download PDF File

Enter your email address to download TheSecOpsGroup.CCPenX-Az.v2026-09-13.q12.pdf

Email:

DumpsFiles

Our website provides the Largest and the most Latest vendors Certification Exam materials around the world.

Using dumps we provide to Pass the Exam, we has the Valid Dumps with passing guranteed just which you need.

  • DMCA
  • About
  • Contact Us
  • Privacy Policy
  • Terms & Conditions
©2026 DumpsFiles

www.dumpsfiles.com materials do not contain actual questions and answers from Cisco's certification exams.