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

SecOps Trainer

Private corporate batches, live online cohorts and 1-on-1 mentoring in running security operations — telemetry pipelines, detection engineering, triage, incident response and automation — 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 SecOps trainer

Rajesh Kumar

Principal DevOps Engineer & Architect

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

Rajesh teaches SecOps as an engineering system rather than a job description: what to collect and why, how a detection is written, reviewed and tested, how triage decisions are made under time pressure, and where automation removes work versus where it hides it. Sessions run against live telemetry from real hosts, cloud accounts and container platforms, and give as much time to false-positive reduction, coverage measurement and log-source health as to writing the first detection — because those are what determine whether a function survives its second quarter.

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 SecOps engagements

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

How your SecOps trainer is chosen

Engagements are matched on the tool, not the calendar. For SecOps that means a trainer who has run it in production — running security operations — telemetry pipelines, detection engineering, triage, incident response and automation — 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 SecOps 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 SecOps 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 SecOps?

SecOps is the operational side of security: the people, telemetry and workflow that detect an attack in progress, decide what it is, contain it, and get the environment back to a known-good state. Where security architecture asks what controls should exist, SecOps assumes some of them will fail and asks how quickly the failure becomes visible and how reliably it is handled at three in the morning.

A working SecOps function has four parts that all have to be engineered. A telemetry pipeline collects the events that matter — authentication, process execution, network flow, cloud control-plane activity, application audit trails — and delivers them somewhere queryable, in time order, without silently dropping sources. A detection layer turns those events into signals, whether through SIEM correlation rules, threshold logic or behavioural analytics. A triage and response workflow moves each signal through investigation to a decision with an owner and a clock on it. And an automation layer removes the repetitive parts, because analyst attention is the scarcest resource in the whole system.

What makes SecOps distinct as a skill is that its failure modes are operational rather than theoretical. The common problems are alert volume nobody can clear, detections that fire on deployments instead of attacks, log sources that stopped shipping without anyone noticing, playbooks that assume access the responder does not have, and a mean time to respond that nobody measures honestly. Those are the problems this training is built around.

Why this skill matters now

Detection has become the control organisations are actually judged on. Prevention still matters, but every serious framework, cyber-insurance questionnaire and customer security review now asks how quickly you would notice a compromise and what you would do next — and those questions are answered by operations, not by architecture diagrams.

The telemetry has also moved. A decade ago security monitoring meant firewall and endpoint logs from a static estate. Now the highest-value signals come from cloud control planes, identity providers, container runtimes and CI/CD systems, all of which change daily and none of which are owned by a traditional security team. That has pushed security operations towards engineers who understand the platform, and pushed detection work towards being written, reviewed and version-controlled like software.

The hiring gap is in judgement and engineering rather than tool operation. Anyone can forward logs into a SIEM and enable the default rule pack; the result is usually thousands of alerts a week and a team that ignores them. Deciding what to collect, what a detection should assert, what an alert obliges someone to do, and how to prove coverage against real attacker techniques is the work that is genuinely scarce.

SecOps training
# outcomes

What your team can do afterwards

Design a telemetry pipeline that collects the events attacks actually produce, with normalisation, time synchronisation and source-health monitoring
Write, test and version-control detections, and reduce false positives without quietly reducing coverage
Measure detection coverage against MITRE ATT&CK and turn the gaps into a prioritised engineering backlog
Run a triage workflow with defined severities, ownership and time targets that hold under real alert volume
Execute an incident from first alert through containment, eradication and recovery, with evidence preserved throughout
Automate the repetitive parts of response — enrichment, containment actions, ticketing — without removing the human decision points
Operationalise threat intelligence so indicators and technique reporting change detections rather than sitting in a feed
Report on the function honestly: dwell time, mean time to detect and respond, coverage, and alert quality rather than alert count
# curriculum

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

01What a security operations function actually doesLive & Interactive5 hrs · 2 assignments · 1 capstone

The shape of the work before the tooling. The detection-to-response chain, the roles that carry it, the tiering models and their trade-offs, and where SecOps meets platform engineering, SRE and incident management. Also the honest failure modes: alert fatigue, coverage theatre and metrics that measure activity rather than outcome.

Topics: The detection, triage, response and recovery chain · Analyst tiers, or why some teams deliberately have none · In-house, managed and hybrid operating models · Where SecOps overlaps with SRE and platform engineering · Alert fatigue as an engineering problem · Outcome metrics: dwell time, MTTD, MTTR, alert quality · Common ways a SecOps function fails quietly

  • Assignments: (1) Map an existing alert flow from source event to human decision, timing each hop; (2) Audit a week of alerts and classify each as actionable, informational or noise
  • Capstone: Write an operating model for one environment naming sources, severities, owners and time targets
02Telemetry — deciding what to collectLive & Interactive5 hrs · 2 assignments · 1 capstone

The pipeline everything else runs on. Choosing sources by the attacker behaviour they reveal rather than by what is easy to enable, then getting the data off the host reliably: agents, forwarders, cloud-native delivery, parsing, normalisation and the cost curve that decides what you can afford to keep.

Topics: Choosing sources by detection value: auth, process, network, DNS, cloud control plane, application audit · Endpoint telemetry: EDR, auditd, Sysmon, eBPF-based collection · Cloud trails, identity provider logs and Kubernetes audit logs · Collection agents, forwarders and buffering under back-pressure · Parsing, normalisation and a common schema · Time synchronisation, ordering and clock skew · Retention tiers, hot versus cold storage, and cost control

  • Assignments: (1) Instrument a Linux host, a cloud account and a Kubernetes cluster for security-relevant events; (2) Reduce the volume of one high-cost source by half without losing detection value
  • Capstone: Deliver a source catalogue with detection value, volume, cost and retention decision for each entry
03Log-source health and pipeline reliabilityLive & Interactive5 hrs · 2 assignments · 1 capstone

The failure nobody sees until an audit or an incident: a source that stopped shipping. Building visibility into the pipeline itself — heartbeats, volume baselines, parse-failure rates and end-to-end latency — so silence is treated as an alert rather than as good news.

Topics: Heartbeat and volume-baseline monitoring per source · Detecting a silent source before an incident does · Parse failures, schema drift and field-mapping breakage · End-to-end latency and its effect on time-to-detect · Buffering, back-pressure and data loss during bursts · Log integrity, immutability and tamper evidence · Onboarding checklist for a new source

  • Assignments: (1) Build source-health monitoring with alerting on silence and on volume anomaly; (2) Break a parser deliberately and measure how long the failure stays invisible
  • Capstone: Ship a pipeline health dashboard with alerting that would catch a silent source within an hour
04Detection engineeringLive & Interactive5 hrs · 2 assignments · 1 capstone

Treating detections as code. What a detection asserts, how it is written and reviewed, how it is tested against both benign and malicious activity, and how it is versioned, deployed and retired. The discipline that turns a rule pack into a maintained codebase.

Topics: Anatomy of a detection: hypothesis, data source, logic, expected true positives · Signature, threshold, correlation and behavioural detections compared · Detection as code: repository layout, review and CI · Testing detections with generated activity and replayed data · Tuning: allowlists, suppression and their audit trail · Detection lifecycle — deployment, measurement, retirement · Writing an alert that tells the responder what to do next

  • Assignments: (1) Write five detections from stated hypotheses and test each against benign and malicious activity; (2) Tune a noisy production detection and document exactly what coverage the tuning cost
  • Capstone: Build a version-controlled detection repository with tests running in CI
05Coverage, ATT&CK mapping and validationLive & Interactive5 hrs · 2 assignments · 1 capstone

Answering 'what would we miss' with evidence. Mapping detections to attacker techniques, distinguishing real coverage from claimed coverage, and validating with safe adversary emulation against systems you own — then converting the gaps into a prioritised backlog.

Topics: MITRE ATT&CK as a coverage vocabulary and its limits · Mapping detections and data sources to techniques · Claimed versus validated coverage · Safe adversary emulation against your own estate · Purple-team exercises and how to run them productively · Prioritising gaps by technique prevalence and impact · Reporting coverage without inflating it

  • Assignments: (1) Produce a coverage heat map for one environment and mark every unvalidated claim; (2) Run a safe emulation of three techniques and record which detections fired
  • Capstone: Deliver a validated coverage assessment with a sequenced plan to close the top gaps
06Triage and investigationLive & Interactive5 hrs · 2 assignments · 1 capstone

The workflow that turns a signal into a decision. Enrichment, pivoting across data sources, scoping a suspected compromise, and reaching a defensible conclusion inside a time budget — plus the queue discipline that stops a backlog from becoming permanent.

Topics: Alert enrichment: asset, identity, threat intelligence and prior-history context · Pivoting across host, network, identity and cloud data · Scoping: from one alert to the full set of affected entities · Severity assignment and escalation criteria · Investigation notes that another responder can pick up · Queue management, ageing and the cost of an unclearable backlog · When to stop investigating and declare

  • Assignments: (1) Triage a mixed queue of thirty alerts to a decision with written justification for each; (2) Scope a simulated compromise across identity, host and cloud evidence
  • Capstone: Produce a triage playbook with enrichment steps, decision criteria and time targets per severity
07Incident response and recoveryLive & Interactive5 hrs · 2 assignments · 1 capstone

Declared incidents. Command structure and communications, containment decisions and their business cost, evidence preservation, eradication, and the recovery step that most plans underspecify. Then the post-incident review that actually changes something.

Topics: Incident command, roles and communication discipline · Containment options and their operational trade-offs · Evidence preservation and forensic readiness · Credential compromise: rotation, session invalidation and re-entry paths · Eradication and verifying the environment is clean · Recovery, restore validation and reopening service · Post-incident review that produces engineering work, not blame

  • Assignments: (1) Run a tabletop for a cloud credential compromise from alert to recovery; (2) Write a containment decision matrix with named approvers per action
  • Capstone: Deliver an incident response plan plus a runbook exercised end to end against a live scenario
08Automation, intelligence and running the functionLive & Interactive5 hrs · 2 assignments · 1 capstone

Making the function sustainable. Automating enrichment and repeatable containment actions, integrating threat intelligence so it changes detections rather than sitting in a feed, and running the operational rhythm — on-call, handover, review cadence and reporting — that keeps quality from degrading.

Topics: Automating enrichment before automating action · Response automation and the guardrails around destructive actions · Playbook design: what stays human and why · Ticketing, case management and closing the loop · Threat intelligence: indicators, technique reporting and relevance filtering · On-call, handover and shift-free operating models · Reporting to management without vanity metrics

  • Assignments: (1) Automate enrichment for one alert type and measure the analyst time saved; (2) Implement one containment action with an approval gate and a full audit trail
  • Capstone: Deliver a running SecOps capability: sources, detections, triage flow, automation and a reporting pack

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 · TELEMETRY

Instrument host, cloud and cluster

Wire security telemetry from a Linux host, a cloud account and a Kubernetes cluster into one queryable store, with normalisation and time synchronisation proven.

loggingpipelinenormalisation
LAB · HEALTH

Catch the silent source

Build heartbeat and volume-baseline monitoring, then kill a forwarder and measure how long it takes your own alerting to notice.

source healthmonitoringreliability
LAB · DETECTION

Detections as code

Write detections from stated hypotheses, test each against generated benign and malicious activity, and run the whole set in CI on every change.

detection engineeringcitesting
LAB · COVERAGE

Validate what you claim to detect

Safely emulate a short attack chain on systems you own, record which detections fired, and rebuild the coverage map from evidence rather than assumption.

att&ckpurple teamvalidation
LAB · TRIAGE

Clear a real queue

Work a mixed queue of alerts to decisions under a time budget, then rebuild the enrichment so the same queue takes half as long.

triageenrichmentinvestigation
CAPSTONE · INCIDENT

Alert to post-incident review

Run a credential-compromise incident end to end — containment, evidence, eradication, recovery — and produce a review that generates concrete engineering work.

incident responserecoveryreview
# ecosystem

The tools SecOps sits next to

Elastic Stack
Splunk
Wazuh
Sigma
MITRE ATT&CK
Falco
osquery
Suricata
Fluent Bit
TheHive
Kubernetes
AWS CloudTrail

Who this is for

  • Security analysts and SOC engineers moving from alert handling to detection engineering
  • DevOps and platform engineers who now own the telemetry that security depends on
  • SREs extending incident response practice to security incidents
  • Incident responders who want the detection and pipeline side rather than only the response side
  • Security engineers building or rebuilding a monitoring capability from scratch
  • Team leads accountable for detection coverage and response time commitments

Pre-requisites

  • Comfortable on a Linux command line and reading system and application logs
  • Working knowledge of networking: IP, DNS, TCP, TLS and what a proxy or firewall does
  • Some exposure to a cloud provider account and its audit log
  • Familiarity with a query language — SQL, KQL, SPL or Lucene-style search
  • 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

SecOps 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 SIEM, cloud, endpoint tooling and log sources you actually run, and rebuild the module list around them. Examples then use your telemetry rather than a generic set.
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.
Do we need a commercial SIEM to take this course?
No. The labs run on open-source components such as the Elastic Stack, Wazuh and Sigma, and the pipeline, detection and triage material transfers directly. If you run Splunk, Sentinel or another platform, we map the exercises onto it for a private batch.
Is this an offensive security or red team course?
No. It is defensive operations. Any attack activity in the labs is safe emulation on systems the attendee owns, run purely to prove whether a detection fires — the deliverable is always a working detection or response procedure.
How is this different from your DevSecOps course?
DevSecOps secures the build pipeline before code ships — scanning, gates and vulnerability management. SecOps covers what happens once it is running: telemetry, detection, triage and incident response. Teams commonly take both, in that order.
How long does a private SecOps batch take?
Typically four to five days. Telemetry, pipeline health and detection engineering fill three days; adding coverage validation, triage, incident response and automation 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 have a SIEM but our alerts are ignored. Does this help?
That is the most common starting point, and modules three to six are built for it. The work is source health, detection hypotheses, tuning with a recorded coverage cost, and a triage flow with real time targets — turning an alert stream into a queue that can actually be cleared.
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.
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 SecOps 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