2020-02-20 22:00:16 +00:00
title : Credentials Dumping Tools Accessing LSASS Memory
2019-12-19 22:56:36 +00:00
id : 32d0d3e2-e58d-4d41-926b-18b520b2b32d
2017-02-16 17:02:26 +00:00
status : experimental
2019-11-07 23:05:34 +00:00
description : Detects process access LSASS memory which is typical for credentials dumping tools
2019-12-19 22:56:36 +00:00
author : Florian Roth, Roberto Rodriguez, Dimitrios Slamaris, Mark Russinovich, Thomas Patzke, Teymur Kheirkhabarov, Sherif Eldeeb, James Dickenson, Aleksey Potapov,
oscd.community (update)
2019-11-04 01:26:34 +00:00
date : 2017 /02/16
2019-11-07 23:05:34 +00:00
modified : 2019 /11/08
2018-01-27 23:24:16 +00:00
references :
- https://onedrive.live.com/view.aspx?resid=D026B4699190F1E6!2843&ithint=file%2cpptx&app=PowerPoint&authkey=!AMvCRTKB_V1J5ow
2019-06-12 09:13:31 +00:00
- https://cyberwardog.blogspot.com/2017/03/chronicles-of-threat-hunter-hunting-for_22.html
2019-11-04 01:26:34 +00:00
- https://www.slideshare.net/heirhabarov/hunting-for-credentials-dumping-in-windows-environment
2019-11-07 23:05:34 +00:00
- http://security-research.dyndns.org/pub/slides/FIRST2017/FIRST-2017_Tom-Ueltschi_Sysmon_FINAL_notes.pdf
2018-07-27 04:15:07 +00:00
tags :
2018-09-20 10:44:44 +00:00
- attack.t1003
2018-07-27 04:15:07 +00:00
- attack.s0002
- attack.credential_access
2019-06-14 04:15:38 +00:00
- car.2019-04-004
2017-02-18 23:31:59 +00:00
logsource :
2017-03-13 08:23:08 +00:00
product : windows
service : sysmon
2017-02-16 17:02:26 +00:00
detection :
selection :
2017-10-18 13:12:29 +00:00
EventID : 10
2019-11-07 23:05:34 +00:00
TargetImage|endswith : '\lsass.exe'
2019-11-04 01:26:34 +00:00
GrantedAccess|contains :
- '0x40'
- '0x1000'
- '0x1400'
- '0x100000'
- '0x1410' # car.2019-04-004
- '0x1010' # car.2019-04-004
- '0x1438' # car.2019-04-004
- '0x143a' # car.2019-04-004
- '0x1418' # car.2019-04-004
2019-11-07 01:50:22 +00:00
- '0x1f0fff'
- '0x1f1fff'
- '0x1f2fff'
- '0x1f3fff'
2019-11-04 01:26:34 +00:00
filter :
2019-11-07 23:05:34 +00:00
ProcessName|endswith : # easy to bypass. need to implement supportive rule to detect bypass attempts
- '\wmiprvse.exe'
- '\taskmgr.exe'
- '\procexp64.exe'
- '\procexp.exe'
- '\lsm.exe'
- '\csrss.exe'
- '\wininit.exe'
- '\vmtoolsd.exe'
2019-11-04 01:26:34 +00:00
condition : selection and not filter
2020-01-10 23:11:27 +00:00
fields :
- ComputerName
- User
- SourceImage
2017-02-16 17:02:26 +00:00
falsepositives :
2019-11-04 01:26:34 +00:00
- Legitimate software accessing LSASS process for legitimate reason; update the whitelist with it
2019-11-07 01:33:40 +00:00
level : high