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

Money Mule Account High

Back
Idf24f7b7a-74cc-4f7a-a1d9-e2b22ab41eac
RulenameMoney Mule Account (High)
DescriptionNew Money Mule Account with severity High found
SeverityHigh
TacticsCredentialAccess
TechniquesT1557
Required data connectorsCBSPollingIDAzureFunctions
KindScheduled
Query frequency5m
Query period5m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/money_mule_account_high.yaml
Version1.0.0
Arm templatef24f7b7a-74cc-4f7a-a1d9-e2b22ab41eac.json
Deploy To Azure
CBSLog_Azure_1_CL | where severity_s == "High" | where type_s == "Money Mule Account" | where status_s != "Closed" or status_s != "Resolved"
status: Available
suppressionDuration: 5h
queryFrequency: 5m
severity: High
suppressionEnabled: false
name: Money Mule Account (High)
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    reopenClosedIncident: false
    lookbackDuration: PT5H
    enabled: false
    matchingMethod: AllEntities
triggerOperator: gt
eventGroupingSettings:
  aggregationKind: SingleAlert
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/money_mule_account_high.yaml
queryPeriod: 5m
relevantTechniques:
- T1557
id: f24f7b7a-74cc-4f7a-a1d9-e2b22ab41eac
version: 1.0.0
requiredDataConnectors:
- connectorId: CBSPollingIDAzureFunctions
  dataTypes:
  - CBSLog_Azure_1_CL
kind: Scheduled
query: CBSLog_Azure_1_CL | where severity_s == "High" | where type_s == "Money Mule Account" | where status_s != "Closed" or status_s != "Resolved"
triggerThreshold: 0
description: New Money Mule Account with severity High found
tactics:
- CredentialAccess
{
  "$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/f24f7b7a-74cc-4f7a-a1d9-e2b22ab41eac')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/f24f7b7a-74cc-4f7a-a1d9-e2b22ab41eac')]",
      "properties": {
        "alertRuleTemplateName": "f24f7b7a-74cc-4f7a-a1d9-e2b22ab41eac",
        "customDetails": null,
        "description": "New Money Mule Account with severity High found",
        "displayName": "Money Mule Account (High)",
        "enabled": true,
        "entityMappings": null,
        "eventGroupingSettings": {
          "aggregationKind": "SingleAlert"
        },
        "incidentConfiguration": {
          "createIncident": true,
          "groupingConfiguration": {
            "enabled": false,
            "lookbackDuration": "PT5H",
            "matchingMethod": "AllEntities",
            "reopenClosedIncident": false
          }
        },
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/money_mule_account_high.yaml",
        "query": "CBSLog_Azure_1_CL | where severity_s == \"High\" | where type_s == \"Money Mule Account\" | where status_s != \"Closed\" or status_s != \"Resolved\"",
        "queryFrequency": "PT5M",
        "queryPeriod": "PT5M",
        "severity": "High",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT5H",
        "suppressionEnabled": false,
        "tactics": [
          "CredentialAccess"
        ],
        "techniques": [
          "T1557"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}