Email Service Detector
ID: mx-service-detector
Severity: info
Author: binaryfigments
Tags: dns,service
Description
Section titled “Description”An email service was detected. Check the email service or spam filter that is used for a domain.
YAML Source
Section titled “YAML Source”id: mx-service-detector
info: name: Email Service Detector author: binaryfigments severity: info description: An email service was detected. Check the email service or spam filter that is used for a domain. classification: cwe-id: CWE-200 metadata: max-request: 1 tags: dns,service
dns: - name: "{{FQDN}}" type: MX
matchers-condition: or matchers: - type: word name: "Office 365" words: - "mail.protection.outlook.com"
- type: word name: "Google Apps" words: - "aspmx2.googlemail.com" - "aspmx3.googlemail.com" - "alt1.aspmx.l.google.com" - "alt2.aspmx.l.google.com" - "aspmx.l.google.com"
- type: word name: "ProtonMail" words: - "mail.protonmail.ch" - "mailsec.protonmail.ch"
- type: word name: "Zoho Mail" words: - "mx.zoho.eu" - "mx2.zoho.eu" - "mx3.zoho.eu"
- type: word name: "ForcePoint Email Security" words: - "in.mailcontrol.com"
- type: word name: "E-Zorg NL" words: - "spamfilter02.ezorg.nl" - "spamfilter01.ezorg.nl" - "spamfilter.ezorg.nl" - "spamfilter03.ezorg.nl"
- type: word name: "Kerio Cloud EU" words: - "mx1.eu1.kerio.cloud" - "mx2.eu1.kerio.cloud"
- type: word name: "Kerio Cloud US" words: - "mx1.us1.kerio.cloud" - "mx2.us1.kerio.cloud" - "mx3.us1.kerio.cloud"
- type: word name: "Proofpoint EU" words: - "mx1-eu1.ppe-hosted.com" - "mx2-eu1.ppe-hosted.com"
- type: word name: "Proofpoint US" words: - "mx1-us1.ppe-hosted.com" - "mx2-us1.ppe-hosted.com"# digest: 490a004630440220653773085ed30afcfbc112fb6e5051441e49c562c8f20582ce27e4d80623ab060220156359a09c9cb231a96a25b2d9d5a4fce9de95573cd48e28590f8cf2a07eacee:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "dns/mx-service-detector.yaml"