SigmaHQ/rules/windows/process_creation/win_tap_installer_execution.yml

20 lines
569 B
YAML
Raw Normal View History

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