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

CiscoISE - Backup failed

Back
Id4eddd44a-25e4-41af-930d-0c17218bec74
RulenameCiscoISE - Backup failed
DescriptionDetects when backup activity failed.
SeverityMedium
TacticsImpact
TechniquesT1490
Required data connectorsSyslogAma
KindScheduled
Query frequency6h
Query period6h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cisco ISE/Analytic Rules/CiscoISEBackupFailed.yaml
Version1.0.3
Arm template4eddd44a-25e4-41af-930d-0c17218bec74.json
Deploy To Azure
let lbtime = 6h;
CiscoISEEvent
| where TimeGenerated > ago(lbtime)
| where EventId in ('60095', '60098')
| project TimeGenerated, DvcHostname, DvcIpAddr
| extend HostCustomEntity = DvcHostname
| extend IPCustomEntity = DvcIpAddr
triggerThreshold: 0
entityMappings:
- entityType: Host
  fieldMappings:
  - identifier: FullName
    columnName: HostCustomEntity
- entityType: IP
  fieldMappings:
  - identifier: Address
    columnName: IPCustomEntity
requiredDataConnectors:
- datatypes:
  - Syslog
  connectorId: SyslogAma
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cisco ISE/Analytic Rules/CiscoISEBackupFailed.yaml
name: CiscoISE - Backup failed
relevantTechniques:
- T1490
status: Available
version: 1.0.3
queryPeriod: 6h
kind: Scheduled
id: 4eddd44a-25e4-41af-930d-0c17218bec74
query: |
  let lbtime = 6h;
  CiscoISEEvent
  | where TimeGenerated > ago(lbtime)
  | where EventId in ('60095', '60098')
  | project TimeGenerated, DvcHostname, DvcIpAddr
  | extend HostCustomEntity = DvcHostname
  | extend IPCustomEntity = DvcIpAddr  
description: |
    'Detects when backup activity failed.'
queryFrequency: 6h
severity: Medium
triggerOperator: gt
tactics:
- Impact