2020-10-13 22:32:55 +02:00
|
|
|
title: Accessing WinAPI in PowerShell for Credentials Dumping
|
2020-10-07 12:17:29 +03:00
|
|
|
id: 3f07b9d1-2082-4c56-9277-613a621983cc
|
2022-12-18 21:00:14 +01:00
|
|
|
status: deprecated
|
2022-10-25 12:00:56 +02:00
|
|
|
description: Detects Accessing to lsass.exe by Powershell
|
|
|
|
|
references:
|
|
|
|
|
- https://speakerdeck.com/heirhabarov/hunting-for-powershell-abuse
|
2020-10-12 18:33:43 +03:00
|
|
|
author: oscd.community, Natalia Shornikova
|
2020-10-07 12:17:29 +03:00
|
|
|
date: 2020/10/06
|
2022-12-18 21:00:14 +01:00
|
|
|
modified: 2022/12/18
|
2021-05-24 10:41:17 +02:00
|
|
|
tags:
|
2022-07-14 17:35:50 +01:00
|
|
|
- attack.credential_access
|
|
|
|
|
- attack.t1003.001
|
2020-10-07 12:17:29 +03:00
|
|
|
logsource:
|
|
|
|
|
product: windows
|
|
|
|
|
service: sysmon
|
|
|
|
|
detection:
|
|
|
|
|
selection:
|
2022-07-14 17:35:50 +01:00
|
|
|
EventID:
|
|
|
|
|
- 8
|
|
|
|
|
- 10
|
|
|
|
|
SourceImage|endswith:
|
|
|
|
|
- '\powershell.exe'
|
|
|
|
|
- '\pwsh.exe'
|
|
|
|
|
TargetImage|endswith: '\lsass.exe'
|
2020-10-07 12:17:29 +03:00
|
|
|
condition: selection
|
2022-07-14 17:35:50 +01:00
|
|
|
falsepositives:
|
|
|
|
|
- Unknown
|
2020-10-07 12:26:30 +03:00
|
|
|
level: high
|