Files
blue-team-tools/rules/windows/builtin/win_mal_creddumper.yml
T

68 lines
1.8 KiB
YAML
Raw Normal View History

2020-02-18 01:10:56 +03:00
---
action: global
2020-02-20 23:00:16 +01:00
title: Credential Dumping Tools Service Execution
2019-11-04 04:26:34 +03:00
description: Detects well-known credential dumping tools execution via service execution events
author: Florian Roth, Teymur Kheirkhabarov, Daniil Yugoslavskiy, oscd.community
2019-11-12 23:12:27 +01:00
id: 4976aa50-8f41-45c6-8b15-ab3fc10e79ed
date: 2017/03/05
modified: 2020/08/23
2019-11-04 04:26:34 +03:00
references:
- https://www.slideshare.net/heirhabarov/hunting-for-credentials-dumping-in-windows-environment
2018-07-24 07:50:32 +02:00
tags:
- attack.credential_access
2019-11-04 04:26:34 +03:00
- attack.execution
- attack.t1003 # an old one
- attack.t1003.001
- attack.t1003.002
- attack.t1003.004
- attack.t1003.005
- attack.t1003.006
- attack.t1035 # an old one
- attack.t1569.002
2018-07-24 07:50:32 +02:00
- attack.s0005
2019-11-04 04:26:34 +03:00
detection:
selection_1:
- ServiceName|contains:
- 'fgexec'
- 'wceservice'
- 'wce service'
- 'pwdump'
- 'gsecdump'
- 'cachedump'
- 'mimikatz'
- 'mimidrv'
- ImagePath|contains:
- 'fgexec'
- 'dumpsvc'
- 'cachedump'
- 'mimidrv'
- 'gsecdump'
- 'servpw'
- 'pwdump'
- ImagePath|re: '((\\\\.*\\.*|.*\\)([{]?[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}[}])?\.(exe|scr|cpl|bat|js|cmd|vbs).*)'
condition: selection and selection_1
2020-02-18 01:10:56 +03:00
falsepositives:
- Legitimate Administrator using credential dumping tool for password recovery
level: high
---
logsource:
product: windows
service: system
detection:
selection:
EventID: 7045
2019-11-04 04:26:34 +03:00
---
logsource:
product: windows
service: sysmon
detection:
selection:
EventID: 6
2019-03-06 05:25:12 +01:00
---
logsource:
product: windows
service: security
detection:
2019-11-04 04:26:34 +03:00
selection:
2020-02-20 23:00:16 +01:00
EventID: 4697