<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Top Gun Cyber — Independent OT/ICS cybersecurity assessments, product strategy, and crisis leadership for nuclear, energy, and critical infrastructure.">
<meta name="author" content="Ed Turkaly">
<meta property="og:title" content="Top Gun Cyber | OT/ICS Security Assessments & Critical Infrastructure Advisory">
<meta property="og:description" content="Engineering risk out — not just documenting it. Independent cybersecurity consulting for nuclear, energy, and critical infrastructure.">
<meta property="og:url" content="https://tgcyber.net">
<title>Top Gun Cyber | OT/ICS Security Assessments & Critical Infrastructure Advisory</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background-color: #0a0e1a;
color: #e0e0e0;
line-height: 1.6;
}
/* Hero Section */
.hero {
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
background: radial-gradient(ellipse at top, #141d33 0%, #0a0e1a 60%);
padding: 2rem;
}
.logo {
font-size: 2.5rem;
font-weight: 700;
color: #fff;
margin-bottom: 1rem;
letter-spacing: -0.5px;
}
.logo span { color: #7b61ff; }
.tagline {
font-size: 1.2rem;
color: #8892b0;
margin-bottom: 0.5rem;
letter-spacing: 2px;
text-transform: uppercase;
}
.hero h1 {
font-size: 3rem;
color: #fff;
max-width: 800px;
margin-bottom: 1.5rem;
line-height: 1.2;
}
.hero p.subtitle {
font-size: 1.3rem;
color: #8892b0;
max-width: 700px;
margin-bottom: 2.5rem;
}
.cta-buttons {
display: flex;
gap: 1rem;
flex-wrap: wrap;
justify-content: center;
}
.btn {
padding: 0.85rem 2rem;
border-radius: 6px;
text-decoration: none;
font-size: 1.05rem;
font-weight: 600;
transition: all 0.3s ease;
}
.btn-primary {
background-color: #7b61ff;
color: #fff;
border: 2px solid #7b61ff;
}
.btn-primary:hover {
background-color: #6647e0;
border-color: #6647e0;
transform: translateY(-2px);
}
.btn-secondary {
background-color: transparent;
color: #e0e0e0;
border: 2px solid #8892b0;
}
.btn-secondary:hover {
border-color: #7b61ff;
color: #7b61ff;
transform: translateY(-2px);
}
/* Credentials Bar */
.credentials-bar {
background-color: #11182b;
padding: 2rem;
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 2rem;
text-align: center;
}
.credential {
color: #8892b0;
font-size: 0.95rem;
font-weight: 500;
}
.credential strong { color: #7b61ff; }
/* Services Section */
.services {
padding: 5rem 2rem;
max-width: 1000px;
margin: 0 auto;
}
.section-title {
font-size: 2rem;
color: #fff;
text-align: center;
margin-bottom: 0.5rem;
}
.section-subtitle {
text-align: center;
color: #8892b0;
font-size: 1.1rem;
margin-bottom: 3rem;
}
.services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 2rem;
}
.service-card {
background-color: #11182b;
border: 1px solid #1d283d;
border-radius: 10px;
padding: 2rem;
transition: border-color 0.3s ease;
}
.service-card:hover { border-color: #7b61ff; }
.service-icon {
font-size: 2rem;
margin-bottom: 1rem;
}
.service-card h3 {
color: #fff;
font-size: 1.3rem;
margin-bottom: 0.75rem;
}
.service-card p { color: #8892b0; font-size: 0.95rem; }
.service-card ul {
list-style: none;
margin-top: 0.75rem;
padding-left: 0;
}
.service-card li {
color: #8892b0;
font-size: 0.9rem;
padding-left: 1rem;
position: relative;
margin-bottom: 0.3rem;
}
.service-card li::before {
content: "▸";
color: #7b61ff;
position: absolute;
left: 0;
}
/* Track Record */
.track-record {
background-color: #11182b;
padding: 5rem 2rem;
text-align: center;
}
.track-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 2rem;
max-width: 900px;
margin: 0 auto;
}
.track-item h2 {
font-size: 2.5rem;
color: #7b61ff;
margin-bottom: 0.25rem;
}
.track-item p { color: #8892b0; font-size: 0.9rem; }
/* Experience Strip */
.experience-strip {
padding: 4rem 2rem;
text-align: center;
max-width: 900px;
margin: 0 auto;
}
.experience-logos {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 1.5rem;
margin-top: 2rem;
}
.exp-name {
color: #8892b0;
font-size: 1rem;
font-weight: 600;
padding: 0.5rem 1rem;
border: 1px solid #1d283d;
border-radius: 6px;
background-color: #11182b;
}
/* About Section */
.about {
padding: 5rem 2rem;
max-width: 800px;
margin: 0 auto;
text-align: center;
}
.about h2 {
font-size: 2rem;
color: #fff;
margin-bottom: 1.5rem;
}
.about p {
color: #8892b0;
font-size: 1.05rem;
margin-bottom: 1rem;
}
/* Contact */
.contact {
background-color: #11182b;
padding: 5rem 2rem;
text-align: center;
}
.contact h2 {
font-size: 2rem;
color: #fff;
margin-bottom: 1rem;
}
.contact p {
color: #8892b0;
margin-bottom: 2rem;
}
.contact a {
color: #7b61ff;
text-decoration: none;
font-size: 1.2rem;
font-weight: 600;
}
.contact a:hover { text-decoration: underline; }
/* Footer */
footer {
background-color: #0a0e1a;
padding: 2rem;
text-align: center;
color: #444;
font-size: 0.85rem;
}
footer a { color: #8892b0; text-decoration: none; }
/* Responsive */
@media (max-width: 600px) {
.hero h1 { font-size: 2rem; }
.logo { font-size: 1.8rem; }
.hero p.subtitle { font-size: 1rem; }
}
</style>
</head>
<body>
<!-- HERO -->
<section class="hero">
<div class="logo">Top Gun <span>Cyber</span></div>
<div class="tagline">Engineering Risk Out — Not Just Documenting It</div>
<h1>OT/ICS Security Assessments & Critical Infrastructure Advisory</h1>
<p class="subtitle">Independent cybersecurity consulting for nuclear, energy, defense, and critical infrastructure organizations where the stakes are too high for checkbox compliance.</p>
<div class="cta-buttons">
<a href="mailto:turkaly@tgcyber.net" class="btn btn-primary">Request Consultation</a>
<a href="#services" class="btn btn-secondary">Explore Services</a>
</div>
</section>
<!-- CREDENTIALS BAR -->
<div class="credentials-bar">
<div class="credential"><strong>Q-Clearance</strong> (DoD Top Secret)</div>
<div class="credential"><strong>CISSP</strong> 15-Year Holder</div>
<div class="credential"><strong>GICSP</strong> SANS</div>
<div class="credential"><strong>CSSA</strong> SCADA Security Architect</div>
<div class="credential"><strong>FITSP</strong> Federal IT Security</div>
</div>
<!-- SERVICES -->
<section class="services" id="services">
<h2 class="section-title">Core Services</h2>
<p class="section-subtitle">Three pillars built on 20+ years of high-stakes operational experience</p>
<div class="services-grid">
<div class="service-card">
<div class="service-icon">🔍</div>
<h3>Security Assessments</h3>
<p>Consequence-based risk methodology that identifies what actually matters — and engineers it out.</p>
<ul>
<li>Nuclear reactor cybersecurity assessments (AP1000)</li>
<li>Black-box ICS/OT penetration testing</li>
<li>OEM product validation (GE, Siemens, Honeywell)</li>
<li>Tabletop exercises & attack path analysis</li>
<li>Digital twin & air-gapped AI assessments</li>
<li>NRC RegGuide 5.71, NEI 08-09, IEC 62443 alignment</li>
</ul>
</div>
<div class="service-card">
<div class="service-icon">📊</div>
<h3>Product & Commercialization Strategy</h3>
<p>Bridge the gap between technical assessment and profitable go-to-market execution.</p>
<ul>
<li>Cybersecurity portfolio development</li>
<li>Go-to-market strategy & revenue forecasting</li>
<li>M&A advisory & due diligence</li>
<li>International reseller & partnership negotiation</li>
<li>Data-driven business cases for C-suite approval</li>
<li>Sell-against strategies & competitive positioning</li>
</ul>
</div>
<div class="service-card">
<div class="service-icon">🛡️</div>
<h3>Crisis Leadership & Advisory</h3>
<p>When incidents happen, experienced leadership makes the difference between containment and catastrophe.</p>
<ul>
<li>Incident response strategy & playbook development</li>
<li>Ransomware & high-profile attack containment</li>
<li>Interim CISO / Deputy CISO advisory</li>
<li>SOC operations optimization & SLA management</li>
<li>MSSP strategy, RFP, and vendor selection</li>
<li>Board-level risk communication</li>
</ul>
</div>
</div>
</section>
<!-- TRACK RECORD -->
<section class="track-record">
<h2 class="section-title">Track Record</h2>
<p class="section-subtitle">Proof, not promises</p>
<div class="track-grid">
<div class="track-item">
<h2>100+</h2>
<p>Nuclear plant systems assessed</p>
</div>
<div class="track-item">
<h2>$60M+</h2>
<p>Above bookings plan at GE/Baker Hughes</p>
</div>
<div class="track-item">
<h2>$36M</h2>
<p>IT/OT MSSP strategy at Newmont Mining</p>
</div>
<div class="track-item">
<h2>35K+</h2>
<p>Endpoints managed at DHS/ICE SOC</p>
</div>
</div>
</section>
<!-- EXPERIENCE STRIP -->
<section class="experience-strip">
<h2 class="section-title">Where I've Operated</h2>
<p class="section-subtitle">Two decades across critical infrastructure, federal government, and Fortune 500 industrials</p>
<div class="experience-logos">
<span class="exp-name">Westinghouse Electric</span>
<span class="exp-name">Idaho National Laboratory</span>
<span class="exp-name">Schneider Electric</span>
<span class="exp-name">GE / Baker Hughes</span>
<span class="exp-name">Newmont Mining</span>
<span class="exp-name">DHS / ICE</span>
<span class="exp-name">Bureau of Reclamation</span>
<span class="exp-name">Securicon</span>
</div>
</section>
<!-- ABOUT -->
<section class="about">
<h2>Ed Turkaly — Principal Consultant</h2>
<p>Over 20 years of executive cybersecurity leadership across nuclear power, oil & gas, mining, data centers, and U.S. federal agencies (DoD, DHS). I've authored nuclear cybersecurity assessment plans for the AP1000 reactor, productized security portfolios like SecurityST™ and OTArmor™, directed 35,000+ endpoint SOC operations with 4-hour containment SLAs, and led $36M MSSP strategies while actively containing ransomware attacks.</p>
<p>My approach is simple: assess deeply, identify critical consequences, engineer risk out at the design phase, and translate findings into board-level decisions with clear ROI. Most consultants either assess OR build OR respond. I operate across all three.</p>
<p>I hold a Q-Clearance (DoD Top Secret), CISSP (15-year holder), GICSP, CSSA, and FITSP certifications, and a Masters in Emergency Management (FEMA Body of Knowledge). Beyond the boardroom, I completed the 2,800-mile Tour Divide mountain bike race — the same grit I bring to containing high-consequence incidents.</p>
</section>
<!-- CONTACT -->
<section class="contact">
<h2>Let's Talk</h2>
<p>Available for assessment engagements, advisory roles, and interim CISO opportunities in nuclear, energy, defense, and critical infrastructure sectors.</p>
<a href="mailto:turkaly@tgcyber.net">turkaly@tgcyber.net</a>
<p style="margin-top:1rem;font-size:0.9rem;">TGcyber.net | Boulder, Colorado | Remote / Travel Available</p>
</section>
<!-- FOOTER -->
<footer>
© 2026 Top Gun Cyber. All rights reserved.<br>
<a href="https://tgcyber.net">TGcyber.net</a> | <a href="https://www.linkedin.com/in/ed-t-aa64877">LinkedIn</a>
</footer>
</body>
</html>