[dead-host-with-cname] added extractor
parent
f7259df034
commit
f9e56c02b2
|
@ -21,3 +21,9 @@ dns:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- "IN\tCNAME"
|
- "IN\tCNAME"
|
||||||
|
|
||||||
|
extractors:
|
||||||
|
- type: regex
|
||||||
|
group: 1
|
||||||
|
regex:
|
||||||
|
- "IN\tCNAME\t(.+)"
|
||||||
|
|
Loading…
Reference in New Issue