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