CORE CAPABILITY
Turn Security Evidence into a Reviewable Baseline
qReflector uses evidence your team already collects: vulnerability reports, infrastructure
scans, configuration exports, certificate data and vendor security documentation.
It extracts cryptographic signals, keeps findings linked to their source files and structures
the result into a baseline for CBOM work, compliance review, vendor review and
post-quantum migration planning.
Report-Based Discovery
Start from existing reports and security exports instead of
deploying agents during the first review.
Quantum-Relevant Prioritisation
Highlight findings involving RSA, Diffie-Hellman, ECDH,
ECDSA and other public-key cryptography that may need post-quantum review.
Evidence Traceability
Keep identified cryptographic items linked to the scan,
configuration file, certificate or vendor document they came from.
Review-Ready Baseline
Create a structured baseline that security, architecture,
compliance and procurement teams can review before planning next steps.
{
"label": "Sample output",
"source": "tls-scan.json",
"asset": "vpn-gateway-01",
"service": "443/tcp",
"protocol": "TLS",
"algorithm": "ECDHE_RSA",
"certificate": {
"signature": "sha256WithRSAEncryption",
"keySize": 2048,
"issuer": "Internal PKI"
},
"postQuantumConcern": "public-key exposure",
"reviewPriority": "high",
"baselineUse": "CBOM and migration planning",
"evidence": "scan finding attached"
}