Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Web UI

HTTPS dashboard with polling-based live updates (10s feed, 60s stats). Dark/light theme toggle.

The sidebar groups pages by operator workflow. URLs are stable; the groups only reorder visibility:

  • Overview - Dashboard
  • Triage - Incidents, Findings (Active and History tabs)
  • Response - Firewall, Quarantine, Cleanup, Email, ModSecurity, Threat Intel
  • Operations - Performance, Hardening, Rules, ModSec Rules, Audit
  • Configuration - Settings

Sidebar group expand/collapse state is saved in the browser. On viewports under 992px the sidebar collapses into a top-bar drawer toggled from the hamburger button. Account detail (/account) is hidden from the sidebar; it is reached from finding rows, incident detail, and Threat Intel result panels. Read-scope sessions hide admin-only navigation entries such as Configuration and ModSec Rules.

Pages

PageURLPurpose
Dashboard/dashboardTriage queue, daemon status strip, Components matrix, system posture, 24h stats, recent activity, accounts at risk, auto-response summary, brute-force summary, timeline charts
Findings/findingsActive findings with search, check/account filters, header grouping toggle, detail panel, fix/dismiss/suppress actions, sticky bulk operations, modal account scan
Findings > History/findings?tab=historyPaginated archive of all findings with date range and severity filters, CSV export
Quarantine/quarantineQuarantined files with content preview, restore capability
Cleanup/cleanup-historyFile pre-clean backups and DB-object backups with preview and restore controls
Firewall/firewallSubview-tabbed page (?view=overview/lookup/blocks/allow/config/audit/danger): blocked IPs/subnets with GeoIP, whitelist management, search, audit log; destructive actions live under the Danger tab
ModSecurity/modsecWAF workbench: status strip, Active WAF pressure summary list (top attackers by hits), top rules / domains side panel, and Blocked IPs / Events / Rules tabs. Block detail panels show first-seen, top URIs, sample events, and direct links to Threat Intel, Firewall lookup, and rule management
ModSec Rules/modsec/rulesPer-rule management, overrides, escalation control
Email/emailEmail workbench: status strip (queue, frozen, oldest, AV, group counts), grouped action rows on the left (compromised, spam outbreak, auth failure, queue, malware), Mail protection state on the right, and Findings / Auth failures / Queue / Quarantine / Senders / Forwarders / Deliverability / Outbound abuse tabs below. Queue breaks the spool into real mail vs null-sender bounce backscatter (frozen count, oldest age, top stuck recipients) and flushes frozen backscatter in one click without touching real or retrying mail. Forwarders lists cPanel forwarders – destination provider, owner, and whether a local copy is also kept – so off-server relays to free providers are visible at a glance; held forward copies appear here to release or delete. Enforce mode currently holds null-sender backscatter and bad-sender-IP copies before external relay while the local copy still delivers. Deliverability shows which providers are throttling the server, the affected sending IPs, and each provider’s stated reason. Outbound abuse lists recent PHP-mail relay detections (spam outbreaks from one source IP across many sites, high-volume scripts or accounts) with the contributing site/script breakdown and a one-click 24h block.
Threat Intel/threatIP lookup with scoring/GeoIP/ASN, top attackers, attack type charts, trends
Hardening/hardeningOn-demand hardening audit, stored report, score, and remediation guidance
Incidents/incidentCorrelated incident list with detail panel plus forensic timeline search by IP or account
Rules/rulesYAML/YARA rule management, suppressions, state export/import, test alerts
Account/accountPer-account analysis: findings, quarantine, history, on-demand scan
Audit/auditSystem-wide action log with search, action and date filters, URL state, and export
Performance/performanceServer load, PHP processes, MySQL, Redis, WordPress metrics
Settings/settingsSearchable config editor with grouped large sections, field-level validation errors, restart notices, redacted secret updates, and firewall tentative apply with rollback timer

Security

  • Authentication - Bearer token (header or HttpOnly/Secure/SameSite=Strict cookie)
  • CSRF - HMAC-derived token on all POST mutations
  • Headers - X-Frame-Options DENY, Content-Security-Policy, HSTS, nosniff
  • TLS - Auto-generated self-signed certificate
  • Rate limiting - 5 login attempts/min, 600 API requests/min per IP
  • Bearer auth skips CSRF (for API-to-API calls)

Keyboard Shortcuts

General

KeyAction
?Show shortcut help
/Focus search input
Ctrl-K / Cmd-KOpen command palette
KeyAction
g dGo to Dashboard
g fGo to Findings
g hGo to Findings > History tab
g tGo to Threat Intel
g rGo to Rules
g bGo to Blocked IPs (Firewall)

Findings page

KeyAction
j / kMove selection down/up
dDismiss selected finding
fFix selected finding

WHM Plugin

CSM installs a WHM plugin (addon_csm.cgi) that redirects operators from WHM to the daemon Web UI. After the redirect, API calls are same-origin requests to the daemon.