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

Cisco SEG - Unexpected link

Back
Id9cb4a02d-3708-42ba-b33b-0fdd360ce4b6
RulenameCisco SEG - Unexpected link
DescriptionDetects mails with suspicious links.
SeverityMedium
TacticsInitialAccess
TechniquesT1566
Required data connectorsCefAma
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CiscoSEG/Analytic Rules/CiscoSEGUnclassifiedLink.yaml
Version1.0.3
Arm template9cb4a02d-3708-42ba-b33b-0fdd360ce4b6.json
Deploy To Azure
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
description: |
    'Detects mails with suspicious links.'
version: 1.0.3
triggerThreshold: 0
tactics:
- InitialAccess
queryPeriod: 1h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CiscoSEG/Analytic Rules/CiscoSEGUnclassifiedLink.yaml
triggerOperator: gt
status: Available
id: 9cb4a02d-3708-42ba-b33b-0fdd360ce4b6
name: Cisco SEG - Unexpected link
queryFrequency: 1h
severity: Medium
kind: Scheduled
entityMappings:
- fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name
  entityType: Account
relevantTechniques:
- T1566
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  
requiredDataConnectors:
- dataTypes:
  - CommonSecurityLog
  connectorId: CefAma