Large Volume of DNS ANY Queries

Original Source: [splunk source]
Name:Large Volume of DNS ANY Queries
id:8fa891f7-a533-4b3c-af85-5aa2e7c1f1eb
version:3
date:2024-10-17
author:Bhavin Patel, Splunk
status:experimental
type:Anomaly
Description:The following analytic identifies a large volume of DNS ANY queries, which may indicate a DNS amplification attack. It leverages the Network_Resolution data model to count DNS queries of type "ANY" directed to specific destinations. This activity is significant because DNS amplification attacks can overwhelm network resources, leading to Denial of Service (DoS) conditions. If confirmed malicious, this activity could disrupt services, degrade network performance, and potentially be part of a larger Distributed Denial of Service (DDoS) attack, impacting the availability of critical infrastructure.
Data_source:
search:| tstats `security_content_summariesonly` count from datamodel=Network_Resolution where nodename=DNS "DNS.message_type"="QUERY" "DNS.record_type"="ANY" by "DNS.dest"
| `drop_dm_object_name("DNS")`
| where count>200
| `large_volume_of_dns_any_queries_filter`


how_to_implement:To successfully implement this search you must ensure that DNS data is populating the Network_Resolution data model.
known_false_positives:Legitimate ANY requests may trigger this search, however it is unusual to see a large volume of them under typical circumstances. You may modify the threshold in the search to better suit your environment.
References:
drilldown_searches:
  :
tags:
  analytic_story:
    - 'DNS Amplification Attacks'
  asset_type:DNS Servers
  confidence:50
  impact:50
  message:tbd
  mitre_attack_id:
    - 'T1498'
    - 'T1498.002'
  observable:
    name:'dest'
    type:'Hostname'
    - role:
      - 'Victim'
  product:
    - 'Splunk Enterprise'
    - 'Splunk Enterprise Security'
    - 'Splunk Cloud'
  required_fields:
    - '_time'
    - 'DNS.message_type'
    - 'DNS.record_type'
    - 'DNS.dest'
  risk_score:25
  security_domain:network

tests:
  :
manual_test:None

Related Analytic Stories


DNS Amplification Attacks