Corporate · onsite · online training worldwide
contact@DevOpsSchool.com· +91 99057 40781·
> Defensive Security · DevOpsSchool Trainer

Cybersecurity Trainer

Private corporate batches, live online cohorts and 1-on-1 mentoring in defensive security engineering — identity, network, host, application and cloud controls, with detection and response — taught by a practitioner who runs it in production.

20 years across DevOps, SRE and Security · 10,000+ engineers trained · Trained teams at JPMorgan Chase, Verizon, Nokia and the World Bank

DeliveryOnline · Onsite · Hybrid
FormatsCorporate · 1-on-1 · Cohort
AgendaCustomisable
Batch size8–30 engineers
Engineers we've trained work at
JPMorgan ChaseBank of AmericaWells FargoVerizonNokiaWorld BankGE HealthcareVMwareOracleQualcommMercedes-BenzAirbusDatadogSplunkDeloitteInfosysWiproCapgemini
# who teaches it

Your Cybersecurity trainer

Rajesh Kumar

Principal DevOps Engineer & Architect

DevSecOpsSecurity engineeringPipeline hardening20 years in productionPrincipal / architect roles10,000+ engineers trainedM.Tech BITS Pilani25+ certifications

Rajesh teaches cybersecurity as engineering rather than as a certification syllabus: identity and privilege design, network segmentation and TLS configuration, host and image hardening, key management, and the logging and detection layer that catches what the other controls miss. Every domain is taught against running systems — an actual directory, an actual firewall policy, an actual set of logs — with time spent on how controls fail in production, because a control nobody can operate is a control that does not exist.

Twenty years across DevOps, SRE and Security, in principal and architect roles at PayPay, SoftwareAG, ServiceNow, JDA Software, Intuit, Adobe and others. He has trained engineers at JPMorgan Chase, Verizon, Nokia, the World Bank, VMware, Oracle, Mercedes-Benz and Airbus — more than 10,000 people personally. He teaches what he runs, not what he reads.

One practitioner, not a bench

You are booked with a named engineer, and that is who turns up. Marketplaces and larger providers rotate whoever is free, so the person who sold you the agenda is rarely the person teaching it.

The same trainer is available for the next engagement, which matters when a team builds on what it learned last time.

18,000+certified learners
500+corporate batches delivered
50+countries served
100+certification programmes
# faculty

Who delivers Cybersecurity engagements

Your batch is assigned a named trainer before it starts, and that is who teaches it. See the full faculty.

How your Cybersecurity trainer is chosen

Engagements are matched on the tool, not the calendar. For Cybersecurity that means a trainer who has run it in production — defensive security engineering — identity, network, host, application and cloud controls, with detection and response — rather than whoever is free that week. You are told who is teaching before you commit, and that person is on the discovery call that shapes the agenda.

Where a batch is large enough to need a second trainer, the pairing is declared up front. The lead trainer stays accountable for the syllabus and the assessment either way.

Rajesh Kumar

Principal DevOps Engineer & Architect

India20 yrsLead trainer

Twenty years across DevOps, SRE and Security in principal and architect roles at PayPay, SoftwareAG, ServiceNow, JDA Software, Intuit, Adobe, IBM/Emptoris, Ness, MindTree and Accenture. He has trained more than 10,000 engineers personally, at organisations including JPMorgan Chase, Verizon, Nokia, the World Bank, VMware, Oracle, Mercedes-Benz and Airbus. He teaches what he runs, not what he reads.

Nikhil Gupta

IndiaInstructorCoach

Pranab Kumar

IndiaInstructorCoach

Rohit Ghatol

IndiaInstructorCoach

Amit Agarwal

IndiaInstructorCoach

Anil Kumar

IndiaInstructorCoach

Balachandran Anbalagan

IndiaInstructorCoach

Durga Prasad

IndiaInstructorCoach

Gaurav Aggarwal

IndiaInstructorCoach

Harsh Mehta

IndiaInstructorCoach

Kapil Gupta

IndiaInstructorCoach

Kunal Jain

IndiaInstructorCoach

# how to engage

Four ways to work with this trainer

Private corporate batch

Teams of 8–30

Custom agenda, your timezone, onsite or online, NDA-friendly.

Request a quote

1-on-1 mentoring

Individual engineers

A private instructor and a curriculum built around your goal.

₹99,999

Live & Interactive cohort

Individuals who want peers

Scheduled batch, max 8 to 10 hours of live instruction.

₹34,999

Self-paced video

Self-starters

Full LMS access — 20+ courses and 50+ tools included.

₹833/mo
# private batches

Private Cybersecurity training for your team

A private batch starts with a discovery call. We look at the stack you actually run — the CI system, the cloud, the constraints — and map the agenda onto it, so examples use your topology rather than a generic one.

Delivery is onsite at your premises, live online, or hybrid, scheduled around your release calendar rather than ours. Batches run 8 to 30 engineers.

Every attendee leaves with recordings, slides, lab repositories and a completion certificate. You receive an attendance and assessment report. Invoicing supports PO and GST.

Talk to us about a private Cybersecurity batch

What you provide vs what we bring

  • You: the room or the call, and the engineers
  • Us: trainer, agenda, labs, assessment, certificates
  • Labs: we guide your team through provisioning their own free-tier cloud environment — the skill goes with them
# the technology

What is Cybersecurity?

Cybersecurity is the engineering discipline of protecting your own systems, networks, applications and data from unauthorised access, disruption and loss. It is defensive work: establishing what an attacker would have to do to reach something valuable, then arranging identity, network, host, application and monitoring controls so that each step is blocked, made expensive, or observed loudly enough that someone can respond before it matters.

The practice is organised around a small number of control domains that recur regardless of stack. Identity and access management decides who and what may authenticate, and what they can do afterwards. Network security constrains reachability through segmentation, filtering and encrypted transport. Host and endpoint security limits what a compromised process can reach, through hardening, patching and least privilege. Application security covers the code and the dependencies it pulls in. Cryptography and key management sit underneath all of them. Detection and response exist because some control will eventually fail, and the failure has to be visible.

What separates cybersecurity as engineering from cybersecurity as paperwork is that every one of those controls has a configuration, a failure mode and a running cost. A firewall rule nobody can explain, an MFA policy with a permanent bypass group, a TLS endpoint still negotiating a deprecated cipher, a privileged service account with a password set in 2019, or a log source that quietly stopped shipping three weeks ago are all completely normal findings — and all of them are found by engineers who know where to look, not by a policy document. That is the level this training works at.

Why this skill matters now

Security stopped being a separate department's problem the moment infrastructure became code. The people who create identities, open ports, choose base images, write Terraform and configure logging are platform, DevOps and application engineers, which means most security outcomes are now decided by engineering choices made long before anyone from a security team sees them.

At the same time the consequences moved. Ransomware and supply-chain compromise turned security incidents from embarrassing into existential, and regulators and enterprise customers now ask for evidence rather than assurances — access reviews, patch timelines, encryption standards, log retention, incident response records. Answering those questions requires controls that genuinely exist and can be demonstrated, not a policy library.

The scarce skill is not awareness. Every engineer knows least privilege is good. The skill organisations hire for is the ability to implement it against a running estate without breaking delivery: to scope an IAM policy correctly, segment a network that was flat for a decade, harden a host image without breaking the application on it, and build detection that fires on real attacker behaviour rather than on noise.

Cybersecurity training
# outcomes

What your team can do afterwards

Model the risk to a real system — assets, trust boundaries, attacker objectives — and rank controls by what they actually reduce
Design identity and access controls that hold up: authentication factors, privilege tiers, service accounts, joiner-mover-leaver and access review
Segment a network properly, choose where filtering belongs, and configure TLS and certificate handling without leaving deprecated options enabled
Harden Linux and Windows hosts and container images to a benchmark, and verify the hardening automatically rather than by inspection
Apply cryptography correctly — algorithm and mode selection, key lifecycle, storage, rotation and the failure modes of each
Build a logging and detection layer that covers the events attacks actually generate, and write detections that survive a false-positive review
Run an incident from detection through containment, eradication and recovery, and produce a post-incident record that stands up to scrutiny
Map technical controls to a recognised framework such as NIST CSF, CIS Controls or ISO 27001, and generate evidence from systems rather than by hand
# curriculum

8 modules. Live demos in a real lab, not slides.

01Risk, threat models and what you are actually defendingLive & Interactive5 hrs · 2 assignments · 1 capstone

The framing every later module depends on. What you own, what an attacker wants, and how controls are chosen by risk reduction rather than by product category. Confidentiality, integrity and availability as engineering trade-offs, and the difference between a vulnerability, a threat and a risk.

Topics: Confidentiality, integrity and availability as design constraints · Assets, trust boundaries and attack surface · Threat, vulnerability, likelihood and impact · Common attack patterns and how they chain · Defence in depth and the assume-breach posture · Control types: preventive, detective, corrective · Risk registers that engineers actually use

  • Assignments: (1) Inventory the assets and trust boundaries of one real system you own; (2) Rank five candidate controls by risk reduced per unit of effort
  • Capstone: Produce a one-page risk assessment for a live system with a prioritised, costed control list
02Identity and access managementLive & Interactive5 hrs · 2 assignments · 1 capstone

The control domain that decides the blast radius of everything else. Authentication mechanisms and their failure modes, authorisation models, privileged access, and the lifecycle work — provisioning, review and revocation — that determines whether least privilege survives past its first quarter.

Topics: Authentication factors, MFA and phishing-resistant methods · Directory services, federation, SAML and OIDC · RBAC and ABAC compared, and when each breaks down · Service accounts, machine identity and credential rotation · Privileged access: tiering, just-in-time and break-glass · Joiner-mover-leaver and access recertification · Common IAM misconfigurations and how to find them

  • Assignments: (1) Audit a real directory or cloud account for over-privileged and stale identities; (2) Design a break-glass procedure that is auditable and cannot become routine
  • Capstone: Deliver an access model for one application including roles, service identities and a working review process
03Network security and secure transportLive & Interactive5 hrs · 2 assignments · 1 capstone

Constraining what can reach what. Segmentation strategy, where filtering belongs, and how east-west traffic differs from north-south. Then transport security in practice — TLS configuration, certificate lifecycle and the misconfigurations that survive because nothing visibly breaks.

Topics: Segmentation, zoning and micro-segmentation · Stateful firewalls, security groups and network policy · North-south versus east-west controls · TLS versions, cipher suites and protocol hardening · Certificate issuance, validation, pinning and expiry · VPN and zero-trust network access compared · DNS security, egress control and data exfiltration paths

  • Assignments: (1) Convert a flat network diagram into a segmented design with explicit allowed flows; (2) Scan and then fix the TLS configuration of a real endpoint
  • Capstone: Design and implement segmentation plus egress control for a multi-tier application
04Host, endpoint and container hardeningLive & Interactive5 hrs · 2 assignments · 1 capstone

Reducing what a compromised process can do. Linux and Windows baseline hardening, patch and configuration management, and the container-specific controls that matter once workloads stop being long-lived servers. Hardening is only real if it is verified continuously, so verification is built in from the start.

Topics: CIS Benchmarks and building an achievable baseline · Least privilege on Linux: users, capabilities, sudo policy, SELinux and AppArmor · Windows hardening: local policy, LAPS, service accounts · Patch management, exposure windows and emergency patching · Container hardening: non-root, read-only root filesystem, dropped capabilities, seccomp · Golden images and immutable infrastructure · Automated compliance verification and drift detection

  • Assignments: (1) Harden a host to a benchmark and produce an automated check that proves it; (2) Rebuild a container image to run non-root with a minimal capability set
  • Capstone: Ship a hardened, automatically verified base image plus the pipeline that rebuilds it on patch release
05Cryptography and key management in practiceLive & Interactive5 hrs · 2 assignments · 1 capstone

Applied cryptography for engineers who have to make choices rather than design primitives. What to use where, how keys are generated, stored, rotated and destroyed, and the specific mistakes — reused nonces, hard-coded keys, home-grown encryption, unbounded key lifetime — that turn correct algorithms into broken systems.

Topics: Symmetric and asymmetric cryptography and where each belongs · Hashing, salting and password storage · Authenticated encryption and mode selection · PKI, certificate authorities and chains of trust · Key generation, storage, rotation and destruction · Secrets management systems and what they replace · Encryption at rest and in transit: what each actually protects against

  • Assignments: (1) Find and remediate hard-coded credentials and keys in a real repository; (2) Design a key rotation procedure that survives an unplanned compromise
  • Capstone: Implement a full key lifecycle for one service, from issuance through rotation to revocation
06Application and supply-chain securityLive & Interactive5 hrs · 2 assignments · 1 capstone

Where most breaches start. Common vulnerability classes and their defensive patterns, secure configuration of web-facing services, and the dependency supply chain — because most of the code running in production was written by someone else and pulled in by a package manager.

Topics: OWASP Top 10 classes and the defences for each · Input validation, output encoding and parameterised queries · Session management, authentication flows and token handling · Security headers, CORS and cookie configuration · Dependency and container vulnerability scanning · SBOM generation and provenance · Secure code review and where automation stops

  • Assignments: (1) Fix three planted vulnerability classes in a deliberately vulnerable application; (2) Generate an SBOM and triage its findings by reachability rather than CVSS alone
  • Capstone: Take one application from unscanned to scanned, patched and gated in its build pipeline
07Logging, detection and monitoringLive & Interactive5 hrs · 2 assignments · 1 capstone

Assume-breach made operational. Which events are worth collecting, how to get them off the host reliably, and how to turn them into detections that fire on attacker behaviour rather than on volume. Includes the unglamorous parts: retention, time synchronisation, log integrity and knowing when a source has gone silent.

Topics: Choosing log sources: auth, process, network, cloud control plane, application · Collection pipelines, normalisation and time synchronisation · Log integrity, retention and tamper resistance · Writing detections and reducing false positives · Mapping detections to MITRE ATT&CK technique coverage · Alert routing, severity and on-call load · Detecting a dead log source before an audit does

  • Assignments: (1) Instrument a host and cloud account for security-relevant events end to end; (2) Write three detections and test each against generated benign and malicious activity
  • Capstone: Deliver a detection coverage map for one environment with gaps identified and a closing plan
08Incident response, resilience and governanceLive & Interactive5 hrs · 2 assignments · 1 capstone

What happens when a control fails. The response lifecycle from detection to lessons learned, the decisions that have to be made under time pressure, and the backup and recovery capability that determines whether a ransomware event is a bad week or a company-ending one. Then the governance layer that turns all of it into evidence.

Topics: Incident response lifecycle: prepare, detect, contain, eradicate, recover, learn · Severity classification and escalation paths · Containment decisions and their business trade-offs · Evidence handling and forensic readiness · Backup, immutability and tested restore procedures · NIST CSF, CIS Controls and ISO 27001 mapped to technical controls · Generating audit evidence from systems rather than by hand

  • Assignments: (1) Run a tabletop exercise for a credential-compromise scenario end to end; (2) Perform and time a real restore from backup, then document what it proved
  • Capstone: Produce an incident response runbook plus a control-to-framework evidence map for one environment

Need this mapped to your stack?

We rebuild the agenda around the tools you actually run.

Request a custom agenda
# hands-on

Labs and capstones your engineers actually build

LAB · IDENTITY

Find the privilege you did not know you granted

Audit a real directory or cloud account for stale, over-privileged and unused identities, then remediate the worst without breaking the workloads that depend on them.

iamleast privilegeaccess review
LAB · NETWORK

Flat network to segmented design

Take a flat environment, define zones and allowed flows, implement filtering and egress control, then verify the design by attempting the flows that should now fail.

segmentationfirewallegress
LAB · HARDENING

Benchmark a host and prove it

Harden a Linux host and a container image to a CIS baseline, then write automated checks that fail the build when the baseline drifts.

cishardeningdrift
LAB · CRYPTO

Key lifecycle end to end

Move a service from hard-coded credentials to managed secrets, implement rotation, then simulate a key compromise and execute the recovery procedure.

keyssecretsrotation
LAB · DETECTION

Write detections that survive review

Instrument a host and a cloud account, generate both benign and suspicious activity, and tune three detections until they fire on the second and not the first.

loggingdetectionatt&ck
CAPSTONE · RESPONSE

Tabletop to restore

Run a credential-compromise incident from alert through containment and eradication, then perform a timed restore from backup and write the post-incident record.

incident responsebackuptabletop
# ecosystem

The tools Cybersecurity sits next to

Linux
Windows Server
Active Directory
AWS IAM
Vault
OpenSSL
Nmap
Wireshark
Suricata
osquery
Elastic Stack
Splunk

Who this is for

  • DevOps and platform engineers who now own security controls in the systems they build
  • System and cloud administrators responsible for hardening and access management
  • SREs who need detection and incident response that works at production pace
  • Developers and tech leads asked to fix findings and secure their own services
  • Engineers moving into a dedicated security role from infrastructure or development
  • Team leads and architects who have to defend a control design in an audit or review

Pre-requisites

  • Comfortable on a Linux command line — users, permissions, services, packages
  • Basic networking: IP addressing, routing, ports, DNS and what a firewall rule does
  • Some exposure to a cloud provider account, in any of AWS, Azure or GCP
  • Familiarity with version control and at least one scripting language
  • Ability to provision two or three VMs or free-tier cloud instances for labs
# pricing

Straightforward pricing

Every plan includes 1 year of full LMS access — not just this course, the entire DevOpsSchool LMS: 20+ courses, 50+ tools, videos, quizzes, assignments and projects.

Self-paced video

₹833/mo

Billed yearly at ₹9,996

Enroll now

1-on-1 mentorship

₹99,999

Full program, private instructor

Enroll 1-on-1

Corporate / private batch

8–30 engineers · custom agenda · onsite or online · PO and GST invoicing

Get a custom quote

Refunds. If we cancel or postpone a cohort, you get a full refund within 15 days. There is no money-back guarantee otherwise.

Terms. Course material remains licensed to the attendee. Read the terms.

Your data. We don't share it with third parties. Privacy policy.

Every attendee gets a verifiable certificate

  • Issued per attendee on completion
  • Verifiable at devopsschool.com/certificates
  • Hard copy available on request
  • Corporate batches receive an attendance and assessment report
DevOpsSchool

Cybersecurity Training

Certificate of completion

# feedback

What engineers say

4.4 / 5 from 26 reviews on Trustpilot.

★★★★★
Rajesh is a very good trainer I have experienced in DevSecOps training. The number of contents in different topics he has posted on the DevOpsSchool public website are amazing and user friendly for beginners and experienced professionals.
Ashutosh Mishra · Trustpilot
★★★★★
Very good training session. Well explained from the basics to the complex concepts. Also tried to cover practicals and demos within the 3 hour sessions. The learning content and videos are of a great deal of help.
Sreekanth Kannoth · Trustpilot
★★★★★
Basics explanation was exemplary from Rajesh where he dealt with complicated topics to be simple. Great learning stuff personally for me.
Krishna Mohan Yelleti · Trustpilot
★★★★★
Very detailed explanation and has lots of patience in attending the questionnaire. Thanks again for your wonderful sessions.
Uttam Samudrala · Trustpilot
★★★★★
Good discussion, helped us to understand different tools in SRE.
Prashant Saxena · Trustpilot
★★★★★
Got good lab sessions which kept the new DevOps tool learnings to the point and it helped a lot in my career.
robin son · Trustpilot
# comparison

Why a named practitioner beats a marketplace listing

What mattersYouTube + blogsGeneric online courseFreelance marketplaceDevOpsSchool
Named practitionerNoRarelyVaries per bookingYes — same trainer each time
Production experienceUnknownUnknownUnverified20 years, named employers
Custom agendaNoNoSometimesBuilt from your stack
Onsite deliveryNoNoSometimesYes
Lab environmentNoneSandbox that expiresVariesYour own cloud — skill goes with you
AssessmentNoneQuizRarelyAssignments + capstone per module
Per-attendee certificatesNoSometimesRarelyYes
Corporate invoicingNoLimitedVariesPO and GST
Post-training supportNoneForum, time-limitedNoneLifetime forum access
# questions

Frequently asked

Can the agenda be customised for our stack?
Yes — that is the normal case for a private batch. We start with a discovery call, look at the cloud, directory, network and tooling you actually run, and rebuild the module list around them. Examples then use your environment rather than a generic one.
Do you deliver onsite?
Yes. Private batches run onsite at your premises, live online, or hybrid. You provide the room and the engineers; we bring the trainer, agenda, labs, assessment and certificates.
What lab environment do we need?
Attendees provision their own environment — free-tier AWS, Azure or GCP, or local VMs — and we walk them through it. We deliberately do not hand out temporary sandboxes, because the environment they build is the one they keep.
Is this an ethical hacking or penetration testing course?
No. It is defensive engineering throughout. Attendees harden, instrument and monitor systems they own, and any attack technique discussed appears only to explain what a control is stopping and what its failure looks like in logs.
Does this prepare us for a certification such as Security+ or CISSP?
It overlaps substantially with the technical domains of both, but it is built around implementation rather than exam question formats. Teams preparing for a specific certification usually take this first and then do focused exam work.
How long does a private cybersecurity batch take?
Typically four to five days. Risk, identity, network and host hardening fit in three days; adding cryptography, application security, detection and incident response takes it to five.
What size are batches?
Private corporate batches run 8 to 30 engineers. Public Live & Interactive cohorts are capped at 10 so everyone gets time with the trainer.
We are an engineering team, not a security team. Is this pitched at us?
Yes — that is the primary audience. The material assumes you build and operate systems and want the controls to be correct, rather than assuming a security background or a compliance mandate.
Do attendees get a certificate?
Yes — every attendee receives a completion certificate, verifiable at devopsschool.com/certificates. Corporate batches also receive an attendance and assessment report.
What happens if someone misses a session?
Sessions are recorded and available in the LMS, and attendees keep LMS access for a year. For public cohorts, a missed session can be picked up in a later batch.
How do you handle invoicing and tax?
We support purchase orders and issue GST invoices where applicable. Corporate quotes are issued in your currency; INR remains the source price.
What is your refund position?
If we cancel or postpone a cohort, you receive a full refund within 15 days. There is no general money-back guarantee, and GST and gateway fees are not refunded.

Still deciding?

Tell us the team, the stack and the timeline. You'll get a straight answer, not a sales sequence.

Talk to an advisor
# ready when you are

Book a Cybersecurity trainer — or ask a question first.

  • No spam, no drip sequence
  • Syllabus in 60 seconds
  • A human reply within one business day

Prefer to call or email?

More ways to reach us on the contact page.

Talk to an advisorRequest a quote