{ "$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" } } }