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

Continuous protection,
real-time monitoring.

CT Guard monitors your browsing sessions in real time, automatically blocking malicious redirects, injection attacks and suspicious connections before they reach you.

2.1M+
Sessions protected
89K
Attacks blocked
99.2%
Uptime
CT Guard — Live Monitor
Protection Active
Session: 00:14:32
stripe.com/checkout Safe
fonts.googleapis.com Safe
track-redirect-99.ru Blocked
cdn.cloudflare.com Safe
47
Allowed
3
Blocked
1
Warning

Demo mode — upgrade for full results

How it works

Activate once. Protected always.

No configuration needed. CT Guard starts protecting you the moment it's enabled.

01
Activate CT Guard
Enable CT Guard on your account or install the browser extension. Protection starts immediately — no configuration needed.
02
👁
Real-time monitoring
CT Guard analyses every connection, redirect and script your browser loads. Threats are identified and flagged in milliseconds.
03
🚫
Automatic blocking
Malicious content is blocked before it loads. You get a clear alert explaining exactly what was stopped and why.
Features

Always-on protection for your digital life

CT Guard works silently in the background — blocking threats before you ever see them.

🔴
Real-time Protection
Monitors all network requests, scripts and redirects as they happen — blocking threats before they reach your browser.
All plans
↩️
Redirect Blocking
Detects and stops malicious redirect chains that lead to phishing pages, even when disguised as legitimate links.
All plans
💉
Injection Prevention
Blocks XSS, SQL injection and clickjacking attempts before they can execute in your browser session.
All plans
🍪
Session Monitoring
Tracks the health of your browsing session and alerts you to suspicious patterns like cookie theft and session hijacking attempts.
Pro & Business
📡
Threat Intelligence Feed
Updated every 60 seconds with new threat signatures from the CheckTrusted global database. Always ahead of attackers.
Pro & Business
⚙️
Custom Block Rules
Define your own rules to block specific domains, scripts or content types across your entire organisation.
Business only
Plans

CT Guard limits by plan

Start free. Scale when your needs grow.

Feature Free
⭐ Pro
€19/mo
Business
€79/mo
Protected sessions/day 5 / day Unlimited Unlimited
Basic redirect blocking
Injection prevention
Session monitoring
Threat feed updates Every 24h Every 60s Every 60s
Custom block rules
Multi-device 3 devices Unlimited
API access 1,000 req/day Unlimited
Webhooks
API

Integrate CT Guard
into your infrastructure

Use the CT Guard API to monitor and protect connections directly from your application or network. Available on Pro and Business plans.

POST /wp-json/ct/v1/guard

Monitor a URL or connection in real time. Returns threat status and block recommendation.

url* URL or connection to monitor
X-CT-API-Key Your API key (header)
JavaScript
// Monitor a connection with CT Guard API
fetch('https://ctappcenter.com/wp-json/ct/v1/guard', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'X-CT-API-Key': 'your_api_key'
  },
  body: JSON.stringify({
    url: 'https://example.com/redirect'
  })
})
.then(r => r.json())
.then(data => {
  console.log(data.status); // "safe"
  console.log(data.block); // false
});
Response 200 OK
{
  "url": "https://example.com/redirect",
  "status": "safe",
  "block": false,
  "threat_type": null,
  "score": 94,
  "timestamp": "2025-03-24T10:00:00Z"
}
CT Guard

Activate protection.
Browse safely.

5 free protected sessions per day, no account required. Upgrade anytime for unlimited protection and real-time threat feeds.

✓ No credit card ✓ 5 free sessions/day ✓ Instant protection