mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
924e1feb54
* Added UUIDs to all contributed rules * Moved unsupported logic directory out of rules/ because this breaks CI testing.
38 lines
831 B
YAML
38 lines
831 B
YAML
action: global
|
|
title: Tap driver installation
|
|
id: 8e4cf0e5-aa5d-4dc3-beff-dc26917744a9
|
|
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
|
|
falsepositives:
|
|
- Legitimate OpenVPN TAP insntallation
|
|
level: medium
|
|
detection:
|
|
selection:
|
|
ImagePath|contains: 'tap0901'
|
|
condition: selection
|
|
---
|
|
logsource:
|
|
product: windows
|
|
service: system
|
|
detection:
|
|
selection:
|
|
EventID: 7045
|
|
---
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 6
|
|
---
|
|
logsource:
|
|
product: windows
|
|
service: security
|
|
detection:
|
|
selection:
|
|
EventID: 4697 |