Actions
Bug #1920
closedSuricata in IPS mode seems to discard some DNS requests
Affected Versions:
Effort:
Difficulty:
Label:
Description
Suricata IPS mode running on gateway which acts as DNS server seems to discard some requests on port 53/udp.
A good description of the same problem/symptoms could be found here:
https://lists.openinfosecfoundation.org/pipermail/oisf-users/2016-January/005685.html
CentOS 7 (NethServer)
suricata-3.1.2-1.el7.x86_64
dnsmasq-2.66-14.el7_2.1.x86_64
- good.pcap for a working setup obtained with the following iptables rule in the INPUT chain:
ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:53 /* dnsmasq */
- fail.pcap for a failure scenario, where NFQBY is a --nfqueue 0 --bypass target (i.e. send to suricata)
NFQBY udp -- 0.0.0.0/0 0.0.0.0/0 [goto] udp dpt:53 /* dnsmasq */
Files
Actions