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