2022-01-07 08:02:20 +00:00
|
|
|
id: ptr-fingerprint
|
|
|
|
|
|
|
|
info:
|
2022-03-17 17:01:45 +00:00
|
|
|
name: PTR Detected
|
2022-01-07 08:02:20 +00:00
|
|
|
author: pdteam
|
|
|
|
severity: info
|
2022-03-17 17:01:45 +00:00
|
|
|
description: A PTR record was detected. A PTR record refers to the domain name.
|
|
|
|
classification:
|
|
|
|
cwe-id: CWE-200
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: dns,ptr
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2022-01-07 08:02:20 +00:00
|
|
|
|
|
|
|
dns:
|
|
|
|
- name: "{{FQDN}}"
|
|
|
|
type: PTR
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "IN\tPTR"
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
group: 1
|
|
|
|
regex:
|
2023-07-06 05:54:47 +00:00
|
|
|
- "IN\tPTR\t(.+)"
|