mirror of
https://github.com/keyboardcrunch/sentinelone-queries
synced 2026-06-08 17:07:13 +00:00
Adding T1003 OS Credential Dumping
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
title: OS Credential Dumping
|
||||||
|
description: Detects NPPSpy service or credential theft through generic IndicatorName.
|
||||||
|
author: keyboardcrunch
|
||||||
|
date: 17/03/2021
|
||||||
|
modified: null
|
||||||
|
mitre:
|
||||||
|
tactic: Credential Access
|
||||||
|
technique: T1003
|
||||||
|
subtechnique: null
|
||||||
|
operating_system: linux
|
||||||
|
query: RegistryKeyPath ContainsCIS "\Services\NPPSpy" OR IndicatorName In ( "Mimikatz", "CredsReadFromLsass", "LSASSMemoryAccessed", "DumpSAM", "PasswordSniffingViaNetworkProvider" )
|
||||||
|
false_positives: null
|
||||||
|
tags: null
|
||||||
|
references:
|
||||||
|
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1003/T1003.md
|
||||||
Reference in New Issue
Block a user