Types of Security Attacks

Ujjawal Dixit
2 min readOct 8, 2018

--

Active attacks: An Active attack attempts to alter system resources or affect their operations. The active attack involves some modification of the data stream or creation of false statement. Types of active attacks are as following:

  1. Masquerade –
    Masquerade attack takes place when one entity pretends to be a different entity. A Masquerade attack involves one of the other forms of active attacks.
  2. Modification of messages –
    It means that some portion of a message is altered or that message is delayed or reordered to produce an unauthorized effect. For example, a message meaning “Allow JOHN to read confidential file X” is modified as “Allow Smith to read confidential file X”.
  3. Repudiation –
    This attack is done by either the sender or receiver. The sender or receiver can deny later that he/she has sent or receive a message. For example, the customer asks his Bank “To transfer an amount to someone” and later on the sender(customer) deny that he had made such a request. This is repudiation.
  4. Replay –
    It involves the passive capture of a message and it's subsequent the transmission to produce an authorized effect.
  5. Denial of Service –
    It prevents normal use of communication facilities. This attack may have a specific target. For example, an entity may suppress all messages directed to a particular destination. Another form of service denial is the disruption of an entire network wither by disabling the network or by overloading it by messages so as to degrade performance.

Passive attacks: A Passive attack attempts to learn or make use of information from the system but does not affect system resources. Passive Attacks are in the nature of eavesdropping on or monitoring of transmission. The goal of the opponent is to obtain information is being transmitted. Types of Passive attacks are as following:

  1. The release of message content –
    Telephonic conversation, an electronic mail message or a transferred file may contain sensitive or confidential information. We would like to prevent an opponent from learning the contents of these transmissions.
  2. Traffic analysis –
    Suppose that we had a way of masking (encryption) of information, so that the attacker even if captured the message could not extract any information from the message.
    The opponent could determine the location and identity of communicating host and could observe the frequency and length of messages being exchanged. This information might be useful in guessing the nature of the communication that was taking place.

--

--