added test template

dev
LuitelSamikshya 2022-03-08 09:57:56 -06:00
parent 9128e04d07
commit 8e767951f8
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
id: cname-fingerprint
info:
name: CNAME Fingerprint
author: pdteam
severity: info
tags: dns,cname
dns:
- name: "{{FQDN}}"
type: NS
matchers:
- type: word
words:
- "IN\tCNAME"
extractors:
- type: regex
group: 1
regex:
- "IN\tCNAME\t(.+)"