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
description: |
    'Detects when backup activity failed.'
kind: Scheduled
tactics:
- Impact
requiredDataConnectors:
- connectorId: SyslogAma
  datatypes:
  - Syslog
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cisco ISE/Analytic Rules/CiscoISEBackupFailed.yaml
severity: Medium
name: CiscoISE - Backup failed
triggerThreshold: 0
queryPeriod: 6h
query: |
  let lbtime = 6h;
  CiscoISEEvent
  | where TimeGenerated > ago(lbtime)
  | where EventId in ('60095', '60098')
  | project TimeGenerated, DvcHostname, DvcIpAddr
  | extend HostCustomEntity = DvcHostname
  | extend IPCustomEntity = DvcIpAddr  
relevantTechniques:
- T1490
id: 4eddd44a-25e4-41af-930d-0c17218bec74
queryFrequency: 6h
status: Available
triggerOperator: gt
version: 1.0.3
entityMappings:
- entityType: Host
  fieldMappings:
  - columnName: HostCustomEntity
    identifier: FullName
- entityType: IP
  fieldMappings:
  - columnName: IPCustomEntity
    identifier: Address