Amazon GuardDuty · JSON Structure

Guardduty Network Connection Action Structure

Contains information about the NETWORK_CONNECTION action described in the finding.

Type: object Properties: 7
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

NetworkConnectionAction is a JSON Structure definition published by Amazon GuardDuty, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Blocked ConnectionDirection LocalPortDetails Protocol LocalIpDetails RemoteIpDetails RemotePortDetails

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-structure/guardduty-network-connection-action-structure.json",
  "name": "NetworkConnectionAction",
  "description": "Contains information about the NETWORK_CONNECTION action described in the finding.",
  "type": "object",
  "properties": {
    "Blocked": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "xml": {
            "name": "blocked"
          },
          "description": "Indicates whether EC2 blocked the network connection to your instance."
        }
      ]
    },
    "ConnectionDirection": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "connectionDirection"
          },
          "description": "The network connection direction."
        }
      ]
    },
    "LocalPortDetails": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LocalPortDetails"
        },
        {
          "xml": {
            "name": "localPortDetails"
          },
          "description": "The local port information of the connection."
        }
      ]
    },
    "Protocol": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "protocol"
          },
          "description": "The network connection protocol."
        }
      ]
    },
    "LocalIpDetails": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LocalIpDetails"
        },
        {
          "xml": {
            "name": "localIpDetails"
          },
          "description": "The local IP information of the connection."
        }
      ]
    },
    "RemoteIpDetails": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RemoteIpDetails"
        },
        {
          "xml": {
            "name": "remoteIpDetails"
          },
          "description": "The remote IP information of the connection."
        }
      ]
    },
    "RemotePortDetails": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RemotePortDetails"
        },
        {
          "xml": {
            "name": "remotePortDetails"
          },
          "description": "The remote port information of the connection."
        }
      ]
    }
  }
}