Basic wildcard filtering by trying to resolve non existing subdomain
parent
d2fb671d3f
commit
cf6b85771b
|
@ -0,0 +1,20 @@
|
|||
id: filter-wildcard
|
||||
|
||||
info:
|
||||
name: Wildcard Filter
|
||||
author: mzack9999
|
||||
severity: info
|
||||
|
||||
|
||||
dns:
|
||||
- name: "0831058744.{{FQDN}}" # Random prefix
|
||||
type: A
|
||||
class: inet
|
||||
recursion: true
|
||||
retries: 3
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "NXDOMAIN"
|
||||
- "SERVFAIL"
|
||||
- "REFUSED"
|
Loading…
Reference in New Issue