SigmaHQ/rules/windows/process_access/sysmon_invoke_phantom.yml

28 lines
814 B
YAML
Raw Normal View History

2020-06-10 14:32:30 +00: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
modified: 2020/08/24
2020-06-10 14:32:30 +00:00
references:
- https://github.com/hlldz/Invoke-Phant0m
- https://twitter.com/timbmsft/status/900724491076214784
tags:
- attack.defense_evasion
2020-09-13 13:46:45 +00:00
- attack.t1562.002
- attack.t1089 # an old one
2020-06-10 14:32:30 +00:00
logsource:
category: process_access
product: windows
detection:
selection:
2020-10-15 20:17:19 +00:00
TargetImage|endswith: '\windows\system32\svchost.exe'
2020-06-10 14:32:30 +00:00
GrantedAccess: '0x1f3fff'
2020-11-20 04:30:58 +00:00
CallTrace|contains:
- 'unknown'
2020-06-10 14:32:30 +00:00
condition: selection
falsepositives:
- unknown
level: high