let lbtime = 1h;
let tls_ciphers = dynamic(['RC4-SHA', 'DES-CBC3-SHA']);
ProofpointPOD
| where EventType == 'message'
| where TlsCipher in (tls_ciphers)
| extend IPCustomEntity = SrcIpAddr
triggerOperator: gt
id: 56b0a0cd-894e-4b38-a0a1-c41d9f96649a
entityMappings:
- fieldMappings:
- columnName: IPCustomEntity
identifier: Address
entityType: IP
requiredDataConnectors:
- connectorId: ProofpointPOD
dataTypes:
- ProofpointPOD_message_CL
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Proofpoint On demand(POD) Email Security/Analytic Rules/ProofpointPODWeakCiphers.yaml
triggerThreshold: 0
severity: Low
queryFrequency: 1h
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
relevantTechniques:
- T1573
description: |
'Detects when weak TLS ciphers are used.'
kind: Scheduled
version: 1.0.3
tactics:
- CommandAndControl
status: Available
name: ProofpointPOD - Weak ciphers
queryPeriod: 1h