Consider the following statements in the context of session hijacking.Which of the statement(s) given is/are correct ?
- It is compromising a user’s session to exploit their data and perform malicious activities or misusing their credentials
- The most common method of session hijacking is IP spoofing where the attacker acts as one of the authenticated users
- Session hijacking can be prevented by using packet sniffers and cross site scripting.
- To protect the network with session hijacking, the defender has to implement security measures at Application as well as Network level.
A2 only
B1, 2, 4
C1, 3
DAll