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

ProofpointPOD - Weak ciphers

Back
Id56b0a0cd-894e-4b38-a0a1-c41d9f96649a
RulenameProofpointPOD - Weak ciphers
DescriptionDetects when weak TLS ciphers are used.
SeverityLow
TacticsCommandandControl
TechniquesT1573
Required data connectorsProofpointPOD
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Proofpoint On demand(POD) Email Security/Analytic Rules/ProofpointPODWeakCiphers.yaml
Version1.0.2
Arm template56b0a0cd-894e-4b38-a0a1-c41d9f96649a.json
Deploy To Azure
let lbtime = 1h;
let tls_ciphers = dynamic(['RC4-SHA', 'DES-CBC3-SHA']);
ProofpointPOD
| where EventType == 'message'
| where TlsCipher in (tls_ciphers)
| extend IPCustomEntity = SrcIpAddr
queryFrequency: 1h
triggerThreshold: 0
name: ProofpointPOD - Weak ciphers
version: 1.0.2
id: 56b0a0cd-894e-4b38-a0a1-c41d9f96649a
status: Available
tactics:
- CommandandControl
entityMappings:
- entityType: IP
  fieldMappings:
  - columnName: IPCustomEntity
    identifier: Address
queryPeriod: 1h
description: |
    'Detects when weak TLS ciphers are used.'
requiredDataConnectors:
- connectorId: ProofpointPOD
  dataTypes:
  - ProofpointPOD_message_CL
query: |
  let lbtime = 1h;
  let tls_ciphers = dynamic(['RC4-SHA', 'DES-CBC3-SHA']);
  ProofpointPOD
  | where EventType == 'message'
  | where TlsCipher in (tls_ciphers)
  | extend IPCustomEntity = SrcIpAddr  
kind: Scheduled
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Proofpoint On demand(POD) Email Security/Analytic Rules/ProofpointPODWeakCiphers.yaml
triggerOperator: gt
relevantTechniques:
- T1573
severity: Low
{
  "$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/56b0a0cd-894e-4b38-a0a1-c41d9f96649a')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/56b0a0cd-894e-4b38-a0a1-c41d9f96649a')]",
      "properties": {
        "alertRuleTemplateName": "56b0a0cd-894e-4b38-a0a1-c41d9f96649a",
        "customDetails": null,
        "description": "'Detects when weak TLS ciphers are used.'\n",
        "displayName": "ProofpointPOD - Weak ciphers",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "IP",
            "fieldMappings": [
              {
                "columnName": "IPCustomEntity",
                "identifier": "Address"
              }
            ]
          }
        ],
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Proofpoint On demand(POD) Email Security/Analytic Rules/ProofpointPODWeakCiphers.yaml",
        "query": "let lbtime = 1h;\nlet tls_ciphers = dynamic(['RC4-SHA', 'DES-CBC3-SHA']);\nProofpointPOD\n| where EventType == 'message'\n| where TlsCipher in (tls_ciphers)\n| extend IPCustomEntity = SrcIpAddr\n",
        "queryFrequency": "PT1H",
        "queryPeriod": "PT1H",
        "severity": "Low",
        "status": "Available",
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "CommandandControl"
        ],
        "techniques": [
          "T1573"
        ],
        "templateVersion": "1.0.2",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}