Files
blue-team-tools/rules/windows/sysmon/sysmon_ads_executable.yml
T

32 lines
801 B
YAML
Raw Normal View History

2018-06-03 02:08:39 +02:00
title: Executable in ADS
2019-11-12 23:12:27 +01:00
id: b69888d4-380c-45ce-9cf9-d9ce46e67821
2018-06-03 02:08:39 +02:00
status: experimental
description: Detects the creation of an ADS data stream that contains an executable (non-empty imphash)
references:
- https://twitter.com/0xrawsec/status/1002478725605273600?s=21
2018-07-19 23:36:13 +02:00
tags:
- attack.defense_evasion
- attack.t1027
- attack.s0139
2018-06-03 02:08:39 +02:00
author: Florian Roth, @0xrawsec
date: 2018/06/03
logsource:
product: windows
service: sysmon
definition: 'Requirements: Sysmon config with Imphash logging activated'
2018-06-03 02:08:39 +02:00
detection:
selection:
EventID: 15
2020-05-05 09:04:47 +02:00
filter1:
Imphash: '00000000000000000000000000000000'
filter2:
Imphash: null
condition: selection and not 1 of filter*
2018-06-03 02:08:39 +02:00
fields:
- TargetFilename
- Image
falsepositives:
- unknown
level: critical