id: self-signed-ssl info: name: Self Signed SSL Certificate author: righettod,pdteam severity: low reference: - https://www.rapid7.com/db/vulnerabilities/ssl-self-signed-certificate/ description: | self-signed certificates are public key certificates that are not issued by a certificate authority. These self-signed certificates are easy to make and do not cost money. However, they do not provide any trust value. remediation: | Purchase or generate a proper SSL certificate for this service. tags: ssl metadata: max-request: 1 ssl: - address: "{{Host}}:{{Port}}" matchers: - type: dsl dsl: - "self_signed == true"