mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
27 lines
752 B
YAML
27 lines
752 B
YAML
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
|
|
references:
|
|
- https://github.com/hlldz/Invoke-Phant0m
|
|
- https://twitter.com/timbmsft/status/900724491076214784
|
|
tags:
|
|
- attack.t1089
|
|
- attack.defense_evasion
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 10
|
|
TargetImage: '*\windows\system32\svchost.exe'
|
|
GrantedAccess: '0x1f3fff'
|
|
CallTrace:
|
|
- '*unknown*'
|
|
condition: selection
|
|
falsepositives:
|
|
- unknown
|
|
level: high
|