CT App Center Started for Free →
Seletor de Linguagem
CT App Center
Started for Free → Sign In
Home Apps CT Alert
CT Alert
Beta
⬡ v0.6.2 beta

Instant threat alerts.
Know before it's too late.

CT Alert notifies you immediately when a domain, email or service you use appears in a breach report, scam database or threat intelligence feed. Never be caught off guard again.

⚠️
Beta Programme — CT Alert is currently in beta. Join now for early access and help shape the future of real-time threat monitoring.
<60s
Alert response time
50+
Threat feeds monitored
24/7
Continuous monitoring
CT Alert — Live Feed
🚨 BREACH DETECTED
2 min ago
Found in LinkedIn data breach — 500M records exposed. Change your password immediately.
⚠️ SCAM REPORT
1h ago
mybank-secure-login.net
Domain flagged as phishing — impersonating a major bank. 47 community reports.
ALL CLEAR
3h ago
checktrusted.com
Domain scan complete — no threats detected. Trust score: 99/100.
Monitoring 3 targets
2 emails · 1 domain · Next scan in 47s

Beta access — join the waiting list

How it works

Set up once. Alerts come to you.

CT Alert monitors your digital assets 24/7 and sends you an instant notification the moment something changes.

01
📌
Add your targets
Add the emails, domains and services you want to monitor. CT Alert supports unlimited targets on paid plans — add everything that matters to you.
02
👁
CT Alert monitors 24/7
Our engine continuously scans 50+ threat feeds, breach databases, scam reports and community intelligence — every minute, every day.
03
📲
Instant notification
The moment a threat is detected, you receive an alert via email, webhook or in-app notification — with full details and recommended actions.
Features

Always the first to know

CT Alert gives you real-time visibility into threats targeting your digital identity — before damage is done.

💧
Breach Detection
Instantly notified when your email or domain appears in a data breach. Cross-references Have I Been Pwned, DeHashed and 20+ breach databases.
All plans
🎣
Phishing Alerts
Get alerted when a domain similar to yours is registered — a common tactic used to impersonate brands and intercept customers.
All plans
📡
50+ Threat Feeds
Continuously monitors over 50 threat intelligence feeds, scam databases and dark web sources for any mention of your monitored assets.
All plans
Real-time Webhooks
Receive instant webhook notifications in your own systems the moment a threat is detected. Integrate CT Alert with Slack, PagerDuty or any platform.
Pro & Business
🏢
Brand Monitoring
Monitor your brand name across social media, paste sites and dark web forums. Get alerted to impersonation attempts and reputation attacks.
Pro & Business
📊
Threat Reports
Weekly and monthly threat reports summarising all alerts, incidents and trends for your monitored assets. Export as PDF for compliance reporting.
Business only
Plans

CT Alert limits by plan

Start free. Scale when your needs grow.

Feature Free
⭐ Pro
€19/mo
Business
€79/mo
Monitored targets 3 targets 25 targets Unlimited
Breach detection
Phishing alerts
Alert frequency Daily digest Real-time Real-time
Webhooks
Brand monitoring
Threat reports
API access 1,000 req/day Unlimited
See full pricing →
API

Integrate CT Alert
into your systems

Use the CT Alert API to programmatically manage monitored targets and receive threat notifications directly in your infrastructure. Available on Pro and Business plans.

POST /wp-json/ct/v1/alert/monitor

Add a target to your monitoring list. Returns confirmation and current threat status.

target* Email or domain to monitor
webhook_url URL to receive alert notifications
X-CT-API-Key Your API key (header)
JavaScript
// Add a target to CT Alert monitoring
fetch('https://ctappcenter.com/wp-json/ct/v1/alert/monitor', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'X-CT-API-Key': 'your_api_key'
  },
  body: JSON.stringify({
    target: '[email protected]',
    webhook_url: 'https://your.app/webhook'
  })
})
.then(r => r.json())
.then(data => {
  console.log(data.monitoring); // true
  console.log(data.threats); // 0
});
Response 200 OK
{
  "target": "[email protected]",
  "monitoring": true,
  "threats": 0,
  "breaches": 0,
  "webhook_active": true,
  "next_scan": "in 60 seconds"
}
CT Alert

Never miss a threat.
Always first to know.

Join the CT Alert beta and start monitoring your digital assets today. Get real-time alerts before threats become incidents.

✓ Free beta access ✓ 3 targets included ✓ Real-time alerts