Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Sentinel One - User viewed agents passphrase

Back
Id51999097-60f4-42c0-bee8-fa28160e5583
RulenameSentinel One - User viewed agent’s passphrase
DescriptionDetects when a user viewed agent’s passphrase.
SeverityMedium
TacticsCredentialAccess
TechniquesT1555
Required data connectorsSentinelOne
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SentinelOne/Analytic Rules/SentinelOneViewAgentPassphrase.yaml
Version1.0.0
Arm template51999097-60f4-42c0-bee8-fa28160e5583.json
Deploy To Azure
SentinelOne
| where ActivityType == 64
| extend AccountCustomEntity = SrcUserName, HostCustomEntity = DataComputerName
queryFrequency: 1h
triggerThreshold: 0
name: Sentinel One - User viewed agent's passphrase
version: 1.0.0
id: 51999097-60f4-42c0-bee8-fa28160e5583
status: Available
tactics:
- CredentialAccess
entityMappings:
- entityType: Account
  fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name
- entityType: Host
  fieldMappings:
  - columnName: HostCustomEntity
    identifier: HostName
queryPeriod: 1h
description: |
    'Detects when a user viewed agent's passphrase.'
requiredDataConnectors:
- connectorId: SentinelOne
  dataTypes:
  - SentinelOne
query: |
  SentinelOne
  | where ActivityType == 64
  | extend AccountCustomEntity = SrcUserName, HostCustomEntity = DataComputerName  
kind: Scheduled
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SentinelOne/Analytic Rules/SentinelOneViewAgentPassphrase.yaml
triggerOperator: gt
relevantTechniques:
- T1555
severity: Medium
{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "workspace": {
      "type": "String"
    }
  },
  "resources": [
    {
      "apiVersion": "2023-02-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 Rules/SentinelOneViewAgentPassphrase.yaml",
        "query": "SentinelOne\n| where ActivityType == 64\n| extend AccountCustomEntity = SrcUserName, HostCustomEntity = DataComputerName\n",
        "queryFrequency": "PT1H",
        "queryPeriod": "PT1H",
        "severity": "Medium",
        "status": "Available",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "CredentialAccess"
        ],
        "techniques": [
          "T1555"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}