Skip to content

Configuration: DNS record DKIM

Identifier: dkim

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner ASM Scanner

Description

DKIM records help prevent email spoofing by providing cryptographic signatures that verify email authenticity and sender identity.

How we test: We query DNS records for DKIM public key records and analyze their format to verify if valid DKIM records are properly configured. We check if DKIM keys are correctly set up to protect against email spoofing attacks.

Configuration

Example

Example configuration:

---
security_tests:
  dkim:
    skip: false

Reference

skip

Type : boolean

Skip the test if true.