Which serverless cloud provider is covered by the "overly permissive service access" compliance check?
Answer : C
The 'overly permissive service access' compliance check is specifically designed to evaluate and ensure that cloud services are not granted more permissions than necessary, which could lead to potential security risks. Among the listed options, Amazon Web Services (AWS) is known for its extensive service offerings and the complexity of its Identity and Access Management (IAM) configurations. Prisma Cloud, a comprehensive cloud security platform by Palo Alto Networks, provides extensive support for AWS, including checks for overly permissive service access. This ensures that AWS environments adhere to the principle of least privilege, reducing the attack surface by limiting access to the minimum necessary to perform required tasks. Prisma Cloud's capabilities in AWS environments are detailed in various resources, including documentation and guides provided by Palo Alto Networks, which highlight its effectiveness in identifying and mitigating risks associated with excessive permissions in AWS services.
Which two proper agentless scanning modes are supported with Prisma Cloud? (Choose two).
Answer : A, B
Prisma Cloud supports different scanning modes for its agentless scanning feature. Based on the context of cloud environments and typical terminology used in Prisma Cloud documentation, 'Spoke Account Mode' and 'Hub Account Mode' are plausible modes supported for agentless scanning. These modes allow for the extension of scanning capabilities across multiple accounts, with 'Spoke' typically referring to linked accounts and 'Hub' referring to the central account in a hub-and-spoke architecture. Hence, the correct answers are A and B.
Prisma Cloud supports sending audit event records to which three targets? (Choose three.)
Answer : B, C, D
While writing a custom RQL with array objects in the investigate page, which type of auto-suggestion a user can leverage?
Answer : B
The auto suggest works with the operators = and IN . It is not supported for array objects. Use cloud.type attribute to refine the search results. https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-rql-reference/rql-reference/event-query/event-query-attributes
Which ''kind'' of Kubernetes object is configured to ensure that Defender is acting as the admission controller?
Answer : C
In the context of Kubernetes, an admission controller is a piece of code that intercepts requests to the Kubernetes API server before the persistence of the object, but after the request is authenticated and authorized. The admission controller lets you apply complex validation and policy controls to objects before they are created or updated.
The ValidatingWebhookConfiguration is a Kubernetes object that tells the API server to send an admission validation request to a service (the admission webhook) when a request to create, update, or delete a Kubernetes object matches the rules defined in the configuration. The webhook can then approve or deny the request based on custom logic.
The MutatingWebhookConfiguration is similar but is used to modify objects before they are created or updated, which is not the primary function of an admission controller acting in a protective or validating capacity.
DestinationRules are related to Istio service mesh and are not relevant to Kubernetes admission control.
PodSecurityPolicies (PSPs) are a type of admission controller in Kubernetes but they are predefined by Kubernetes and do not require a specific configuration object like ValidatingWebhookConfiguration. PSPs are also deprecated in recent versions of Kubernetes.
Therefore, the correct answer is C. ValidatingWebhookConfiguration, as it is the Kubernetes object used to configure admission webhooks for validating requests, which aligns with the role of Defender acting as an admission controller in Prisma Cloud.
Reference from the provided documents:
The documents uploaded do not contain specific details about Kubernetes objects or Prisma Cloud's integration with Kubernetes. However, this explanation aligns with general Kubernetes practices and Prisma Cloud's capabilities in securing Kubernetes environments.
You are an existing customer of Prisma Cloud Enterprise. You want to onboard a public cloud account and immediately see all of the alerts associated with this account based off ALL of your tenant's existing enabled policies. There is no requirement to send alerts from this account to a downstream application at this time.
Which option shows the steps required during the alert rule creation process to achieve this objective?
Answer : A
To immediately see all alerts associated with a newly onboarded public cloud account based on existing enabled policies, it is essential to assign the account to an account group and then create an alert rule that applies to this account group. By selecting 'select all policies,' the alert rule will trigger alerts for all existing enabled policies without the need to specify individual policies or add alert notifications for downstream applications.
Which statement about build and run policies is true?
Answer : A
A true statement about build and run policies is A. Build policies enable you to check for security misconfigurations in the IaC templates. This capability is crucial for identifying potential security issues early in the development process, allowing for proactive mitigation before deployment, thereby enhancing the overall security posture of the applications and infrastructure being developed.