Files
blue-team-tools/rules/windows/process_access/proc_access_win_invoke_phantom.yml
T

26 lines
770 B
YAML
Raw Normal View History

2020-06-10 16:32:30 +02:00
title: Suspect Svchost Memory Asccess
id: 166e9c50-8cd9-44af-815d-d1f0c0e90dde
status: experimental
description: Detects suspect access to svchost process memory such as that used by Invoke-Phantom to kill the winRM windows event logging service.
author: Tim Burrell
date: 2020/01/02
2021-10-21 09:47:06 +02:00
modified: 2021/10/21
2020-06-10 16:32:30 +02:00
references:
- https://github.com/hlldz/Invoke-Phant0m
- https://twitter.com/timbmsft/status/900724491076214784
tags:
- attack.defense_evasion
2020-09-13 15:46:45 +02:00
- attack.t1562.002
2020-06-10 16:32:30 +02:00
logsource:
category: process_access
product: windows
detection:
selection:
2021-10-21 09:47:06 +02:00
TargetImage|endswith: '\WINDOWS\System32\svchost.exe'
GrantedAccess: '0x1F3FFF'
CallTrace|contains: 'UNKNOWN'
2020-06-10 16:32:30 +02:00
condition: selection
falsepositives:
2022-03-16 13:43:54 +01:00
- Unknown
2020-06-10 16:32:30 +02:00
level: high