<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="color-scheme" content="only light">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Matthew Bancroft — Senior Cyber Security Executive</title>
<meta name="description" content="Senior Director, Cyber Security Consulting at Capgemini Invent. 25+ years building world-class cyber teams and practices across OT/IT security, Digital Trust, SecureAI, and operational resilience.">
<meta name="author" content="Matthew Bancroft">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://www.matthewbancroft.online">
<meta property="og:title" content="Matthew Bancroft — Senior Cyber Security Executive">
<meta property="og:description" content="Senior Director at Capgemini Invent. 25+ years in cyber security consulting, OT/IT security, SecureAI and operational resilience.">
<meta property="og:url" content="https://www.matthewbancroft.online">
<meta property="og:type" content="profile">
<meta property="og:site_name" content="Matthew Bancroft">
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=DM+Sans:wght@300;400;500&display=swap" rel="stylesheet">
<style>
:root {
color-scheme: only light;
--ink: #0f1117;
--ink-mid: #2c2f3a;
--ink-soft: #5a5f72;
--ink-muted: #9098ab;
--rule: #dde1ea;
--accent: #1a3a5c;
--accent-bright: #1e6fa8;
--bg: #f8f7f4;
--white: #ffffff;
--tag-bg: #eef2f7;
--section-gap: 3.2rem;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; }
body {
font-family: ‘DM Sans’, sans-serif;
background: var(–bg);
color: var(–ink);
line-height: 1.6;
-webkit-font-smoothing: antialiased;
}
/* ── PRINT ── */
@media print {
body { background: white; font-size: 10pt; }
.page { box-shadow: none; margin: 0; border-radius: 0; max-width: 100%; }
.hero { padding: 2rem 2.5rem; }
.body-wrap { padding: 1.5rem 2.5rem; }
.role-card { break-inside: avoid; }
a { color: inherit; text-decoration: none; }
}
/* ── LAYOUT ── */
.page {
max-width: 900px;
margin: 2rem auto;
background: var(–white);
box-shadow: 0 4px 40px rgba(15,17,23,0.10);
border-radius: 3px;
overflow: hidden;
}
/* ── HERO ── */
.hero {
background: var(–accent);
padding: 3rem 3.5rem 2.6rem;
position: relative;
overflow: hidden;
}
.hero::before {
content: ‘’;
position: absolute;
top: -60px; right: -60px;
width: 340px; height: 340px;
border-radius: 50%;
background: rgba(255,255,255,0.04);
pointer-events: none;
}
.hero::after {
content: ‘’;
position: absolute;
bottom: -80px; left: 40%;
width: 200px; height: 200px;
border-radius: 50%;
background: rgba(255,255,255,0.03);
pointer-events: none;
}
.hero-inner {
display: grid;
grid-template-columns: 1fr auto;
gap: 2rem;
align-items: end;
position: relative;
z-index: 1;
}
.hero-name {
font-family: ‘Cormorant Garamond’, serif;
font-size: 3.4rem;
font-weight: 300;
color: #ffffff;
letter-spacing: -0.02em;
line-height: 1.05;
margin-bottom: 0.5rem;
}
.hero-title {
font-size: 0.78rem;
font-weight: 500;
letter-spacing: 0.18em;
text-transform: uppercase;
color: rgba(255,255,255,0.6);
margin-bottom: 1.4rem;
}
.hero-tags {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.hero-tag {
font-size: 0.72rem;
font-weight: 400;
letter-spacing: 0.06em;
color: rgba(255,255,255,0.75);
border: 1px solid rgba(255,255,255,0.2);
border-radius: 2px;
padding: 0.25rem 0.65rem;
}
.hero-contact {
text-align: right;
}
.hero-contact a,
.hero-contact span {
display: block;
font-size: 0.8rem;
color: rgba(255,255,255,0.7);
text-decoration: none;
line-height: 1.9;
font-weight: 300;
}
.hero-contact a:hover { color: #ffffff; }
/* ── STATS BAR ── */
.stats-bar {
background: var(–ink);
display: grid;
grid-template-columns: repeat(4, 1fr);
border-bottom: 1px solid rgba(255,255,255,0.06);
}
.stat {
padding: 1.2rem 1.5rem;
border-right: 1px solid rgba(255,255,255,0.08);
text-align: center;
}
.stat:last-child { border-right: none; }
.stat-num {
font-family: ‘Cormorant Garamond’, serif;
font-size: 2rem;
font-weight: 300;
color: #ffffff;
line-height: 1;
margin-bottom: 0.2rem;
}
.stat-label {
font-size: 0.65rem;
font-weight: 500;
letter-spacing: 0.12em;
text-transform: uppercase;
color: rgba(255,255,255,0.4);
}
/* ── BODY ── */
.body-wrap {
padding: 2.8rem 3.5rem;
}
/* ── SECTION ── */
.section {
margin-bottom: var(–section-gap);
}
.section-header {
display: flex;
align-items: center;
gap: 1rem;
margin-bottom: 1.6rem;
}
.section-label {
font-size: 0.65rem;
font-weight: 500;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(–accent-bright);
white-space: nowrap;
}
.section-rule {
flex: 1;
height: 1px;
background: var(–rule);
}
/* ── PROFILE ── */
.profile-text {
font-size: 0.95rem;
line-height: 1.8;
color: var(–ink-mid);
font-weight: 300;
max-width: 780px;
}
.profile-text strong {
color: var(–ink);
font-weight: 500;
}
/* ── TIMELINE ── */
.timeline {
display: grid;
gap: 0;
}
.timeline-row {
display: grid;
grid-template-columns: 110px 1px 1fr;
gap: 0 1.4rem;
padding-bottom: 0.6rem;
}
.timeline-row:last-child { padding-bottom: 0; }
.tl-period {
font-size: 0.72rem;
font-weight: 500;
color: var(–ink-soft);
letter-spacing: 0.03em;
padding-top: 0.15rem;
text-align: right;
}
.tl-line-wrap {
display: flex;
flex-direction: column;
align-items: center;
}
.tl-dot {
width: 7px;
height: 7px;
border-radius: 50%;
background: var(–accent-bright);
flex-shrink: 0;
margin-top: 0.25rem;
}
.tl-connector {
flex: 1;
width: 1px;
background: var(–rule);
margin-top: 3px;
}
.timeline-row:last-child .tl-connector { display: none; }
.tl-content {
padding-bottom: 1.2rem;
}
.tl-role {
font-size: 0.88rem;
font-weight: 500;
color: var(–ink);
line-height: 1.3;
}
.tl-org {
font-size: 0.78rem;
color: var(–ink-muted);
font-weight: 300;
margin-top: 0.1rem;
}
/* ── ROLE CARDS ── */
.role-card {
margin-bottom: 2.4rem;
padding-bottom: 2.4rem;
border-bottom: 1px solid var(–rule);
}
.role-card:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.role-header {
display: grid;
grid-template-columns: 1fr auto;
align-items: start;
gap: 1rem;
margin-bottom: 0.8rem;
}
.role-org {
font-family: ‘Cormorant Garamond’, serif;
font-size: 1.5rem;
font-weight: 500;
color: var(–accent);
line-height: 1.1;
}
.role-title {
font-size: 0.78rem;
font-weight: 500;
letter-spacing: 0.04em;
color: var(–ink-soft);
margin-top: 0.25rem;
text-transform: uppercase;
font-size: 0.68rem;
letter-spacing: 0.1em;
}
.role-period {
font-size: 0.72rem;
font-weight: 400;
color: var(–ink-muted);
background: var(–tag-bg);
padding: 0.3rem 0.75rem;
border-radius: 2px;
white-space: nowrap;
letter-spacing: 0.04em;
}
.role-narrative {
font-size: 0.88rem;
line-height: 1.8;
color: var(–ink-mid);
font-weight: 300;
margin-bottom: 1rem;
font-style: italic;
border-left: 2px solid var(–accent-bright);
padding-left: 1rem;
}
.capability-bridge {
font-size: 0.78rem;
color: var(–ink-soft);
background: var(–tag-bg);
border-radius: 2px;
padding: 0.6rem 0.9rem;
margin-bottom: 1rem;
line-height: 1.6;
}
.capability-bridge strong {
color: var(–accent);
font-weight: 500;
display: block;
margin-bottom: 0.2rem;
font-size: 0.65rem;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.achievements-label {
font-size: 0.65rem;
font-weight: 500;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(–ink-muted);
margin-bottom: 0.6rem;
}
.achievements {
list-style: none;
display: grid;
gap: 0.45rem;
}
.achievements li {
font-size: 0.86rem;
color: var(–ink-mid);
font-weight: 300;
line-height: 1.6;
padding-left: 1.1rem;
position: relative;
}
.achievements li::before {
content: ‘—’;
position: absolute;
left: 0;
color: var(–accent-bright);
font-weight: 300;
}
.achievements li strong {
color: var(–ink);
font-weight: 500;
}
/* ── FREELANCE SUB-ENGAGEMENTS ── */
.engagements {
display: grid;
gap: 1.2rem;
margin-top: 1rem;
}
.engagement {
padding: 1rem 1.2rem;
border: 1px solid var(–rule);
border-radius: 2px;
border-left: 3px solid var(–accent-bright);
}
.engagement-header {
display: flex;
justify-content: space-between;
align-items: baseline;
margin-bottom: 0.5rem;
gap: 1rem;
}
.engagement-client {
font-size: 0.88rem;
font-weight: 500;
color: var(–ink);
}
.engagement-role-title {
font-size: 0.7rem;
color: var(–ink-muted);
font-weight: 300;
font-style: italic;
}
.engagement-period {
font-size: 0.68rem;
color: var(–ink-muted);
white-space: nowrap;
}
.engagement ul {
list-style: none;
display: grid;
gap: 0.3rem;
}
.engagement li {
font-size: 0.83rem;
color: var(–ink-mid);
font-weight: 300;
line-height: 1.6;
padding-left: 1rem;
position: relative;
}
.engagement li::before {
content: ‘·’;
position: absolute;
left: 0;
color: var(–accent-bright);
font-size: 1rem;
line-height: 1.4;
}
.engagement li strong { color: var(–ink); font-weight: 500; }
/* ── SPECIALISMS GRID ── */
.specialisms-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1px;
background: var(–rule);
border: 1px solid var(–rule);
border-radius: 2px;
overflow: hidden;
}
.specialism-cell {
background: var(–white);
padding: 1rem 1.1rem;
}
.specialism-domain {
font-size: 0.65rem;
font-weight: 500;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(–accent-bright);
margin-bottom: 0.5rem;
}
.specialism-items {
font-size: 0.78rem;
color: var(–ink-soft);
font-weight: 300;
line-height: 1.7;
}
/* ── CERTS ── */
.certs-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0.5rem;
}
.cert-item {
display: flex;
align-items: flex-start;
gap: 0.7rem;
padding: 0.6rem 0.8rem;
background: var(–tag-bg);
border-radius: 2px;
}
.cert-badge {
font-size: 0.65rem;
font-weight: 500;
letter-spacing: 0.06em;
color: var(–white);
background: var(–accent);
padding: 0.2rem 0.45rem;
border-radius: 1px;
white-space: nowrap;
flex-shrink: 0;
line-height: 1.5;
margin-top: 0.05rem;
}
.cert-text {
font-size: 0.78rem;
color: var(–ink-mid);
font-weight: 300;
line-height: 1.4;
}
/* ── SPEAKING ── */
.speaking-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0.4rem;
}
.speaking-item {
font-size: 0.8rem;
color: var(–ink-mid);
font-weight: 300;
padding: 0.4rem 0;
border-bottom: 1px solid var(–rule);
line-height: 1.5;
}
.speaking-item span {
font-weight: 400;
color: var(–ink-soft);
font-size: 0.72rem;
display: block;
}
/* ── EDUCATION ── */
.edu-block {
display: grid;
grid-template-columns: auto 1fr;
gap: 1.2rem;
align-items: start;
}
.edu-year {
font-family: ‘Cormorant Garamond’, serif;
font-size: 2rem;
font-weight: 300;
color: var(–accent);
line-height: 1;
white-space: nowrap;
}
.edu-detail h3 {
font-size: 0.92rem;
font-weight: 500;
color: var(–ink);
margin-bottom: 0.2rem;
}
.edu-detail p {
font-size: 0.82rem;
color: var(–ink-soft);
font-weight: 300;
line-height: 1.6;
}
/* ── FOOTER ── */
.footer {
background: var(–ink);
padding: 1.2rem 3.5rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer-name {
font-family: ‘Cormorant Garamond’, serif;
font-size: 1rem;
font-weight: 300;
color: rgba(255,255,255,0.5);
letter-spacing: 0.05em;
}
.footer-contact {
font-size: 0.72rem;
color: rgba(255,255,255,0.35);
font-weight: 300;
letter-spacing: 0.05em;
}
/* ── ANIMATIONS ── */
@keyframes fadeUp {
from { opacity: 0; transform: translateY(16px); }
to { opacity: 1; transform: translateY(0); }
}
.hero-name { animation: fadeUp 0.6s ease both; }
.hero-title { animation: fadeUp 0.6s 0.1s ease both; }
.hero-tags { animation: fadeUp 0.6s 0.2s ease both; }
.hero-contact { animation: fadeUp 0.6s 0.15s ease both; }
.stats-bar { animation: fadeUp 0.6s 0.3s ease both; }
</style>
</head>
<body>
<div class="page">
<!-- HERO -->
<header class="hero">
<div class="hero-inner">
<div>
<h1 class="hero-name">Matthew Bancroft</h1>
<p class="hero-title">Senior Cyber Security & Technology Executive</p>
<div class="hero-tags">
<span class="hero-tag">Management Consulting</span>
<span class="hero-tag">Digital Trust</span>
<span class="hero-tag">OT / IT Convergence</span>
<span class="hero-tag">Practice Leadership</span>
<span class="hero-tag">CxO Advisory</span>
<span class="hero-tag">AI Governance</span>
</div>
</div>
<div class="hero-contact">
<a href="tel:+447795461651">+44 (0)7795 461651</a>
<a href="mailto:matthew_bancroft@hotmail.com">matthew_bancroft@hotmail.com</a>
<a href="https://www.matthewbancroft.online">matthewbancroft.online</a>
<span>South Yorkshire · Hybrid / London</span>
</div>
</div>
</header>
<!-- STATS BAR -->
<div class="stats-bar">
<div class="stat">
<div class="stat-num">25+</div>
<div class="stat-label">Years in Cyber Security</div>
</div>
<div class="stat">
<div class="stat-num">50+</div>
<div class="stat-label">Consultants Led</div>
</div>
<div class="stat">
<div class="stat-num">80+</div>
<div class="stat-label">Countries Delivered In</div>
</div>
<div class="stat">
<div class="stat-num">12+</div>
<div class="stat-label">Industry Sectors</div>
</div>
</div>
<div class="body-wrap">
```
<!-- EXECUTIVE PROFILE -->
<section class="section">
<div class="section-header">
<span class="section-label">Executive Profile</span>
<div class="section-rule"></div>
</div>
<p class="profile-text">
Dynamic and entrepreneurial senior leader with over 25 years of <strong>progressive achievement across cyber security, digital trust, and technology transformation</strong>. Starting from hands-on network security operations and evolving through independent consulting, global practice leadership, and vendor sales — every role has built deliberately toward the ability to advise, lead, and commercialise at the most senior levels.
</p>
<br>
<p class="profile-text">
Recognised for strategic vision, commercial acumen, and a talent for <strong>building and scaling world-class consulting teams and portfolios</strong>. A trusted CxO advisor with deep, hard-won expertise in OT/IT convergence, operational and cyber resilience, AI governance, and emerging threat landscapes. Brings rare breadth across both Information Technology and Operational Technology — <strong>grounded in technical reality, elevated to boardroom fluency</strong>.
</p>
</section>
<!-- CAREER TRAJECTORY -->
<section class="section">
<div class="section-header">
<span class="section-label">Career Trajectory</span>
<div class="section-rule"></div>
</div>
<div class="timeline">
<div class="timeline-row">
<div class="tl-period">2023 – Present</div>
<div class="tl-line-wrap"><div class="tl-dot"></div><div class="tl-connector"></div></div>
<div class="tl-content">
<div class="tl-role">Senior Director, Digital Trust Cyber Consulting</div>
<div class="tl-org">Capgemini Invent · London</div>
</div>
</div>
<div class="timeline-row">
<div class="tl-period">2021 – 2023</div>
<div class="tl-line-wrap"><div class="tl-dot"></div><div class="tl-connector"></div></div>
<div class="tl-content">
<div class="tl-role">Security Director, Private Sector</div>
<div class="tl-org">Capgemini CIS · London</div>
</div>
</div>
<div class="timeline-row">
<div class="tl-period">2020 – 2021</div>
<div class="tl-line-wrap"><div class="tl-dot"></div><div class="tl-connector"></div></div>
<div class="tl-content">
<div class="tl-role">Interim CTO & Security Director</div>
<div class="tl-org">AgileCadence · Perth, Scotland</div>
</div>
</div>
<div class="timeline-row">
<div class="tl-period">2019 – 2020</div>
<div class="tl-line-wrap"><div class="tl-dot"></div><div class="tl-connector"></div></div>
<div class="tl-content">
<div class="tl-role">EMEA Head of OT Cyber Security (Pre-Sales / Sales / Channel)</div>
<div class="tl-org">Forescout · London</div>
</div>
</div>
<div class="timeline-row">
<div class="tl-period">2014 – 2019</div>
<div class="tl-line-wrap"><div class="tl-dot"></div><div class="tl-connector"></div></div>
<div class="tl-content">
<div class="tl-role">Global Industrial Cyber Security Director</div>
<div class="tl-org">Wipro · London / Bangalore</div>
</div>
</div>
<div class="timeline-row">
<div class="tl-period">2004 – 2014</div>
<div class="tl-line-wrap"><div class="tl-dot"></div><div class="tl-connector"></div></div>
<div class="tl-content">
<div class="tl-role">Freelance Cyber Security Consultant</div>
<div class="tl-org">UK · Denmark · Belgium · Switzerland · Nordics</div>
</div>
</div>
<div class="timeline-row">
<div class="tl-period">2000 – 2004</div>
<div class="tl-line-wrap"><div class="tl-dot"></div><div class="tl-connector"></div></div>
<div class="tl-content">
<div class="tl-role">Data Networks & Cyber Security Analyst</div>
<div class="tl-org">HSBC · Sheffield</div>
</div>
</div>
<div class="timeline-row">
<div class="tl-period">1995 – 2000</div>
<div class="tl-line-wrap"><div class="tl-dot"></div></div>
<div class="tl-content">
<div class="tl-role">BSc (Hons) Applied Physics, 2:1 & BP Year Placement</div>
<div class="tl-org">Sheffield Hallam University & BP Sunbury</div>
</div>
</div>
</div>
</section>
<!-- CAREER IN DETAIL -->
<section class="section">
<div class="section-header">
<span class="section-label">Career in Detail</span>
<div class="section-rule"></div>
</div>
<!-- Capgemini Invent -->
<div class="role-card">
<div class="role-header">
<div>
<div class="role-org">Capgemini Invent</div>
<div class="role-title">Senior Director, Digital Trust Cyber Consulting</div>
</div>
<div class="role-period">2023 – Present · London</div>
</div>
<p class="role-narrative">The convergence point of a 25-year career. Leading a 50+ consultant CxO-focused cyber strategy and innovation practice, with full ownership of utilisation, talent, delivery, client acquisition, and P&L — demanding equal command of the commercial, the strategic, and the technical.</p>
<div class="capability-bridge">
<strong>Capability Convergence</strong>
Draws on OT/IT technical depth from HSBC and Wipro; practice-building instincts from a decade of independent consulting; commercial rigour forged at Forescout; and enterprise leadership honed at Capgemini CIS. Every prior role feeds this one.
</div>
<div class="achievements-label">Selected Achievements</div>
<ul class="achievements">
<li>Leading a <strong>50+ consultant cyber practice</strong> covering CxO strategy, digital trust, resilience, and emerging technology — managing the full commercial lifecycle from pipeline to profitability.</li>
<li>Established and leads the <strong>OPRES (Operational Resilience) portfolio</strong> for Invent UK — delivering the first Nuclear sector win in Q1 2025, with a 2026 pipeline exceeding £1M.</li>
<li>Heads the <strong>SecureAI portfolio</strong> — driving AI Governance, Risk & Compliance consulting and leading the Invent UK TrustedAI business, focused on Agentic CISO transformation and SecureAI operationalisation.</li>
<li>Invent global lead for consulting portfolio development across <strong>AI, OT, and GRC</strong>.</li>
<li>Created a <strong>Cyber Innovation and Incubation partner programme</strong> to take niche and start-up cyber solutions to market.</li>
<li>Owns the cyber consulting sector business for <strong>Manufacturing and Automotive</strong>.</li>
<li>Defined and delivered software developer security training for a <strong>major UK air travel client</strong> in 2025/26.</li>
</ul>
</div>
<!-- Capgemini CIS -->
<div class="role-card">
<div class="role-header">
<div>
<div class="role-org">Capgemini CIS</div>
<div class="role-title">Security Director, Private Sector</div>
</div>
<div class="role-period">2021 – 2023 · London</div>
</div>
<p class="role-narrative">Joined as the front door for cyber across UK Energy, Utilities, Chemicals, and Private Sector — immediately rebooting stalled pipelines and building new service capabilities that established the credibility for Senior Director elevation.</p>
<div class="capability-bridge">
<strong>Capability Evolution</strong>
Applied the full commercial toolkit from Forescout and AgileCadence within a Tier 1 consulting firm — demanding rapid assimilation of complex internal structures while delivering measurable commercial outcomes from day one.
</div>
<div class="achievements-label">Selected Achievements</div>
<ul class="achievements">
<li>Rebooted the Capgemini OT practice — building new services, consulting capabilities, and <strong>OT/IT MSSP offerings from the ground up</strong>.</li>
<li>Drove new business across UK CNI energy and utilities clients by expanding vendor alliances with <strong>Tenable, Microsoft, Fortinet, and AWS</strong>.</li>
<li>Led full-lifecycle RFI/RFP bid responses across the cyber portfolio — spanning SOC, cloud, end-user compute, OT, identity, and infrastructure.</li>
<li>Published thought leadership and sales enablement collateral that directly supported <strong>pipeline growth</strong>.</li>
</ul>
</div>
<!-- AgileCadence -->
<div class="role-card">
<div class="role-header">
<div>
<div class="role-org">AgileCadence</div>
<div class="role-title">Interim CTO & Security Director</div>
</div>
<div class="role-period">2020 – 2021 · Perth, Scotland</div>
</div>
<p class="role-narrative">Founding-level leadership during the pandemic — architecting and commercialising a net-new Azure Cloud Managed Services and Security Consulting business for a Microsoft Gold Partner, from concept to live clients.</p>
<div class="capability-bridge">
<strong>Capability Evolution</strong>
A deliberate shift to designing a business rather than running one. Productising IP into CI/CD pipelines and publishing to the Azure Marketplace directly informed the practice-building approach applied at scale at Capgemini.
</div>
<div class="achievements-label">Selected Achievements</div>
<ul class="achievements">
<li>Designed and built <strong>Microsoft Azure/Sentinel/M365 Security Consultancy and Managed Service offerings</strong> — published to the Azure Marketplace and live with clients.</li>
<li>Created <strong>ZTR3</strong> — a proprietary Zero Trust-based cyber security assessment framework to reduce technical debt and drive secure IT operating model transformation.</li>
<li>Delivered full Microsoft security stack coverage: M365 EDR/XDR/Defender, Azure Defender, Sentinel SIEM/SOAR/SOC, and Hybrid Identity.</li>
<li>Worked with DevOps team to <strong>automate and productise IP</strong> within CI/CD pipelines.</li>
</ul>
</div>
<!-- Forescout -->
<div class="role-card">
<div class="role-header">
<div>
<div class="role-org">Forescout</div>
<div class="role-title">EMEA Head of OT Cyber Security · Pre-Sales / Sales / Channel</div>
</div>
<div class="role-period">2019 – 2020 · London</div>
</div>
<p class="role-narrative">Recruited to reshape and scale EMEA commercial operations following Forescout's acquisition of Dutch OT security vendor Security Matters — rapidly expanding from Pre-Sales leadership to full EMEA Sales and Channel ownership.</p>
<div class="capability-bridge">
<strong>Capability Evolution</strong>
The move from consulting into a vendor environment with hard commercial targets accelerated commercial maturity at pace — growing a region from near-zero to multi-million dollars in six months built the P&L instincts that define senior practice leadership.
</div>
<div class="achievements-label">Selected Achievements</div>
<ul class="achievements">
<li>Grew EMEA revenue from a standing start to <strong>over $2M within six months</strong>.</li>
<li>Managed a team of 5 presales engineers across Europe and the Middle East — standardising PoV processes and automating RFP responses.</li>
<li>Simultaneously took on EMEA Sales Team management and <strong>channel partner relationship leadership</strong>.</li>
</ul>
</div>
<!-- Wipro -->
<div class="role-card">
<div class="role-header">
<div>
<div class="role-org">Wipro</div>
<div class="role-title">Global Practice Director, Industrial Cyber Security · Cyber Account Director · EMEA Ventures Director</div>
</div>
<div class="role-period">2014 – 2019 · London / Bangalore</div>
</div>
<p class="role-narrative">Five transformative years across three concurrent and sequential roles: building a global practice from nothing, incubating VC-backed start-ups across EMEA, then leading global accounts for the world's largest energy companies.</p>
<div class="capability-bridge">
<strong>Capability Evolution</strong>
The crucible. Building a global practice from zero — hiring, designing services, building a vendor ecosystem, delivering across continents — required every consulting, commercial, and leadership skill simultaneously.
</div>
<div class="achievements-label">Practice Director · Global (2014–2018)</div>
<ul class="achievements">
<li>Built a <strong>global Industrial OT Cybersecurity consulting practice from scratch</strong> and ran it for five years — among the first of its kind in the market.</li>
<li>Delivered engagements spanning Oil & Gas in Oman, Medical Manufacturing in the USA, and Industrial security programmes across Europe.</li>
<li>Built strategic vendor relationships with OT-specialist firms including Indegy, Nextnine, Security Matters, and Kaspersky Industrial.</li>
<li>Built and managed <strong>global channel partner alliances</strong> with best-of-breed cyber security vendors.</li>
</ul>
<br>
<div class="achievements-label">EMEA Ventures Director · Concurrent (2016–2017)</div>
<ul class="achievements">
<li>Incubated Wipro Ventures-backed start-ups (Vectra, Demisto, Cycognito, Intsights) across EMEA — generating <strong>$2M+ new business in year one</strong>.</li>
<li>Created holistic sales collateral spanning Threat Hunting, SOAR, Real-Time Cyber Exposure, and Deep Web Intelligence.</li>
</ul>
<br>
<div class="achievements-label">Account Director · Shell & BP (2018–2019)</div>
<ul class="achievements">
<li>Global cyber client partner for <strong>two Oil & Gas super majors</strong>, managing multi-million dollar accounts across London and Den Haag.</li>
<li>Delivered <strong>120% of a £6M annual target</strong> in the first year.</li>
<li>Acted as trusted CISO-level advisor, managing senior security leadership relationships at board level.</li>
</ul>
</div>
<!-- Freelance -->
<div class="role-card">
<div class="role-header">
<div>
<div class="role-org">Independent Consulting</div>
<div class="role-title">Freelance Cyber Security Consultant</div>
</div>
<div class="role-period">2004 – 2014 · UK, Nordics, Europe</div>
</div>
<p class="role-narrative">A decade of deliberate breadth — working independently across sectors, geographies, and disciplines to develop the multi-domain versatility that defines the subsequent leadership career. No single employer could have provided this range.</p>
<div class="engagements">
<div class="engagement">
<div class="engagement-header">
<div>
<div class="engagement-client">Carlsberg Group</div>
<div class="engagement-role-title">Security Consultant / Interim Group OT Security Manager</div>
</div>
<div class="engagement-period">2009 – 2013</div>
</div>
<ul>
<li>Chief architect and programme manager for a <strong>landmark OT/IT Cyber Transformation programme spanning 17 countries and 30+ manufacturing facilities</strong> — one of the most extensive industrial cyber programmes of its era.</li>
<li>Designed bespoke SCADA security policy, OT governance, and a new Supply Chain Systems IT organisation across Europe.</li>
<li>Led ISO27001 policy rollout across 15 European countries — engaging CIOs, CFOs, and HR Directors in each territory.</li>
<li>Managed the group OT Security function with local country managers reporting in monthly.</li>
</ul>
</div>
<div class="engagement">
<div class="engagement-header">
<div>
<div class="engagement-client">Yara International</div>
<div class="engagement-role-title">SCADA/ICS Security Consultant & Project Manager</div>
</div>
<div class="engagement-period">2013</div>
</div>
<ul>
<li>Chief architect and project manager for a <strong>global quantitative risk assessment across 90 sites in 80 countries</strong> — upstream, downstream, supply, trade, and industrial operations — delivered in six months.</li>
<li>Presented a fully costed remediation roadmap to senior leadership, directly informing Yara's global OT security investment strategy.</li>
</ul>
</div>
<div class="engagement">
<div class="engagement-header">
<div>
<div class="engagement-client">William Hill</div>
<div class="engagement-role-title">Interim Head of Information Security</div>
</div>
<div class="engagement-period">2008 – 2009</div>
</div>
<ul>
<li>Built a team of five security analysts from scratch and led PCI DSS, ISO27001, DLP, NAC, and DDoS prevention programmes.</li>
<li>Ran <strong>security operations for the UK Grand National and major global sporting events</strong> — a high-profile responsibility held for four years.</li>
</ul>
</div>
<div class="engagement">
<div class="engagement-header">
<div>
<div class="engagement-client">BT Design</div>
<div class="engagement-role-title">Network & Security Architect</div>
</div>
<div class="engagement-period">2007 – 2008</div>
</div>
<ul>
<li>End-to-end solution designer on the <strong>Home Office e-Borders programme bid</strong> — one of the largest UK government security contracts of the era.</li>
<li>Won internal award for uplift of BT's core email security infrastructure.</li>
</ul>
</div>
</div>
</div>
<!-- HSBC -->
<div class="role-card">
<div class="role-header">
<div>
<div class="role-org">HSBC</div>
<div class="role-title">Data Networks & Cyber Security Analyst</div>
</div>
<div class="role-period">2000 – 2004 · Sheffield</div>
</div>
<p class="role-narrative">The foundation. Entered through the graduate training scheme, rapidly qualifying in Cisco and Checkpoint — gaining the technical rigour of enterprise financial services security that underpins every subsequent achievement.</p>
<ul class="achievements">
<li>3rd-line support of Checkpoint, HP OpenView, DNS, SNMP, and CiscoWorks across a <strong>global financial services infrastructure</strong>.</li>
<li>Designed, implemented, and troubleshot complex IP networks, firewall platforms (Nokia IP650, Alteon, HP-UX), and Cisco VPN environments.</li>
</ul>
</div>
</section>
<!-- SPECIALISMS -->
<section class="section">
<div class="section-header">
<span class="section-label">Specialisms & Skills</span>
<div class="section-rule"></div>
</div>
<div class="specialisms-grid">
<div class="specialism-cell">
<div class="specialism-domain">Leadership & Commercial</div>
<div class="specialism-items">CxO Advisory · Practice Leadership · P&L Ownership · Talent Development · Pipeline & Portfolio Innovation</div>
</div>
<div class="specialism-cell">
<div class="specialism-domain">Strategic</div>
<div class="specialism-items">Cyber Strategy & Transformation · Digital Trust · OPRES & Cyber Resilience · AI Governance · SecureAI</div>
</div>
<div class="specialism-cell">
<div class="specialism-domain">Technical Domains</div>
<div class="specialism-items">OT/IT Convergence · Secure Intelligent Industry · Cyber-Physical Security · Cloud & Zero Trust · Modern SOC · SIEM/SOAR/XDR</div>
</div>
<div class="specialism-cell">
<div class="specialism-domain">Emerging Technology</div>
<div class="specialism-items">Agentic AI · SecDevOps · IoT/IIoT · Connected Vehicle Security · TPRM · Human Risk Management</div>
</div>
<div class="specialism-cell">
<div class="specialism-domain">Compliance & Assurance</div>
<div class="specialism-items">ISO27001/2 · NIS2 · NIST CSF · IEC 62443 · PCI DSS · CPNI · Cyber Essentials</div>
</div>
<div class="specialism-cell">
<div class="specialism-domain">Sectors</div>
<div class="specialism-items">Manufacturing · Energy & Utilities · Oil & Gas · Transport · Finance · Retail · Health · Public Sector</div>
</div>
</div>
</section>
<!-- CERTIFICATIONS -->
<section class="section">
<div class="section-header">
<span class="section-label">Professional Certifications</span>
<div class="section-rule"></div>
</div>
<div class="certs-grid">
<div class="cert-item">
<span class="cert-badge">CISSP</span>
<div class="cert-text">ISC² Certified Information Systems Security Professional (2009, renewed 2013)</div>
</div>
<div class="cert-item">
<span class="cert-badge">CISM</span>
<div class="cert-text">ISACA Certified Information Security Manager (2012)</div>
</div>
<div class="cert-item">
<span class="cert-badge">CISA</span>
<div class="cert-text">ISACA Certified Information Systems Auditor (2010)</div>
</div>
<div class="cert-item">
<span class="cert-badge">CGEIT</span>
<div class="cert-text">ISACA Certified in the Governance of Enterprise IT (2013)</div>
</div>
<div class="cert-item">
<span class="cert-badge">AWS</span>
<div class="cert-text">MSSP Security Partner Certified (2022)</div>
</div>
<div class="cert-item">
<span class="cert-badge">AZ-900</span>
<div class="cert-text">Microsoft Azure Certified Fundamentals (2020)</div>
</div>
<div class="cert-item">
<span class="cert-badge">GICSP</span>
<div class="cert-text">SANS / Shell Houston Training Completed</div>
</div>
</div>
</section>
<!-- SPEAKING & THOUGHT LEADERSHIP -->
<section class="section">
<div class="section-header">
<span class="section-label">International Speaking & Thought Leadership</span>
<div class="section-rule"></div>
</div>
<div class="speaking-grid">
<div class="speaking-item">Abu Dhabi Downstream 2014<span>Industrial Cyber Security</span></div>
<div class="speaking-item">Kazenergy 2014<span>Industrial Cybersecurity & Panel Advisor</span></div>
<div class="speaking-item">Cisco Live Melbourne 2015<span>Ukrainian Power Attacks & Cyber Threats</span></div>
<div class="speaking-item">SPE Aberdeen 2016<span>Oil & Gas Cyber Security Panel</span></div>
<div class="speaking-item">UAE Dubai ISACA 2017<span>Advanced Automated Cyber Physical Security</span></div>
<div class="speaking-item">Helsinki / Oslo / Copenhagen 2018<span>Advanced Adaptive Cybersecurity for Industrial & CNI</span></div>
<div class="speaking-item">FT Cyber Security Summit 2019<span>Advanced Adaptive Cybersecurity for Industrial & CNI</span></div>
<div class="speaking-item">Future Downstream London 2018/19<span>Panellist & Speaker</span></div>
</div>
</section>
<!-- EDUCATION -->
<section class="section">
<div class="section-header">
<span class="section-label">Education</span>
<div class="section-rule"></div>
</div>
<div class="edu-block">
<div class="edu-year">1995<br>–<br>2000</div>
<div class="edu-detail">
<h3>BSc (Hons) Applied Physics, 2:1 · Sheffield Hallam University</h3>
<p>Dual-accredited by The Institute of Physics and The Institute of Electronic Engineers. Combined theoretical physics and mathematics with practical engineering disciplines including semiconductor IC theory, design, and manufacture. Options included French, Business Studies, and Visual Programming.</p>
<br>
<p><strong>Year Placement: BP Petrophysics Laboratory, Sunbury</strong> — Oil and gas reservoir rock testing and R&D. The first exposure to industrial operations and physical science — a thread that runs directly through to OT/ICS security leadership two decades later.</p>
</div>
</div>
</section>
```
</div><!-- /body-wrap -->
<!-- FOOTER -->
<footer class="footer">
<div class="footer-name">Matthew Bancroft</div>
<div class="footer-contact">matthew_bancroft@hotmail.com · +44 (0)7795 461651 · matthewbancroft.online</div>
</footer>
</div><!-- /page -->
</body>
</html>