Session Hijacking Flashcards

1
Q

sslstrip tool in order to sniff HTTPS traffic. Knowing that HTTPS traffic is encrypted and cannot be sniffed normally, explain the reason why it is possible to see the traffic in cleartext.

A

Sslstrip tool is exploiting user behavior and if a user does not type https:// in front of the link, and the website has redirection from HTTP to HTTPS, it will intercept HTTP 302 redirection and send the user exactly what the user asked for, i.e. HTTPsite

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

IPSec

A

IPSec is a protocol suite developed by the IETF for securing IP communications by authenticating and encrypting each IP packet of a communication session. It is deployed widely to implement virtual private networks (VPNs) and for remote user access through dial-up connection to private networks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

network-level hijacking attacks

A

Blind Hijacking, Man-in-the-Middle: Packet Sniffer along with Forged ICMP and ARP Spoofing, and UDP Hijacking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

TCP/IP hijacking

A

an attacker intercepts an established connection between two communicating parties using spoofed packets, and then pretends to be one of them. In this approach, the attacker uses spoofed packets to redirect the TCP traffic to his/her own machine. Once this is successful, the victim’s connection hangs and the attacker is able to communicate with the host’s machine on behalf of the victim.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

RST Hijacking can be carried out using

A

a packet crafting tool such as Colasoft’s Packet Builder and TCP/IP analysis tool such as tcpdump.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

network-level session hijacking technique can be used to inject malicious data or commands into the intercepted communications in a TCP session

A

Blind Hijacking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Client isolation Wi-Fi feature

A

will prevent clients to see each other on Wi-Fi network, effectively preventing ARP spoofing. This will also prevent clients to see any other machine on the network, but since this is only used to surf the Internet it is obviously the easiest and the best way to do.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Involves using packet-sniffing software such as Wireshark and SteelCentral packet analyzer to monitor session hijacking attacks. The packet sniffer captures packets in transit across the network, which is then analyzed.

A

The manual method

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

security feature that tells a web client to associate a specific cryptographic public key with a certain web server to decrease the risk of MITM attacks with forged certificates. Using HTTP Public Key Pinning (HPKP) allows users authenticate web servers.

A

HTTP Public Key Pinning (HPKP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

the secure version of HTTP, the protocol over which data is sent between a browser and a website.

A

HTTPS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

SSH is a network protocol used to remotely access and manage a device.

A

SSH

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Separate protocol packaged with SSH that works in a similar way over a secure connection.

A

SFTP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which protocol defines the payload formats, types of exchange, and naming conventions for security information such as cryptographic algorithm or security policies.

A

DOI

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

used for security testing of web applications such as decrypting HTTPS traffic, and manipulating requests using a man-in-the-middle decryption technique

A

Fiddler

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

ARP poisoning tools

A

BetterCAP, MITMf, and Cain and Abel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly