0% found this document useful (0 votes)
18 views4 pages

Types of Security Attacks and Viruses

The document discusses various cybersecurity concepts including types of attacks, viruses, encryption, access control lists, security goals, and identification and authentication. It also compares viruses and worms, explains denial of service attacks and biometrics, and defines computer security and the need for it.

Uploaded by

srushtisyewale20
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views4 pages

Types of Security Attacks and Viruses

The document discusses various cybersecurity concepts including types of attacks, viruses, encryption, access control lists, security goals, and identification and authentication. It also compares viruses and worms, explains denial of service attacks and biometrics, and defines computer security and the need for it.

Uploaded by

srushtisyewale20
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Q.

No 1 Attempt any Four

1. State the types of Security Attacks. 2

There are basic two types of attacks


Active attack and Passive attack
Also other than that
[Link]
[Link] Hijacking
3. Denial of Service
4. Distributed Denial of Service

2. Define Virus. Explain at least 4 types of viruses. 2

Define virus. Explain at least 2 types of viruses.

A virus is a fragment of code embedded in a legitimate program. Virus is self-replicating and are designed to
infect other programs.

Tpes of virus

1. File Virus : This type of virus infects the system by appending itself to the end of a file. It changes
the start of a program so that the control jumps to its code. After the execution of its code, the control
returns back to the main program. Its execution is not even noticed. It is also called Parasitic virus
because it leaves no file intact but also leaves the host functional.
2. Boot sector Virus : It infects the boot sector of the system, executing every time system is booted
and before operating system is loaded. It infects other bootable media like floppy disks. These are
also known as memory virus as they do not infect file system.
3. Macro Virus : Unlike most virus which are written in low-level language(like C or assembly
language), these are written in high-level language like Visual Basic. These viruses are triggered
when a program capable of executing a macro is run. For example, macro virus can be contained in
spreadsheet files.
4. Polymorphic Virus : A virus signature is a pattern that can identify a virus(a series of bytes that
make up virus code). So in order to avoid detection by antivirus a polymorphic virus changes each
time it is installed. The functionality of virus remains same but its signature is changed.
5. Stealth Virus : It is a very tricky virus as it changes the code that can be used to detect it. Hence, the
detection of virus becomes very difficult. For example, it can change the read system call such that
whenever user asks to read a code modified by virus, the original form of code is shown rather than
infected code.

3. Define the following terms

1. Encryption 2. Cryptanalysis
1. Encryption the process of protecting information or data by using mathematical models to scramble it
in such a way that only the parties who have the key to unscramble it can access it.

2. Cryptanalysis which is the study of the cryptographic algorithm and the breaking of those secret
codes. The person practicing Cryptanalysis is called a Cryptanalyst.

4. List any four features of DAC. 2

1. Flexibility.
2. Ease of Control.
3. Backup.
4. Usability.
5. Data Security.
6. Minimizes Administrative Obligation.
7. Customizable.
8. Fast Authentication.

5. What are the Security goals? 2

The five security goals are

1. confidentiality,
2. availability,
3. integrity,
4. accountability,
5. assurance

6. Explain following terms with respect to security:

i. Intruders ii. Insiders 2

7. Compare Virus and Worms 2

8. Define the following terms

1. Backdoors 2. Trapdoors.

• A backdoor is like a hidden entrance that allows unauthorized users to get into your system.

• It can be installed in two ways:

o Hardware/Firmware Backdoors: These involve physical alterations to your device, providing


remote access.

o Software Backdoors: These are malware files that hide their tracks, allowing another user to
access your device without your operating system [Link] can be used for various
purposes, including surveillance, data theft, and even sabotage.
• A trapdoor (also known as a backdoor) provides a hidden or undocumented way to access
an application, operating system, or online service.
• It’s like having a secret key that lets you bypass the usual security checks and gain entry
without going through the front door.
• Programmers sometimes intentionally write trapdoors into software for various reasons.

9. What is Identification and authentication?

Identification:

Identification is like introducing yourself in the digital world.

It involves uniquely recognizing a particular user or entity.

For example, when you log in to a system, you provide a username, which serves as your
identification.

However, identification alone doesn’t guarantee security; it’s just the first step.

Authentication is the proof of your identity.

It ensures that the claimed identity matches the actual user.

Common methods of authentication include:

Once authenticated, you gain access to the system or network.


[Link] 2 Attempt any Three
10. Compare Virus and Worms. 4
Basis for
Virus Worms
Comparison
The Virus attaches itself to A Worm is a malicious program
executable files and that replicates itself and can
Meaning
transfers from one system spread to different computers
to the other. via Network.
Human
Needed Not Required
Action
Speed of Slower as compared to
Fast
Spreading Worm
It doesn't need a host to
Requirement Host is needed for
replicate from one computer to
of host spreading.
another.
Removing
Antivirus, formatting Virus removal tool, formatting
Malware
Protect the
Antivirus software Antivirus, firewall
System using
Consumes system resources and
Consequence Corrupt and erase a file or
slows down it, and can halt the
s program.
system completely.

11. Explain DOS with neat diagram. 4

12. Explain the mechanism of fingerprint & voice pattern in Biometrics. 4

•Fingerprint: Fingerprints are unique for every individual. They can be measured in several ways.
Minutiae-based measurement uses graphs to match ridges whereas image-based measurement
finds similarities between the individuals’ fingertips image and fingerprint images present in the
database. It has high level of security and used both for identification and verification. However,
due to old age or diseases/injury, fingerprint may get altered. Common usage: in mobiles for
verification, in offices for identification.

•Voice Recognition: The pitch, voice modulation, and tone, among other things are measured.
Security is medium, due to the similarity in voice of people, hence used mostly for verification.
The accuracy can be hindered due to the presence of noise, or due to aging or illness.

13. What are the techniques for transforming plain text to cipher text? Explain

any one in detail. 4

14. Define computer security .Explain Need of Computer Security 4

15. Describe the following term:


i) Spoofing ii) TCP/IP hacking.

Common questions

Powered by AI

Security attacks are classified primarily into two types: Active and Passive attacks, and secondarily into specific types such as Spoofing, Session Hijacking, Denial of Service (DoS), and Distributed Denial of Service (DDoS). Active attacks involve the alteration of system resources or the interruption of operations, such as DoS, where the attacker tries to make a service unavailable. Passive attacks include eavesdropping on or monitoring communications without affecting the system, aiming to obtain information illegally. Spoofing and Session Hijacking involve impersonating an entity or taking over a session without permission, whereas DDoS attacks utilize multiple compromised systems to target a single system, amplifying the attack's impact.

Encryption and cryptanalysis are interconnected fields in secure communication. Encryption involves scrambling data using mathematical algorithms to prevent unauthorized access, ensuring that only individuals with the decryption key can access the information. Cryptanalysis, on the other hand, is the study and practice of breaking cryptographic algorithms, aiming to deduce the original information without knowing the key. Each plays a crucial role, as encryption provides the mechanism for protecting data confidentiality and integrity, while cryptanalysis tests the robustness of encryption methods, ensuring they are sufficiently secure against potential threats. Advances in cryptanalysis push the development of more advanced encryption techniques, enhancing security standards.

Biometrics like fingerprint and voice pattern recognition are integral to modern security systems for their uniqueness and difficulty to replicate. Fingerprint recognition involves minutiae-based or image-based measurements to ensure both verification and identification. It offers high security but can be affected by aging or injury. Voice pattern recognition measures pitch and modulation, providing medium security due to potential similarities among voices and vulnerability to noise interference. The primary challenges include maintaining accuracy and reliability across diverse conditions, such as physical changes in users or environmental noise, while addressing privacy concerns about biometric data storage and potential misuse.

Backdoors and trapdoors both refer to undocumented or secret methods of accessing systems. However, backdoors can be hardware or software, allowing hidden system access for surveillance or bypassing security. Trapdoors, specifically in software, serve as hidden entry points inserted intentionally by programmers for maintenance tasks, but can be exploited maliciously if discovered by unauthorized users. The risks associated with backdoors and trapdoors are substantial, as they can allow attackers to bypass security protocols, leading to unauthorized data access, theft, or system control. While they can serve legitimate purposes, such as debugging, their existence poses significant security vulnerabilities if exploited.

DoS and DDoS attacks significantly endanger organizations by flooding services with excessive requests, rendering systems slow or completely inoperable, disrupting operations, and potentially causing financial losses. DoS involves a single source attack, while DDoS leverages multiple compromised systems to amplify the attack’s scale. To mitigate these risks, organizations can employ strategies such as deploying anti-DDoS solutions, incorporating traffic analysis to identify abnormal patterns, and engaging in network segmentation to limit potential impacts. Additionally, setting up robust firewalls, ensuring redundant infrastructure, and having a response plan for swift action can reduce susceptibility to these forms of attack.

The primary security goals include confidentiality, availability, integrity, accountability, and assurance. Confidentiality ensures that sensitive information is not disclosed to unauthorized entities, maintaining privacy. Availability ensures that services are operational and accessible when needed, safeguarding against disruptions like DoS attacks. Integrity involves protecting data from unauthorized alterations, ensuring accuracy and trustworthiness. Accountability involves logging and auditing activities to trace actions to specific users, while assurance provides confidence that security measures are functioning as intended. These goals interrelate as each supports the others in delivering comprehensive security; for example, achieving integrity reinforces confidentiality and accountability, while accountability supports assurance by providing logs for reviewing system integrity.

Discretionary Access Control (DAC) is characterized by flexibility, ease of control, and usability, allowing data owners to establish access policies autonomously. It minimizes administrative burdens and provides customizable access settings, facilitating fast authentication. However, DAC can be less secure compared to Mandatory Access Control (MAC), which enforces stricter policies defined by a central authority, often based on user clearance levels. While MAC offers higher security by preventing unauthorized data access, its rigidity can complicate policy changes and limit usability. DAC’s strength lies in its adaptability and user empowerment, suitable for environments requiring dynamic access control adjustments.

Viruses and worms are both types of malware with distinct characteristics. A virus requires a host file to spread; it attaches itself to executable files and spreads to other systems via these files. This propagation requires human action, such as running the infected file. In contrast, a worm is a standalone malicious program that replicates itself and spreads across networks without needing a host file or human intervention. While viruses spread more slowly and need user action, worms propagate rapidly across systems through network connections, consuming resources and potentially causing significant network congestion.

Identification and authentication are two critical processes in digital security. Identification is the process of claiming an identity in a system, typically via usernames or IDs, serving as the first step in accessing a system. Authentication, however, verifies that the claimed identity truly belongs to the user, ensuring the security of subsequent interactions. This can be done through passwords, biometrics, or tokens. Both processes are essential: identification sets the user context, while authentication ensures the integrity of that context, preventing unauthorized access by validating user credentials. Combining these two processes strengthens security by confirming not just the who but also the legitimacy of their access claim.

Several techniques exist for transforming plaintext into ciphertext. Symmetric key encryption, asymmetric key encryption, and hashing are common methods. Symmetric key encryption uses a single shared secret key to encrypt and decrypt information. The advantages of symmetric key encryption include its speed and efficiency, making it suitable for encrypting large data volumes. However, it has limitations, such as the requirement for secure key exchange and management, as both sender and receiver must securely share and maintain the key, posing risks of interception. Asymmetric key encryption, which uses a public-private key pair, mitigates key distribution issues but is computationally more intensive.

You might also like