SentinelOne
| where ActivityType == 64
| extend AccountCustomEntity = SrcUserName, HostCustomEntity = DataComputerName
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SentinelOne/Analytic Rules/SentinelOneViewAgentPassphrase.yaml
queryPeriod: 1h
kind: Scheduled
name: Sentinel One - User viewed agent's passphrase
status: Available
entityMappings:
- fieldMappings:
- columnName: AccountCustomEntity
identifier: Name
entityType: Account
- fieldMappings:
- columnName: HostCustomEntity
identifier: HostName
entityType: Host
tactics:
- CredentialAccess
description: |
'Detects when a user viewed agent's passphrase.'
severity: Medium
requiredDataConnectors:
- connectorId: SentinelOne
dataTypes:
- SentinelOne
queryFrequency: 1h
triggerThreshold: 0
version: 1.0.0
query: |
SentinelOne
| where ActivityType == 64
| extend AccountCustomEntity = SrcUserName, HostCustomEntity = DataComputerName
relevantTechniques:
- T1555
id: 51999097-60f4-42c0-bee8-fa28160e5583
triggerOperator: gt