Added DNS fingerprint

patch-1
sandeep 2021-08-16 23:11:35 +05:30
parent 820b9baf87
commit 9308393ead
1 changed files with 9 additions and 2 deletions

View File

@ -1,7 +1,7 @@
id: cname-service-detector
id: cname-service-detection
info:
name: 3rd party service checker
name: cname service detection
author: pdteam
severity: info
tags: dns
@ -12,13 +12,20 @@ dns:
class: inet
recursion: true
retries: 5
matchers-condition: or
matchers:
- type: word
name: zendesk
words:
- "zendesk.com"
- type: word
name: github
words:
- "github.io"
- type: word
name: announcekit
words:
- "cname.announcekit.app"