On this page
1Encryption Live
- All traffic is served over HTTPS/TLS, with automatic HTTP→HTTPS redirect and HSTS enabled.
- Account passwords are hashed with
scrypt(a memory-hard KDF). Plaintext passwords are never stored. - SSO/SAML client secrets are encrypted at rest (Fernet/AES-based). Plaintext secrets are never stored.
2Authentication & access Live
- Multi-factor authentication: authenticator-app TOTP and email one-time codes, both supported.
- Progressive lockout on failed logins (3 fails → 10 min lock, 5 → 30 min, 6 → 90 min) and session-fingerprint mismatch triggers an automatic session revoke.
- Enterprise-plan customers can connect their own identity provider — Okta, Azure AD, Google Workspace and others — via OIDC or SAML 2.0, with SSRF-guarded endpoint validation and encrypted secret storage.
3Tenant isolation Live
Every data query is scoped by account/tenant identifier. This is enforced in code across the monitoring, compliance-report and agency (white-label) modules, and is covered by dedicated automated tests that specifically check one tenant can never read another tenant's data.
4Incident response LiveFormal policy: follow-up
- Detection: continuous domain monitoring and an AI security assistant track findings per customer domain in real time.
- Containment: no automated containment action runs without a permission gate — every autonomous action above the lowest advisory level requires an explicit human-approved decision, logged and auditable.
- Escalation: issues that cannot be resolved automatically are escalated directly to the founder with cause and proposed fix.
- Audit trail: every action is recorded in a tamper-evident audit log (who/what/when/result).
5Business continuity / disaster recovery Partially formal
- Every change to a live file is backed up first, outside the public web root.
- Every new feature ships with automated tests, and services are restarted and re-verified twice before being considered done.
6Data retention & deletion Live
Account-deletion requests go through a 30-day recovery window before permanent deletion — enforced in code, with no manual step that could be skipped.
7Vulnerability management Informal today
Server OS packages are updated regularly and Python dependencies are pinned. We do not yet run a formal, automated vulnerability-scanning pipeline with a published SLA — an independent third-party penetration test is researched and planned (see Certifications below) but not yet scheduled.
8Hosting & sub-processors Live
- Hosting: a single server with Hetzner (Germany-based).
- Payments: Stripe processes payments; Stripe's webhook only confirms events back to us — card and payment data never reach our server.
- Email: our own mail infrastructure (mail.awmza.com) — no third-party email sub-processor.
9Certifications & audits Not yet certified
We are honest about this: AWMZA Cybersecurity does not currently hold ISO 27001 or SOC 2 certification, and has not yet undergone an independent third-party penetration test. Where our marketing pages mention compliance-related badges, they describe aligned controls, not a third-party certificate — we will not claim a certification we do not hold.
We have researched the realistic cost and timeline for both ISO 27001 and SOC 2, and for an independent pen test, and starting that process is an active decision on our roadmap. We will update this page the day any certification or audit is actually completed — not before.
10Report an issue / contact
Found a security issue, or need a completed security questionnaire (SIG/CAIQ/VSA) for your procurement process? Email security@awmza.com, or see our security.txt for responsible-disclosure details.