CT App Center Started for Free →
Seletor de Linguagem
CT App Center
Started for Free → Sign In
Home Apps CT Scan
CT Scan
Active
⬡ v2.4.1

Deep-scan URLs,
domains and files.

CT Scan analyses any URL, domain or file in real time using AI-powered threat intelligence, community data and global security databases. Know what you're clicking before it's too late.

4.2M+
Scans performed
127K
Threats detected
98.9%
Accuracy rate
CT Scan — Live Demo
SAFE — Verified domain. Trusted by the CheckTrusted community.
SSL valid · No threats · Domain age 12y
97
✓ SSL Valid ✓ No Malware ✓ Clean DNS ✓ No Phishing

Demo mode — upgrade for full results

How it works

Three steps. Instant results.

No setup, no account required for basic scans. Paste, scan, know.

01
📋
Paste your input
Enter any URL, domain, email address or file hash. CT Scan accepts all formats — no need to clean up the link.
02
AI analysis runs
Our engine cross-references 40+ threat databases, checks SSL, DNS and WHOIS data and community reports in under 2 seconds.
03
📊
Get your result
Receive a Trust Score from 0–100 with a full breakdown — threats, certificates, domain age, blacklist status and more.
Features

Everything you need to scan safely

CT Scan goes beyond basic URL checking — it's a full threat intelligence engine.

🤖
AI-Powered Detection
Machine learning models trained on millions of threats detect phishing patterns, malware signatures and social engineering tactics in real time.
All plans
🌐
40+ Threat Databases
Cross-references Google Safe Browsing, VirusTotal, PhishTank, OpenPhish, Spamhaus and 35+ other global threat intelligence sources.
All plans
🔒
SSL Certificate Analysis
Verifies certificate validity, issuer reputation, expiry date and checks for mismatched domains or self-signed certificates.
All plans
🏛
WHOIS & DNS Intelligence
Checks domain age, registrar reputation, DNS configuration and identifies recently registered domains — a common phishing indicator.
Pro & Business
👥
Community Intelligence
Leverages real-time reports from the CheckTrusted community. When thousands of users flag a URL, our system learns and updates instantly.
Pro & Business
📁
File Hash Scanning
Submit MD5, SHA1 or SHA256 hashes to check if a file has been flagged across global malware repositories before downloading.
Business only
Plans

CT Scan limits by plan

Start free. Scale when your needs grow.

Feature Free
⭐ Pro
€19/mo
Business
€79/mo
Daily scans 10 / day Unlimited Unlimited
Basic threat detection
SSL certificate check
Full threat breakdown
WHOIS & DNS analysis
Community intelligence
Scan history 30 days 1 year
API access 1,000 req/day Unlimited
File hash scanning
Bulk scanning
Webhooks
See full pricing →
API

Integrate CT Scan
into your project

Use the CT Scan API to scan URLs, emails and domains directly from your application. Available on Pro and Business plans.

POST /wp-json/ct/v1/scan

Scan any URL, domain or email. Returns a Trust Score 0–100 with full threat breakdown.

input* URL, domain or email to scan
X-CT-API-Key Your API key (header)
JavaScript
// Scan a URL with CT Scan API
fetch('https://ctappcenter.com/wp-json/ct/v1/scan', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'X-CT-API-Key': 'your_api_key'
  },
  body: JSON.stringify({
    input: 'https://example.com'
  })
})
.then(r => r.json())
.then(data => {
  console.log(data.score); // 97
  console.log(data.status); // "safe"
});
Response 200 OK
{
  "input": "https://example.com",
  "status": "safe",
  "score": 97,
  "ssl_valid": true,
  "domain_age": "12 years",
  "threats": [],
  "timestamp": "2025-03-24T10:00:00Z"
}
CT Scan

Start scanning.
Stay protected.

10 free scans per day, no account required. Upgrade anytime for unlimited scans and full threat intelligence.

✓ No credit card ✓ 10 free scans/day ✓ Instant results