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(.+)"
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a0047304502205efe2d8fc4f39144631e42eaf8d4e45773974e43ff3d2db923203db6e044be4d022100c3fb0ba12d80ceff4ea27c45f1a3380ff6727b8a747803d3899a255fb2672f0f:922c64590222798bb761d5b6d8e72950
|