KiskSec

A Cybersecurity Starting Point for Your Business

KiskSec provides a simple, privacy-first orientation to help you understand your basic cyber hygiene. No audits, no judgment—just a clear path forward.

How It Works

Practical Insights, Not Audits

KiskSec combines publicly observable signals with a simple questionnaire to provide a high-level readiness snapshot. We don't need access to your internal systems.

Public Signal Analysis

We check for common foundational gaps in your public-facing assets, like email configuration, without invasive scanning.

Privacy-First by Design

No invasive data collection. Your detailed results are for your eyes only, and participation is always voluntary.

Plain-Language Guidance

We ask simple questions about your internal practices (e.g., backups, account access) to help you build a complete picture.

API Endpoints

These are placeholder endpoints for future development and are not currently implemented.

POST/api/scan
Initiates a check for publicly observable signals for a given domain.
{
  "domain": "example.com"
}
POST/api/report
A potential endpoint for submitting voluntary, anonymous data for community-benefit analysis.
{
  "type": "phishing",
  "data": { "url": "http://suspicious-site.com" }
}