misc changes
parent
470bb7ae21
commit
833123bb1e
|
@ -4,14 +4,21 @@ info:
|
||||||
name: DNS-based WAF Detection
|
name: DNS-based WAF Detection
|
||||||
author: lu4nx
|
author: lu4nx
|
||||||
severity: info
|
severity: info
|
||||||
tags: waf,tech, cloud
|
tags: tech,waf,dns
|
||||||
|
|
||||||
dns:
|
dns:
|
||||||
- name: "{{FQDN}}"
|
- name: "{{FQDN}}"
|
||||||
type: A
|
type: CNAME
|
||||||
recursion: true
|
recursion: true
|
||||||
retries: 5
|
retries: 5
|
||||||
class: inet
|
class: inet
|
||||||
|
|
||||||
|
- name: "{{FQDN}}"
|
||||||
|
type: NS
|
||||||
|
recursion: true
|
||||||
|
retries: 5
|
||||||
|
class: inet
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
name: sanfor-shield
|
name: sanfor-shield
|
||||||
|
@ -119,15 +126,8 @@ dns:
|
||||||
- ".hwwsdns.cn"
|
- ".hwwsdns.cn"
|
||||||
- ".yunduncname.com"
|
- ".yunduncname.com"
|
||||||
|
|
||||||
dns:
|
|
||||||
- name: "{{FQDN}}"
|
|
||||||
type: NS
|
|
||||||
recursion: true
|
|
||||||
retries: 5
|
|
||||||
class: inet
|
|
||||||
matchers:
|
|
||||||
- type: word
|
- type: word
|
||||||
name: knownsec
|
name: knownsec-ns
|
||||||
words:
|
words:
|
||||||
- ".jiasule.net"
|
- ".jiasule.net"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue