Question 36

The Unusual protocol activity (Internal) network anomaly is generating too many alerts. An administrator has been asked to tune it to the option that will generate the least number of events without disabling it entirely.
Which strategy should the administrator use to achieve this goal?
  • Question 37

    Match the service on the right that evaluates each exposure type on the left.
    (Select your answer from the pull-down list. Answers may be used more than once or not at all.)

    Question 38

    Given the following JSON query:
    $.resource[*].aws_s3_bucket exists
    Which tab is the correct place to add the JSON query when creating a Config policy?
  • Question 39

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

    An S3 bucket within AWS has generated an alert by violating the Prisma Cloud Default policy "AWS S3 buckets are accessible to public". The policy definition follows:
    config where cloud.type = 'aws' AND api.name='aws-s3api-get-bucket-acl' AND json.rule="((((acl.grants[?
    (@.grantee=='AllUsers')] size > 0) or policyStatus.isPublic is true) and publicAccessBlockConfiguration does not exist) or ((acl.grants[?(@.grantee=='AllUsers')] size > 0) and publicAccessBlockConfiguration.ignorePublicAcis is false) or (policyStatus.isPublic is true and publicAccessBlockConfiguration.restrictPublicBuckets is false)) and websiteConfiguration does not exist" Why did this alert get generated?