Back
Idb1c2d3e4-5678-90ab-cdef-444444444444
RulenameRecorded Future Identity - Credential Exposure Detected
DescriptionCreates incidents when Recorded Future Identity detects compromised credentials for users in your organization
SeverityHigh
TacticsCredentialAccess
KindNRT
Query frequency15m
Query period15m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Recorded%20Future%20Identity/Analytic%20Rules/IncidentCreation/RecordedFutureIdentityExposure.yaml
Version1.0.0
Arm templateb1c2d3e4-5678-90ab-cdef-444444444444.json
Deploy To Azure
RecordedFutureIdentity_PlaybookAlertResults_CL
| where TimeGenerated >= now(-15m)
entityMappings:
- fieldMappings:
  - columnName: panel_status_entity_name_s
    identifier: Name
  entityType: Account
kind: NRT
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Recorded%20Future%20Identity/Analytic%20Rules/IncidentCreation/RecordedFutureIdentityExposure.yaml
version: 1.0.0
status: Available
triggerThreshold: 0
incidentConfiguration:
  groupingConfiguration:
    lookbackDuration: 15m
    matchingMethod: AllEntities
    reopenClosedIncident: false
    groupByEntities:
    - Account
    enabled: true
    groupByAlertDetails: []
    groupByCustomDetails: []
  createIncident: true
queryFrequency: 15m
tactics:
- CredentialAccess
relevantTechniques: []
id: b1c2d3e4-5678-90ab-cdef-444444444444
query: |
  RecordedFutureIdentity_PlaybookAlertResults_CL
  | where TimeGenerated >= now(-15m)
triggerOperator: gt
name: Recorded Future Identity - Credential Exposure Detected
queryPeriod: 15m
severity: High
alertDetailsOverride:
  alertDescriptionFormat: |
    _Recorded Future Identity Alert_

    **Rule Name:** {{panel_status_alert_rule_name_s}}

    **Alert ID:** {{playbook_alert_id_s}}

    **Evidence Summary:** {{alert_description_s}}

    Investigate this identity by searching in log analytics workspace for the Alert ID.
  alertDynamicProperties: []
  alertDisplayNameFormat: 'Identity Exposure: {{panel_status_entity_name_s}} with priority: {{panel_status_priority_s}}'
customDetails:
  RFLabel: Type
  AlertId: playbook_alert_id_s
eventGroupingSettings:
  aggregationKind: AlertPerResult
description: |
  'Creates incidents when Recorded Future Identity detects compromised credentials for users in your organization'
{
  "$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/b1c2d3e4-5678-90ab-cdef-444444444444')]",
      "kind": "NRT",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/b1c2d3e4-5678-90ab-cdef-444444444444')]",
      "properties": {
        "alertDetailsOverride": {
          "alertDescriptionFormat": "_Recorded Future Identity Alert_\n\n**Rule Name:** {{panel_status_alert_rule_name_s}}\n\n**Alert ID:** {{playbook_alert_id_s}}\n\n**Evidence Summary:** {{alert_description_s}}\n\nInvestigate this identity by searching in log analytics workspace for the Alert ID.\n",
          "alertDisplayNameFormat": "Identity Exposure: {{panel_status_entity_name_s}} with priority: {{panel_status_priority_s}}",
          "alertDynamicProperties": []
        },
        "alertRuleTemplateName": "b1c2d3e4-5678-90ab-cdef-444444444444",
        "customDetails": {
          "AlertId": "playbook_alert_id_s",
          "RFLabel": "Type"
        },
        "description": "'Creates incidents when Recorded Future Identity detects compromised credentials for users in your organization'\n",
        "displayName": "Recorded Future Identity - Credential Exposure Detected",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "Account",
            "fieldMappings": [
              {
                "columnName": "panel_status_entity_name_s",
                "identifier": "Name"
              }
            ]
          }
        ],
        "eventGroupingSettings": {
          "aggregationKind": "AlertPerResult"
        },
        "incidentConfiguration": {
          "createIncident": true,
          "groupingConfiguration": {
            "enabled": true,
            "groupByAlertDetails": [],
            "groupByCustomDetails": [],
            "groupByEntities": [
              "Account"
            ],
            "lookbackDuration": "PT15M",
            "matchingMethod": "AllEntities",
            "reopenClosedIncident": false
          }
        },
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Recorded%20Future%20Identity/Analytic%20Rules/IncidentCreation/RecordedFutureIdentityExposure.yaml",
        "query": "RecordedFutureIdentity_PlaybookAlertResults_CL\n| where TimeGenerated >= now(-15m)\n",
        "queryFrequency": "PT15M",
        "queryPeriod": "PT15M",
        "severity": "High",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "CredentialAccess"
        ],
        "techniques": [],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}