action ipqualityscore_malicious_url_scanner { label: "Malicious URL Scanner" description: "Malicious URL Scanner" provider: ipqualityscore method: GET path: "/json/url/{YOUR_API_KEY_HERE}/{URL_HERE}" encoding: json output: { type: "object" properties: { adult: { type: "boolean" } category: { type: "string" } content_type: { type: "string" } dns_valid: { type: "boolean" } domain: { type: "string" } domain_age: { type: "object" properties: { human: { type: "string" } iso: { type: "string" } timestamp: { type: "number" } } } domain_rank: { type: "number" } ip_address: { type: "string" } malware: { type: "boolean" } message: { type: "string" } page_size: { type: "number" } parking: { type: "boolean" } phishing: { type: "boolean" } request_id: { type: "string" } risk_score: { type: "number" } server: { type: "string" } spamming: { type: "boolean" } status_code: { type: "number" } success: { type: "boolean" } suspicious: { type: "boolean" } unsafe: { type: "boolean" } } } }