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

Header X-Frame-Options Missing - Informational

Back
Idb3235222-fdb9-4083-b4ce-05aef9f48630
RulenameHeader: X-Frame-Options Missing - Informational
DescriptionHeader: X-Frame-Options Missing
SeverityInformational
TacticsInitialAccess
TechniquesT1189
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/HeaderXFrameOptionsMissingInformational.yaml
Version1.0.3
Arm templateb3235222-fdb9-4083-b4ce-05aef9f48630.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 == "Header: X-Frame-Options Missing"
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/HeaderXFrameOptionsMissingInformational.yaml
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    enabled: false
    matchingMethod: AllEntities
    lookbackDuration: PT5H
    reopenClosedIncident: false
queryFrequency: 5m
name: 'Header: X-Frame-Options Missing - Informational'
eventGroupingSettings:
  aggregationKind: SingleAlert
suppressionDuration: 5h
suppressionEnabled: false
severity: Informational
triggerThreshold: 0
query: |
    HackerViewLog_Azure_1_CL | where severity_s == "low" | where progress_status_s == "New" | where status_s != "inactive"  | where issue_name_s == "Header: X-Frame-Options Missing"
requiredDataConnectors:
- dataTypes:
  - HackerViewLog_Azure_1_CL
  connectorId: HVPollingIDAzureFunctions
relevantTechniques:
- T1189
status: Available
triggerOperator: gt
queryPeriod: 5m
description: |
    'Header: X-Frame-Options Missing'
id: b3235222-fdb9-4083-b4ce-05aef9f48630
version: 1.0.3
entityMappings:
- fieldMappings:
  - columnName: meta_host_s
    identifier: HostName
  entityType: Host
- fieldMappings:
  - columnName: meta_resolved_ip_s
    identifier: Address
  entityType: IP
- fieldMappings:
  - columnName: hackerview_link_s
    identifier: Url
  entityType: URL
kind: Scheduled
tactics:
- InitialAccess