SentinelOne
| where ActivityType == 64
| extend AccountCustomEntity = SrcUserName, HostCustomEntity = DataComputerName
triggerOperator: gt
version: 1.0.0
query: |
SentinelOne
| where ActivityType == 64
| extend AccountCustomEntity = SrcUserName, HostCustomEntity = DataComputerName
status: Available
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 Rules/SentinelOneViewAgentPassphrase.yaml
queryFrequency: 1h
requiredDataConnectors:
- connectorId: SentinelOne
dataTypes:
- SentinelOne
name: Sentinel One - User viewed agent's passphrase
queryPeriod: 1h
severity: Medium
kind: Scheduled
tactics:
- CredentialAccess
id: 51999097-60f4-42c0-bee8-fa28160e5583
description: |
'Detects when a user viewed agent's passphrase.'
relevantTechniques:
- T1555
triggerThreshold: 0
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/51999097-60f4-42c0-bee8-fa28160e5583')]",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/51999097-60f4-42c0-bee8-fa28160e5583')]",
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules",
"kind": "Scheduled",
"apiVersion": "2022-11-01-preview",
"properties": {
"displayName": "Sentinel One - User viewed agent's passphrase",
"description": "'Detects when a user viewed agent's passphrase.'\n",
"severity": "Medium",
"enabled": true,
"query": "SentinelOne\n| where ActivityType == 64\n| extend AccountCustomEntity = SrcUserName, HostCustomEntity = DataComputerName\n",
"queryFrequency": "PT1H",
"queryPeriod": "PT1H",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0,
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"CredentialAccess"
],
"techniques": [
"T1555"
],
"alertRuleTemplateName": "51999097-60f4-42c0-bee8-fa28160e5583",
"customDetails": null,
"entityMappings": [
{
"fieldMappings": [
{
"columnName": "AccountCustomEntity",
"identifier": "Name"
}
],
"entityType": "Account"
},
{
"fieldMappings": [
{
"columnName": "HostCustomEntity",
"identifier": "HostName"
}
],
"entityType": "Host"
}
],
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SentinelOne/Analytic Rules/SentinelOneViewAgentPassphrase.yaml",
"status": "Available",
"templateVersion": "1.0.0"
}
}
]
}