← Library
kqlElastic-2.0from elastic/detection-rules

Abnormally Large DNS Response

Quality
92
FP risk
Forks
0
Views
0
ATT&CK techniques
Rule sourcerules/network/lateral_movement_dns_server_overflow.toml
((event.category:(network or network_traffic) and destination.port:53) 
      or network.protocol:"dns" 
      or data_stream.dataset:(network_traffic.dns or zeek.dns))
    and destination.bytes > 60000
    and event.type:("allowed" or "end" or "protocol" or "start")
Abnormally Large DNS Response · KQL rule | DetectionLint