Files
blue-team-tools/rules-deprecated/windows/sysmon_accessing_winapi_in_powershell_credentials_dumping.yml
T

29 lines
730 B
YAML
Raw Normal View History

title: Accessing WinAPI in PowerShell for Credentials Dumping
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
author: oscd.community, Natalia Shornikova
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
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'
condition: selection
2022-07-14 17:35:50 +01:00
falsepositives:
- Unknown
level: high