mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 18:23:52 +00:00
19 lines
516 B
YAML
19 lines
516 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:
|
||
|
CommandLine: "*\\tapinstall.exe"
|
||
|
condition: selection
|
||
|
falsepositives:
|
||
|
- Legitimate OpenVPN TAP insntallation
|
||
|
level: medium
|