added and moved dns templates
parent
db7b3ef858
commit
cfdc3d3f1c
|
@ -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"
|
||||||
|
|
|
@ -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"
|
Loading…
Reference in New Issue