CiscoSEGEvent
| where NetworkDirection =~ 'Incoming'
| where tostring(AdditionalFields) has 'ESAOFVerdict'
| extend of_verdict = extract(@'ESAOFVerdict":"(NOT_EVALUATED|POSITIVE|NEGATIVE)"', 1, tostring(AdditionalFields))
| where of_verdict =~ 'POSITIVE'
| extend AccountCustomEntity = DstUserName
name: Cisco SEG - Possible outbreak
query: |
CiscoSEGEvent
| where NetworkDirection =~ 'Incoming'
| where tostring(AdditionalFields) has 'ESAOFVerdict'
| extend of_verdict = extract(@'ESAOFVerdict":"(NOT_EVALUATED|POSITIVE|NEGATIVE)"', 1, tostring(AdditionalFields))
| where of_verdict =~ 'POSITIVE'
| extend AccountCustomEntity = DstUserName
queryFrequency: 1h
triggerOperator: gt
requiredDataConnectors:
- dataTypes:
- CommonSecurityLog
connectorId: CefAma
status: Available
entityMappings:
- entityType: Account
fieldMappings:
- identifier: Name
columnName: AccountCustomEntity
triggerThreshold: 0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CiscoSEG/Analytic Rules/CiscoSEGPossibleOutbreak.yaml
description: |
'Detects possible outbreak activity.'
version: 1.0.3
id: 53242559-95ea-4d4c-b003-107e8f06304b
kind: Scheduled
relevantTechniques:
- T1566
severity: Medium
tactics:
- InitialAccess
queryPeriod: 1h