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
status: Available
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CiscoSEG/Analytic Rules/CiscoSEGPossibleOutbreak.yaml
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
requiredDataConnectors:
- dataTypes:
- CommonSecurityLog
connectorId: CefAma
tactics:
- InitialAccess
name: Cisco SEG - Possible outbreak
relevantTechniques:
- T1566
severity: Medium
entityMappings:
- fieldMappings:
- identifier: Name
columnName: AccountCustomEntity
entityType: Account
kind: Scheduled
queryFrequency: 1h
description: |
'Detects possible outbreak activity.'
triggerThreshold: 0
triggerOperator: gt
version: 1.0.3
queryPeriod: 1h
id: 53242559-95ea-4d4c-b003-107e8f06304b