Phishing
Related service Cybersecurity
DEFINITION
An attack that tricks a person into handing over a password or clicking a malicious link, usually through a fake but convincing email. Still the #1 way breaches start — which is why we run staged phishing simulations, not just lectures.
- Threat model→
A structured exercise that walks the system's actors, attack surface, risks, and controls. Day one of every DField project · before any code.
- Penetration test (pentest)→
Manual + tooled attack simulation that reveals what an attacker could achieve. We deliver findings as PRs in your repo, not an 80-page PDF.
- DevSecOps→
Security as a continuously-running CI step (SAST, DAST, SCA, IaC scan), not an annual project. Runs against every push; every sprint closes at least one security bug.
- MFA (Multi-factor auth)→
Two or more factors (TOTP, WebAuthn, biometric) beyond a password. Table-stakes in SaaS today · enterprise procurement disqualifies you without it.
- SOC 2→
A US audit framework for confidentiality, integrity, availability, and privacy controls. For SaaS, the Type II audit (6–12 months of observation) is the standard enterprise baseline.
- ISO 27001→
International standard for Information Security Management Systems (ISMS). Often preferred in Europe instead of or alongside SOC 2. 3-year certification cycle.
- 0130 Apr 2026Smart contract audit pricing in 2026 · what €4k, €15k and €60k actually buy you→
- 0229 Apr 2026NIS2 readiness for EU SaaS · the 90-day playbook→
- 0326 Apr 2026OWASP LLM Top 10 v2 · what changed and what to ship→
- 0426 Apr 2026The CSP we ship · with notes on why each directive is there→
- 0522 Apr 2026Signed-firmware OTA pipeline · the 2026 default we ship→
- 0622 Apr 2026Agentic AI · the safe tool-use pattern we ship by default→
- 0722 Apr 2026Solana smart contract gotchas · what bites every Anchor dev in 2026→
- 0822 Apr 2026Multi-tenant SaaS on Postgres · the RLS-first playbook→