Cisco SEG - Potential phishing link
Id | 2e5158e1-9fc2-40ff-a909-c701a13a0405 |
Rulename | Cisco SEG - Potential phishing link |
Description | Detects mails with suspicious links. |
Severity | Medium |
Tactics | InitialAccess |
Techniques | T1566 |
Required data connectors | CefAma CiscoSEG CiscoSEGAma |
Kind | Scheduled |
Query frequency | 1h |
Query period | 1h |
Trigger threshold | 0 |
Trigger operator | gt |
Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CiscoSEG/Analytic Rules/CiscoSEGPotentialLinkToMalwareDownload.yaml |
Version | 1.0.2 |
Arm template | 2e5158e1-9fc2-40ff-a909-c701a13a0405.json |
let dl_cat = dynamic(['Illegal Downloads']);
CiscoSEGEvent
| where NetworkDirection =~ 'Incoming'
| where tostring(AdditionalFields) has 'ESAURLDetails'
| extend link_cat = extract(@"'Category': '(.*?)'", 1, tostring(AdditionalFields))
| where link_cat in~ (dl_cat)
| extend AccountCustomEntity = DstUserName
id: 2e5158e1-9fc2-40ff-a909-c701a13a0405
queryFrequency: 1h
version: 1.0.2
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CiscoSEG/Analytic Rules/CiscoSEGPotentialLinkToMalwareDownload.yaml
requiredDataConnectors:
- dataTypes:
- CiscoSEGEvent
connectorId: CiscoSEG
- dataTypes:
- CiscoSEGEvent
connectorId: CiscoSEGAma
- dataTypes:
- CommonSecurityLog
connectorId: CefAma
query: |
let dl_cat = dynamic(['Illegal Downloads']);
CiscoSEGEvent
| where NetworkDirection =~ 'Incoming'
| where tostring(AdditionalFields) has 'ESAURLDetails'
| extend link_cat = extract(@"'Category': '(.*?)'", 1, tostring(AdditionalFields))
| where link_cat in~ (dl_cat)
| extend AccountCustomEntity = DstUserName
name: Cisco SEG - Potential phishing link
status: Available
kind: Scheduled
description: |
'Detects mails with suspicious links.'
severity: Medium
triggerOperator: gt
entityMappings:
- entityType: Account
fieldMappings:
- columnName: AccountCustomEntity
identifier: Name
triggerThreshold: 0
queryPeriod: 1h
tactics:
- InitialAccess
relevantTechniques:
- T1566
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"apiVersion": "2024-01-01-preview",
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/2e5158e1-9fc2-40ff-a909-c701a13a0405')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/2e5158e1-9fc2-40ff-a909-c701a13a0405')]",
"properties": {
"alertRuleTemplateName": "2e5158e1-9fc2-40ff-a909-c701a13a0405",
"customDetails": null,
"description": "'Detects mails with suspicious links.'\n",
"displayName": "Cisco SEG - Potential phishing link",
"enabled": true,
"entityMappings": [
{
"entityType": "Account",
"fieldMappings": [
{
"columnName": "AccountCustomEntity",
"identifier": "Name"
}
]
}
],
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CiscoSEG/Analytic Rules/CiscoSEGPotentialLinkToMalwareDownload.yaml",
"query": "let dl_cat = dynamic(['Illegal Downloads']);\nCiscoSEGEvent\n| where NetworkDirection =~ 'Incoming'\n| where tostring(AdditionalFields) has 'ESAURLDetails'\n| extend link_cat = extract(@\"'Category': '(.*?)'\", 1, tostring(AdditionalFields))\n| where link_cat in~ (dl_cat)\n| extend AccountCustomEntity = DstUserName\n",
"queryFrequency": "PT1H",
"queryPeriod": "PT1H",
"severity": "Medium",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"InitialAccess"
],
"techniques": [
"T1566"
],
"templateVersion": "1.0.2",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}