Monitor your URL scanning activities and threat detection metrics in real-time.
12,847
↑ 12% from last month
247
↑ 8% from last month
99.7%
Last 24 hours
google.com
2 minutes ago
suspicious-site.net
5 minutes ago
example.com
8 minutes ago
test-site.org
12 minutes ago
Average Response Time
0.8s
Uptime
99.9%
Advanced AI-powered URL detection and threat analysis.
facebook.com
2 minutes ago
malware-site.com
5 minutes ago
github.com
8 minutes ago
Deep dive into threat patterns and security insights
New phishing campaign detected
Targeting financial sector - 127 URLs identified
Malware distribution network
Command & control servers mapped
Zero-day exploit signatures
Updated detection rules deployed
Comprehensive security reports and analytics
High-level security overview
Comprehensive threat breakdown
Regulatory compliance status
| Report Name | Frequency | Next Run | Status | Actions |
|---|---|---|---|---|
| Weekly Security Summary | Every Monday | Dec 23, 2024 | Active | |
| Monthly Compliance Report | 1st of Month | Jan 1, 2025 | Active |
Complete API reference for URL detection automation
curl -X POST https://api.urlshield.ai/v1/scan \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com"}'
Authorization: Bearer <your-api-key>
https://api.urlshield.ai/v1
{
"url": "string",
"options": {
"deepScan": false,
"includeDetails": true
}
}
{
"id": "scan_123",
"url": "https://example.com",
"status": "completed",
"risk_score": 85,
"threats": ["phishing", "malware"],
"timestamp": "2024-12-19T10:00:00Z"
}
{
"id": "scan_123",
"url": "https://example.com",
"status": "completed",
"results": {
"risk_score": 85,
"threats": [...],
"metadata": {...}
}
}
pip install urlshield
npm install urlshield-api
implementation 'com.urlshield:client:1.0.0'