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

OCI - Insecure metadata endpoint

Back
Id9c4b1b9c-6462-41ce-8f2e-ce8c104331fc
RulenameOCI - Insecure metadata endpoint
DescriptionDetects insecure metadata endpoint.
SeverityHigh
TacticsDiscovery
TechniquesT1069
Required data connectorsOracleCloudInfrastructureLogsConnector
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Oracle Cloud Infrastructure/Analytic Rules/OCIInsecureMetadataEndpoint.yaml
Version1.0.1
Arm template9c4b1b9c-6462-41ce-8f2e-ce8c104331fc.json
Deploy To Azure
OCILogs
| where data_request_headers_oci_original_url_s contains '/opc/v1' or data_request_headers_oci_original_url_s contains '/openstack'
| where HttpStatusCode == 200
| extend IPCustomEntity = DstIpAddr
description: |
    'Detects insecure metadata endpoint.'
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Oracle Cloud Infrastructure/Analytic Rules/OCIInsecureMetadataEndpoint.yaml
queryFrequency: 1h
version: 1.0.1
requiredDataConnectors:
- dataTypes:
  - OCILogs
  connectorId: OracleCloudInfrastructureLogsConnector
status: Available
query: |
  OCILogs
  | where data_request_headers_oci_original_url_s contains '/opc/v1' or data_request_headers_oci_original_url_s contains '/openstack'
  | where HttpStatusCode == 200
  | extend IPCustomEntity = DstIpAddr  
entityMappings:
- entityType: IP
  fieldMappings:
  - columnName: IPCustomEntity
    identifier: Address
kind: Scheduled
severity: High
tactics:
- Discovery
id: 9c4b1b9c-6462-41ce-8f2e-ce8c104331fc
triggerOperator: gt
relevantTechniques:
- T1069
queryPeriod: 1h
name: OCI - Insecure metadata endpoint
triggerThreshold: 0