CiscoWSAEvent
| where DstPortNumber !in ('80', '443')
| where NetworkApplicationProtocol in~ ('HTTP', 'HTTPs')
| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = SrcUserName
id: 6f756792-4888-48a5-97cf-40d9430dc932
tactics:
- Exfiltration
queryPeriod: 1h
triggerThreshold: 0
name: Cisco WSA - Suspected protocol abuse
query: |
CiscoWSAEvent
| where DstPortNumber !in ('80', '443')
| where NetworkApplicationProtocol in~ ('HTTP', 'HTTPs')
| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = SrcUserName
severity: Medium
triggerOperator: gt
kind: Scheduled
relevantTechniques:
- T1048
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CiscoWSA/Analytic Rules/CiscoWSAProtocolAbuse.yaml
queryFrequency: 1h
requiredDataConnectors:
- connectorId: SyslogAma
datatypes:
- Syslog
description: |
'Detects possible protocol abuse.'
status: Available
version: 1.0.2
entityMappings:
- fieldMappings:
- columnName: IPCustomEntity
identifier: Address
entityType: IP
- fieldMappings:
- columnName: AccountCustomEntity
identifier: Name
entityType: Account
{
"$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/6f756792-4888-48a5-97cf-40d9430dc932')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/6f756792-4888-48a5-97cf-40d9430dc932')]",
"properties": {
"alertRuleTemplateName": "6f756792-4888-48a5-97cf-40d9430dc932",
"customDetails": null,
"description": "'Detects possible protocol abuse.'\n",
"displayName": "Cisco WSA - Suspected protocol abuse",
"enabled": true,
"entityMappings": [
{
"entityType": "IP",
"fieldMappings": [
{
"columnName": "IPCustomEntity",
"identifier": "Address"
}
]
},
{
"entityType": "Account",
"fieldMappings": [
{
"columnName": "AccountCustomEntity",
"identifier": "Name"
}
]
}
],
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CiscoWSA/Analytic Rules/CiscoWSAProtocolAbuse.yaml",
"query": "CiscoWSAEvent\n| where DstPortNumber !in ('80', '443')\n| where NetworkApplicationProtocol in~ ('HTTP', 'HTTPs')\n| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = SrcUserName\n",
"queryFrequency": "PT1H",
"queryPeriod": "PT1H",
"severity": "Medium",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"Exfiltration"
],
"techniques": [
"T1048"
],
"templateVersion": "1.0.2",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}