Which two services require external notifications to be enabled for policy violations in the Prisma Cloud environment? (Choose two.)
https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-admin/configure-external-integrations-on-prisma-cloud#id24911ff9-c9ec-4503-bb3a-6cfce792a70d
Which two statements apply to the Defender type Container Defender - Linux?
The Defender type 'Container Defender - Linux' in Prisma Cloud is typically deployed as a container. This deployment method allows the Defender to integrate seamlessly into containerized environments, providing runtime protection and monitoring for container activities. By running as a container, the Container Defender can leverage the native capabilities of the container orchestration platform, such as Kubernetes, to provide security features like threat detection, vulnerability management, and compliance enforcement within the containerized environment. This approach ensures that the security protections are closely aligned with the dynamic and scalable nature of containerized applications.
How many CLI remediation commands can be added in a custom policy sequence?
You can define up to 5 CLI commands in a sequence for a multi-step automatic remediation workflow. Add the commands in the sequence you want them to execute and separate the commands with a semi colon. If any CLI command included in the sequence fails, the execution stops at that point.
The Prisma Cloud platform allows administrators to define up to5 CLI commandsin a sequence for a multi-step automatic remediation workflow. These commands should be added in the order they are intended to be executed and must be separated by a semicolon. If any CLI command in the sequence fails during execution, the process stops at that point. This feature enables administrators to automate the remediation process efficiently and effectively, ensuring that actions are taken in a specific order to address alerts or compliance issues.
This capability is detailed in the Prisma Cloud documentation under the section for configuring Prisma Cloud to automatically remediate alerts. It's an important feature for maintaining security and compliance in cloud environments, as it allows for quick and automated responses to identified issues.
A customer has a requirement to restrict any container from resolving the name www.evil-url.com.
How should the administrator configure Prisma Cloud Compute to satisfy this requirement?
To restrict any container from resolving the name www.evil-url.com, the administrator should set www.evil-url.com as a blocklisted DNS name in the default Container policy and set the effect to prevent. This configuration in Prisma Cloud, or similar CSPM tools, ensures that any attempt to resolve the specified blocklisted DNS name within any container will be prevented, thus enhancing security by proactively blocking potential communication with known malicious domains.
Reference to this feature can be found in the documentation of CSPM tools that offer runtime protection for containers. These tools allow administrators to define security policies that can include DNS-based controls to prevent containers from accessing known malicious or undesirable URLs, thereby preventing potential data exfiltration, malware communication, or other security threats
Which IAM RQL query would correctly generate an output to view users who enabled console access with both access keys and passwords?
View users who enabled console access with both access keys and passwords: config from cloud.resource where api.name = 'aws-iam-get-credential-report' AND json.rule = access_key_1_active is true or access_key_2_active is true and password_enabled is true https://docs.paloaltonetworks.com/prisma/prisma-cloud/prisma-cloud-rql-reference/rql-reference/config-query/config-query-examples
Elli
10 hours agoJosephine
8 days ago