mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 18:23:52 +00:00
924e1feb54
* Added UUIDs to all contributed rules * Moved unsupported logic directory out of rules/ because this breaks CI testing.
20 lines
569 B
YAML
20 lines
569 B
YAML
title: Tap installer execution
|
|
id: 99793437-3e16-439b-be0f-078782cf953d
|
|
description: Well-known TAP software installation. Possible preparation for data exfiltration using tunnelling techniques
|
|
status: experimental
|
|
author: Daniil Yugoslavskiy, Ian Davis, 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
|