let u_cat = dynamic(['Unclassified']);
CiscoSEGEvent
| where NetworkDirection =~ 'Incoming'
| where tostring(AdditionalFields) has 'ESAURLDetails'
| extend link_cat = extract(@"'Category': '(.*?)'", 1, tostring(AdditionalFields))
| where link_cat in~ (u_cat)
| extend AccountCustomEntity = DstUserName
name: Cisco SEG - Unexpected link
relevantTechniques:
- T1566
id: 9cb4a02d-3708-42ba-b33b-0fdd360ce4b6
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CiscoSEG/Analytic Rules/CiscoSEGUnclassifiedLink.yaml
requiredDataConnectors:
- dataTypes:
- CommonSecurityLog
connectorId: CefAma
version: 1.0.3
severity: Medium
triggerThreshold: 0
queryPeriod: 1h
entityMappings:
- fieldMappings:
- identifier: Name
columnName: AccountCustomEntity
entityType: Account
queryFrequency: 1h
status: Available
query: |
let u_cat = dynamic(['Unclassified']);
CiscoSEGEvent
| where NetworkDirection =~ 'Incoming'
| where tostring(AdditionalFields) has 'ESAURLDetails'
| extend link_cat = extract(@"'Category': '(.*?)'", 1, tostring(AdditionalFields))
| where link_cat in~ (u_cat)
| extend AccountCustomEntity = DstUserName
tactics:
- InitialAccess
kind: Scheduled
description: |
'Detects mails with suspicious links.'
triggerOperator: gt