27 lines
457 B
YAML
27 lines
457 B
YAML
id: ptr-fingerprint
|
|
|
|
info:
|
|
name: PTR Detected
|
|
author: pdteam
|
|
severity: info
|
|
description: A PTR record was detected. A PTR record refers to the domain name.
|
|
classification:
|
|
cwe-id: CWE-200
|
|
tags: dns,ptr
|
|
metadata:
|
|
max-request: 1
|
|
|
|
dns:
|
|
- name: "{{FQDN}}"
|
|
type: PTR
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "IN\tPTR"
|
|
|
|
extractors:
|
|
- type: regex
|
|
group: 1
|
|
regex:
|
|
- "IN\tPTR\t(.+)" |