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

Subresource Integrity SRI Not Implemented

Back
Id6e9c75ed-7009-4918-a2f0-40b446614ea0
RulenameSubresource Integrity (SRI) Not Implemented
DescriptionSubresource Integrity (SRI) Not Implemented
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/SubresourceIntegritySRINotImplemented.yaml
Version1.0.1
Arm template6e9c75ed-7009-4918-a2f0-40b446614ea0.json
Deploy To Azure
HackerViewLog_Azure_1_CL | where severity_s == "informational" | where progress_status_s == "New" | where status_s != "inactive"  | where issue_name_s == "Subresource Integrity (SRI) Not Implemented"
id: 6e9c75ed-7009-4918-a2f0-40b446614ea0
triggerThreshold: 0
eventGroupingSettings:
  aggregationKind: SingleAlert
suppressionEnabled: false
severity: Informational
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/SubresourceIntegritySRINotImplemented.yaml
requiredDataConnectors:
- connectorId: HVPollingIDAzureFunctions
  dataTypes:
  - HackerViewLog_Azure_1_CL
entityMappings:
- fieldMappings:
  - identifier: Address
    columnName: meta_resolved_ip_s
  entityType: IP
- fieldMappings:
  - identifier: Url
    columnName: hackerview_link_s
  entityType: URL
- fieldMappings:
  - identifier: HostName
    columnName: meta_host_s
  entityType: Host
version: 1.0.1
query: HackerViewLog_Azure_1_CL | where severity_s == "informational" | where progress_status_s == "New" | where status_s != "inactive"  | where issue_name_s == "Subresource Integrity (SRI) Not Implemented"
queryPeriod: 5m
triggerOperator: gt
incidentConfiguration:
  groupingConfiguration:
    reopenClosedIncident: false
    groupByAlertDetails: []
    groupByCustomDetails: []
    enabled: false
    groupByEntities: []
    matchingMethod: AllEntities
    lookbackDuration: PT5H
  createIncident: true
suppressionDuration: 5h
status: Available
description: |
    'Subresource Integrity (SRI) Not Implemented'
name: Subresource Integrity (SRI) Not Implemented
kind: Scheduled
queryFrequency: 5m
{
  "$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/6e9c75ed-7009-4918-a2f0-40b446614ea0')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/6e9c75ed-7009-4918-a2f0-40b446614ea0')]",
      "properties": {
        "alertRuleTemplateName": "6e9c75ed-7009-4918-a2f0-40b446614ea0",
        "customDetails": null,
        "description": "'Subresource Integrity (SRI) Not Implemented'\n",
        "displayName": "Subresource Integrity (SRI) Not Implemented",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "IP",
            "fieldMappings": [
              {
                "columnName": "meta_resolved_ip_s",
                "identifier": "Address"
              }
            ]
          },
          {
            "entityType": "URL",
            "fieldMappings": [
              {
                "columnName": "hackerview_link_s",
                "identifier": "Url"
              }
            ]
          },
          {
            "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/SubresourceIntegritySRINotImplemented.yaml",
        "query": "HackerViewLog_Azure_1_CL | where severity_s == \"informational\" | where progress_status_s == \"New\" | where status_s != \"inactive\"  | where issue_name_s == \"Subresource Integrity (SRI) Not Implemented\"",
        "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"
    }
  ]
}