PCCSE : Prisma Certified Cloud Security Engineer : Part 01
-
Given a default deployment of Console, a customer needs to identify the alerted compliance checks that are set by default.
Where should the customer navigate in Console?
- Monitor > Compliance
- Defend > Compliance
- Manage > Compliance
- Custom > Compliance
Explanation:
Reference:
https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-compute/compliance/manage_compliance.html
-
Which container scan is constructed correctly?
- twistcli images scan -u api -p api –address https://us-west1.cloud.twistlock.com/us-3-123456789 –container myimage/latest
- twistcli images scan –docker-address https://us-west1.cloud.twistlock.com/us-3-123456789 myimage/latest
- twistcli images scan -u api -p api –address https://us-west1.cloud.twistlock.com/us-3-123456789 –details myimage/latest
- twistcli images scan -u api -p api –docker-address https://us-west1.cloud.twistlock.com/us-3-123456789 myimage/latest
-
The development team wants to fail CI jobs where a specific CVE is contained within the image.
How should the development team configure the pipeline or policy to produce this outcome?
- Set the specific CVE exception as an option in Jenkins or twistcli.
- Set the specific CVE exception as an option in Defender running the scan.
- Set the specific CVE exception as an option using the magic string in the Console.
- Set the specific CVE exception in Console’s CI policy.
-
Which three types of classifications are available in the Data Security module? (Choose three.)
- Personally identifiable information
- Malicious IP
- Compliance standard
- Financial information
- Malware
-
A customer has a requirement to terminate any Container from image topSecret:latest when a process named ransomWare is executed.
How should the administrator configure Prisma Cloud Compute to satisfy this requirement?
- set the Container model to manual relearn and set the default runtime rule to block for process protection.
- set the Container model to relearn and set the default runtime rule to prevent for process protection.
- add a new runtime policy targeted at a specific Container name, add ransomWare process into the denied process list, and set the action to “prevent”.
- choose “copy into rule” for the Container, add a ransomWare process into the denied process list, and set the action to “block”.
-
Which statement is true about obtaining Console images for Prisma Cloud Compute Edition?
- To retrieve Prisma Cloud Console images using basic auth:
1. Access registry.paloaltonetworks.com, and authenticate using ‘docker login’.
2. Retrieve the Prisma Cloud Console images using ‘docker pull’. - To retrieve Prisma Cloud Console images using basic auth:
1. Access registry.twistlock.com, and authenticate using ‘docker login’.
2. Retrieve the Prisma Cloud Console images using ‘docker pull’. - To retrieve Prisma Cloud Console images using URL auth:
1. Access registry-url-auth.twistlock.com, and authenticate using the user certificate.
2. Retrieve the Prisma Cloud Console images using ‘docker pull’. - To retrieve Prisma Cloud Console images using URL auth:
1. Access registry-auth.twistlock.com, and authenticate using the user certificate.
2. Retrieve the Prisma Cloud Console images using ‘docker pull’.
Explanation:Reference: https://docs.twistlock.com/docs/compute_edition/install/twistlock_container_images.html#retrieving-prisma-cloud-images-using-basic-auth - To retrieve Prisma Cloud Console images using basic auth:
-
Which two statements are true about the differences between build and run config policies? (Choose two.)
- Run and Network policies belong to the configuration policy set.
- Build and Audit Events policies belong to the configuration policy set.
- Run policies monitor resources, and check for potential issues after these cloud resources are deployed.
- Build policies enable you to check for security misconfigurations in the IaC templates and ensure that these issues do not get into production.
- Run policies monitor network activities in your environment, and check for potential issues during runtime.
-
A security team notices a number of anomalies under Monitor > Events. The incident response team works with the developers to determine that these anomalies are false positives.
What will be the effect if the security team chooses to Relearn on this image?
- The model is deleted, and Defender will relearn for 24 hours.
- The anomalies detected will automatically be added to the model.
- The model is deleted and returns to the initial learning state.
- The model is retained, and any new behavior observed during the new learning period will be added to the existing model.
Explanation:Reference:https://digitalguardian.com/blog/five-steps-incident-response -
A customer does not want alerts to be generated from network traffic that originates from trusted internal networks.
Which setting should you use to meet this customer’s request?
- Trusted Login IP Addresses
- Anomaly Trusted List
- Trusted Alert IP Addresses
- Enterprise Alert Disposition
Explanation:Reference:https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin/manage-prisma-cloud-alerts/trusted-ip-addresses-on-prisma-cloud.html -
A DevOps lead reviewed some system logs and notices some odd behavior that could be a data exfiltration attempt. The DevOps lead only has access to vulnerability data in Prisma Cloud Compute, so the DevOps lead passes this information to SecOps.
Which pages in Prisma Cloud Compute can the SecOps lead use to investigate the runtime aspects of this attack?
- The SecOps lead should investigate the attack using Vulnerability Explorer and Runtime Radar.
- The SecOps lead should use Incident Explorer and Compliance Explorer.
- The SecOps lead should use the Incident Explorer page and Monitor > Events > Container Audits.
- The SecOps lead should review the vulnerability scans in the CI/CD process to determine blame.
Explanation:Reference:https://docs.paloaltonetworks.com/prisma/prisma-cloud/19-11/prisma-cloud-compute-edition-admin/runtime_defense/incident_explorer.html -
A customer finds that an open alert from the previous day has been resolved. No auto-remediation was configured.
Which two reasons explain this change in alert status? (Choose two.)
- user manually changed the alert status.
- policy was changed.
- resource was deleted.
- alert was sent to an external integration.
Explanation:Reference:https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin/manage-prisma-cloud-alerts/prisma-cloud-alert-resolution-reasons.html -
Which three steps are involved in onboarding an account for Data Security? (Choose three.)
- Create a read-only role with in-line policies
- Create a Cloudtrail with SNS Topic
- Enable Flow Logs
- Enter the RoleARN and SNSARN
- Create a S3 bucket
-
An administrator has deployed Console into a Kubernetes cluster running in AWS. The administrator also has configured a load balancer in TCP passthrough mode to listen on the same ports as the default Prisma Compute Console configuration.
In the build pipeline, the administrator wants twistcli to talk to Console over HTTPS.
Which port will twistcli need to use to access the Prisma Compute APIs?
- 8084
- 443
- 8083
- 8081
Explanation:Reference:https://docs.paloaltonetworks.com/prisma/prisma-cloud/19-11/prisma-cloud-compute-edition-admin/install/install_kubernetes.html -
A customer is reviewing Container audits, and an audit has identified a cryptominer attack.
Which three options could have generated this audit? (Choose three.)
- The value of the mined currency exceeds $100.
- High CPU usage over time for the container is detected.
- Common cryptominer process name was found.
- The mined currency is associated with a user token.
- Common cryptominer port usage was found.
-
Which step is included when configuring Kubernetes to use Prisma Cloud Compute as an admission controller?
- copy the Console address and set the config map for the default namespace.
- create a new namespace in Kubernetes called admission-controller.
- enable Kubernetes auditing from the Defend > Access > Kubernetes page in the Console.
- copy the admission controller configuration from the Console and apply it to Kubernetes.
Explanation:Reference:https://thenewstack.io/kubernetes-security-best-practices-to-keep-you-out-of-the-news/ -
A Prisma Cloud administrator is onboarding a single GCP project to Prisma Cloud.
Which two steps can be performed by the Terraform script? (Choose two.)
- enable flow logs for Prisma Cloud.
- create the Prisma Cloud role.
- enable the required APIs for Prisma Cloud.
- publish the flow log to a storage bucket.
-
Which statement about build and run policies is true?
- Build policies enable you to check for security misconfigurations in the IaC templates.
- Every type of policy has auto-remediation enabled by default.
- The four main types of policies are: Audit Events, Build, Network, and Run.
- Run policies monitor network activities in the environment and check for potential issues during runtime.
-
An administrator sees that a runtime audit has been generated for a host.
The audit message is:
“Service postfix attempted to obtain capability SHELL by executing /bin/sh /usr/libexec/postfix/postfix-script.stop. Low severity audit, event is automatically added to the runtime model”
Which runtime host policy rule is the root cause for this runtime audit?
- Custom rule with specific configuration for file integrity
- Custom rule with specific configuration for networking
- Default rule that alerts on capabilities
- Default rule that alerts on suspicious runtime behavior
-
Which option identifies the Prisma Cloud Compute Edition?
- Package installed with APT
- Downloadable, self-hosted software
- Software-as-a-Service (SaaS)
- Plugin to Prisma Cloud
Explanation:Reference:https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin-compute/welcome/pcee_vs_pcce.html -
Which type of compliance check is available for rules under Defend > Compliance > Containers and Images > CI?
- Host
- Container
- Functions
- Image
Explanation:Reference: https://docs.twistlock.com/docs/enterprise_edition/compliance/manage_compliance.html
Subscribe
0 Comments
Newest