Unlike traditional databases that rely on known blocklists, PhishVision actually looks at the website. We capture a visual snapshot and detect brand impersonations and malicious JS skimmers instantly.
We combine headless browser automation with multimodal vision LLMs to detect the undetectable.
curl -X POST https://opticparse-1opticparse-node-sg.onrender.com/api/phish-detect \ -H "Content-Type: application/json" \ -d '{ "url": "http://secure-login-paypal.com.scam-site.net" }'
{
"verdict": "phishing",
"confidence_score_percentage": 98,
"impersonated_brand": "PayPal",
"threat_indicators": [
"Urgent call to action requesting credentials",
"Logo mismatch with official PayPal branding",
"Suspicious form action pointing to external IP"
]
}