mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
17 lines
404 B
YAML
17 lines
404 B
YAML
title: Suspicious DNS Query with B64 Encoded String
|
|
status: experimental
|
|
description: Detects suspicious DNS queries using base64 encoding
|
|
references:
|
|
- https://github.com/krmaxwell/dns-exfiltration
|
|
author: Florian Roth
|
|
date: 2018/05/10
|
|
logsource:
|
|
category: dns
|
|
detection:
|
|
selection:
|
|
query:
|
|
- '*==.*'
|
|
condition: selection
|
|
falsepositives:
|
|
- Unknown
|
|
level: medium |