CiscoISE - Log collector was suspended
Id | ce171782-1643-4f21-bbb7-fa954b1e6897 |
Rulename | CiscoISE - Log collector was suspended |
Description | Detects when log collector was suspended. |
Severity | Medium |
Tactics | DefenseEvasion |
Techniques | T1562.002 |
Required data connectors | CiscoISE SyslogAma |
Kind | Scheduled |
Query frequency | 10m |
Query period | 10m |
Trigger threshold | 0 |
Trigger operator | gt |
Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cisco ISE/Analytic Rules/CiscoISELogCollectorSuspended.yaml |
Version | 1.0.2 |
Arm template | ce171782-1643-4f21-bbb7-fa954b1e6897.json |
let lbtime = 10m;
CiscoISEEvent
| where TimeGenerated > ago(lbtime)
| where EventId == '59207'
| project TimeGenerated, SrcIpAddr, DstIpAddr
| extend IPCustomEntity = DstIpAddr
relevantTechniques:
- T1562.002
name: CiscoISE - Log collector was suspended
requiredDataConnectors:
- dataTypes:
- Syslog
connectorId: CiscoISE
- datatypes:
- Syslog
connectorId: SyslogAma
entityMappings:
- fieldMappings:
- identifier: Address
columnName: IPCustomEntity
entityType: IP
triggerThreshold: 0
id: ce171782-1643-4f21-bbb7-fa954b1e6897
tactics:
- DefenseEvasion
version: 1.0.2
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cisco ISE/Analytic Rules/CiscoISELogCollectorSuspended.yaml
queryPeriod: 10m
kind: Scheduled
queryFrequency: 10m
severity: Medium
status: Available
description: |
'Detects when log collector was suspended.'
query: |
let lbtime = 10m;
CiscoISEEvent
| where TimeGenerated > ago(lbtime)
| where EventId == '59207'
| project TimeGenerated, SrcIpAddr, DstIpAddr
| extend IPCustomEntity = DstIpAddr
triggerOperator: gt
{
"$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/ce171782-1643-4f21-bbb7-fa954b1e6897')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/ce171782-1643-4f21-bbb7-fa954b1e6897')]",
"properties": {
"alertRuleTemplateName": "ce171782-1643-4f21-bbb7-fa954b1e6897",
"customDetails": null,
"description": "'Detects when log collector was suspended.'\n",
"displayName": "CiscoISE - Log collector was suspended",
"enabled": true,
"entityMappings": [
{
"entityType": "IP",
"fieldMappings": [
{
"columnName": "IPCustomEntity",
"identifier": "Address"
}
]
}
],
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cisco ISE/Analytic Rules/CiscoISELogCollectorSuspended.yaml",
"query": "let lbtime = 10m;\nCiscoISEEvent\n| where TimeGenerated > ago(lbtime)\n| where EventId == '59207'\n| project TimeGenerated, SrcIpAddr, DstIpAddr\n| extend IPCustomEntity = DstIpAddr\n",
"queryFrequency": "PT10M",
"queryPeriod": "PT10M",
"severity": "Medium",
"status": "Available",
"subTechniques": [
"T1562.002"
],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"DefenseEvasion"
],
"techniques": [
"T1562"
],
"templateVersion": "1.0.2",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}