Header X-Frame-Options Missing - Informational
Id | b3235222-fdb9-4083-b4ce-05aef9f48630 |
Rulename | Header: X-Frame-Options Missing - Informational |
Description | Header: X-Frame-Options Missing |
Severity | Informational |
Tactics | InitialAccess |
Techniques | T1189 |
Required data connectors | HVPollingIDAzureFunctions |
Kind | Scheduled |
Query frequency | 5m |
Query period | 5m |
Trigger threshold | 0 |
Trigger operator | gt |
Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/HeaderXFrameOptionsMissingInformational.yaml |
Version | 1.0.2 |
Arm template | b3235222-fdb9-4083-b4ce-05aef9f48630.json |
HackerViewLog_Azure_1_CL | where severity_s == "low" | where progress_status_s == "New" | where status_s != "inactive" | where issue_name_s == "SPF Policy Set to Soft Fail"
id: b3235222-fdb9-4083-b4ce-05aef9f48630
suppressionDuration: 5h
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/HeaderXFrameOptionsMissingInformational.yaml
requiredDataConnectors:
- dataTypes:
- HackerViewLog_Azure_1_CL
connectorId: HVPollingIDAzureFunctions
description: |
'Header: X-Frame-Options Missing'
severity: Informational
queryPeriod: 5m
kind: Scheduled
tactics:
- InitialAccess
eventGroupingSettings:
aggregationKind: SingleAlert
queryFrequency: 5m
query: HackerViewLog_Azure_1_CL | where severity_s == "low" | where progress_status_s == "New" | where status_s != "inactive" | where issue_name_s == "SPF Policy Set to Soft Fail"
incidentConfiguration:
groupingConfiguration:
enabled: false
groupByAlertDetails: []
groupByEntities: []
reopenClosedIncident: false
groupByCustomDetails: []
matchingMethod: AllEntities
lookbackDuration: PT5H
createIncident: true
version: 1.0.2
triggerThreshold: 0
name: 'Header: X-Frame-Options Missing - Informational'
entityMappings:
- entityType: Host
fieldMappings:
- columnName: meta_host_s
identifier: HostName
- entityType: IP
fieldMappings:
- columnName: meta_resolved_ip_s
identifier: Address
- entityType: URL
fieldMappings:
- columnName: hackerview_link_s
identifier: Url
status: Available
relevantTechniques:
- T1189
suppressionEnabled: false
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"apiVersion": "2024-01-01-preview",
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/b3235222-fdb9-4083-b4ce-05aef9f48630')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/b3235222-fdb9-4083-b4ce-05aef9f48630')]",
"properties": {
"alertRuleTemplateName": "b3235222-fdb9-4083-b4ce-05aef9f48630",
"customDetails": null,
"description": "'Header: X-Frame-Options Missing'\n",
"displayName": "Header: X-Frame-Options Missing - Informational",
"enabled": true,
"entityMappings": [
{
"entityType": "Host",
"fieldMappings": [
{
"columnName": "meta_host_s",
"identifier": "HostName"
}
]
},
{
"entityType": "IP",
"fieldMappings": [
{
"columnName": "meta_resolved_ip_s",
"identifier": "Address"
}
]
},
{
"entityType": "URL",
"fieldMappings": [
{
"columnName": "hackerview_link_s",
"identifier": "Url"
}
]
}
],
"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/HeaderXFrameOptionsMissingInformational.yaml",
"query": "HackerViewLog_Azure_1_CL | where severity_s == \"low\" | where progress_status_s == \"New\" | where status_s != \"inactive\" | where issue_name_s == \"SPF Policy Set to Soft Fail\"",
"queryFrequency": "PT5M",
"queryPeriod": "PT5M",
"severity": "Informational",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT5H",
"suppressionEnabled": false,
"tactics": [
"InitialAccess"
],
"techniques": [
"T1189"
],
"templateVersion": "1.0.2",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}