mirror of
https://github.com/keyboardcrunch/sentinelone-queries
synced 2026-06-11 02:11:21 +00:00
auto-generated queries from markdown notes
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
title: Registry Credential Enumeration
|
||||
description: This query detects enumeration and discovery of credentials within the
|
||||
Registry, including Putty sessions.
|
||||
author: keyboardcrunch
|
||||
date: 10/10/2020
|
||||
modified: null
|
||||
mitre:
|
||||
tactic: Credential Access
|
||||
technique: T1552
|
||||
subtechnique: 002
|
||||
operating_system: windows
|
||||
query: TgtProcCmdline ContainsCIS "query HKLM /f password /t REG_SZ /s" OR TgtProcCmdline
|
||||
ContainsCIS "query HKCU /f password /t REG_SZ /s" OR TgtProcCmdline ContainsCIS
|
||||
"query HKCU\Software\SimonTatham\PuTTY\Sessions /t REG_SZ /s"
|
||||
false_positives: null
|
||||
tags: null
|
||||
|
||||
Reference in New Issue
Block a user