Amazon GuardDuty · JSON Structure

Guardduty Remote Ip Details Structure

Contains information about the remote IP address of the connection.

Type: object Properties: 5
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

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

Properties

City Country GeoLocation IpAddressV4 Organization

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-remote-ip-details-structure.json",
  "name": "RemoteIpDetails",
  "description": "Contains information about the remote IP address of the connection.",
  "type": "object",
  "properties": {
    "City": {
      "allOf": [
        {
          "$ref": "#/components/schemas/City"
        },
        {
          "xml": {
            "name": "city"
          },
          "description": "The city information of the remote IP address."
        }
      ]
    },
    "Country": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Country"
        },
        {
          "xml": {
            "name": "country"
          },
          "description": "The country code of the remote IP address."
        }
      ]
    },
    "GeoLocation": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GeoLocation"
        },
        {
          "xml": {
            "name": "geoLocation"
          },
          "description": "The location information of the remote IP address."
        }
      ]
    },
    "IpAddressV4": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "ipAddressV4"
          },
          "description": "The IPv4 remote address of the connection."
        }
      ]
    },
    "Organization": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Organization"
        },
        {
          "xml": {
            "name": "organization"
          },
          "description": "The ISP organization information of the remote IP address."
        }
      ]
    }
  }
}