Files
blue-team-tools/rules/network/net_high_dns_bytes_out.yml
T

33 lines
842 B
YAML
Raw Normal View History

2019-10-25 04:30:55 +02:00
action: global
2020-02-20 23:00:16 +01:00
title: High DNS Bytes Out
2019-10-25 04:30:55 +02:00
status: experimental
2020-09-15 07:02:30 -06:00
description: High DNS queries bytes amount from host per short period of time
2019-10-25 04:30:55 +02:00
author: Daniil Yugoslavskiy, oscd.community
date: 2019/10/24
modified: 2020/08/27
2020-09-15 07:02:30 -06:00
falsepositives:
- Legitimate high DNS bytes out rate to domain name which should be added to whitelist
level: medium
2019-10-25 04:30:55 +02:00
tags:
- attack.exfiltration
- attack.t1048 # an old one
- attack.t1048.003
2019-10-25 04:30:55 +02:00
---
2021-09-02 20:07:03 +02:00
id: 0f6c1bf5-70a5-4963-aef9-aab1eefb50bd
2019-10-25 04:30:55 +02:00
logsource:
category: dns
detection:
selection:
query: '*'
timeframe: 1m
condition: selection | sum(question_length) by src_ip > 300000
---
2021-09-02 20:07:03 +02:00
id: 3b6e327d-8649-4102-993f-d25786481589
2019-10-25 04:30:55 +02:00
logsource:
category: firewall
detection:
selection:
dst_port: 53
timeframe: 1m
condition: selection | sum(message_size) by src_ip > 300000