Class 10Computer ScienceFull chapter

Cyber Crime and Safety

This chapter is scored on precise definitions and clean distinctions — hacking against cracking, virus against worm, phishing against spam, bullying against stalking. Learn each pair in one line and every answer in the paper becomes easy.

What Cyber Crime Is

Quick answer The definition of cyber crime, the difference between the computer as a target and the computer as a tool, and why these crimes behave differently from ordinary crimes.

A cyber crime is any illegal activity in which a computer, a mobile phone or a computer network is either the target of the attack or the tool used to carry the attack out. That two-part definition is the one to memorise, because almost every classification question in this chapter is answered by deciding which of the two roles the machine is playing.

When the computer is the target, the crime is committed against the system itself. Breaking into a school website and replacing the home page, planting a virus in a computer lab, stealing the student database from a server, or flooding a site with traffic until it stops responding are all crimes of this kind. When the computer is the tool, the machine is only the instrument used to commit a crime that could in principle exist without it. Sending a fake message that pretends to come from a bank, harassing a classmate through a group chat, selling counterfeit goods on a shopping site, or circulating someone's private photograph are crimes of this second kind. Some offences use both roles at once: an attacker may first break into an e-mail account (computer as target) and then use that account to cheat the victim's friends out of money (computer as tool).

Cyber crime behaves very differently from an ordinary crime, and examiners like this comparison. First, the criminal need not be present at the scene — a fraud committed on a person in one Indian city may be carried out from another state or another country. Second, the crime scales: one carefully written message can be sent to lakhs of people in a single click, whereas a pickpocket can rob one person at a time. Third, the evidence is digital — logs, e-mail headers, screenshots, transaction identifiers and timestamps — and digital evidence is easy to delete, which is why victims are told to preserve everything and change nothing. Fourth, the offender can hide behind fake names, borrowed accounts and other people's infected computers, so identifying the person takes specialised investigation. Fifth, the victim often does not notice for days or weeks; stolen card details may sit unused before a fraudulent transaction appears.

The defence against all of this is cyber security — the set of technologies, rules and habits used to protect computers, networks, programs and data from unauthorised access, damage or misuse. Cyber security is usually described as protecting three things: confidentiality (only authorised people can read the data), integrity (the data is not altered without permission) and availability (genuine users can reach the system when they need it). Every safety measure later in this chapter protects at least one of those three.

Two more terms belong here. Cyber law is the branch of law that deals with computers, the Internet and electronic information; in India the principal statute is the Information Technology Act. A digital footprint is the trail of data a person leaves behind while using the Internet — posts, comments, searches, photographs, locations and purchases. The footprint is very hard to erase completely, which is exactly why careless sharing today becomes a safety problem later.

A full-mark answer on this topic does three things: it gives the definition with both roles of the computer, it names a category with a short example, and it adds one line on why the crime is hard to trace. Two sentences of definition alone will not earn the full marks.

Cyber crime computer as target OR computer as tool definition · Both halves must appear in a full-mark answer.
Cyber security protection of systems, networks and data from unauthorised access term · Guards confidentiality, integrity and availability.
Cyber law law dealing with computers, networks and electronic data term · In India the main statute is the Information Technology Act.
Digital footprint trail of data left behind by online activity term · Posts, searches, purchases and locations; nearly permanent.
Remember
  • Cyber crime is any illegal act in which a computer, phone or network is the target of the attack or the tool used to commit it.
  • Computer as target: hacking, virus attack, data theft, website defacement, denial of service.
  • Computer as tool: online fraud, phishing, cyberbullying, circulating obscene or defamatory material.
  • Cyber crimes cross state and national borders, scale to lakhs of victims at once, and leave only digital evidence.
  • Cyber security protects confidentiality, integrity and availability of data and systems.
  • A digital footprint is the trail of data a user leaves online, and it is very difficult to erase.

Hacking, Cracking and Ethical Hacking

Quick answer What hacking means, how cracking differs from ethical hacking, and the white hat, black hat and grey hat classification examiners ask for by name.

Hacking means gaining access to a computer system, an account or a network without the permission of its owner, usually by finding and exploiting a weakness in it. The weakness may be a weak password, a program that has not been updated, a badly written web page or simply a careless user who clicked a link. The word by itself is neutral in the industry, so the syllabus asks you to split it into its harmful and its lawful forms.

Cracking is hacking done with a harmful intention. A cracker breaks into a system in order to steal data, damage files, deface a website, plant malware, spy on the owner or demand money. Cracking is always a crime, because it has neither permission nor a lawful purpose. Common results of cracking are data breaches (private records copied out), website defacement (the visible pages replaced with the attacker's message), account takeover and financial theft.

Ethical hacking is the deliberate testing of a system by a security professional with the written permission of the owner, in order to find weaknesses before a criminal finds them. The ethical hacker uses the same tools and the same techniques as the attacker, but the outcome is a report: here is the flaw, here is how it can be misused, here is how to fix it. Nothing is stolen, nothing is damaged, and everything found is kept confidential. This work is also called penetration testing. Banks, e-commerce companies, examination boards and government departments all employ ethical hackers, and it is a recognised career.

The deciding factor between the two, and the sentence examiners look for, is simple: permission and intention. Same skill, same commands, opposite legality. If the owner has authorised the test in advance and the findings are reported back, it is ethical hacking; if not, it is cracking, however curious or harmless the intruder claims to be. Breaking into a friend's account to prove that his password is weak is still an offence, because the permission was never given.

The three hats are the classification built on that idea. A white hat hacker is the ethical hacker — works with permission, follows the law, reports every weakness to the owner, and is often paid to do so. A black hat hacker is the criminal — no permission, harmful intent, works for money, revenge or destruction, and hides the intrusion so that it can be repeated. A grey hat hacker sits between them: he breaks into a system without permission, which is illegal, but does not intend to cause damage, and typically informs the owner afterwards, sometimes asking for a fee to reveal the fix. Remember that grey hat activity is still unauthorised access, so the good intention does not make it lawful.

Two related terms complete the topic. A vulnerability is a weakness in software, hardware or human behaviour that an attacker can misuse — an unpatched program, a default password such as admin, an open port. An exploit is the actual technique or piece of code that takes advantage of that vulnerability. Security work is largely the business of finding vulnerabilities before somebody writes an exploit for them.

When a question asks you to differentiate between ethical hacking and cracking, write three contrasted pairs — permission versus no permission, helpful intent versus harmful intent, report and repair versus theft and damage — rather than one long paragraph. Contrasted pairs are easier for an examiner to award.

Hacking unauthorised access to a system or account definition · Neutral word; intent decides whether it is a crime.
Ethical hacking hacking + written permission + report to owner definition · Also called penetration testing.
White hat authorised, lawful, reports findings type · Employed by the organisation being tested.
Black hat unauthorised, harmful, hides the intrusion type · The criminal hacker or cracker.
Grey hat unauthorised but not destructive type · Still illegal — permission was never taken.
Remember
  • Hacking is accessing a computer, account or network without the owner's permission by exploiting a weakness.
  • Cracking is hacking with harmful intent — theft, damage, defacement or spying; it is always a crime.
  • Ethical hacking, also called penetration testing, is authorised testing done with written permission and reported to the owner.
  • White hat = authorised and lawful; black hat = unauthorised and harmful; grey hat = unauthorised but without intent to damage.
  • Permission and intention are the two words that separate ethical hacking from cracking.
  • A vulnerability is the weakness; an exploit is the technique that takes advantage of it.

Phishing, Spam, Identity Theft and Online Fraud

Quick answer How phishing messages work and the signs that give them away, what identity theft is, how card and UPI fraud is committed, and why spam matters.

Phishing is a fraud in which the attacker sends a message that pretends to come from a trusted organisation — a bank, an examination board, a courier company, a booking site such as IRCTC — in order to trick the receiver into revealing confidential information such as a password, a card number, a Card Verification Value (CVV) or a One Time Password (OTP), or into clicking a link that installs malware. The name comes from fishing: bait is thrown out to many people in the hope that a few will bite. When the same trick is played over a phone call it is called vishing (voice phishing), and over SMS it is called smishing.

A phishing message is recognised by a cluster of signs, and listing these signs is a standard question. The sender's address is a lookalike, not the real domain. The greeting is generic — Dear Customer rather than your name. The message creates urgency or fear: your account will be blocked today, your KYC has expired, your parcel is held. There are spelling and grammar mistakes, and the logo is slightly wrong. The link text and the real destination do not match, so hovering over the link on a computer, or pressing and holding it on a phone, shows a different address. The message asks for something no genuine organisation ever asks for — a password, a PIN, a CVV or an OTP. Finally, it arrives unexpectedly, often with an attachment you did not request. Compare the two addresses below; the second is the kind of lookalike used in a phishing mail.

Genuine : https://www.irctc.co.in/nget/train-search
Fake    : https://irctc-refund-verify.com/login.php

Identity theft is the stealing of a person's personal information — name, date of birth, address, Aadhaar or PAN details, account numbers, photographs, login credentials — and using it to impersonate that person. The information is collected through phishing, from a data breach, from a lost phone, from oversharing on social media, or from documents thrown away carelessly. Once the thief has enough, he can open accounts, apply for a loan, make purchases, or create a fake social media profile in the victim's name and misuse it. The damage is not only financial: a fake profile can destroy a reputation, and clearing the record afterwards takes months.

Credit card and online transaction fraud is the direct financial consequence. Card details may be captured by a skimming device fitted over a card reader, stolen from a hacked shopping site, or handed over by the victim in a phishing call. In India the commonest tricks are the fake customer-care number found through a search engine, the caller who asks the victim to install a remote-access application so that he can see the screen, and the misuse of Unified Payments Interface (UPI) collect requests, where the victim is told to approve a request in order to receive a refund of, say, ₹4,500 and in fact authorises a payment of that amount. Two rules answer most of these questions: never share an OTP, PIN or CVV with anybody, including someone claiming to be from the bank; and a UPI PIN is never required to receive money — entering it always sends money out.

Spam is unsolicited bulk electronic mail or messages sent to a large number of recipients, usually advertising, but frequently carrying phishing links or malware. Spam wastes bandwidth and storage, fills the inbox so that genuine mail is missed, and is the main delivery route for the frauds above. Mail services filter most of it into a spam or junk folder. Do not reply to spam and do not use its unsubscribe link if the sender is unknown, because any response confirms that the address is live.

Phishing fake trusted message + request for secret data definition · Vishing over a call, smishing over SMS.
OTP One Time Password expansion · Valid once, for a short time; never to be shared.
CVV Card Verification Value expansion · Three digits on the back of most cards; a few cards print four digits on the front.
UPI Unified Payments Interface expansion · PIN needed only to pay, never to receive.
Spam unsolicited bulk e-mail or messages definition · Filtered into the junk folder; never reply to it.
Remember
  • Phishing sends a fake message posing as a trusted organisation to steal passwords, card details or OTPs; vishing uses phone calls and smishing uses SMS.
  • Signs of phishing: lookalike sender address, generic greeting, urgency, spelling errors, mismatched link, request for OTP, PIN or CVV.
  • Identity theft is stealing personal information and using it to impersonate the victim for loans, purchases or fake profiles.
  • Card fraud arises from skimming, breached shopping sites, fake customer-care numbers and remote-access applications.
  • A UPI PIN is never needed to receive money — approving a collect request always sends money out.
  • Spam is unsolicited bulk messaging; it wastes resources and is the usual carrier of phishing and malware.

Cyberbullying, Cyberstalking and Trolling

Quick answer Three harassment offences that students meet most often, the differences between them, and the exact steps a victim should take.

Cyberbullying is the use of the Internet, mobile phones or social media to deliberately harass, threaten, humiliate or embarrass another person, repeatedly and over time. It takes many forms: abusive messages in a group chat, spreading rumours, sharing an edited or private photograph, creating a fake profile in someone's name, excluding a classmate from a group in order to hurt him, or posting cruel comments under every photograph a person uploads. Two features distinguish it from ordinary bullying and both should appear in an answer. It follows the victim everywhere — the phone is in the bedroom, so there is no safe hour — and the material spreads instantly to a large audience and is very hard to delete once forwarded.

Cyberstalking is the repeated use of electronic communication to follow, monitor, contact or threaten a person until that person feels afraid for their safety. The stalker may send constant messages after being asked to stop, track the victim's location through posts and check-ins, monitor every account, create new accounts each time he is blocked, or contact the victim's friends and family. Cyberbullying aims to humiliate; cyberstalking aims to pursue and control, and it carries a genuine fear of physical harm because online surveillance can lead to offline contact. That is the distinction examiners test.

Cyber trolling is the posting of deliberately offensive, provocative or insulting comments online in order to upset people and start an argument. A troll is usually anonymous, often does not know the target personally, and is looking for a reaction rather than pursuing one victim. Trolling is generally aimed at a post, a video or a public figure and may be a single burst of comments; bullying is a sustained campaign against a particular person. Trolling crosses into a criminal offence the moment it becomes a threat, a sexual comment, hate speech directed at a community, or defamation.

The correct response is worth learning as a numbered list, because it is commonly asked as a scenario question. It is this. One, do not reply and do not retaliate — a reply is the reward the bully or troll is waiting for, and an angry response can put you in the wrong. Two, preserve the evidence before anything is deleted: take screenshots showing the message, the profile name and the date and time, and note the account address. Three, block the account and use the platform's own report facility; every major social media and messaging service has one, though the exact menu differs from platform to platform. Four, tell a trusted adult — a parent, a class teacher or the school counsellor. A school is expected to act on harassment among its students, and silence is what allows bullying to continue. Five, if there is a threat, a demand for money, sexual content or an image of the victim being circulated, the matter is a crime and should be reported to the police or on the national cyber crime reporting portal, described later in this chapter. Six, tighten the account afterwards: make the profile private, review the friend list, remove location information and change the password.

Prevention deserves a line too. Share less publicly, keep personal details such as school name, class timings, address and phone number off open profiles, do not accept requests from strangers, never send a private photograph to anybody however trusted, and remember that a message deleted from your phone still exists on the recipient's device. Finally, being a silent spectator matters: forwarding a humiliating post makes a person part of the bullying, and reporting it instead is what stops it spreading.

Cyberbullying repeated online harassment of a person definition · Follows the victim home; spreads instantly.
Cyberstalking repeated online following and monitoring causing fear definition · Intent is to pursue and control.
Cyber trolling deliberately provocative or offensive posting definition · Usually anonymous and aimed at a reaction.
Evidence screenshot + profile name + date and time checklist · Save before blocking or deleting anything.
Remember
  • Cyberbullying is repeated harassment, threatening or humiliation of a person using electronic media.
  • Cyberstalking is repeated electronic following, monitoring and contacting that makes the victim fear for their safety.
  • Cyber trolling is posting deliberately provocative or offensive comments to upset people and provoke a reaction.
  • Bullying humiliates a chosen victim, stalking pursues and controls, trolling seeks a reaction from anyone.
  • Correct response: do not reply, save screenshots as evidence, block and report, tell a trusted adult, report to police if threats or images are involved.
  • Forwarding a humiliating post makes the forwarder part of the offence.

Malware and Denial of Service

Quick answer A recap of every malware type in the syllabus with the one line that distinguishes each, and denial of service explained in plain terms.

Malware, short for malicious software, is any program written with the intention of damaging a computer, disrupting its working, or stealing data from it without the user's knowledge. The syllabus names seven kinds, and the marks are in the distinguishing line rather than in the description, so learn each one as a single sentence.

A virus is a malicious program that attaches itself to another file or program and spreads when that infected file is copied or run. Two ideas define it: it needs a host file, and it needs a user action — opening the file, running the program, plugging in an infected pen drive. Effects range from slowing the machine and corrupting files to deleting data outright.

A worm is a malicious program that copies itself and spreads across a network on its own, without attaching to a host file and without any user action. Because it self-replicates, a worm can fill storage, consume bandwidth and slow an entire network within minutes. Virus needs a host and a click; worm needs neither — that single sentence answers the classic comparison question.

A trojan horse, or trojan, is a malicious program that disguises itself as useful or harmless software — a free game, a cracked application, a screen recorder, a fake system cleaner. The user installs it willingly, and it then opens a hidden doorway, called a backdoor, through which the attacker enters. A trojan does not replicate itself; that is what separates it from a virus and a worm.

Ransomware is malware that encrypts the victim's files, or locks the whole device, and then demands a ransom payment in exchange for the key that unlocks them. It typically arrives through an attachment or a fake download. Paying is discouraged, because payment funds the crime and gives no guarantee of recovery; a recent backup kept separately is the only reliable cure, which is why backups appear in the safety section.

Spyware is malware that secretly monitors what a user does and sends that information to a third party — browsing history, files, chats, sometimes camera and microphone access. It works quietly and its main aim is information, not damage. Adware displays unwanted advertisements — pop-ups, redirected pages, a changed home page. Some adware is merely annoying, but much of it also tracks browsing to target the advertisements, which makes it a privacy problem as well. A keylogger is a program, or occasionally a small hardware device plugged between the keyboard and the computer, that records every keystroke typed and passes the record to an attacker; it is the standard method for capturing passwords, card numbers and messages, and it is why typing a password on an unknown machine in a cyber café is unsafe.

A denial of service attack, abbreviated DoS, does not steal anything. It makes a service unavailable to its genuine users by flooding the server with far more requests than it can handle, so that real requests are never answered. Picture a school office counter with one clerk: if fifty people who have no real work crowd the counter, a student with a genuine form cannot reach it. The counter has not been robbed, but it has been made useless. When the flood comes from thousands of infected computers at once, controlled remotely by the attacker, it is a distributed denial of service or DDoS attack, and the network of infected machines is called a botnet. A DDoS is far harder to stop than a DoS because the traffic comes from many ordinary addresses spread across the world. The damage is loss of service and loss of business — an examination result site or a ticket booking site down at its busiest hour affects lakhs of users.

Virus needs a host file + a user action malware · Spreads when the infected file is copied or run.
Worm self-replicating, spreads over a network alone malware · No host file, no user action needed.
Trojan disguised as useful software, opens a backdoor malware · Does not replicate itself.
Ransomware encrypts files, demands payment malware · Backup, do not pay.
DoS / DDoS Denial of Service / Distributed Denial of Service attack · Availability is attacked, not data; DDoS uses a botnet.
Remember
  • Malware is any software written to damage a system, disrupt it or steal data without the user's knowledge.
  • Virus attaches to a host file and needs a user action; worm self-replicates across a network with no host and no user action.
  • Trojan disguises itself as useful software and opens a backdoor, but does not replicate.
  • Ransomware encrypts files and demands payment; a separate, recent backup is the only reliable defence.
  • Spyware secretly gathers information, adware forces unwanted advertisements, a keylogger records every keystroke typed.
  • DoS floods a server so genuine users cannot use it; DDoS does the same from many infected machines forming a botnet.

Safety Measures and Safe Practices

Quick answer The protective habits and tools the syllabus lists — passwords, two-factor authentication, antivirus, firewall, updates, secure sites, public WiFi and app permissions.

Strong passwords come first because most break-ins start with a guessed or reused one. A strong password is long (a dozen characters or more), mixes uppercase letters, lowercase letters, digits and special symbols, and contains nothing that can be guessed from your life — no name, no birth date, no school name, no cricket team, no dictionary word on its own. It must be different for every account, so that one leaked site does not open all the others, and it must never be shared, written on the inside of a book, or typed while somebody watches. A passphrase made of unrelated words with symbols inserted is both strong and memorable, and a password manager can generate and store the rest.

Weak     : riya2010
Weak     : password@123
Stronger : Mn7#BlueKite-Rail

Two-factor authentication (2FA), also called two-step verification, adds a second proof of identity to the password: something you know (the password) plus something you have (an OTP sent to your phone, a code from an authenticator application, or a security key) or something you are (a fingerprint or face). With 2FA switched on, a stolen password alone is not enough to enter the account, which is why every bank and mail service now offers it. Remember that the OTP is the second factor — handing it to a caller destroys the whole protection.

Antivirus software scans files, programs and incoming data for known malware, quarantines or deletes what it finds, and watches running programs for suspicious behaviour. It is only as good as its last update, because it recognises most threats by their known signatures, so the virus definitions must be kept current and scheduled scans should be allowed to run. A firewall is different, and the pair is a common comparison question: a firewall is a security system, in hardware or in software, that sits between a computer or network and the outside world and filters traffic by a set of rules, allowing what is permitted and blocking what is not. Put simply, the firewall is the gatekeeper controlling who comes in and goes out, while the antivirus is the doctor treating what has already entered.

Software updates matter more than students expect. Vendors release patches to close vulnerabilities that attackers already know about, so an operating system, browser or application left un-updated is an open door; enable automatic updates wherever the option exists, and install only from the official site or the official app store.

Use secure sites for anything private. A secure connection uses HTTPS (HyperText Transfer Protocol Secure), which encrypts the data travelling between the browser and the site so that an eavesdropper on the network sees only unreadable text. Check that the address begins with https:// and that the domain is spelt exactly right. Browsers indicate a secure connection differently — some show a padlock, some show a tune or settings icon, some only warn when a site is not secure — so read your own browser's indicator rather than assuming one vendor's symbol. Note carefully that HTTPS proves the connection is encrypted, not that the owner is honest; a phishing site can also have HTTPS.

Public WiFi in a station, café or airport is shared and often unencrypted, and an attacker on the same network can capture traffic or set up a lookalike hotspot. Never do banking, UPI payments or online shopping on public WiFi; use mobile data instead, and switch off automatic connection to open networks. Finally, be careful with app permissions. Grant only what the app genuinely needs — a torch application has no use for your contacts, messages or microphone — install from official stores, read what is requested at installation, and review permissions periodically in the phone's settings, revoking anything unnecessary. Add three habits to complete the list: keep regular backups on a separate drive or in the cloud, always log out from a shared or school computer instead of just closing the window, and never click a link or open an attachment that arrived unexpectedly.

Strong password length + upper + lower + digit + symbol + unique rule · No name, birth date or dictionary word.
2FA something you know + something you have or are definition · OTP, authenticator code, fingerprint or security key.
Firewall filters network traffic by rules tool · Gatekeeper at the boundary of the network.
Antivirus detects, quarantines and removes malware tool · Useless if the definitions are not updated.
HTTPS HyperText Transfer Protocol Secure protocol · Encrypted connection; not a guarantee that the site is genuine.
Remember
  • A strong password is long, mixes character types, avoids personal details and dictionary words, and is unique to each account.
  • Two-factor authentication adds something you have or something you are to the password, so a stolen password alone fails.
  • Antivirus detects, quarantines and removes malware and must be updated regularly to recognise new threats.
  • A firewall filters incoming and outgoing network traffic by rules; the antivirus treats infection, the firewall controls entry.
  • HTTPS encrypts data between browser and site; it proves encryption, not honesty, and browsers show the indicator differently.
  • Avoid banking on public WiFi, install updates promptly, grant minimum app permissions, back up data and log out of shared computers.

Reporting Cyber Crime in India and the IT Act

Quick answer Where and how a cyber crime is reported in India, what evidence to preserve, and what the Information Technology Act broadly covers.

Knowing what to do after an incident is part of the syllabus, and it is usually asked as a short scenario: a student's account has been misused, or a parent has lost money to a fraudulent call. The first rule is speed. In a financial fraud, money moves out of the receiving account within minutes, so the sooner the report is made the better the chance of freezing it.

Three routes exist and they can be used together. First, the National Cyber Crime Reporting Portal at cybercrime.gov.in, run by the Government of India, accepts online complaints from anywhere in the country, including a separate route for complaints concerning women and children, which may be filed anonymously. Second, the national cyber crime helpline number 1930 is meant for reporting online financial fraud immediately, so that the transaction can be traced and held. Third, a complaint may be filed at any police station or at a cyber crime cell; cyber crime is not limited by area, so a station cannot refuse a complaint merely because the offence appears to have taken place elsewhere. In a financial case, telephone the bank as well and ask for the card or account to be blocked at once, and follow the call with a written complaint. Within a school, harassment among students should also be reported to the class teacher, the counsellor or the principal.

Whatever route is used, preserve the evidence first. Take screenshots that show the message together with the sender's name, the account address and the date and time. Keep the original e-mail rather than a forwarded copy, because the technical headers are part of the proof. Note transaction identifiers, reference numbers, amounts, the mobile number or e-mail address used by the fraudster, and the web address of any fake page. Do not delete chats, do not reformat the affected device, and do not reply to the offender. Carry an identity document and the written complaint when going to the police station, and keep a copy of the acknowledgement or the complaint number issued.

The main law is the Information Technology Act, the statute that governs electronic records, electronic communication and computer-related offences in India. You are not expected to quote it; you are expected to describe its scope in general terms. Broadly, the Act gives legal recognition to electronic records and to electronic (digital) signatures, so that a contract made online or a document stored electronically is valid in law and admissible as evidence. It provides for the authorities that issue and supervise digital signature certificates. It makes a range of computer-related acts punishable offences — among them unauthorised access to a computer system, downloading or copying data without permission, introducing a virus or other malware, damaging or disrupting a computer or network, denial of service, identity theft, cheating by pretending to be another person using a computer resource, violating a person's privacy by capturing or publishing private images, and publishing or transmitting obscene or sexually explicit material in electronic form. It also sets out duties for intermediaries such as service providers and platforms, and creates the machinery for adjudicating complaints and compensating victims.

Two further points make an answer complete. Cyber crime is not dealt with by this Act alone: general criminal law and other statutes apply as well, for example where the offence involves cheating, extortion, defamation, obscenity or offences against children. And because most electronic evidence is fragile, Indian law treats the integrity of that evidence seriously, which is the legal reason behind the practical advice above — report early, preserve everything, alter nothing.

For a scenario question of this kind, structure the answer as steps: stop and do not reply, preserve evidence, inform the bank or platform, report on the portal or helpline or at a police station, tell a responsible adult or authority, and then secure the account by changing passwords and enabling two-factor authentication.

Portal cybercrime.gov.in reporting · National Cyber Crime Reporting Portal, Government of India.
Helpline 1930 reporting · National number for reporting online financial fraud.
IT Act Information Technology Act law · Recognises electronic records and digital signatures; defines computer offences.
Evidence screenshots + original e-mail + transaction IDs checklist · Do not delete, forward-only or reformat.
Remember
  • Report fast — in financial fraud the chance of recovering money falls sharply with delay.
  • Complaints can be filed on the National Cyber Crime Reporting Portal at cybercrime.gov.in, on the helpline 1930, or at any police station or cyber crime cell.
  • Preserve evidence first: screenshots with sender, date and time, original e-mails, transaction identifiers and fake web addresses.
  • In a money fraud also telephone the bank immediately to block the card or account, then send a written complaint.
  • The Information Technology Act gives legal recognition to electronic records and digital signatures and makes computer-related offences punishable.
  • Offences it broadly covers include unauthorised access, data theft, spreading malware, damaging systems, identity theft, breach of privacy and obscene electronic content.

Quick reference

Every term, tag and rule from this chapter in one place — screenshot it before your exam.

computer as target OR computer as tool
Cyber crimedefinition
protection of systems, networks and data from unauthorised access
Cyber securityterm
law dealing with computers, networks and electronic data
Cyber lawterm
trail of data left behind by online activity
Digital footprintterm
unauthorised access to a system or account
Hackingdefinition
hacking + written permission + report to owner
Ethical hackingdefinition
authorised, lawful, reports findings
White hattype
unauthorised, harmful, hides the intrusion
Black hattype
unauthorised but not destructive
Grey hattype
fake trusted message + request for secret data
Phishingdefinition
One Time Password
OTPexpansion
Card Verification Value
CVVexpansion
Unified Payments Interface
UPIexpansion
unsolicited bulk e-mail or messages
Spamdefinition
repeated online harassment of a person
Cyberbullyingdefinition
repeated online following and monitoring causing fear
Cyberstalkingdefinition
deliberately provocative or offensive posting
Cyber trollingdefinition
screenshot + profile name + date and time
Evidencechecklist
needs a host file + a user action
Virusmalware
self-replicating, spreads over a network alone
Wormmalware
disguised as useful software, opens a backdoor
Trojanmalware
encrypts files, demands payment
Ransomwaremalware
Denial of Service / Distributed Denial of Service
DoS / DDoSattack
length + upper + lower + digit + symbol + unique
Strong passwordrule
something you know + something you have or are
2FAdefinition
filters network traffic by rules
Firewalltool
detects, quarantines and removes malware
Antivirustool
HyperText Transfer Protocol Secure
HTTPSprotocol
cybercrime.gov.in
Portalreporting
1930
Helplinereporting
Information Technology Act
IT Actlaw
screenshots + original e-mail + transaction IDs
Evidencechecklist

Test yourself

Tap an answer to check it instantly — you'll see why it's right, and what to revise if it isn't.

0 correct · 0/12 answered
Q1 What cyber crime is easy

A student breaks into the school's website and replaces the home page with his own message. In this crime the computer is being used as the:

Q2 Hacking and ethical hacking easy

Which single factor decides whether an act is ethical hacking or cracking?

Q3 Types of hackers medium

A person breaks into a company's server without permission, causes no damage, and then e-mails the company describing the weakness he found. He is best described as a:

Q4 Phishing easy

Which of these is NOT a typical warning sign of a phishing e-mail?

Q5 Online transaction fraud medium

A caller says a refund of ₹4,500 will be credited and asks the victim to enter his UPI PIN to approve a request. What is wrong?

Q6 Malware medium

Which statement correctly distinguishes a worm from a virus?

Q7 Malware medium

A free 'phone cleaner' application is installed from an unknown website and quietly opens a hidden doorway for an attacker, but never copies itself. This is a:

Q8 Denial of service easy

A ticket booking site is flooded with millions of fake requests from thousands of infected computers, so genuine users cannot book. This attack is called:

Q9 Safety measures medium

Which of the following best describes the difference between a firewall and antivirus software?

Q10 Safe browsing hard

A site's address begins with https:// and the browser shows a secure-connection indicator. What does this prove?

Q11 Cyberbullying and stalking medium

A classmate keeps sending threatening messages, creates a new account every time he is blocked, and posts about the victim's location. Before blocking him, the victim should first:

Q12 Reporting cyber crime hard

Which of these is the correct national channel for reporting an online financial fraud in India as quickly as possible?

NCERT solutions & previous-year questions

Step-by-step model answers — tap a question to reveal the full solution.

NCERT questions 8

1 What is cyber crime? Explain the two ways in which a computer may be involved, with one example of each.Introduction

Cyber crime is any illegal activity in which a computer, a mobile phone or a computer network is either the target of the attack or the tool used to commit the offence.

  1. Computer as the target — the attack is directed against the system itself. Example: breaking into a school's web server and defacing its home page, or planting a virus that corrupts the files in a computer lab.
  2. Computer as the tool — the machine is the instrument used to commit a crime against a person or an organisation. Example: sending a phishing message that pretends to come from a bank in order to steal a customer's card details, or harassing a classmate through a messaging group.

Cyber crimes are difficult to investigate because the offender need not be present at the scene, one message can reach lakhs of victims at once, and the evidence is digital and easily destroyed.

2 Differentiate between ethical hacking and cracking.Hacking

Ethical hacking is the testing of a computer system by a security professional with the written permission of the owner, in order to discover weaknesses before a criminal can misuse them. It is also called penetration testing.

Cracking is breaking into a system without permission and with a harmful intention — to steal data, damage files, deface a website or demand money.

  • Permission: ethical hacking is authorised in advance; cracking is never authorised.
  • Intention: ethical hacking aims to protect; cracking aims to steal, damage or spy.
  • Outcome: the ethical hacker submits a confidential report so the flaw can be repaired; the cracker exploits the flaw and hides the intrusion.
  • Legality: ethical hacking is a lawful, paid profession; cracking is a punishable offence.
3 Who are white hat, black hat and grey hat hackers?Types of hackers
  • White hat hacker — an ethical hacker who tests systems with the owner's permission, works within the law and reports every weakness found. Organisations employ white hats to secure their networks.
  • Black hat hacker — a criminal who breaks in without permission and with harmful intent, to steal data, cause damage or make money, and who conceals the intrusion.
  • Grey hat hacker — one who breaks in without permission, which is illegal, but does not intend damage and usually informs the owner of the weakness afterwards, sometimes expecting a reward.

The deciding factors are permission and intention. Grey hat activity is still unauthorised access, so a good intention does not make it lawful.

4 What is phishing? State any four signs by which a phishing message can be recognised.Phishing

Phishing is a fraud in which the attacker sends a message that appears to come from a trusted organisation — a bank, a booking site such as IRCTC, a courier company — to trick the receiver into revealing confidential information such as a password, card number, CVV or OTP, or into clicking a link that installs malware.

Signs of a phishing message:

  1. The sender's address is a lookalike of the real one, not the genuine domain.
  2. The greeting is generic, such as Dear Customer, instead of your name.
  3. The message creates urgency or fear — the account will be blocked today, the KYC has expired.
  4. The visible link text does not match the actual address it leads to.
  5. It asks for an OTP, PIN, CVV or password, which no genuine organisation ever requests.
  6. There are spelling and grammar mistakes and a slightly wrong logo.

When the same trick is played over a phone call it is called vishing, and over SMS it is called smishing.

5 Define identity theft. How is the stolen information misused?Identity theft

Identity theft is the stealing of a person's personal information — name, date of birth, address, account or card numbers, identity document details, photographs or login credentials — and using it to impersonate that person.

The information is usually collected through phishing, from a data breach at a website, from a lost or stolen phone, from documents discarded carelessly, or from details overshared on social media.

Misuse includes making purchases or withdrawals from the victim's accounts, applying for a loan or a new card in the victim's name, creating a fake social media profile to defame or cheat the victim's friends, and passing off as the victim in other frauds. Besides financial loss, the victim suffers damage to reputation and a long process of clearing the record.

6 Differentiate between a virus, a worm and a trojan horse.Malware
  • Virus — a malicious program that attaches itself to a host file or program and spreads when that infected file is copied or executed. It needs both a host file and a user action to spread.
  • Worm — a malicious program that copies itself and spreads across a network on its own, without attaching to any host file and without any user action, consuming bandwidth and storage as it multiplies.
  • Trojan horse — a malicious program disguised as useful or harmless software, such as a free game or a system cleaner. The user installs it willingly and it then opens a hidden backdoor for the attacker. A trojan does not replicate itself.

In one line: a virus needs a host and a click, a worm needs neither, and a trojan does not replicate at all because the user is tricked into installing it.

7 Explain a denial of service attack with a simple example. How does a distributed denial of service attack differ from it?Denial of service

A denial of service (DoS) attack makes a computer service unavailable to its genuine users by flooding the server with far more requests than it can handle, so that real requests are never answered. Nothing is stolen; the availability of the service is attacked.

Example: imagine a school office counter with one clerk. If fifty people with no real work crowd around the counter, a student with a genuine form cannot reach it. The office has not been robbed, but it has been made useless.

A distributed denial of service (DDoS) attack is the same flooding carried out simultaneously from thousands of computers that the attacker has infected and controls remotely. That network of infected machines is called a botnet. A DDoS is much harder to stop because the traffic arrives from many ordinary addresses spread across the world instead of a single source that can simply be blocked.

8 What is two-factor authentication? Why is it safer than a password alone?Safety measures

Two-factor authentication (2FA), also called two-step verification, is a security method in which a user must present two different kinds of proof of identity before being allowed into an account: something you know (the password), plus something you have (an OTP sent to your phone, a code from an authenticator application, or a security key) or something you are (a fingerprint or face).

It is safer because a password can be guessed, reused, leaked in a data breach or captured by a keylogger. With 2FA enabled, an attacker who obtains the password still cannot enter, because he does not have the second factor. The protection works only if the second factor is kept private — sharing an OTP with a caller defeats the entire arrangement.

Previous-year board questions 6

Q1 Expand the abbreviations OTP and CVV. 1 mark

OTP — One Time Password: a password valid for a single use and for a short time, sent to the registered mobile number or e-mail to confirm a transaction or a login.

CVV — Card Verification Value: the short security number printed on a debit or credit card — three digits on the back of most cards, though a few cards print a four-digit code on the front. Neither should ever be shared with anyone.

Q2 Distinguish between cyberbullying and cyberstalking. 2 marks

Cyberbullying is the repeated use of electronic media to harass, threaten, humiliate or embarrass a person — abusive messages, spreading rumours, sharing edited photographs or creating a fake profile. Its aim is to humiliate the victim before others.

Cyberstalking is the repeated use of electronic communication to follow, monitor and contact a person until that person fears for their safety — constant messages after being asked to stop, tracking the victim's location, or creating new accounts each time one is blocked. Its aim is to pursue and control the victim, and it carries a fear of physical harm.

Q3 Name any four safety measures a student should follow while using the Internet for online payments. 3 marks
  1. Use a secure site — check that the address begins with https://, that the domain is spelt correctly, and that the browser shows its secure-connection indicator; note that the indicator differs from browser to browser.
  2. Never share an OTP, PIN, CVV or password with anyone, including a caller claiming to be from the bank. Remember that a UPI PIN is never needed to receive money.
  3. Avoid public WiFi for payments, since it is shared and often unencrypted; use mobile data instead.
  4. Enable two-factor authentication and use a strong, unique password for the banking or payment account.
  5. Keep the device updated and use antivirus software so that a keylogger or spyware cannot capture the details typed.
Q4 Differentiate between a firewall and antivirus software. 2 marks

A firewall is a security system, implemented in hardware or in software, that sits between a computer or network and the outside world and filters incoming and outgoing traffic according to a set of rules, permitting what is allowed and blocking the rest. It controls entry and exit.

Antivirus software scans files, programs and incoming data for malicious programs, quarantines or removes what it finds, and watches for suspicious behaviour. It deals with infection, and must be updated regularly so that it recognises new malware.

In short, the firewall is the gatekeeper of the network while the antivirus is the doctor treating what has already entered.

Q5 Riya receives a message saying her bank account will be blocked unless she verifies her details on a link, and she clicks it and enters her card number and OTP. Money is debited soon after. Identify the crime and list the steps she should now take. 5 marks

The crime: this is phishing leading to online transaction fraud (and identity theft, since her card details were captured and misused).

Steps she should take:

  1. Act immediately. Telephone the bank at once and ask for the card and the account to be blocked, because the money can only be held if the report is fast.
  2. Preserve the evidence. Take screenshots of the message, the fake page and the debit alert, and note the sender's number or address, the fake web address, the amount, the date and time, and the transaction reference number. Do not delete anything.
  3. Report the fraud. Call the national cyber crime helpline 1930 and file a complaint on the National Cyber Crime Reporting Portal cybercrime.gov.in, or at the nearest police station or cyber crime cell. Keep the acknowledgement or complaint number.
  4. Inform an adult. Tell a parent or guardian so that the written complaint to the bank can be given and followed up.
  5. Secure the accounts. Change the passwords of the bank account, e-mail and any account that used the same password, enable two-factor authentication, scan the device with updated antivirus software, and remove any application installed at the caller's request.

Lesson: no genuine bank asks for a password, PIN, CVV or OTP through a message or a call, and a link in an unexpected message should never be used to reach a bank site.

Q6 What does the Information Technology Act broadly cover? Mention any three kinds of acts it treats as offences. 3 marks

The Information Technology Act is the principal Indian law dealing with electronic records, electronic communication and computer-related offences. Broadly, it gives legal recognition to electronic records and to electronic (digital) signatures, so that documents created and stored electronically and contracts made online are valid in law; it provides for the authorities that issue and supervise digital signature certificates; it lays down duties for intermediaries such as service providers and platforms; and it creates the machinery for deciding complaints and compensating victims.

Three kinds of acts treated as offences under it:

  1. Unauthorised access to a computer, computer system or network, and copying or downloading data from it without permission.
  2. Introducing malware such as a virus, or damaging, disrupting or denying access to a computer resource.
  3. Identity theft and cheating by personation using a computer resource, and violating a person's privacy by capturing or publishing private images without consent.

Cyber offences are also dealt with under general criminal law where they involve cheating, extortion, defamation or obscenity.

Part of Priodemy for School

Interactive Maths & Science — free with every school on Priodemy EduSuite. Explore more chapters and labs on the Priodemy for School hub.

Ask AI