Updated on 2025-08-25 GMT+08:00

GeminiDB Instance Port Check

Rule Details

Table 1 Rule details

Parameter

Description

Rule Name

geminiDB-instance-port-check

Identifier

GeminiDB Instance Port Check

Description

If a GeminiDB instance is using a disabled port, this instance is non-compliant.

Tag

gemini db

Trigger Type

Configuration change

Filter Type

nosql.instances

Rule Parameters

blockedPorts: disabled GeminiDB instance ports. Default value: ["6379","7199","8086","27017"]

Application Scenarios

The default port is more likely to be eavesdropped, so a non-default port is recommended.

  • The default port number of Redis is 6379.
  • The default port number of Cassandra is 7199.
  • The default port number of Influx is 8086.
  • The default port number of Mongo is 27017.

Solution

Call the API for Changing a Database Port.

Rule Logic

  • If a GeminiDB instance is using a disabled port, this instance is non-compliant.
  • If a GeminiDB instance is not using any disabled port, the check result is compliant.