2022-01-07 08:02:20 +00:00
|
|
|
id: mx-fingerprint
|
|
|
|
|
|
|
|
info:
|
2022-03-17 17:01:45 +00:00
|
|
|
name: MX Record Detection
|
2022-01-07 08:02:20 +00:00
|
|
|
author: pdteam
|
|
|
|
severity: info
|
2022-03-17 17:01:45 +00:00
|
|
|
description: An MX record was detected. MX records direct emails to a mail exchange server.
|
|
|
|
reference:
|
|
|
|
- https://www.cloudflare.com/learning/dns/dns-records/dns-mx-record/
|
|
|
|
- https://mxtoolbox.com/
|
|
|
|
classification:
|
|
|
|
cwe-id: CWE-200
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: dns,mx
|
2022-01-07 08:02:20 +00:00
|
|
|
|
|
|
|
dns:
|
|
|
|
- name: "{{FQDN}}"
|
|
|
|
type: MX
|
|
|
|
matchers:
|
2023-09-29 15:10:50 +00:00
|
|
|
- type: regex
|
|
|
|
part: answer
|
|
|
|
regex:
|
|
|
|
- "IN\tMX\\t(.+)$"
|
2022-01-07 08:02:20 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
group: 1
|
|
|
|
regex:
|
2023-10-14 11:27:55 +00:00
|
|
|
- "IN\tMX\t(.+)"
|