Session Hijack Attack

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3FFONDJkxNqur4RystDVRaA8ydhShdNY218zbmhCWSy00tQ-1JDvmGr3tzDe5TVkmm08qI9_Gyq7l4UGobWbi1qEk4XZc2tM-f5FFIrLtlgjziE5CiuYlf7qqcGelAwhYBlAQ8RPfAVI/s400/session-hijacking.png

What is Session Hijacking?


Session Hijacking is one of attacking technique to steal session ID from server to client. In other words, the attackers will duplicate himself as a real user to access same website or webpage with full control.

There are many users do not know that information is not only transfered to its receiver but also to any other party in the network within the range IP network. But user's device will discards all packets that are not destined to themselves. 
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMJ5HAkkluM3OG8Bb2VNn2x_EAqe6HtFeyAk7aODuBsxfyLNG35oCc_FZkSpxwHiGUqeurmv2Zyc0SN0MNP52uNcqQDo08NbGXfXWx3UdvfC-7-tjAj8zA5LBA2m-kyPnV7iE8_qr6p0A/s1600/network.png

Session Hijacking does not drop all packets, but read all those packets and filter it to search the target. When the target is found, hacker will duplicate its session ID and acts as target device with full control access to the system.
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjPbQHpS3tvde10K43CkYB60b_IoFcfonDJ0_oW4nIIzoOs_YSBAMU73kjFkuIm4tJGO3TFXHClzlRMBNnXfz0QCfzSQITBArc1znLlakpERC-sBNAryod4gIzFk9T4d_ASpaLUZucfaWw/s1600/attack.png

This attack will be implemented easily to the target which is accessing the system with HTTP protocol. Because all sent packets with HTTP protocol easily to be read.

How Can I Protect My Self ?

The only solution is using SSL / Encrypted connection like HTTPS. Many of websites have been using HTTPS technology like Google, Facebook, Twitter, Online Bank System, etc.

If you are accessing non HTTPS website, you can use VPN connection like OpenVPN or PPTP. Because your packets data flow will be encrypted and hackers with their application can not read them.
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEivi8nPVgHy9f6H5FUwZNT-5djGH_9HkFwgoAZfxQ7-EKPy7ObalSrtGuuh1hFMOC1OIa9uR3YgBAD42f69kb0HBzcGizwiu4Xfm9wMQ7YFPJ8BSQwAZ4UGZ7VCgEd5vc_rAkBJre1RccY/s1600/SSL.jpg

Comments