Question 41

Given the following RQL:

Which audit event snippet is identified by the RQL?
A)

B)

C)

D)
  • Question 42

    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?
  • Question 43

    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?
  • Question 44

    Which "kind" of Kubernetes object is configured to ensure that Defender is acting as the admission controller?
  • Question 45

    Review this admission control policy:
    match[{"msg": msg}] { input.request.operation == "CREATE" input.request.kind.kind == "Pod" input.request.resource.resource == "pods" input.request.object.spec.containers[_].securityContext.privileged msg := "Privileged"
    }
    Which response to this policy will be achieved when the effect is set to "block"?