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
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: dns,ptr
|
2022-01-07 08:02:20 +00:00
|
|
|
|
|
|
|
dns:
|
|
|
|
- name: "{{FQDN}}"
|
|
|
|
type: PTR
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
2023-09-29 15:10:50 +00:00
|
|
|
part: answer
|
2022-01-07 08:02:20 +00:00
|
|
|
regex:
|
2023-09-29 15:10:50 +00:00
|
|
|
- "IN\tPTR\\t(.+)$"
|
|
|
|
|
|
|
|
extractors:
|
2023-09-29 15:16:48 +00:00
|
|
|
- type: regex
|
|
|
|
group: 1
|
|
|
|
regex:
|
2023-10-14 11:27:55 +00:00
|
|
|
- "IN\tPTR\t(.+)"
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a00463044022028a8f25e5f2d2d00e9aa403a801265be54f6889185388c416baef105d9b58193022011b971c138e5bf8e83bd52bc68b65f3c7ac9c81a43320629549465a1bc8be1d3:922c64590222798bb761d5b6d8e72950
|