Detection rules › Kusto
Cisco SDWAN - IPS Event Threshold
'This analytic rule will monitor specific IPS event in the data.'
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Initial Access |
Rule body
id: dc3627c3-f9de-4f17-bfd3-ba99b64a0a67
name: Cisco SDWAN - IPS Event Threshold
description: |
'This analytic rule will monitor specific IPS event in the data.'
severity: High
status: Available
requiredDataConnectors:
- connectorId: CiscoSDWAN
dataTypes:
- CiscoSyslogUTD
queryFrequency: 3h
queryPeriod: 3h
triggerOperator: gt
triggerThreshold: 0
tactics:
- InitialAccess
relevantTechniques:
- T1190
- T1189
query: |
CiscoSyslogUTD
| where Classification == "Enter classification"
| summarize count() by Classification
| where count_ > 10
incidentConfiguration:
createIncident: true
eventGroupingSettings:
aggregationKind: AlertPerResult
customDetails:
"classification": "Classification"
"classification_count": "count_"
entityMappings:
- entityType: Malware
fieldMappings:
- identifier: Name
columnName: Classification
version: 1.0.1
kind: Scheduled
Stages and Predicates
Stage 1: source
CiscoSyslogUTD
Stage 2: where
| where Classification == "Enter classification"
Stage 3: summarize
| summarize count() by Classification
Stage 4: where
| where count_ > 10
Indicators
These rows show field, operator, and value matches.
| Field | Kind | Values | Search |
|---|---|---|---|
Classification | eq |
| field:"Classification" kind:eq value:"Enter classification" |
count_ | gt |
| field:"count_" kind:gt value:"10" |
Output fields
These fields are emitted when the rule matches.
| Field | Source |
|---|---|
Classification | summarize |