Skip to Main Content
COM5EJ307 • Computer Application in Business
Module 4
Calicut University • FYUGP B.Com ElectiveCourse Code: COM5EJ307 (4)Semester V Computer Applications Specialization

Module IV: Digital Security, Cyber Threats & Information Technology Law

In a hyper-connected commercial ecosystem, the preservation of data integrity, confidentiality, and operational continuity is an existential business imperative. Module IV delivers an exhaustive academic analysis across two fundamental units: 1. Cyber Threats & Security Defenses: The CIA Triad of information security, comprehensive malware taxonomy (Viruses, Worms, Trojan Horses, Spyware, Ransomware), attack methodologies (Phishing, Social Engineering, Hacking, Denial of Service / DDoS, SQL Injection, Man-in-the-Middle), and multi-layered defensive countermeasures (Heuristic Antivirus, Next-Gen Firewalls, Symmetric vs Asymmetric Cryptography, Hash functions, Digital Signatures, and Public Key Infrastructure - PKI); 2. Biometrics, Cyber Hygiene & Cyber Law: Physiological and behavioral biometric authentication paradigms, multi-factor authentication (MFA), safe browsing hygiene, e-payment precautions, and an exhaustive statutory exposition of the Information Technology Act, 2000 (legal recognition of e-records, digital signatures, cyber offenses under Sections 43, 65, 66, 66C, 66D, 66F, intermediary liability under Section 79, CERT-In, and the Digital Personal Data Protection Act 2023).

Key Topics Prescribed in this Module
Security Core: The CIA Triad (Confidentiality, Integrity, Availability) & Non-Repudiation
Malware Taxonomy: Viruses (Boot/File/Macro), Worms, Trojan Horses, Spyware & Ransomware
Attack Vectors: Phishing (Spear/Whaling/Smishing), DoS/DDoS botnets, MitM & SQL Injection
Defensive Stacks: Heuristic EDR antivirus, Sandboxing & Next-Gen Firewalls (NGFW Layer 7)
Cryptography: Symmetric (AES-256) vs Asymmetric (RSA/ECC) & Public Key Infrastructure (PKI)
Digital Signatures: SHA-256 Hashing, signing via Private Key, verification & Certifying Authorities (CCA)
Authentication: Physiological vs Behavioral Biometrics & Multi-Factor Authentication (MFA)
IT Act 2000: UNCITRAL model, legal parity for e-records & penal Sections 43, 65, 66, 66C–F, 70, 79
Regulators & Privacy: CERT-In cybersecurity directives & Digital Personal Data Protection Act 2023
Unit 4.1

Cyber Threats in Internet, E-Commerce & Security Countermeasures

1. Foundational Security Framework: The CIA Triad & Non-Repudiation

Information security in commercial data networks is anchored upon three non-negotiable core pillars, collectively known as the CIA Triad, augmented by the legal principle of Non-Repudiation:

Confidentiality

Ensuring that sensitive business records, financial transaction databases, and customer credit credentials are accessible solely to authorized personnel. Protected via AES-256 encryption, access control lists (ACLs), role-based permissions, and data tokenization.

Integrity

Safeguarding corporate data against unauthorized modification, fraudulent tampering, or accidental deletion during storage and transmission. Enforced through cryptographic hash functions (SHA-256) and digital signatures.

Availability

Ensuring that critical computing services, banking transaction engines, and e-commerce storefronts remain continuously operational and accessible to legitimate users 24/7/365. Defended against hardware failures and DDoS attacks via server clustering and redundant cloud failover.

Non-Repudiation

Providing unchallengeable cryptographic proof of the origin and delivery of an electronic transaction, preventing the sender from falsely denying authorship or contents. Achieved via asymmetric digital signature certificates.

2. Comprehensive Taxonomy of Malicious Software (Malware)

Malware (Malicious Software) comprises any software code intentionally engineered to cause damage, unauthorized exfiltration, or operational denial to a computer, server, client, or computer network:

1. Computer Viruses

Parasitic

A parasitic program that attaches itself to legitimate executable files or document macros. It requires human intervention (such as executing an infected .exe file or opening an infected email attachment) to execute and replicate.

Boot Sector Viruses: Infect the Master Boot Record (MBR) of hard disks.

File Infector Viruses: Attach directly to .exe or .com binaries.

Macro Viruses: Embedded inside Microsoft Word or Excel document macros.

2. Computer Worms

Autonomous

A self-replicating, autonomous malicious program that does NOT require human intervention or a host file. Worms exploit operating system security vulnerabilities and spread automatically across computer networks, consuming network bandwidth, crashing network switches, and opening illicit backdoors (e.g., Conficker, SQL Slammer).

3. Trojan Horses

Deceitful

A deceitful program that masquerades as an innocuous, useful software utility (e.g., a free game, invoice PDF, or utility tool) to trick the user into installing it. Once executed, it quietly installs a Remote Access Trojan (RAT), granting cybercriminals complete unauthorized remote control over the victim's machine.

4. Spyware & Keyloggers

Covert Espionage

Software that secretly monitors and records user computing activities without informed consent. Keyloggers record every keystroke pressed on the keyboard, harvesting banking passwords, credit card numbers, and confidential corporate emails, transmitting them silently to command-and-control servers.

Enterprise Threat Spotlight

Ransomware Extortion Architecture

Ransomware is one of the most destructive forms of contemporary cybercrime. Upon infiltrating an enterprise network, ransomware utilizes unbreakable military-grade asymmetric cryptography (RSA-4096 / AES-256) to encrypt all business databases, spreadsheets, and backup server clusters. The attackers display a digital ransom note demanding millions of dollars in untraceable cryptocurrencies (Bitcoin, Monero) in exchange for the private decryption key.

Double Extortion: Modern advanced persistent threat (APT) groups practice double extortion—exfiltrating confidential corporate intellectual property before encryption and threatening public disclosure on dark-web leak sites if the extortion ransom is not paid within a strict deadline.

3. Cyber Attack Methodologies & Threat Vectors

Cyber adversaries exploit technical vulnerabilities and human psychological weaknesses through sophisticated attack vectors:

Phishing & Social EngineeringPsychological Manipulation

Fraudulent email, SMS, or message campaigns masquerading as trustworthy banking or corporate institutions, directing victims to spoofed clone login portals to harvest credentials.

Spear-Phishing: Highly customized attacks tailored to specific corporate executives.
Whaling: Attacks directed specifically against C-suite leaders (CEOs, CFOs) to authorize fraudulent wire transfers.
Smishing & Vishing: Phishing conducted via SMS text messages (Smishing) or automated voice calls (Vishing).
Hacking TypologyIntrusion Analysis

The unauthorized accessing, probing, and exploitation of computer systems and digital networks:

White Hat Hackers: Ethical hackers authorized to probe systems to discover vulnerabilities and patch defenses.
Black Hat Hackers: Malicious cybercriminals breaching defenses for financial theft, espionage, or extortion.
Grey Hat Hackers: Individuals identifying vulnerabilities without authorization but without malicious intent, disclosing flaws publicly.
Denial of Service (DoS) & Distributed Denial of Service (DDoS):

Flooding an enterprise server or internet gateway with millions of bogus traffic requests, exhausting CPU, memory, and network bandwidth, rendering commercial services inaccessible to legitimate paying customers. DDoS attacks harness globally distributed botnets of compromised IoT devices (cameras, routers).

Man-in-the-Middle (MitM) Attacks:

The attacker secretly intercepts, relays, and alters communications between two parties who believe they are communicating directly with each other (common on unencrypted, rogue public Wi-Fi networks).

SQL Injection (SQLi):

Inserting malicious SQL database commands into web input fields (e.g., search boxes or login forms) to trick backend database interpreters into bypassing authentication, exfiltrating entire customer tables, or dropping corporate accounting records.

4. Cybersecurity Countermeasures & Defensive Technologies

Modern Antivirus & EDR Suites

Advanced Endpoint Detection and Response (EDR) software moving beyond simple static signature scanning:

Signature Detection: Scanning files against vast cryptographic hash databases of known malware strings.
Heuristic & Behavioral Analysis: Monitoring active program memory for suspicious behaviors (unauthorized file encryption, registry tampering).
Sandboxing: Detonating suspicious files inside isolated virtual environments to safely observe malicious payloads without risking the host OS.

Firewalls & Perimeter Defense

A security barrier enforcing access policies between trusted internal corporate LANs and untrusted external networks:

Packet Filtering: Inspecting source/destination IP addresses and port numbers (OSI Layer 3 and Layer 4).
Stateful Inspection: Tracking active TCP connection states, permitting incoming packets only if actively requested by an internal host.
Next-Gen Firewalls (NGFW): Deep packet inspection analyzing Layer 7 application traffic, blocking malicious payloads and unauthorized SaaS applications.

5. Cryptography: Symmetric vs Asymmetric Frameworks

Cryptography is the mathematical science of transforming readable plaintext into unintelligible ciphertext to guarantee transactional confidentiality and data integrity:

Comparison DimensionSymmetric Encryption (Secret Key)Asymmetric Encryption (Public Key)
Key ArchitectureUses a single identical secret key for both encryption and decryption.Uses a mathematically linked key pair: a Public Key (widely published) and a Private Key (kept strictly confidential).
Standard AlgorithmsAES (Advanced Encryption Standard – 128/256 bit), DES, 3DES.RSA (Rivest-Shamir-Adleman), Diffie-Hellman, ECC (Elliptic Curve Cryptography).
Processing SpeedExtremely fast; optimal for encrypting large databases and bulk files.Computationally intensive and slower; used for key exchange and digital signatures.
Key Distribution DilemmaSevere dilemma; the secret key must be transmitted securely to the recipient beforehand over an insecure channel.Completely solves key exchange; sender encrypts with recipient's public key; only recipient's private key can decrypt.

6. Digital Signatures and Public Key Infrastructure (PKI)

A Digital Signature is a mathematical scheme providing authentication, data integrity, and non-repudiation for electronic documents. Its operational mechanics function across three precise steps:

Step 1

Hashing (Digest Generation)

The electronic document is processed through a cryptographic hash function (e.g., SHA-256) to generate a unique fixed-length mathematical string called the Message Digest / Hash Value.

Step 2

Signing (Private Key Encryption)

The sender encrypts the hash value using their confidential Private Key. This encrypted hash is the Digital Signature, appended to the electronic document.

Step 3

Verification (Public Key Decryption)

The recipient decrypts the signature using the sender's Public Key to retrieve the original hash, while independently computing the hash of the received document. Matching hashes legally confirm sender identity and unaltered data.

Public Key Infrastructure (PKI): The comprehensive ecosystem of hardware, software, policies, and legal frameworks that manages digital certificates. Certifying Authorities (CAs) (e.g., eMudhra, (n)Code Solutions in India, licensed by the Controller of Certifying Authorities – CCA) issue digital certificates binding an individual's legal identity to their public key.
Unit 4.2

Biometrics, Cyber Hygiene & The Information Technology Act, 2000

1. Biometric Authentication Paradigms

Biometrics refers to the automated measurement and verification of unique human physiological and behavioral characteristics for identity authentication:

Physiological Biometrics

Measurement of physical bodily traits that remain permanent over a lifetime:

Fingerprint Scanning: Analyzing friction ridge endings and bifurcations (minutiae points). Universal standard in smartphones and AEPS micro-ATMs.

Facial Recognition: Mapping nodal facial geometry points (distance between eyes, nose bridge width, jawline shape).

Iris Scanning: Analyzing intricate random patterns of the eye iris; virtually impossible to forge; utilized in national Aadhaar identification systems.

Behavioral Biometrics

Measurement of learned habitual human behavioral patterns:

Keystroke Dynamics: Measuring typing rhythm, key dwell time (duration a key is depressed), and flight time between keys.

Voice Recognition: Analyzing vocal tract acoustics, pitch frequencies, and speech cadence.

Signature Dynamics: Measuring pen pressure, angle, stroke direction, and writing acceleration curves during live digital stylus signing.

2. Multi-Factor Authentication (MFA) & Cyber Hygiene for E-Payments

Security systems enforce Multi-Factor Authentication (MFA) by demanding at least two independent authentication factors from distinct categories:

1. Knowledge Factor:

Something you know: Password, ATM PIN, security questions.

2. Possession Factor:

Something you have: Smartphone SMS OTP, hardware security key, smart card.

3. Inherence Factor:

Something you are: Fingerprint, Face ID, Iris scan.

Essential Precautions for Safe Internet and E-Payment Usage:

  • Always verify the presence of the HTTPS green padlock in the browser address bar before entering login or payment credentials.
  • Never conduct financial banking transactions over unencrypted, public Wi-Fi networks (utilize cellular data or a secured VPN).
  • Never disclose your Card Verification Value (CVV), ATM PIN, or UPI PIN over the telephone or email; legitimate banks never request PINs.
  • Enable SMS and email instant transaction alerts to immediately detect and freeze unauthorized account activity.

3. The Information Technology Act, 2000 (IT Act, 2000)

Enacted on June 9, 2000 (and notified into law on October 17, 2000), the Information Technology Act, 2000 (Act No. 21 of 2000) is India's foundational statute governing cyber activities, electronic commerce, digital signatures, and cybercrimes. It was drafted based on the UNCITRAL Model Law on Electronic Commerce (1996) adopted by the United Nations General Assembly.

Primary Statutory Objectives:

• Granting formal legal recognition to commercial transactions carried out by means of electronic data interchange (EDI) and electronic communications.

• Granting legal recognition to digital signatures for authenticating electronic information.

• Facilitating the electronic filing of statutory documents with government agencies (E-Governance).

• Amending the Indian Penal Code, 1860, the Indian Evidence Act, 1872, the Bankers' Books Evidence Act, 1891, and the Reserve Bank of India Act, 1934 to admit electronic records as admissible legal evidence in judicial courts.

4. Landmark Sections & Cyber Offences under the IT Act, 2000

The IT Act, as amended comprehensively by the Information Technology (Amendment) Act, 2008, codifies stringent civil liabilities and criminal penalties:

SectionStatutory Heading & OffencePrescribed Penalty / Punishment
Section 4Legal recognition of electronic recordsConfers statutory parity: electronic records satisfy any legal requirement that information be in writing or typewritten form.
Section 5Legal recognition of digital signaturesDigital and electronic signatures satisfy any legal requirement of an authenticating physical handwritten signature.
Section 43Damage to computer systems, data theft, virus introductionCivil liability: liable to pay damages by way of compensation up to ₹1 crore to the person so affected.
Section 43ACompensation for failure to protect sensitive personal dataCorporate body failing to maintain reasonable security practices resulting in wrongful loss is liable to pay unlimited civil compensation.
Section 65Tampering with computer source documentsImprisonment up to 3 years, or fine up to ₹2 lakh, or both.
Section 66Computer-related offences (Hacking & data destruction)Imprisonment up to 3 years, or fine up to ₹5 lakh, or both.
Section 66CIdentity Theft (stealing passwords, electronic signatures)Imprisonment up to 3 years, and fine up to ₹1 lakh.
Section 66DCheating by personation using computer resource (Phishing)Imprisonment up to 3 years, and fine up to ₹1 lakh.
Section 66EViolation of bodily privacy (publishing private photos without consent)Imprisonment up to 3 years, or fine up to ₹2 lakh, or both.
Section 66FCyber Terrorism (attacks threatening sovereign unity or critical infrastructure)Rigorous punishment with imprisonment for life.
Section 67Publishing or transmitting obscene material in electronic formFirst conviction: up to 3 years and fine up to ₹5 lakh; second conviction: up to 5 years and fine up to ₹10 lakh.
Section 70Protected Systems (critical national infrastructure)Unauthorized access to declared protected systems: imprisonment up to 10 years.
Section 79Intermediary Liability & "Safe Harbor" ProtectionNetwork service providers and social media intermediaries are exempt from liability for third-party user content, subject to observing statutory due diligence.

5. Institutional Authorities: CCA, CERT-In & The DPDP Act, 2023

Controller of Certifying Authorities (CCA)

Appointed under Section 17 of the IT Act by the Central Government to license, supervise, and regulate the operations of Certifying Authorities issuing Digital Signature Certificates.

CERT-In (Section 70B)

The Indian Computer Emergency Response Team is the national nodal agency designated to respond to computer security incidents, forecast cyber threats, coordinate emergency response, and issue binding cybersecurity directives.

DPDP Act, 2023

The Digital Personal Data Protection Act, 2023 complements the IT Act, prescribing severe financial penalties of up to ₹250 crores on Data Fiduciaries for failing to prevent personal data breaches.

COM5EJ307Computer Application in Business
Module 4 • PDF Notes
Download PDF

Finished this module?

Continue reading the next module or return to the subject overview.