By the end of this chapter you'll be able to…

  • 1Match each malware family to its one-line behaviour: virus, worm, trojan, ransomware, spyware, keylogger, adware, botnet
  • 2Distinguish the phishing family by channel — email (phishing), voice (vishing), SMS (smishing) — plus spoofing, MITM, DoS/DDoS and brute force
  • 3Pair defences with threats: backups vs ransomware, 2FA vs stolen passwords, firewall vs network attacks, patches vs exploits
  • 4Classify hackers (white/black/grey hat) and recall the Indian framework: IT Act 2000 (amended 2008), CERT-In, Cyber Swachhta Kendra
  • 5Apply the virus/worm distinction — a worm needs no host file and no user action
💡
Why this chapter matters in SSC CGL
Cyber security completes the qualifying Computer Knowledge module and is its most template-driven block: a behaviour is described, four names are offered, and the glossary decides. The same vocabulary protects you in the job itself — government offices are prime phishing targets, and the exam's defence list (2FA, updates, backups, padlock check) is the actual office security briefing.

Cyber Security — SSC CGL Computer Knowledge

SSC's security questions are a matching exercise: a one-line behaviour ("encrypts your files and demands money") and four names. Learn the threat glossary, the defence glossary, and two India-specific facts (IT Act 2000, CERT-In) — that is the entire syllabus. As a bonus, it is also the actual survival kit for a desk job in a government office.


1. What SSC actually asks

Tier 2, Section III: 2–4 of the 20 questions. Formats: "X is a type of…" (malware taxonomy), "emails pretending to be your bank are called…" (attack names), "which of these protects…" (defences), and occasionally the IT Act year or CERT-In's role.


2. Malware — the threat glossary

NameBehaviour (the exam's one-liner)
VirusAttaches to files/programs; spreads when the host runs
WormSelf-replicates across networks without a host file or user action
Trojan horseDisguises itself as legitimate software; opens a backdoor
RansomwareEncrypts files and demands payment (WannaCry, 2017)
SpywareSecretly collects your information
KeyloggerRecords keystrokes to steal passwords
AdwareFloods you with unwanted advertisements
BotnetNetwork of infected "zombie" machines controlled remotely

The virus/worm distinction is the most-asked line in the table: a worm needs no host and no human click.


3. Attacks on people — phishing and cousins

  • Phishing — fraudulent emails/websites impersonating trusted organisations to steal credentials.
  • Vishing — the same con by voice call; smishing — by SMS.
  • Spoofing — forging an identity (sender address, caller ID, website).
  • Man-in-the-middle — attacker secretly relays/alters communication between two parties (why public Wi-Fi + banking is a bad pair).
  • Denial of Service (DoS) — flooding a server with traffic so real users can't reach it; DDoS = the flood comes from a botnet.
  • Brute force — trying every password combination until one works.
  • Social engineering — the umbrella term: manipulating people rather than machines.

4. Defences

  • Antivirus — detects and removes malware; must be kept updated (new signatures).
  • Firewall — filters network traffic between a trusted network and the outside; can be hardware or software.
  • Encryption — scrambles data so only key-holders can read it; HTTPS/padlock = encrypted browsing.
  • Two-factor authentication (2FA) — password plus a second proof (OTP, authenticator app); the single best account upgrade.
  • Strong passwords — long, mixed character types, unique per site; never shared, never on sticky notes.
  • Backups — the working antidote to ransomware; regular, offline/cloud copies.
  • Updates/patches — close the security holes malware exploits (WannaCry hit unpatched systems).
  • Digital signature — cryptographic proof of a document's authenticity and integrity (legally valid in India).

5. Hackers and Indian framework

  • White hat — ethical hacker, tests security with permission; black hat — criminal; grey hat — in between (no permission, no malice).
  • IT Act, 2000 — India's law on cybercrime and electronic commerce (major amendment: 2008); gives digital signatures legal standing.
  • CERT-In — the Indian Computer Emergency Response Team (under MeitY): the national nodal agency for responding to cyber-security incidents.
  • Cyber Swachhta Kendra — MeitY's botnet-cleaning and malware-analysis centre.
  • Cookies — small files websites store in your browser to remember you; not malware, but a privacy consideration.

6. Solved PYQ-style examples

Q1. Malware that encrypts a victim's files and demands payment is: Solution. Ransomware (WannaCry, 2017, is the exam's stock example).

Q2. Fraudulent emails that appear to come from your bank, asking you to "verify" your password, are an example of: Solution. Phishing — impersonation by email. (By phone it becomes vishing; by SMS, smishing.)

Q3. Which of the following self-replicates across a network without attaching to a host file? Solution. Worm — the no-host, no-click property is exactly what separates it from a virus.

Q4. A system that monitors and filters incoming and outgoing network traffic is a: Solution. Firewall — the barrier between a trusted network and the untrusted internet.

Q5. India's IT Act was enacted in the year: Solution. 2000 (major amendment in 2008).


7. Exam protocol

  1. Learn the malware table as behaviour → name one-liners; the question quotes the behaviour almost verbatim.
  2. Phishing family by channel: email = phishing, call = vishing, SMS = smishing.
  3. Defences match threats: ransomware → backups, weak passwords → 2FA, network attacks → firewall, malware → updated antivirus.
  4. Two India facts cold: IT Act 2000; CERT-In = national incident-response agency.
  5. With −1 negatives on a qualifying module, answer the glossary matches you know and skip genuine unknowns.

Key formulas & results

Everything to memorise for the exam hall, in one card. Screenshot this for revision.

Virus vs worm
The single most-tested line in the malware table.
Phishing family by channel
Same con, three channels — the question names the channel.
Threat → defence pairs
Plus updated antivirus and OS patches against malware generally.
India facts
CERT-In and Cyber Swachhta Kendra both sit under MeitY.
⚠️

Traps SSC CGL sets — and how to dodge them

These are the exact option-traps and misreads that cost marks under negative marking.

WATCH OUT
Using 'virus' as the name for every kind of malware.
Virus is one specific family (needs a host file). Malware is the umbrella; ransomware, worms, trojans and spyware are siblings, and the exam asks for the precise name.
WATCH OUT
Confusing worm with virus on the self-replication question.
The worm spreads across networks by itself — no host file, no user click. If the stem says 'without user action' or 'without a host', the answer is worm.
WATCH OUT
Answering 'phishing' when the described channel is a phone call or SMS.
Match the channel: voice → vishing, SMS → smishing, email/website → phishing. The stem always names the channel.
WATCH OUT
Calling a trojan a virus because it damages the system.
The trojan's defining trait is DISGUISE — it arrives pretending to be legitimate software and opens a backdoor. Damage is common to all malware; disguise names the trojan.
WATCH OUT
Marking antivirus as the defence against ransomware's damage.
Once files are encrypted, antivirus can't restore them — BACKUPS are the working antidote. Antivirus is prevention; backups are recovery.
WATCH OUT
Writing the IT Act year as 2008.
Enacted 2000; 2008 was the major AMENDMENT. If the question says 'enacted', the answer is 2000.

Exam-pattern practice

PYQ-style questions with full solutions. Work through them as a readiness check — mark yourself honestly and get your gap report at the end.

Readiness check

Are you exam-ready for Cyber Security?

11 problems from this chapter. Try each one, reveal the worked solution, mark yourself honestly — get your gap report at the end.

11 questions~8 min

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • Malware umbrella: virus (host file), worm (self-replicates, no host/click), trojan (disguise + backdoor), ransomware (encrypt + demand), spyware/keylogger (steal info), adware (ads), botnet (zombie network)
  • Phishing by email; vishing by call; smishing by SMS; spoofing = forged identity; social engineering = manipulating people
  • MITM: attacker relays between two parties — avoid banking on public Wi-Fi
  • DoS floods a server; DDoS floods from a botnet; brute force tries all passwords
  • Defences: updated antivirus, firewall (traffic filter), encryption/HTTPS, 2FA, strong unique passwords, backups (the ransomware antidote), patches
  • Digital signature = cryptographic authenticity, legally valid under IT Act
  • White hat with permission; black hat criminal; grey hat neither
  • IT Act 2000 (amended 2008); CERT-In = national incident-response agency (MeitY); Cyber Swachhta Kendra = botnet cleaning centre
  • Cookies are browser convenience files — a privacy issue, not malware

SSC CGL question blueprint

How this topic is asked, tier by tier — so you can prep to the pattern.

Typical weightage: 12

Question styleMarks eachTypical countWhat it tests
Cyber-security share of the 20-Q module6–12 (2–4 Q × 3 marks, qualifying)
Prep strategy
  • Learn the malware table as behaviour→name flashcards
  • Drill the phishing/vishing/smishing channel split
  • Memorise threat→defence pairs and the two India facts
  • Revise with the networking chapter — HTTPS and email vocabulary overlap

Exam-hall strategy

Battle-tested tips from mentors and toppers for this topic under the sectional clock.

  1. Answer by matching the stem's behaviour phrase to the glossary one-liner — the wording is nearly verbatim.
  2. Check the channel word before answering the phishing family: email, call or SMS.
  3. For defence questions, pair the threat first: ransomware→backups, passwords→2FA, traffic→firewall.
  4. Hold the two India facts ready: IT Act 2000, CERT-In under MeitY.
  5. Qualifying module, −1 negatives: bank the glossary matches, skip genuine unknowns.

Beyond the exam

Where this skill shows up in the job you're competing for — and in life.

Protecting your own accounts

2FA on email and bank accounts, unique passwords, and the padlock check are this chapter applied to your own money — the exam list is the personal checklist.

Government-office vigilance

Public offices are prime phishing and ransomware targets; recognising the fake-mail pattern before clicking is a job skill CGL recruits actually use.

Helping family stay safe

Vishing and smishing scams (fake KYC calls, lottery SMS) target everyone; the family member who can name the con usually prevents it.

Where else this topic is tested

Prepare once, score in every exam that asks it.

SSC CHSLSame module — identical glossary
IBPS PO / Clerk3–5 Q — banking exams weight security higher
RRB NTPC1–2 Q inside GA
State PSC clericalStandard cyber-awareness block

Questions aspirants ask

Pulled from the Q&A community and mentor sessions.

Usually 2–4 of the 20 questions in Tier 2's Computer Knowledge module. With computer basics, MS Office and networking, this chapter completes the module's coverage.

Glossary-deep only: name the threat from its behaviour, name the defence for a threat, or recall IT Act/CERT-In. No tools, no code, no configuration.

The phishing definition and the virus/worm distinction lead, followed by ransomware's encrypt-and-demand one-liner and the firewall's role.

Yes — it is the stock ransomware example (2017, hit unpatched Windows systems worldwide) and occasionally appears by name in questions and options.

Sometimes: spam is unsolicited bulk mail (an annoyance); phishing is impersonation to steal credentials (an attack). Phishing often arrives as spam, but the definitions are distinct.
Header Logo