Analytic rule catalog
CiscoISE - Log collector was suspended
Back
| 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 | 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%20ISE/Analytic%20Rules/CiscoISELogCollectorSuspended.yaml |
| Version | 1.0.3 |
| 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
version: 1.0.3
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cisco%20ISE/Analytic%20Rules/CiscoISELogCollectorSuspended.yaml
triggerThreshold: 0
requiredDataConnectors:
- datatypes:
- Syslog
connectorId: SyslogAma
tactics:
- DefenseEvasion
relevantTechniques:
- T1562.002
kind: Scheduled
entityMappings:
- fieldMappings:
- identifier: Address
columnName: IPCustomEntity
entityType: IP
description: |
'Detects when log collector was suspended.'
triggerOperator: gt
status: Available
queryFrequency: 10m
id: ce171782-1643-4f21-bbb7-fa954b1e6897
name: CiscoISE - Log collector was suspended
severity: Medium
query: |
let lbtime = 10m;
CiscoISEEvent
| where TimeGenerated > ago(lbtime)
| where EventId == '59207'
| project TimeGenerated, SrcIpAddr, DstIpAddr
| extend IPCustomEntity = DstIpAddr
queryPeriod: 10m
{
"$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%20ISE/Analytic%20Rules/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.3",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}