Skip to content

Research Lab

06 entries · v1.0

Reference patterns from the field.

Patterns we deploy with clients on AWS, Azure, and GCP. Each entry includes the controls it satisfies, the trade offs we have learned the hard way, and links to the official documentation that backs it.

AWS9 min read

A secure AWS landing zone you can defend on day one

A reference landing zone for UK and EU workloads. Account hierarchy, baseline guardrails, identity, logging, and the service control policies that keep teams inside the lines.

NIST CSFISO 27001 5 refs

Multi-account foundation

Read
Azure11 min read

Zero trust API access on Azure, end to end

An Azure pattern for exposing APIs to users and partners with no implicit trust. Entra ID for identity, conditional access for posture, APIM for policy, and private endpoints for everything behind the line.

NIST 800-207ISO 27001 6 refs

Internal and partner APIs

Read
GCP10 min read

A confidential data lake on GCP, audit ready

Build a BigQuery centred data lake that handles regulated data with classification, customer managed keys, VPC Service Controls, and access approval baked in from the start.

NIST CSFISO 27701 6 refs

Analytics on regulated data

Read
Multi-cloud8 min read

Detection as code across AWS, Azure and GCP

A pattern for a single detection programme across three clouds. Sigma rules in git, normalised events, replay tests, and a SOAR pipeline that closes the loop without paging a human at 3am.

NIST CSFMITRE ATT&CK 5 refs

Unified threat detection

Read
CI/CD7 min read

Signed supply chain on GitHub Actions, SLSA level 3

The shortest path to a defensible CI pipeline. Ephemeral runners, signed builds, SBOM and provenance, and an admission controller that refuses to run anything unsigned.

SLSANIST SSDF 6 refs

Build, attest, deploy

Read
GRC9 min read

An evidence pipeline for SOC 2 Type II that runs itself

Stop chasing screenshots. A pull based evidence pipeline that maps system state to control requirements, alerts on drift, and gives auditors a read only window into the truth.

SOC 2ISO 27001 5 refs

Continuous audit readiness

Read