mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
19 lines
517 B
YAML
19 lines
517 B
YAML
title: Tap installer execution
|
|
description: Well-known TAP software installation. Possible preparation for data exfiltration using tunnelling techniques
|
|
status: experimental
|
|
author: Daniil Yugoslavskiy, oscd.community
|
|
date: 2019/10/24
|
|
tags:
|
|
- attack.exfiltration
|
|
- attack.t1048
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
Image|endswith: '\tapinstall.exe'
|
|
condition: selection
|
|
falsepositives:
|
|
- Legitimate OpenVPN TAP insntallation
|
|
level: medium
|