mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
373424f145
Made tests pass the new CI tests. Added further allowed lower case words in rule test.
25 lines
678 B
YAML
25 lines
678 B
YAML
title: Unsigned Image Loaded Into LSASS Process
|
|
id: 857c8db3-c89b-42fb-882b-f681c7cf4da2
|
|
description: Loading unsigned image (DLL, EXE) into LSASS process
|
|
author: Teymur Kheirkhabarov, oscd.community
|
|
date: 2019/10/22
|
|
modified: 2019/11/13
|
|
references:
|
|
- https://www.slideshare.net/heirhabarov/hunting-for-credentials-dumping-in-windows-environment
|
|
tags:
|
|
- attack.credential_access
|
|
- attack.t1003
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 7
|
|
Image|endswith: '\lsass.exe'
|
|
Signed: 'false'
|
|
condition: selection
|
|
falsepositives:
|
|
- Valid user connecting using RDP
|
|
status: experimental
|
|
level: medium
|