-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
422 lines (409 loc) · 19.8 KB
/
Copy pathindex.html
File metadata and controls
422 lines (409 loc) · 19.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Nigel Roberts, CISSP | Cybersecurity Consultant and Founder of NexSecure Solutions</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="index,follow" />
<meta name="author" content="Nigel Roberts" />
<meta name="description" content="Nigel Roberts, CISSP is a cybersecurity consultant and founder of NexSecure Solutions LLC in Bowie, Maryland, focused on SMB cyber risk, vCISO, Microsoft 365 hardening, and compliance readiness." />
<link rel="canonical" href="https://nigel-roberts.github.io/" />
<meta property="og:title" content="Nigel Roberts, CISSP | Cybersecurity Consultant and Founder of NexSecure Solutions" />
<meta property="og:description" content="Nigel Roberts, CISSP is a cybersecurity consultant and founder of NexSecure Solutions LLC in Bowie, Maryland, focused on SMB cyber risk, vCISO, Microsoft 365 hardening, and compliance readiness." />
<meta property="og:url" content="https://nigel-roberts.github.io/" />
<meta property="og:type" content="profile" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Nigel Roberts, CISSP | Cybersecurity Consultant and Founder of NexSecure Solutions" />
<meta name="twitter:description" content="Nigel Roberts, CISSP is a cybersecurity consultant and founder of NexSecure Solutions LLC in Bowie, Maryland, focused on SMB cyber risk, vCISO, Microsoft 365 hardening, and compliance readiness." />
<style>
*, *::before, *::after { box-sizing: border-box; }
body {
font: 16px/1.65 system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
margin: 0;
padding: 40px 24px;
color: #111;
background: #fff;
}
main {
max-width: 960px;
margin: 0 auto;
}
header {
border-bottom: 2px solid #e5e7eb;
padding-bottom: 24px;
margin-bottom: 32px;
}
h1 {
font-size: 2rem;
margin: 0 0 10px;
color: #0b1220;
}
h2 {
font-size: 1.15rem;
margin: 36px 0 12px;
color: #0b1220;
border-bottom: 1px solid #e5e7eb;
padding-bottom: 6px;
}
p {
max-width: 78ch;
margin: 0 0 14px;
}
ul {
padding-left: 20px;
margin: 0 0 14px;
}
li {
margin-bottom: 6px;
}
a {
color: #1d4ed8;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.hero-sub {
color: #374151;
font-size: 1rem;
max-width: 78ch;
}
.focus-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
gap: 16px;
margin: 16px 0 28px;
}
.focus-card {
background: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 8px;
padding: 14px 16px;
}
.focus-card strong {
display: block;
margin-bottom: 4px;
color: #0b1220;
font-size: 0.95rem;
}
.focus-card p {
font-size: 0.9rem;
color: #374151;
margin: 0;
}
footer {
margin-top: 48px;
border-top: 1px solid #e5e7eb;
padding-top: 20px;
font-size: 0.9rem;
color: #6b7280;
}
footer a {
color: #374151;
margin-right: 16px;
}
section {
margin-bottom: 8px;
}
@media (max-width: 600px) {
body { padding: 24px 16px; }
h1 { font-size: 1.5rem; }
}
</style>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "ProfilePage",
"@id": "https://nigel-roberts.github.io/#profilepage",
"url": "https://nigel-roberts.github.io/",
"name": "Nigel Roberts, CISSP | Cybersecurity Resource Hub",
"description": "Cybersecurity resource hub and professional profile for Nigel Roberts, CISSP, a cybersecurity advisor in Bowie, Maryland and founder of NexSecure Solutions LLC.",
"mainEntity": {
"@id": "https://nigelrobertsadvisory.com/#person"
}
},
{
"@type": "Person",
"@id": "https://nigelrobertsadvisory.com/#person",
"name": "Nigel Roberts",
"alternateName": "Nigel Roberts, CISSP",
"url": "https://nigelrobertsadvisory.com/",
"jobTitle": "Cybersecurity Advisor and Founder",
"description": "Nigel Roberts is a CISSP-certified cybersecurity advisor based in Bowie, Maryland, founder of NexSecure Solutions LLC, and an information technology and cybersecurity professional with more than 20 years of experience.",
"disambiguatingDescription": "Bowie, Maryland cybersecurity advisor, CISSP, and founder of NexSecure Solutions LLC.",
"homeLocation": {
"@type": "City",
"name": "Bowie, Maryland"
},
"worksFor": {
"@id": "https://nexsecuresolutions.com/#organization"
},
"hasCredential": {
"@type": "EducationalOccupationalCredential",
"name": "Certified Information Systems Security Professional",
"alternateName": "CISSP",
"credentialCategory": "Professional certification"
},
"subjectOf": [
{
"@type": "CreativeWork",
"name": "Nonprofit Cybersecurity Starter Kit for Teams Without IT",
"url": "https://github.com/nigel-roberts/nonprofit-cybersecurity-starter-kit"
},
{
"@type": "CreativeWork",
"name": "Microsoft 365 Security Checklist for Small Organizations",
"url": "https://github.com/nigel-roberts/microsoft-365-security-checklist"
},
{
"@type": "CreativeWork",
"name": "Simple Cyber Risk Register for Small Businesses and Nonprofits",
"url": "https://github.com/nigel-roberts/small-business-cyber-risk-register"
},
{
"@type": "CreativeWork",
"name": "Incident Response Starter Plan for Small Nonprofits and Businesses",
"url": "https://github.com/nigel-roberts/small-org-incident-response-plan"
}
],
"knowsAbout": [
"Cybersecurity",
"Virtual CISO Services",
"Cybersecurity Risk Assessments",
"Vulnerability Management",
"Microsoft 365 Security",
"Identity and Access Management",
"Security Governance",
"Cyber Insurance Readiness",
"NIST Cybersecurity Framework",
"CIS Controls",
"CMMC",
"HIPAA Security",
"Third-Party Risk Management",
"Incident Response Planning",
"Security Awareness",
"AI Governance"
],
"sameAs": [
"https://nexsecuresolutions.com/nigel-roberts-cissp/",
"https://nigelrobertscissp.wordpress.com/",
"https://sites.google.com/view/nigel-roberts-cissp/home",
"https://about.me/nigel_roberts",
"https://www.credly.com/users/nigel-roberts.34ef6e7b",
"https://medium.com/@nigel-roberts",
"https://www.goodfirms.co/company/nexsecure",
"https://wellfound.com/u/nigel-roberts-6",
"https://www.facebook.com/nigelroberts.cyber",
"https://www.linkedin.com/in/nigel-roberts-cissp/",
"https://www.youtube.com/@Nigel_Roberts",
"https://www.instagram.com/thenigelroberts/",
"https://www.threads.com/@thenigelroberts",
"https://x.com/NigelERoberts",
"https://www.crunchbase.com/person/nigel-roberts-cissp",
"https://www.upwork.com/freelancers/~012174f949ede93bc4",
"https://www.producthunt.com/@nigelroberts",
"https://nigel-roberts.github.io/",
"https://github.com/nigel-roberts",
"https://substack.com/@nigelrobertscyber",
"https://clarity.fm/nigelroberts",
"https://speakerhub.com/speaker/nigel-roberts",
"https://www.quora.com/Nigel-Roberts-172",
"https://buymeacoffee.com/nigelroberts",
"https://app.gocatalant.com/c/_/profile/xqykg8/"
]
},
{
"@type": "Organization",
"@id": "https://nexsecuresolutions.com/#organization",
"name": "NexSecure Solutions LLC",
"url": "https://nexsecuresolutions.com/",
"description": "NexSecure Solutions LLC is a Maryland cybersecurity consulting and advisory firm serving small businesses, nonprofits, government contractors, SaaS companies, and growing organizations.",
"founder": {
"@id": "https://nigelrobertsadvisory.com/#person"
},
"sameAs": [
"https://www.linkedin.com/company/nexsecuresolutions",
"https://www.facebook.com/NexSecureSolutions",
"https://www.youtube.com/@NexSecureSolutions",
"https://www.instagram.com/nexsecuresolutions/",
"https://www.crunchbase.com/organization/nexsecure-solutions-llc",
"https://www.goodfirms.co/company/nexsecure",
"https://www.alignable.com/bowie-md/nexsecure-solutions-llc",
"https://www.slideshare.net/nexsecuresolutions"
]
}
]
}
</script>
</head>
<body>
<main>
<header>
<h1>Nigel Roberts, CISSP</h1>
<p class="hero-sub">
Cybersecurity consultant, CISSP, and founder of <a href="https://nexsecuresolutions.com/" rel="me">NexSecure Solutions LLC</a> in Bowie, Maryland.
I help small and mid-sized businesses reduce cyber risk, improve security, and make better decisions about technology risk.
</p>
<p class="hero-sub">
Focus areas include vCISO support, Microsoft 365 hardening, vulnerability management, cyber insurance readiness,
compliance support, vendor risk, AI governance, security awareness, and incident response planning.
</p>
</header>
<section>
<h2>Start Here</h2>
<ul>
<li><a href="https://nexsecuresolutions.com/start-here" rel="me">Start Here with NexSecure Solutions</a></li>
<li><a href="https://nexsecuresolutions.com/nigel-roberts-cissp/" rel="me">Nigel Roberts, CISSP founder profile</a></li>
<li><a href="https://nexsecuresolutions.com/cybersecurity-services/" rel="me">NexSecure cybersecurity services</a></li>
<li><a href="https://nigelrobertsadvisory.com/" rel="me">Nigel Roberts Advisory</a></li>
<li><a href="https://sites.google.com/view/nigel-roberts-cissp/home" rel="me">Google Sites profile</a></li>
<li><a href="https://schedule.oleandergroveholdings.com/free-discovery-and-needs-assessment" rel="me">Schedule a Free Discovery and Needs Assessment</a></li>
</ul>
</section>
<section>
<h2>Technical Focus</h2>
<div class="focus-grid">
<div class="focus-card">
<strong>Microsoft 365 Security</strong>
<p>Hardening Microsoft 365 environments for small businesses. Covers Defender, Entra ID, conditional access, and admin controls.</p>
</div>
<div class="focus-card">
<strong>vCISO and Cybersecurity Leadership</strong>
<p>Fractional CISO services for growing organizations. Security strategy, board communication, and risk ownership without a full-time hire.</p>
</div>
<div class="focus-card">
<strong>Vulnerability Management</strong>
<p>Identifying, prioritizing, and tracking vulnerabilities so teams patch what matters and avoid getting buried in noise.</p>
</div>
<div class="focus-card">
<strong>Cyber Insurance Readiness</strong>
<p>Preparing organizations to qualify for coverage, complete applications accurately, and meet insurer security requirements.</p>
</div>
<div class="focus-card">
<strong>Compliance Readiness</strong>
<p>Practical work toward NIST CSF, CIS Controls, HIPAA, and CMMC alignment without turning compliance into a checkbox exercise.</p>
</div>
<div class="focus-card">
<strong>Third-Party Risk</strong>
<p>Reviewing vendor security posture, contracts, and data access so businesses know what risk they are accepting before signing.</p>
</div>
<div class="focus-card">
<strong>AI Governance</strong>
<p>Building guardrails for AI tool adoption. Data handling policies, acceptable use frameworks, and risk reviews for AI-assisted workflows.</p>
</div>
<div class="focus-card">
<strong>Incident Response Planning</strong>
<p>Building and testing incident response playbooks so teams know what to do in the first hour of a security event.</p>
</div>
<div class="focus-card">
<strong>Security Awareness</strong>
<p>Training programs and phishing simulations that change behavior, not just check a box for annual compliance.</p>
</div>
</div>
</section>
<section>
<h2>Practical Cybersecurity Resources</h2>
<p>
Open, reusable guides and templates created by Nigel Roberts, CISSP for small businesses, nonprofits, and teams without dedicated security staff.
</p>
<div class="focus-grid">
<div class="focus-card">
<strong><a href="https://github.com/nigel-roberts/nonprofit-cybersecurity-starter-kit">Nonprofit Cybersecurity Starter Kit</a></strong>
<p>A 90-day action plan and ownership matrix for nonprofit leaders and teams without dedicated IT staff.</p>
</div>
<div class="focus-card">
<strong><a href="https://github.com/nigel-roberts/microsoft-365-security-checklist">Microsoft 365 Security Checklist</a></strong>
<p>A practical review of identity, administrator access, email, sharing, devices, logging, and recovery.</p>
</div>
<div class="focus-card">
<strong><a href="https://github.com/nigel-roberts/small-business-cyber-risk-register">Cyber Risk Register</a></strong>
<p>A reusable CSV register and scoring guide for turning cybersecurity concerns into owned business decisions.</p>
</div>
<div class="focus-card">
<strong><a href="https://github.com/nigel-roberts/small-org-incident-response-plan">Incident Response Starter Plan</a></strong>
<p>A response plan, activity log, and emergency contact roster for the first hours of a security incident.</p>
</div>
</div>
</section>
<section>
<h2>Featured Work and Publications</h2>
<ul>
<li><a href="https://nexsecuresolutions.com/" rel="me">NexSecure Solutions LLC</a></li>
<li><a href="https://nexsecuresolutions.com/cybersecurity-services/" rel="me">cybersecurity services for small businesses</a></li>
<li><a href="https://nexsecuresolutions.com/nigel-roberts-cissp/" rel="me">Nigel Roberts, CISSP</a></li>
<li><a href="https://medium.com/@nigel-roberts" rel="me">cybersecurity articles by Nigel Roberts</a></li>
<li><a href="https://nigelrobertsadvisory.com/" rel="me">cybersecurity career and advisory writing</a></li>
<li><a href="/papers/">hosted cybersecurity publications</a></li>
<li><a href="/papers/lean-security-smb.pdf">Cybersecurity Basics for Small Businesses</a></li>
<li><a href="https://www.linkedin.com/feed/update/urn:li:share:7474827621097472000/" rel="me">Vendor Trust Is Not a Security Strategy</a> — LinkedIn, June 2026. How to rank vendors by damage potential before a breach happens.</li>
</ul>
</section>
<section>
<h2>Verified Professional Profiles</h2>
<ul>
<li><a href="https://www.linkedin.com/in/nigel-roberts-cissp/" rel="me">Nigel Roberts, CISSP on LinkedIn</a></li>
<li><a href="https://www.credly.com/users/nigel-roberts.34ef6e7b" rel="me">verified cybersecurity credentials</a></li>
<li><a href="https://about.me/nigel_roberts" rel="me">About.me professional profile</a></li>
<li><a href="https://speakerhub.com/speaker/nigel-roberts" rel="me">SpeakerHub profile</a></li>
<li><a href="https://substack.com/@nigelrobertscyber" rel="me">cybersecurity writing on Substack</a></li>
<li><a href="https://www.quora.com/Nigel-Roberts-172" rel="me">Nigel Roberts on Quora</a></li>
</ul>
</section>
<section>
<h2>Business Profiles</h2>
<ul>
<li><a href="https://www.linkedin.com/company/nexsecuresolutions" rel="me">NexSecure Solutions on LinkedIn</a></li>
<li><a href="https://www.crunchbase.com/person/nigel-roberts-cissp" rel="me">Nigel Roberts, CISSP on Crunchbase</a></li>
<li><a href="https://www.crunchbase.com/organization/nexsecure-solutions-llc" rel="me">NexSecure Solutions LLC on Crunchbase</a></li>
<li><a href="https://www.goodfirms.co/company/nexsecure" rel="me">NexSecure Solutions on GoodFirms</a></li>
<li><a href="https://wellfound.com/u/nigel-roberts-6" rel="me">Wellfound profile</a></li>
<li><a href="https://www.alignable.com/bowie-md/nexsecure-solutions-llc" rel="me">NexSecure Solutions on Alignable</a></li>
<li><a href="https://www.upwork.com/freelancers/~012174f949ede93bc4" rel="me">Nigel Roberts on Upwork</a></li>
<li><a href="https://clarity.fm/nigelroberts" rel="me">advisory calls on Clarity.fm</a></li>
<li><a href="https://app.gocatalant.com/c/_/profile/xqykg8/" rel="me">Catalant profile</a></li>
<li><a href="https://www.producthunt.com/@nigelroberts" rel="me">Product Hunt profile</a></li>
<li><a href="https://buymeacoffee.com/nigelroberts" rel="me">Buy Me a Coffee profile</a></li>
</ul>
</section>
<section>
<h2>GitHub and Technical Assets</h2>
<ul>
<li><a href="https://github.com/nigel-roberts" rel="me">GitHub profile</a></li>
<li><a href="https://github.com/nigel-roberts/nigel-roberts.github.io" rel="me">GitHub Pages repository</a></li>
<li><a href="https://github.com/nigel-roberts/nigel-roberts" rel="me">GitHub profile README repository</a></li>
<li><a href="https://github.com/nigel-roberts/nonprofit-cybersecurity-starter-kit">Nonprofit Cybersecurity Starter Kit</a></li>
<li><a href="https://github.com/nigel-roberts/microsoft-365-security-checklist">Microsoft 365 Security Checklist</a></li>
<li><a href="https://github.com/nigel-roberts/small-business-cyber-risk-register">Cyber Risk Register for Small Businesses and Nonprofits</a></li>
<li><a href="https://github.com/nigel-roberts/small-org-incident-response-plan">Incident Response Starter Plan</a></li>
</ul>
</section>
<section>
<h2>Social and Video</h2>
<ul>
<li><a href="https://www.youtube.com/@NexSecureSolutions" rel="me">NexSecure Solutions on YouTube</a></li>
<li><a href="https://www.youtube.com/@Nigel_Roberts" rel="me">Nigel Roberts on YouTube</a></li>
<li><a href="https://www.instagram.com/nexsecuresolutions/" rel="me">NexSecure Solutions on Instagram</a></li>
<li><a href="https://www.instagram.com/thenigelroberts/" rel="me">Nigel Roberts on Instagram</a></li>
<li><a href="https://www.threads.com/@thenigelroberts" rel="me">Threads profile</a></li>
<li><a href="https://x.com/NigelERoberts" rel="me">Nigel Roberts on X</a></li>
<li><a href="https://www.facebook.com/NexSecureSolutions" rel="me">NexSecure Solutions on Facebook</a></li>
<li><a href="https://www.facebook.com/nigelroberts.cyber" rel="me">professional Facebook profile</a></li>
<li><a href="https://www.pinterest.com/NexSecureSolutions/" rel="me">NexSecure Solutions on Pinterest</a></li>
</ul>
</section>
<footer>
<p>
<a href="https://nexsecuresolutions.com/" rel="me">NexSecure Solutions</a>
<a href="https://nexsecuresolutions.com/nigel-roberts-cissp/" rel="me">Nigel Roberts, CISSP</a>
<a href="https://nexsecuresolutions.com/start-here" rel="me">Start Here</a>
<a href="https://www.linkedin.com/in/nigel-roberts-cissp/" rel="me">LinkedIn</a>
<a href="https://medium.com/@nigel-roberts" rel="me">Medium</a>
<a href="https://github.com/nigel-roberts" rel="me">GitHub</a>
<a href="https://sites.google.com/view/nigel-roberts-cissp/home" rel="me">Google Sites</a>
</p>
</footer>
</main>
</body>
</html>