Files
blue-team-tools/rules/windows/process_creation/win_tap_installer_execution.yml
T

20 lines
568 B
YAML
Raw Normal View History

2020-02-20 23:00:16 +01:00
title: Tap Installer Execution
2019-12-19 23:56:36 +01:00
id: 99793437-3e16-439b-be0f-078782cf953d
2020-01-19 22:34:16 +01:00
description: Well-known TAP software installation. Possible preparation for data exfiltration using tunneling techniques
2019-10-25 04:30:55 +02:00
status: experimental
2019-12-07 02:10:06 +01:00
author: Daniil Yugoslavskiy, Ian Davis, oscd.community
2019-10-25 04:30:55 +02:00
date: 2019/10/24
tags:
- attack.exfiltration
- attack.t1048
logsource:
category: process_creation
product: windows
detection:
selection:
2019-11-10 20:27:21 +03:00
Image|endswith: '\tapinstall.exe'
2019-10-25 04:30:55 +02:00
condition: selection
falsepositives:
- Legitimate OpenVPN TAP insntallation
level: medium