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

Cisco WSA - Suspected protocol abuse

Back
Id6f756792-4888-48a5-97cf-40d9430dc932
RulenameCisco WSA - Suspected protocol abuse
DescriptionDetects possible protocol abuse.
SeverityMedium
TacticsExfiltration
TechniquesT1048
Required data connectorsCiscoWSA
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CiscoWSA/Analytic Rules/CiscoWSAProtocolAbuse.yaml
Version1.0.0
Arm template6f756792-4888-48a5-97cf-40d9430dc932.json
Deploy To Azure
CiscoWSAEvent
| where DstPortNumber !in ('80', '443')
| where NetworkApplicationProtocol in~ ('HTTP', 'HTTPs')
| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = SrcUserName
queryPeriod: 1h
version: 1.0.0
kind: Scheduled
triggerThreshold: 0
relevantTechniques:
- T1048
triggerOperator: gt
entityMappings:
- fieldMappings:
  - identifier: Address
    columnName: IPCustomEntity
  entityType: IP
- fieldMappings:
  - identifier: Name
    columnName: AccountCustomEntity
  entityType: Account
query: |
  CiscoWSAEvent
  | where DstPortNumber !in ('80', '443')
  | where NetworkApplicationProtocol in~ ('HTTP', 'HTTPs')
  | extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = SrcUserName  
name: Cisco WSA - Suspected protocol abuse
queryFrequency: 1h
requiredDataConnectors:
- connectorId: CiscoWSA
  dataTypes:
  - CiscoWSAEvent
description: |
    'Detects possible protocol abuse.'
status: Available
id: 6f756792-4888-48a5-97cf-40d9430dc932
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CiscoWSA/Analytic Rules/CiscoWSAProtocolAbuse.yaml
tactics:
- Exfiltration
severity: Medium
{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "workspace": {
      "type": "String"
    }
  },
  "resources": [
    {
      "apiVersion": "2023-02-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",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "Exfiltration"
        ],
        "techniques": [
          "T1048"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}