title: Desant AI
emoji: π‘οΈ
colorFrom: blue
colorTo: green
sdk: static
pinned: false
Desant Security is a cybersecurity company headquartered in Winterthur, Switzerland, building AI-powered tools that detect and mitigate phishing threats in real time.
Founded by Cristian Cornea β IT Security Analyst, Incident Responder, and Detection Engineer β Desant develops practical, scalable security AI that protects individuals and enterprises without compromising privacy.
What We Do
We train and deploy machine learning models that analyze web page screenshots to identify phishing login pages β catching credential-theft attempts before users interact with them.
Our models power the Desant Phishing Detector browser extension for Google Chrome and Microsoft Edge, delivering on-demand phishing verdicts in under 50ms.
Key Principles
- Privacy First β Data processed in Switzerland and Germany. GDPR compliant. Short data retention.
- Real-Time Detection β Sub-50ms inference for instant phishing alerts.
- Continuous Improvement β Models regularly retrained on fresh phishing campaigns from PhishTank, OpenPhish, URLhaus, and AlienVault OTX.
- Edge to Cloud β From 2.9 MB on-device Edge TPU models to full-precision cloud classifiers, covering the entire deployment spectrum.
Models
| Model | Architecture | Size | Target | Accuracy |
|---|---|---|---|---|
desant-phishing-inference |
CLIP ViT-B/32 + MLP | ~335 MB | GPU / CPU (cloud) | 92β96% |
desant-phishing-detector-google-coral-int8 |
MobileNetV2 INT8 | 2.93 MB | Google Coral Edge TPU | ~89% |
Our primary classifier uses a frozen OpenAI CLIP ViT-B/32 vision encoder with a custom 3-layer MLP head, fine-tuned on thousands of real phishing and legitimate login page screenshots. This model delivers the highest accuracy and powers our cloud API and browser extension backend.
Input Image (screenshot)
β
βΌ
βββββββββββββββββββββββββββ
β OpenCLIP ViT-B/32 β β Frozen pre-trained encoder
β Vision Encoder β
ββββββββββ¬βββββββββββββββββ
β 512-dim features
βΌ
βββββββββββββββββββββββββββ
β Classifier Head β
β Linear(512 β 512) β
β Linear(512 β 128) β
β Linear(128 β 2) β β [safe, malicious]
ββββββββββ¬βββββββββββββββββ
β
βΌ
Softmax β Probability
Edge Model β MobileNetV2 INT8 for Google Coral
A knowledge-distilled MobileNetV2 student model, fully quantized to INT8 and compiled for the Google Coral Edge TPU. All 68 operators run entirely on the TPU with zero CPU fallback β designed for air-gapped deployments, IoT security appliances, and Raspberry Pi edge nodes.
Datasets
| Dataset | Description |
|---|---|
LoginPagePhishingVsBenign-2026 |
Curated phishing vs. legitimate login page screenshots for training and evaluation |
Spaces
| Space | Description |
|---|---|
Desant Phishing Detection |
Interactive demo β upload any screenshot and get a phishing verdict with confidence score |
Products
Desant Phishing Detector β Browser Extension
Free browser extension for Google Chrome and Microsoft Edge that analyzes suspicious login pages on demand. Click "Analyze" on any authentication page and receive an instant SAFE or MALICIOUS verdict.
Enterprise-grade phishing detection API with JWT authentication, CSRF protection, and batch inference capabilities. Integrates into SOC workflows, SIEM pipelines, and custom security tools.
Technical Approach
Our phishing detection pipeline analyzes visual patterns in web page screenshots rather than relying solely on URL heuristics or blocklists:
ββββββββββββββββ ββββββββββββββββ ββββββββββββββββ ββββββββββββββββ
β 1. Capture β βββΆ β 2. Preprocess β βββΆ β 3. Infer β βββΆ β 4. Verdict β
β Screenshot β β Resize+Pad β β CLIP/MobileN β β SAFE or MAL β
ββββββββββββββββ ββββββββββββββββ ββββββββββββββββ ββββββββββββββββ
This vision-based approach catches phishing pages that evade traditional URL/domain-based detection, including homograph attacks, compromised legitimate domains, and novel phishing kits.
Training Data Sources
Our models are trained on real-world phishing data from established threat intelligence feeds:
| Source | Type |
|---|---|
| PhishTank | Community-verified phishing URLs |
| OpenPhish | Automated phishing intelligence |
| URLhaus (Abuse.ch) | Malware and phishing URL tracker |
| AlienVault OTX | Open threat exchange |
Safe/legitimate samples include real login pages from major services (Google, Microsoft, banking portals), search engines, and general web content.