28 lines
865 B
YAML
28 lines
865 B
YAML
title: Suspicious TeamViewer Domain Access
|
|
id: 778ba9a8-45e4-4b80-8e3e-34a419f0b85e
|
|
status: test
|
|
description: Detects DNS queries to a TeamViewer domain only resolved by a TeamViewer client by an image that isn't named TeamViewer (sometimes used by threat actors for obfuscation)
|
|
references:
|
|
- https://www.teamviewer.com/en-us/
|
|
author: Florian Roth (Nextron Systems)
|
|
date: 2022/01/30
|
|
modified: 2022/02/08
|
|
tags:
|
|
- attack.command_and_control
|
|
- attack.t1219
|
|
logsource:
|
|
product: windows
|
|
category: dns_query
|
|
detection:
|
|
dns_request:
|
|
QueryName:
|
|
- 'taf.teamviewer.com'
|
|
- 'udp.ping.teamviewer.com'
|
|
filter:
|
|
Image|contains: 'TeamViewer'
|
|
condition: dns_request and not filter
|
|
falsepositives:
|
|
- Unknown binary names of TeamViewer
|
|
- Other programs that also lookup the observed domain
|
|
level: medium
|