What's new

Scribe Need help creating a filter for dnsmasq possible rebind attempts spamming the main log

skeal

Part of the Furniture
Helo people, I need help creating a filter for scribe. My logging problem is caused by adguard DNS. When I enabled adguard DNS it started logging rebind attack incidences. I created a dnsmasq filter to handle this but I keep getting failed syntax check when I restart the script. I started out by modifying the ethernet filter in examples. Below are my attemps at this task. Please be advised the .txt extension is not used when testing, this forum demands a file extension when uploading. Can anyone see the error in my attempts? Please help if you know how to correctly do this.
 

Attachments

I believe you have an extra “ in your destination file name:

destination d_dnsmasq {
file("/opt/var/log/"dnsmasq.log");

Should probably be:

destination d_dnsmasq {
file("/opt/var/log/dnsmasq.log");
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top