Analytic rule catalog
Sentinel One - User viewed agents passphrase
Back
| Id | 51999097-60f4-42c0-bee8-fa28160e5583 |
| Rulename | Sentinel One - User viewed agent’s passphrase |
| Description | Detects when a user viewed agent’s passphrase. |
| Severity | Medium |
| Tactics | CredentialAccess |
| Techniques | T1555 |
| Required data connectors | SentinelOne |
| Kind | Scheduled |
| Query frequency | 1h |
| Query period | 1h |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SentinelOne/Analytic%20Rules/SentinelOneViewAgentPassphrase.yaml |
| Version | 1.0.0 |
| Arm template | 51999097-60f4-42c0-bee8-fa28160e5583.json |
SentinelOne
| where ActivityType == 64
| extend AccountCustomEntity = SrcUserName, HostCustomEntity = DataComputerName
requiredDataConnectors:
- dataTypes:
- SentinelOne
connectorId: SentinelOne
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SentinelOne/Analytic%20Rules/SentinelOneViewAgentPassphrase.yaml
version: 1.0.0
status: Available
queryFrequency: 1h
query: |
SentinelOne
| where ActivityType == 64
| extend AccountCustomEntity = SrcUserName, HostCustomEntity = DataComputerName
tactics:
- CredentialAccess
relevantTechniques:
- T1555
id: 51999097-60f4-42c0-bee8-fa28160e5583
triggerThreshold: 0
triggerOperator: gt
name: Sentinel One - User viewed agent's passphrase
queryPeriod: 1h
severity: Medium
entityMappings:
- fieldMappings:
- columnName: AccountCustomEntity
identifier: Name
entityType: Account
- fieldMappings:
- columnName: HostCustomEntity
identifier: HostName
entityType: Host
kind: Scheduled
description: |
'Detects when a user viewed agent's passphrase.'
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"apiVersion": "2024-01-01-preview",
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/51999097-60f4-42c0-bee8-fa28160e5583')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/51999097-60f4-42c0-bee8-fa28160e5583')]",
"properties": {
"alertRuleTemplateName": "51999097-60f4-42c0-bee8-fa28160e5583",
"customDetails": null,
"description": "'Detects when a user viewed agent's passphrase.'\n",
"displayName": "Sentinel One - User viewed agent's passphrase",
"enabled": true,
"entityMappings": [
{
"entityType": "Account",
"fieldMappings": [
{
"columnName": "AccountCustomEntity",
"identifier": "Name"
}
]
},
{
"entityType": "Host",
"fieldMappings": [
{
"columnName": "HostCustomEntity",
"identifier": "HostName"
}
]
}
],
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SentinelOne/Analytic%20Rules/SentinelOneViewAgentPassphrase.yaml",
"query": "SentinelOne\n| where ActivityType == 64\n| extend AccountCustomEntity = SrcUserName, HostCustomEntity = DataComputerName\n",
"queryFrequency": "PT1H",
"queryPeriod": "PT1H",
"severity": "Medium",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"CredentialAccess"
],
"techniques": [
"T1555"
],
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}