CT App Center Started for Free →
Seletor de Linguagem
CT App Center
Started for Free → Sign In
Home Apps CT Verify
CT Verify
Active
⬡ v1.2.3

Verify identity.
Trust what's real.

CT Verify cross-checks websites, emails and SSL certificates against WHOIS records, DNS data, reputation databases and community reports. Know exactly who you're dealing with.

3.8M+
Verifications done
54K
Fake identities caught
99.1%
Accuracy rate
CT Verify — Identity Check
VERIFIED
96
SSL Certificate ✓ Valid · 287 days
Domain Age ✓ 8 years
WHOIS Match ✓ Verified
Blacklists ✓ Clean
✓ SSL Valid ✓ WHOIS Clean ✓ DNS OK

Demo mode — upgrade for full results

How it works

Identity verified in seconds.

Paste any domain or email and get a full identity report instantly — no technical knowledge required.

01
📋
Submit your target
Enter a website domain, email address or SSL certificate URL. CT Verify accepts all formats and cleans up messy input automatically.
02
🔬
Deep identity check
CT Verify cross-checks WHOIS records, DNS configuration, SSL certificates, domain age, registrar reputation and community reports simultaneously.
03
📋
Full identity report
Receive a complete identity report with a Trust Score, verification status for each data point and actionable recommendations.
Features

Everything you need to verify with confidence

CT Verify goes beyond surface-level checks — it's a full identity intelligence engine.

🔒
SSL Certificate Analysis
Validates SSL certificate authenticity, checks issuer reputation, expiry date and detects mismatched or self-signed certificates.
All plans
🌐
WHOIS Intelligence
Checks domain registration details, registrar reputation and owner history. Flags suspicious patterns like hidden ownership or recent transfers.
All plans
📧
Email Verification
Verifies email address legitimacy, checks SPF/DKIM/DMARC records and detects spoofed or disposable addresses linked to known scams.
All plans
🕵️
DNS Deep Analysis
Analyses DNS records for anomalies, checks MX records for email security and detects DNS hijacking or suspicious configurations.
Pro & Business
👥
Community Reports
Cross-references the CheckTrusted community database for user-submitted reports, scam flags and verified business information.
Pro & Business
📊
Bulk Verification
Verify hundreds of domains or emails at once via CSV upload or API. Ideal for compliance teams, fraud prevention and vendor screening.
Business only
Plans

CT Verify limits by plan

Start free. Scale when your needs grow.

Feature Free
⭐ Pro
€19/mo
Business
€79/mo
Verifications/day 10 / day Unlimited Unlimited
SSL certificate check
WHOIS lookup
Email verification
DNS deep analysis
Community reports
Verification history 30 days 1 year
Bulk verification
API access 1,000 req/day Unlimited
See full pricing →
API

Integrate CT Verify
into your workflow

Use the CT Verify API to verify identities, domains and emails directly from your application. Available on Pro and Business plans.

POST /wp-json/ct/v1/verify

Verify any domain or email identity. Returns full verification report with Trust Score.

target* Domain or email to verify
X-CT-API-Key Your API key (header)
JavaScript
// Verify identity with CT Verify API
fetch('https://ctappcenter.com/wp-json/ct/v1/verify', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'X-CT-API-Key': 'your_api_key'
  },
  body: JSON.stringify({
    target: 'example.com'
  })
})
.then(r => r.json())
.then(data => {
  console.log(data.verified); // true
  console.log(data.score); // 96
});
Response 200 OK
{
  "target": "example.com",
  "verified": true,
  "score": 96,
  "ssl_valid": true,
  "domain_age": "8 years",
  "whois_match": true,
  "blacklisted": false
}
CT Verify

Verify identity.
Trust what's real.

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

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