2019-10-25 02:30:55 +00:00
|
|
|
action: global
|
|
|
|
title: High DNS bytes out
|
2019-12-19 22:56:36 +00:00
|
|
|
id: 0f6c1bf5-70a5-4963-aef9-aab1eefb50bd
|
2019-10-25 02:30:55 +00:00
|
|
|
description: High DNS queries bytes amount from host per short period of time
|
|
|
|
status: experimental
|
|
|
|
author: Daniil Yugoslavskiy, oscd.community
|
|
|
|
date: 2019/10/24
|
|
|
|
tags:
|
|
|
|
- attack.exfiltration
|
|
|
|
- attack.t1048
|
|
|
|
falsepositives:
|
|
|
|
- Legitimate high DNS bytes out rate to domain name which should be added to whitelist
|
|
|
|
level: medium
|
|
|
|
---
|
|
|
|
logsource:
|
|
|
|
category: dns
|
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
query: '*'
|
|
|
|
timeframe: 1m
|
|
|
|
condition: selection | sum(question_length) by src_ip > 300000
|
|
|
|
---
|
|
|
|
logsource:
|
|
|
|
category: firewall
|
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
dst_port: 53
|
|
|
|
timeframe: 1m
|
|
|
|
condition: selection | sum(message_size) by src_ip > 300000
|