added and moved dns templates

patch-1
bauthard 2020-04-26 03:55:41 +00:00
parent db7b3ef858
commit cfdc3d3f1c
2 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: cname-service-detector
info:
name: 3rd party service checker
author: bauthard
severity: info
dns:
- name: "{{FQDN}}"
type: CNAME
class: inet
recursion: true
retries: 5
matchers-condition: or
matchers:
- type: word
name: zendesk
words:
- "zendesk.com"
- type: word
name: github
words:
- "github.io"

View File

@ -0,0 +1,19 @@
id: servfail-refused-hosts
info:
name: Servfail Host Finder
author: mzack9999
severity: info
dns:
- name: "{{FQDN}}"
type: A
class: inet
recursion: true
retries: 3
matchers:
- type: word
words:
- "SERVFAIL"
- "REFUSED"