ZeroFox Alerts - Low Severity Alerts
Id | e0c7a91a-7aa1-498a-9c20-cd6c721f9345 |
Rulename | ZeroFox Alerts - Low Severity Alerts |
Description | Detects low severity alerts from ZeroFox |
Severity | Low |
Tactics | ResourceDevelopment InitialAccess |
Techniques | T1583 T1586 T1566 |
Required data connectors | ZeroFox_Alert_Polling |
Kind | Scheduled |
Query frequency | 5m |
Query period | 5m |
Trigger threshold | 0 |
Trigger operator | gt |
Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ZeroFox/Analytic Rules/ZF_Alerts_LowSeverityRule.yaml |
Version | 1.0.0 |
Arm template | e0c7a91a-7aa1-498a-9c20-cd6c721f9345.json |
ZeroFoxAlertPoller_CL
| where Severity in (3)
severity: Low
name: ZeroFox Alerts - Low Severity Alerts
requiredDataConnectors:
- dataTypes:
- ZeroFoxAlertPoller_CL
connectorId: ZeroFox_Alert_Polling
id: e0c7a91a-7aa1-498a-9c20-cd6c721f9345
tactics:
- ResourceDevelopment
- InitialAccess
queryFrequency: 5m
eventGroupingSettings:
aggregationKind: AlertPerResult
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ZeroFox/Analytic Rules/ZF_Alerts_LowSeverityRule.yaml
description: |
'Detects low severity alerts from ZeroFox'
triggerThreshold: 0
kind: Scheduled
relevantTechniques:
- T1583
- T1586
- T1566
query: |
ZeroFoxAlertPoller_CL
| where Severity in (3)
entityMappings:
- entityType: Account
fieldMappings:
- columnName: entity_name_s
identifier: FullName
status: Available
version: 1.0.0
queryPeriod: 5m
{
"$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/e0c7a91a-7aa1-498a-9c20-cd6c721f9345')]",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/e0c7a91a-7aa1-498a-9c20-cd6c721f9345')]",
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules",
"kind": "Scheduled",
"apiVersion": "2022-11-01-preview",
"properties": {
"displayName": "ZeroFox Alerts - Low Severity Alerts",
"description": "'Detects low severity alerts from ZeroFox'\n",
"severity": "Low",
"enabled": true,
"query": "ZeroFoxAlertPoller_CL\n| where Severity in (3)\n",
"queryFrequency": "PT5M",
"queryPeriod": "PT5M",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0,
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"ResourceDevelopment",
"InitialAccess"
],
"techniques": [
"T1583",
"T1586",
"T1566"
],
"alertRuleTemplateName": "e0c7a91a-7aa1-498a-9c20-cd6c721f9345",
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"customDetails": null,
"entityMappings": [
{
"fieldMappings": [
{
"identifier": "FullName",
"columnName": "entity_name_s"
}
],
"entityType": "Account"
}
],
"status": "Available",
"templateVersion": "1.0.0",
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ZeroFox/Analytic Rules/ZF_Alerts_LowSeverityRule.yaml"
}
}
]
}