Security Overview
Email Threats
0
Last 7 daysNetwork Attacks
0
Last 7 daysProtected Accounts
0
ActiveDetection Rate
--
AccuracyRecent Threats (Live)
No recent threats detected
Email Threat Types
Network Attack Types
Quarantined Emails
No quarantined emails
Network Protection Dashboard
WAF Shield Status
ACTIVE
Live Requests Streamed
0
Blocked Attacks (30d)
0
Live Request Stream
Waiting for traffic... Send requests to your website to see them live.
Blocked Attacks (30-Day Retention)
No network attacks detected in the last 30 days
Connected Email Accounts
No Google approval needed — Connect any email instantly
Use App Passwords to connect Gmail, Outlook, Yahoo or any IMAP mailbox without waiting for Google OAuth review. Anyone can connect their email right now — no test user list required. Get a Gmail App Password →
No email accounts connected
Network Protection Setup
Choose Your Platform
Select your website type to get the right installation instructions:
Generate API Key
First, create an API key to connect your website to Ciphrai.
💡 Localhost / local website testing is fully supported! Simply use your API key in your local code.
Your API Keys
Download the WordPress Plugin
Click below to download the Ciphrai Protect plugin for WordPress:
Download Plugin (ZIP)Save this file to your computer. You'll upload it to WordPress in the next step.
Install the Plugin
- Log into your WordPress Admin Dashboard
- Go to Plugins → Add New
- Click "Upload Plugin" at the top
- Click "Choose File" and select the ZIP you downloaded
- Click "Install Now"
- After installation, click "Activate Plugin"
Enter Your API Key
- In WordPress Admin, go to Settings → Ciphrai Protect
- Paste your API Key from Step 1
- Click "Save Settings"
Done! Your WordPress site is now protected. Check the Network Threats page to see blocked attacks.
Add the Protection Script
Copy this code and paste it into your website's HTML, just before the closing body tag:
<script src="https://cdn.ciphrai.com/protect.js"
data-key="YOUR_API_KEY"></script>
Replace YOUR_API_KEY with
the key from Step 1!
Where to Add the Code
- Wix: Settings → Custom Code → Add Code → Before Body End
- Squarespace: Settings → Advanced → Code Injection → Footer
- Shopify: Online Store → Themes → Edit Code → theme.liquid
- Custom HTML: Add before the closing body tag
What Gets Protected
The JavaScript SDK protects against client-side attacks:
- ✓ XSS (Cross-Site Scripting) attempts
- ✓ Malicious form submissions
- ✓ Bot and scraper detection
- ✓ DOM manipulation attacks
For full server-side protection, consider WordPress plugin or Node.js package.
Install the Package
Open a terminal in your project folder and run:
npm install ciphrai-protect
Add to Your Server
Add these lines to your Express.js server file:
const express = require('express');
const ciphraiProtect = require('ciphrai-protect');
const app = express();
// Add before your routes
app.use(ciphraiProtect('YOUR_API_KEY'));
app.listen(3000);
Replace YOUR_API_KEY with the key from Step 1!
Test Your Protection
Try sending a test attack to your server:
curl "http://localhost:3000/?id=1 OR 1=1"
You should see a 403 Forbidden response!
Audit Logs
No audit logs
Vulnerability Scanner
Scan a Target
Enter a domain name or IP address to scan for vulnerabilities.
Scan History
No scans yet. Enter a domain above to get started.
Threat Intelligence Dashboard
Threat Trends
Loading trend data...
Top Targeted Employees
No data yet
Threat Type Breakdown
No data yet
Compliance & Insurance Report
Generate a professional security posture report for board meetings, auditors, or cyber insurance applications.
Domain Monitor
Domain Authentication Check
Verify your domain's SPF, DKIM, and DMARC records to prevent email spoofing.
Lookalike Domain Scanner
Scan for typosquatting and impersonation domains that could be used to attack your company.
Domain Alerts
No domain alerts yet. Run a scan above to get started.
Data Loss Prevention
Detection Policies
Configure what types of sensitive data to scan for in outgoing emails.
Loading policies...
Recent DLP Events
No DLP events detected yet. Events will appear when sensitive data is detected in outgoing emails.
Phishing Simulation
Create New Campaign
Select a phishing template and launch a simulation against your team.
Phishing Templates
Loading templates...
Employee Risk Scores
Risk scores are calculated based on employee responses to phishing simulations.
No risk data yet. Run a phishing simulation campaign to start tracking employee risk.
Campaign History
No campaigns yet. Create your first campaign above.