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

Phishing Low

Back
Id48d48a68-2da8-4207-9d15-1228e48a99ff
RulenamePhishing (Low)
DescriptionNew Phishing with severity Low found
SeverityLow
TacticsInitialAccess
TechniquesT1566
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/phishing_low.yaml
Version1.0.0
Arm template48d48a68-2da8-4207-9d15-1228e48a99ff.json
Deploy To Azure
CBSLog_Azure_1_CL | where severity_s == "Low" | where type_s == "Phishing" | where status_s != "Closed" or status_s != "Resolved"
requiredDataConnectors:
- connectorId: CBSPollingIDAzureFunctions
  dataTypes:
  - CBSLog_Azure_1_CL
tactics:
- InitialAccess
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    enabled: false
    lookbackDuration: PT5H
    matchingMethod: AllEntities
    reopenClosedIncident: false
description: New Phishing with severity Low found
query: CBSLog_Azure_1_CL | where severity_s == "Low" | where type_s == "Phishing" | where status_s != "Closed" or status_s != "Resolved"
id: 48d48a68-2da8-4207-9d15-1228e48a99ff
triggerOperator: gt
eventGroupingSettings:
  aggregationKind: SingleAlert
relevantTechniques:
- T1566
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/phishing_low.yaml
queryFrequency: 5m
severity: Low
name: Phishing (Low)
suppressionEnabled: false
suppressionDuration: 5h
queryPeriod: 5m
kind: Scheduled
triggerThreshold: 0
version: 1.0.0
status: Available
{
  "$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/48d48a68-2da8-4207-9d15-1228e48a99ff')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/48d48a68-2da8-4207-9d15-1228e48a99ff')]",
      "properties": {
        "alertRuleTemplateName": "48d48a68-2da8-4207-9d15-1228e48a99ff",
        "customDetails": null,
        "description": "New Phishing with severity Low found",
        "displayName": "Phishing (Low)",
        "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/phishing_low.yaml",
        "query": "CBSLog_Azure_1_CL | where severity_s == \"Low\" | where type_s == \"Phishing\" | where status_s != \"Closed\" or status_s != \"Resolved\"",
        "queryFrequency": "PT5M",
        "queryPeriod": "PT5M",
        "severity": "Low",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT5H",
        "suppressionEnabled": false,
        "tactics": [
          "InitialAccess"
        ],
        "techniques": [
          "T1566"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}