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

TLSv11 in Use - info

Back
Id049edfdd-0331-4493-bcd7-b375bba7b551
RulenameTLSv1.1 in Use - info
DescriptionTLSv1.1 in Use
SeverityInformational
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/Tlsv11InUseInfo.yaml
Version1.0.1
Arm template049edfdd-0331-4493-bcd7-b375bba7b551.json
Deploy To Azure
HackerViewLog_Azure_1_CL | where severity_s == "low" | where progress_status_s == "New" | where status_s != "inactive"  | where issue_name_s == "TLSv1.1 in Use"
queryPeriod: 5m
suppressionEnabled: false
entityMappings:
- fieldMappings:
  - columnName: hackerview_link_s
    identifier: Url
  entityType: URL
- fieldMappings:
  - columnName: meta_resolved_ip_s
    identifier: Address
  entityType: IP
- fieldMappings:
  - columnName: meta_host_s
    identifier: HostName
  entityType: Host
id: 049edfdd-0331-4493-bcd7-b375bba7b551
name: TLSv1.1 in Use - info
kind: Scheduled
status: Available
description: |
    'TLSv1.1 in Use'
version: 1.0.1
triggerOperator: gt
query: HackerViewLog_Azure_1_CL | where severity_s == "low" | where progress_status_s == "New" | where status_s != "inactive"  | where issue_name_s == "TLSv1.1 in Use"
queryFrequency: 5m
incidentConfiguration:
  groupingConfiguration:
    lookbackDuration: PT5H
    reopenClosedIncident: false
    groupByEntities: []
    matchingMethod: AllEntities
    enabled: false
    groupByAlertDetails: []
    groupByCustomDetails: []
  createIncident: true
triggerThreshold: 0
eventGroupingSettings:
  aggregationKind: SingleAlert
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/Tlsv11InUseInfo.yaml
requiredDataConnectors:
- dataTypes:
  - HackerViewLog_Azure_1_CL
  connectorId: HVPollingIDAzureFunctions
suppressionDuration: 5h
severity: Informational
{
  "$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/049edfdd-0331-4493-bcd7-b375bba7b551')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/049edfdd-0331-4493-bcd7-b375bba7b551')]",
      "properties": {
        "alertRuleTemplateName": "049edfdd-0331-4493-bcd7-b375bba7b551",
        "customDetails": null,
        "description": "'TLSv1.1 in Use'\n",
        "displayName": "TLSv1.1 in Use - info",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "URL",
            "fieldMappings": [
              {
                "columnName": "hackerview_link_s",
                "identifier": "Url"
              }
            ]
          },
          {
            "entityType": "IP",
            "fieldMappings": [
              {
                "columnName": "meta_resolved_ip_s",
                "identifier": "Address"
              }
            ]
          },
          {
            "entityType": "Host",
            "fieldMappings": [
              {
                "columnName": "meta_host_s",
                "identifier": "HostName"
              }
            ]
          }
        ],
        "eventGroupingSettings": {
          "aggregationKind": "SingleAlert"
        },
        "incidentConfiguration": {
          "createIncident": true,
          "groupingConfiguration": {
            "enabled": false,
            "groupByAlertDetails": [],
            "groupByCustomDetails": [],
            "groupByEntities": [],
            "lookbackDuration": "PT5H",
            "matchingMethod": "AllEntities",
            "reopenClosedIncident": false
          }
        },
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/Tlsv11InUseInfo.yaml",
        "query": "HackerViewLog_Azure_1_CL | where severity_s == \"low\" | where progress_status_s == \"New\" | where status_s != \"inactive\"  | where issue_name_s == \"TLSv1.1 in Use\"",
        "queryFrequency": "PT5M",
        "queryPeriod": "PT5M",
        "severity": "Informational",
        "status": "Available",
        "suppressionDuration": "PT5H",
        "suppressionEnabled": false,
        "templateVersion": "1.0.1",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}