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

TLSv1 in Use - Medium

Back
Id93f2ab34-15a3-4199-ad5a-6ebf8d2ad449
RulenameTLSv1 in Use - Medium
DescriptionTLSv1 in Use
SeverityMedium
TacticsCredentialAccess
LateralMovement
DefenseEvasion
Persistence
TechniquesT1556
T1210
T1212
Required data connectorsHVPollingIDAzureFunctions
KindScheduled
Query frequency5m
Query period5m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/Tlsv1InUseMedium.yaml
Version1.0.3
Arm template93f2ab34-15a3-4199-ad5a-6ebf8d2ad449.json
Deploy To Azure
HackerViewLog_Azure_1_CL | where severity_s == "medium" | where progress_status_s == "New" | where status_s != "inactive"  | where issue_name_s == "TLSv1 in Use"
query: HackerViewLog_Azure_1_CL | where severity_s == "medium" | where progress_status_s == "New" | where status_s != "inactive"  | where issue_name_s == "TLSv1 in Use"
suppressionEnabled: false
description: |
    'TLSv1 in Use'
triggerOperator: gt
triggerThreshold: 0
queryPeriod: 5m
queryFrequency: 5m
entityMappings:
- entityType: IP
  fieldMappings:
  - columnName: meta_resolved_ip_s
    identifier: Address
- entityType: Host
  fieldMappings:
  - columnName: meta_host_s
    identifier: HostName
- entityType: URL
  fieldMappings:
  - columnName: hackerview_link_s
    identifier: Url
suppressionDuration: 5h
name: TLSv1 in Use - Medium
status: Available
id: 93f2ab34-15a3-4199-ad5a-6ebf8d2ad449
tactics:
- CredentialAccess
- LateralMovement
- DefenseEvasion
- Persistence
eventGroupingSettings:
  aggregationKind: SingleAlert
kind: Scheduled
requiredDataConnectors:
- connectorId: HVPollingIDAzureFunctions
  dataTypes:
  - HackerViewLog_Azure_1_CL
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/Tlsv1InUseMedium.yaml
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    matchingMethod: AllEntities
    enabled: false
    lookbackDuration: PT5H
    reopenClosedIncident: false
version: 1.0.3
severity: Medium
relevantTechniques:
- T1556
- T1210
- T1212