Merge pull request #1994 from nytr0gen/master

[dead-host-with-cname] added extractor
patch-1
Sandeep Singh 2021-07-14 16:40:53 +05:30 committed by GitHub
commit 9f34ea8666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -1,8 +1,8 @@
id: dead-host-with-cname
info:
name: dead-host-with-cname
author: pdteam
name: Detect Dangling cnames
author: pdteam,nytr0gen
severity: info
tags: dns
@ -21,3 +21,9 @@ dns:
- type: word
words:
- "IN\tCNAME"
extractors:
- type: regex
group: 1
regex:
- "IN\tCNAME\t(.+)"