intel_phishing-url-info

APIs.ioEngineeringPlatform

Properties

Name Type Description
categorizations array List of categorizations applied to this submission.
model_results array List of model results for completed scans.
rule_matches array List of signatures that matched against site content found when crawling the URL.
scan_status object Status of the most recent scan found.
screenshot_download_signature string For internal use.
screenshot_path string For internal use.
url string URL that was submitted.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-intel-phishing-url-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/intel_phishing-url-info",
  "title": "intel_phishing-url-info",
  "properties": {
    "categorizations": {
      "description": "List of categorizations applied to this submission.",
      "items": {
        "properties": {
          "category": {
            "description": "Name of the category applied.",
            "example": "PHISHING",
            "type": "string"
          },
          "verification_status": {
            "description": "Result of human review for this categorization.",
            "example": "confirmed",
            "type": "string"
          }
        },
        "type": "object"
      },
      "type": "array"
    },
    "model_results": {
      "description": "List of model results for completed scans.",
      "items": {
        "properties": {
          "model_name": {
            "description": "Name of the model.",
            "example": "MACHINE_LEARNING_v2",
            "type": "string"
          },
          "model_score": {
            "description": "Score output by the model for this submission.",
            "example": 0.024,
            "type": "number"
          }
        },
        "type": "object"
      },
      "type": "array"
    },
    "rule_matches": {
      "description": "List of signatures that matched against site content found when crawling the URL.",
      "items": {
        "properties": {
          "banning": {
            "description": "For internal use.",
            "type": "boolean"
          },
          "blocking": {
            "description": "For internal use.",
            "type": "boolean"
          },
          "description": {
            "description": "Description of the signature that matched.",
            "example": "Match frequently used social followers phishing kit",
            "type": "string"
          },
          "name": {
            "description": "Name of the signature that matched.",
            "example": "phishkit.social_followers",
            "type": "string"
          }
        },
        "type": "object"
      },
      "type": "array"
    },
    "scan_status": {
      "description": "Status of the most recent scan found.",
      "properties": {
        "last_processed": {
          "description": "Timestamp of when the submission was processed.",
          "example": "Wed, 26 Oct 2022 16:04:51 GMT",
          "type": "string"
        },
        "scan_complete": {
          "description": "For internal use.",
          "type": "boolean"
        },
        "status_code": {
          "description": "Status code that the crawler received when loading the submitted URL.",
          "type": "integer"
        },
        "submission_id": {
          "description": "ID of the most recent submission.",
          "type": "integer"
        }
      },
      "type": "object"
    },
    "screenshot_download_signature": {
      "description": "For internal use.",
      "type": "string"
    },
    "screenshot_path": {
      "description": "For internal use.",
      "type": "string"
    },
    "url": {
      "description": "URL that was submitted.",
      "example": "https://www.cloudflare.com",
      "type": "string"
    }
  }
}