intel_schemas-ip

APIs.ioEngineeringPlatform

Properties

Name Type Description
belongs_to_ref object Specifies a reference to the autonomous systems (AS) that the IP address belongs to.
ip object
risk_types object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-intel-schemas-ip-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/intel_schemas-ip",
  "title": "intel_schemas-ip",
  "properties": {
    "belongs_to_ref": {
      "description": "Specifies a reference to the autonomous systems (AS) that the IP address belongs to.",
      "properties": {
        "country": {
          "example": "US",
          "type": "string"
        },
        "description": {
          "example": "CLOUDFLARENET",
          "type": "string"
        },
        "id": {
          "example": "autonomous-system--2fa28d71-3549-5a38-af05-770b79ad6ea8"
        },
        "type": {
          "description": "Infrastructure type of this ASN.",
          "enum": [
            "hosting_provider",
            "isp",
            "organization"
          ],
          "example": "hosting_provider",
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "ip": {
      "$ref": "#/components/schemas/intel_ip"
    },
    "risk_types": {
      "example": [
        {
          "id": 131,
          "name": "Phishing",
          "super_category_id": 21
        }
      ]
    }
  }
}